.hidden {
    display: none!important;
}

b,
strong {
    font-weight: 500;
}

section#sp-slider,
#sp-title .sp-page-title {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

header#sp-header {
    padding: 15px!important;
    z-index: 11;
    background-color: rgba(227, 234, 245, 0.8);
}

header#sp-header .sp-megamenu-parent>li>a,
header#sp-header .sp-megamenu-parent>li>span,
header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 19px!important;
}

header#sp-header.header-sticky {
    padding: 10px 15px!important;
    z-index: 11;
    background-color: rgba(227, 234, 245, 1);
}

header#sp-header.header-sticky .sp-megamenu-parent>li>a,
header#sp-header.header-sticky .sp-megamenu-parent>li>span,
header#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 17px!important;
}

header#sp-header .logo-image {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

header#sp-header.header-sticky .logo-image {
    height: 50px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

#sp-logo {
    margin-top: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

header#sp-header.header-sticky #sp-logo {
    margin-top: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    line-height: 1.3;
    font-weight: 500;
}

.sp-module.our_meta {
    background-color: #f3f1ed;
}

.sp-module.our_meta .custom.our_meta {
    min-height: 220px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-module.our_meta p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1.25;
}

.sp-module.telefon_shapka p {
    margin: 0;
    color: #979696;
    font-size: 14px;
}

.sp-module.telefon_shapka p a {
    font-size: 16px;
    color: #5e1c1f;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.mod-languages li:after {
    content: '/';
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
}

.mod-languages li:last-child:after {
    display: none;
}

.mod-languages li a {
    font-size: 14px;
    color: #362f2d;
    text-transform: uppercase;
}

.mod-languages li.lang-active a {
    color: #5e1c1f;
}

.prop-title {
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
}

.phone-link {
    font-size: 18px;
    color: #362f2d;
    font-weight: 600;
    line-height: 1;
}

.callb {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #333;
}

#sp-bottom2 .sp-column {
    display: flex;
    flex-direction: column-reverse;
}

.social-icons a {
    font-size: 16px;
    color: #979797;
    line-height: 1;
}

#sp-footer2 img {
    display: inline-block;
    margin-left: 5px;
}

#sp-footer2 span {
    margin-right: 5px;
}

.phone-line {
    color: #fff;
}
.popup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 800px;
    max-height: 400px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
}

.popup__photo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.popup__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}
.popup__text h2 {
    margin-bottom: 15px;
    color: #600908;
}

.popup__text p {
    line-height: 1.5;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup.active .popup-inner {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.phone-line-title {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.8;
}

.phone-line-number {
    text-align: right;
    font-size: 14px;
}

.phone-line-icon {
    display: inline-block;
    margin: 0 10px 0 0;
}

.phone-line-icon img {
    max-width: 16px;
}

.bioprim_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.bioprim_list li {
    list-style: none;
    width: 33%;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.bioprim_list li img {
    margin: 0 auto;
}

.sp-module-title {
    font-size: 36px;
    text-transform: initial;
    margin-bottom: 50px;
    font-weight: 500;
    position: relative;
}

.sp-module-title::after {
    content: '';
    position: absolute;
    border-bottom-width: 1px;
    width: 76px;
    height: 1px;
    left: 0;
    bottom: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#sp-bottom-component {
    padding: 60px 15px 40px!important;
}

.sp-module.create_box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url('/images/3.jpg') no-repeat;
    background-size: cover;
    margin: 0;
    height: 500px;
    background-position: center -250px;
    position: relative;
}

.sp-module.create_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 0;
}

.sp-module.create_box>div {
    z-index: 1;
}

.sp-module.create_box .create_box {
    max-width: 66.6%;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.4;
    text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.9);
    letter-spacing: 2px;
    text-align: center;
}

.sp-module.create_box .sp-module-title,
.sp-module.create_box p {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.sp-module.create_box .sp-module-title {
    color: #fff;
}

.sp-module.create_box p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    font-weight: 300;
}

.alert {
    border-radius: 0;
}

.alert.alert-notice {
    background-color: #f5f5f5;
}

div.contactus-error-message {
    font-size: 12px;
}

.custom_cart .total_products {
    position: relative;
}

.custom_cart .total_products img {
    max-width: 35px;
}

.custom_cart .total_products .total_products__count {
    position: absolute;
    top: -7px;
    left: 25px;
    z-index: 1;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    border-radius: 100%;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    color: #fff;
    background: #14183e;
}

.sp-page-title {
    padding: 215px 0 115px 0;
    background-position: center 65%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.sp-page-title-video {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
  width: 100%;
}

.sp-page-title>.container {
    z-index: 1;
    text-align: center;
}

.sp-page-title .sp-page-title-heading {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.4;
    position: relative;
    padding: 10px 30px;
    background-color: RGBA(175, 203, 31, 0.8);
    border-radius: 99px;
    border: 4px solid #fff;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a,
.sp-page-title .breadcrumb>.active {
    color: #fff;
    z-index: 1;
}

.de-kupyty #sp-main-body {
    padding-top: 0;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 28, 31, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: rgb(20, 24, 62);
    border-color: rgb(20, 24, 62);
    opacity: 0.9;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 24, 62, 0.5);
}

.section_title {
    border-bottom: 4px solid #f0f0f0;
    margin-top: 30px;
    position: relative;
    padding-bottom: 15px;
}

.section_title:after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #14183e;
    border-radius: 0;
}

.list-group-item {
    border-left: 0;
    border-right: 0;
    border-color: #f3f3f3;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.madeimg {
    padding: 30px 0;
}

.madeimg img {
    margin: 0 auto;
}

.article-body a {
    display: block;
    font-size: 14px;
    color: #14183e;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0 15px;
}


/* .article-details img,
.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    border-radius: 0!important;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1)!important;
} */

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    margin-bottom: 15px;
}

.article-details img.noborder,
.article-details .noborder img {
    border: none;
    box-shadow: none!important;
}

.google-maps,
.contacts-list__item {
    margin-bottom: 30px;
}

.contacts-list__title {
    font-size: 14px;
    color: #999;
    font-weight: 300;
}

.contacts-list__value {
    color: #14183e;
    font-size: 18px;
    font-weight: 500;
}

.contacts-list__value a {
    color: #14183e;
    font-weight: 500;
}

.module-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.map_market_info {
    font-weight: 400;
    line-height: 16px;
    color: #14183e;
}

.map_market_info>div {
    margin-bottom: 5px;
}

.map_market_info strong {
    display: block;
}

.map_market_info .sup {
    font-size: 11px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0;
}

.contacts-list__item {
    position: relative;
    padding-left: 75px;
}

.contacts-list__icon {
    top: 5px;
    left: 5px;
    position: absolute;
}

.contacts-list__icon img {
    width: 40px;
    height: 40px;
    box-shadow: none!important;
    border: none!important;
    border-radius: 0!important;
}

.list-reviews .normal {
    border: none;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.list-reviews blockquote {
    margin-bottom: 0;
}

.list-reviews span.date {
    float: unset;
    border: none!important;
    position: static;
    padding: 0;
}

.list-reviews .normal blockquote,
.list-reviews .highlight blockquote {
    font-size: 16px;
    margin-top: 0;
}

.list-reviews .normal blockquote:before,
.list-reviews .highlight blockquote:before {
    display: none;
}

.btn-primary,
.sppb-btn-primary {
    color: #fff!important;
    font-size: 14px;
}

.modern_list {
    counter-reset: myCounter;
}

.modern_list li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.modern_list li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #14183e;
    left: -35px;
    top: -5px;
}

.actions_list__item {
    margin-bottom: 30px;
    border: 3px solid #14183e;
    border-radius: 0;
}

.action_int,
.action_text {
    padding: 5px 10px;
}

.action_int {
    font-size: 24px;
    font-weight: 700;
    color: #14183e;
    position: absolute;
    background-color: #fff;
    top: -12px;
    left: 35px;
    padding: 0 10px;
    line-height: 1;
}

.action_text {
    font-size: 12px;
    margin-top: 5px;
    color: #14183e;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #906d70;
    border-color: #906d70;
}

.page-item .page-link {
    transition: none;
}

.page-item.active .page-link {
    border-color: #14183e!important;
    background-color: #14183e!important;
    color: #fff;
}

.page-item .page-link:hover,
.page-item.active .page-link:hover {
    color: #fff;
    border-color: #14183e!important;
    background-color: #14183e!important;
    transition: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.pricelist {
    text-align: center;
    margin-bottom: 30px;
}

.pricelist_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #14183e;
    border: 1px solid #14183e;
    border-radius: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.article-details .pricelist_link img {
    margin: 0 10px 0 0!important;
    width: 24px;
}

#sp-top1 {
    display: flex;
    align-items: center;
}

.our-socials ul.social-icons {
    margin: 0 15px;
    display: flex;
    justify-content: flex-end;
}

.our-socials ul.social-icons li {
    vertical-align: middle;
    margin: 0 5px;
}

ul.social-icons>li a {
    font-size: 20px;
    color: #fff;
}

ul.social-icons>li a:hover {
    color: #97a4ae;
}

#sp-footer .container-inner {
    padding-top: 20px;
}

#sp-footer {
    font-size: 10px;
}

#sp-footer img {
    max-height: 20px;
}

#sp-bottom {
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 -1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .2);
}

.sp-copyright img {
    display: inline-block;
}

.advantage-list {
    list-style: none;
    padding-left: 0;
    margin: 60px 0;
}

.advantage-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    color: #252525;
    transition: all 200ms ease-in-out;
}

.advantage-list img {
    max-width: 100px;
    max-width: 100px;
    display: inline-block;
    transition: all 200ms ease-in-out;
}

.advantage-list span {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
}

.advantage-list a:hover {
    color: #14183e;
    transition: all 200ms ease-in-out;
}

.advantage-list a:hover img {
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
}

.contactus-form button.btn {
    text-decoration: none;
    border: none;
    font-size: 14px;
    color: #fff;
    /* height: 35px; */
    min-width: 45px;
    width: 100%;
    /* min-height: 35px;
    line-height: 35px; */
    padding: 10px 15px;
    background-color: #F6910F;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1)!important;
    cursor: pointer;
}

.contactus-form button.btn:hover,
.contactus-form button.btn:focus {
    color: #fff;
    opacity: 0.9;
}

.top_contacts .icon_text {
    position: relative;
    font-size: 14px;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top_contacts .text {
    color: #444;
    line-height: 22px;
    white-space: nowrap;
}

.top_contacts .icon_text strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: none;
    font-weight: 500;
}

.contacts_title {
    font-size: 14px;
    font-weight: 600;
    color: #14183e;
    text-transform: uppercase;
}

#sp-bottom-component-fluid .sp-module.googlemap {
    padding: 0;
}

.article_title,
.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1,
.content-category h1,
.content-categoryfaq_page h1 {
    color: #14183e;
    font-size: 36px;
    font-weight: 500;
    margin: 30px 0 15px 0;
}

.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1,
.content-category h1,
.content-categoryfaq_page h1 {
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 28px;
    font-weight: 600;
}

.article-details img.services_img {
    display: inline-block;
    margin: 0 auto;
    max-height: 195px;
    text-align: center;
}

#map,
#contact-map {
    width: 100%;
    height: 500px;
}

.products_list .product-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.product-item .product_desc {
    font-size: 14px;
}

.popular_products.products_list .product-item {
    background-color: #fff;
}

.products_list a {
    display: block;
    box-sizing: border-box;
}

.products_list figure {
    margin-bottom: 16px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
    z-index: 2;
}

.popular_products.products_list figure {
    background-color: #fff;
}

.products_list img {
    width: 100%;
    opacity: 0;
}

.products_list h4 {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

.product-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
}

.btn-link,
.btn-primary,
.sppb-btn-primary {
    font-size: 14px;
    color: #fff;
    /* height: 35px; */
    min-width: 150px;
    /* min-height: 35px;
    line-height: 30px; */
    padding: 10px 15px;
    background-color: #F6910F;
    border-radius: 0;
    text-align: center;
    border: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1)!important;
}

.btn-link:hover,
.btn-primary:hover,
.sppb-btn-primary:hover {
    background-color: #F6910F;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.btn-link:focus,
.btn-link:active {
    text-decoration: none;
}

.pruductbuy {
    font-size: 14px;
    text-transform: uppercase;
}

.productimage a {
    display: block;
    text-align: center;
}

.productimage img {
    margin: 0 auto;
}

.productcontent {
    padding: 15px 0;
    box-sizing: border-box;
}

.productname h1 {
    font-size: 25px;
    padding-bottom: 16px;
    margin-bottom: 17px;
    position: relative;
    font-weight: 600;
}

.productsku {
    font-size: 14px;
}

.productshortdesc {
    color: #757575;
    text-align: center;
    margin-bottom: 46px;
}

.productprice .product-price {
    text-align: left;
    font-size: 24px;
}

.availability {
    margin-bottom: 15px;
    font-size: 14px;
}

.producttabs {
    margin-top: 0px;
}

.producttabs .producttabs_title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    color: #14183e;
}

.producttabs .product-fields .product-field {
    border-bottom: 1px solid #ececec;
    padding: 10px 20px;
    display: flex;
    font-size: 14px;
}

.producttabs .product-fields .product-field .product-fields-title-wrapper,
.producttabs .product-fields .product-field .product-field-display {
    width: 50%;
    font-size: 12px;
}

.producttabs .product-fields .product-field .product-field-display {
    text-align: right;
}

.producttabs .product-fields .product-field .field_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 20px;
}

.producttabs .product-fields-title strong {
    font-weight: 500;
}

.producttabs .product-field-display span.subvalue {
    text-transform: lowercase;
}

.cf_flt_wrapper {
    transition: all 300ms ease-in-out;
}

.cf_flt_wrapper:hover {
    background: #f9f9f9;
}

.check {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
}

.check:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -9px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(20, 24, 62, 0.06);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #4285f4;
}

.cf_flt:checked+.check svg {
    stroke: #4285f4;
}

.cf_flt:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

.cf_flt:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.cf_flt_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-weight: 500!important;
    color: #000;
    font-size: 16px!important;
}

.cf_flt_wrapper {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 0!important;
    padding-bottom: 10px!important;
}

.cf_form .cf_flt_wrapper:last-child {
    border-color: transparent;
}

.cf_search_button.btn {
    line-height: 14px!important;
}

.cf_flt_header,
.cf_wrapper_inner {
    padding: 12px;
}

.cf_resetAll_link {
    border-bottom: none;
    margin: 25px 15px;
    display: inline-block;
    text-align: center;
}

.cf_resetAll_link:hover {
    text-decoration: none;
    color: #fff;
}

.cf_resetAll_link span {
    color: #fff;
    background: #14183e;
    line-height: 14px;
    font-size: 14px!important;
    padding: 10px 30px;
    border-radius: 0;
}

.cf_resetAll_link span:hover {
    opacity: 0.9;
}

.cf_flt_counter {
    display: none!important;
}

.cf_filters_list input[type="radio"],
.cf_filters_list input[type="checkbox"] {
    margin: 0!important;
}

.cf_filters_list li {
    border-bottom: none!important;
}

.cf_filters_list li .cf_option {
    font-weight: 500;
    color: #333;
    margin-left: 5px;
    font-size: 13px;
}

.headexpand {
    height: auto!important;
    margin-right: 0!important;
}

.headexpand_show,
.headexpand_hide {
    background: none!important;
    color: #969696;
}

.headexpand_show:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f106";
}

.headexpand_hide:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f107";
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text {
    width: 100%;
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text .form-horizontal {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input {
    width: 50%;
    height: auto;
    border-radius: 0;
    padding: 8px 4px;
    text-align: center;
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input {
    box-shadow: none;
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input:first-child {
    border-radius: 3px 0 0 3px;
    border-right: none;
}

#sp-left .cf_wrapp_all .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal>input:last-child {
    border-radius: 0 3px 3px 0;
}

textarea.contactus-textarea.disabled {
    background-color: #f9f9f9!important;
    cursor: no-drop;
}

.works {
    background: #f5f5f5;
}

.works-banner {
    padding: 4.375rem 0;
    background-color: #afcb1f;
    /* background: url(/images/get-works.jpg) center/cover no-repeat; */
}

.works-banner__caption {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.works-banner__subcaption {
    color: #fff;
    font-weight: 400;
    font-size: 1.10rem;
}

.works-banner__button {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 8px 25px;
    font-size: 1.125rem;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
}

.works-banner__button:hover {
    background: #fff;
    color: #333;
}

.works-vantages__row {
    padding-bottom: 1px;
    padding-left: 1px;
    margin-top: 3.125rem;
}

.works-vantages {
    background: #fff;
    padding: 2.5rem 1.5625rem;
    border: 1px solid #dadfe3;
    margin-left: -1px;
    margin-bottom: -1px;
}

.works-vantages__img {
    margin-right: 20px;
}

.works-vantages__img img {
    width: 75px;
    min-width: 75px;
}

.works-vantages__caption {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.45rem;
    margin-bottom: 10px;
}

.works-vantages__content {
    margin-bottom: 15px;
}

.works-vantages__text {
    color: #282828;
    font-weight: 400;
    font-size: .875rem;
}

.works-vantages__text li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.how-works {
    margin-top: 3.125rem;
    padding: 2.8125rem 0 3.75rem;
    border-top: 1px solid #bbc8d0;
}

.how-works__caption {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
}

.how-works__subcaption {
    font-weight: 300;
    margin-top: 15px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.how-works-item {
    margin-top: 1.875rem;
}

.how-works-item__number {
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 3rem;
    min-width: 75px;
    font-weight: 600;
    background: #afcb1f;
    border-radius: 0;
    margin-right: 25px;
}

.how-works-item__caption {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.how-works-item__text {
    color: #282828;
    margin-top: 5px;
    font-weight: 400;
    font-size: .875rem;
}

.form-works-box {
    background: #fff;
    margin-top: -5px;
    padding: 30px 20px;
}

.form-works-box__caption {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.form-works-box__subcaption {
    color: #282828;
    font-size: 1rem;
    font-weight: 300;
    margin: 5px 0 15px;
    line-height: 1.875rem;
}

.site__confid {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 23px;
    margin-top: 20px;
    text-align: center;
}

.site__confid a {
    color: #8f8f8f;
    border-bottom: 1px dotted #e8e8e8;
}

.works-box__button {
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
    width: 100%;
    padding: 12px 15px;
    background: #F6910F;
    font-size: 1.125rem;
    border: 2px solid #F6910F;
    border-radius: 0;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1)!important;
}

.works-box__button:hover {
    opacity: 0.9;
}

.works-banner__button:focus,
.works-box__button:focus,
.works-banner__button:active,
.works-box__button:active {
    outline: none;
}

#sp-main-body {
    padding: 30px 0;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-top: 30px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item a,
.breadcrumb-item>span {
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    text-align: center;
    padding: 15px 15px 15px 30px;
    position: relative;
    margin: 0 10px 0 0;
    transition: none;
}

.breadcrumb-item:first-child a,
.breadcrumb-item:first-child>span {
    padding-left: 15px;
    padding-right: 0;
}

.breadcrumb-item a:before,
.breadcrumb-item>span:before {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.breadcrumb-item:first-child a:before {
    display: none;
}

.breadcrumb-item a:after {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #f9f9f9;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 2;
}

.breadcrumb-item.active {
    background-color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item span {
    font-size: 11px;
    font-weight: 500;
    color: #13173c;
    text-transform: uppercase;
}

.breadcrumb-item:hover a {
    background: #13173c;
}

.breadcrumb-item:hover a:after {
    border-left: 22px solid #13173c;
}

.breadcrumb-item:hover a span,
.breadcrumb-item:hover i {
    color: #fff!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

#sp-top-component {
    margin-top: 30px;
}

.clients_list .product-price {
    text-align: left;
}

.client_item {
    background-color: #eaf3f9;
    padding: 30px;
    margin: 15px 0;
    border-radius: 0;
    color: #14183e;
    position: relative;
    overflow: hidden;
}

.client_item_row {
    margin: 10px 0;
    padding: 0 0 10px 0;
}

.client_item_row:last-child {
    border-bottom: none;
}

.client_item__key {
    text-align: right;
    font-weight: 300;
    font-size: 16px;
}

.client_item__value {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.client_item__value .product-price {
    text-align: left;
    margin-bottom: 0;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.search #mod_virtuemart_search {
    height: 50px;
    text-align: center;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #14183e;
    border-radius: 0;
}

.search #mod_virtuemart_search:focus {
    border-color: #F6910F;
}

.search .virtuemart_search_input {
    max-width: 450px;
    width: 100%;
}

.search .virtuemart_search_submit {
    margin-top: 15px;
}

.client-paybox {
    padding: 8px;
}

.client-paybox img {
    display: inline;
}

.client-paybox button {
    width: 100%;
}

#outer {
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

#middle {
    display: table-cell;
    vertical-align: middle;
}

#inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    transform-origin: top;
    transform: scale(0);
}

#topbar {
    background: #afcb1f;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
}

#topbar img#sat-logo {
    width: 100px;
    height: 28.8px;
    margin-left: 15px;
}

#sku {
    text-align: right;
    height: 72px;
    color: #fff;
    font-weight: 300;
    line-height: 72px;
    flex-grow: 1;
    margin-right: 20px;
    transform: scale(0);
}

#details {
    background: #eaf3f9;
    transform-origin: top center;
    transform: scale(0);
}

#barcode {
    background: #eaf3f9;
}

.receipt-table {
    width: 100%;
    font-size: 0.8rem;
    border: 0px;
}

.receipt-table thead {
    color: #cccccc;
}

.receipt-table thead,
.receipt-table td,
.receipt-table th,
.receipt-table tr {
    background-color: transparent;
    font-weight: normal;
    border: 0px !important;
    padding: 15px;
}

.receipt-table tbody td,
.receipt-table tfoot td {
    padding: 8px 15px;
}

.receipt-table tfoot {
    margin-top: 25px;
}

.receipt-table .grand-total {
    font-size: 1.3rem;
}

.receipt-table .row-anim {
    opacity: 0;
}

.qtrCircles {
    display: flex;
}

.circle {
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    background: #fff;
    /* same as body */
}

.topright {
    border-radius: 0 14px 0 0;
}

.topleft {
    border-radius: 14px 0 0 0;
}

.bottomright {
    border-radius: 0 0 0 14px;
}

.bottomleft {
    border-radius: 0 0 14px 0;
}

.qtrCircles .dummy {
    flex-grow: 1;
}

.dummy.dashed {
    border-bottom: 2px dashed #fff;
}

.grand-total .product-price {
    text-align: right;
    margin-bottom: 0;
}

.title-top-border p {
    display: inline-block;
    position: relative;
    border-top: 2px solid #fff!important;
}

.bottom-links {
    margin-top: 15px!important;
}

.bottom-links li {
    margin-bottom: 0!important;
}

.bottom-links a {
    color: #fff!important;
    font-size: 11px;
    text-transform: lowercase;
    font-weight: 500;
}

.bottom-links a:hover {
    text-decoration: underline;
}

.easypay {
    display: block;
    margin-top: 5px;
}

.easypay img {
    width: 100px;
    background-color: #fff;
    border-radius: 0;
    padding: 0 5px;
}

.info-tabs {
    margin-top: 30px;
}

.info-tabs a {
    padding: 10px 20px;
    border: 1px solid #91C634;
    border-radius: 0!important;
    margin: 0 5px 5px 0;
    display: inline-block;
    font-size: 14px;
}

.info-tabs li a.active {
    background-color: #91C634!important;
}

.info-tabs tr th,
.info-tabs tr td {
    text-align: center;
}

.info-tabs tr th:first-child,
.info-tabs tr td:first-child {
    text-align: left;
}

.info-tabs .user-mobile a {
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

#sp-header .sp-module-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #f49312;
}

#sp-header .sp-module-title::after {
    display: none;
}

#sp-header .sp-module-content {
    font-size: 16px;
    font-weight: 600;
    color: #13173c;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(227, 234, 245, 0.8);
}

.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(227, 234, 245, 1);
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    padding-top: 43px;
}

.header-sticky .sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    padding-top: 25px;
}


/* RESPONSIVE */

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

@media (max-width: 1199px) {
    .map-places {
        width: 250px;
    }
}

@media (max-width: 991px) {
    header#sp-header .container-fluid {
        margin-left: unset;
        margin-right: unset;
        padding-left: 0;
        padding-right: 0;
    }
  .popup__photo {
    display: none;
}
  .popup-inner {
    width: 90%;
    max-height: unset;
}
  .popup__text {
    width: 100%;
    padding: 30px;
}
    header#sp-header .logo-image {
        height: auto!important;
    }
    .title-top-border p {
        font-size: 14px!important;
    }
    .breadcrumb-item a,
    .breadcrumb-item span {
        font-size: 10px;
    }
    .breadcrumb-item a:before,
    .breadcrumb-item>span:before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
    }
    .breadcrumb-item a:after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #eee;
        right: -12px;
    }
    .breadcrumb-item a,
    .breadcrumb-item>span {
        height: 40px;
        line-height: 40px;
        padding: 5px 5px 5px 15px;
        margin: 0 5px 0 0;
    }
    body {
        font-size: 14px!important;
    }
    .article-details img.services_img {
        max-height: unset;
    }
    .works,
    #sp-bottom-component-fluid .sp-module.googlemap {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .works-banner__button,
    .form-works {
        margin-top: 30px;
    }
    .works-banner__caption,
    .works-banner__subcaption {
        text-align: center;
    }
    .sp-module.create_box .create_box {
        font-size: 18px;
        max-width: 90%;
    }
    header#sp-header.header-sticky .logo-image {
        height: 40px;
    }
    #sp-left {
        margin-bottom: 30px;
    }
    .article-details img {
        margin: 15px 0!important;
    }
    #map,
    #contact-map {
        height: 75vh;
    }
}

@media (max-width: 768px) {
    .contactus-lightbox-body {
        padding: 15px!important;
    }
    .article-details img.services_noborder_img {
        max-height: unset;
    }
    #ProOPC .inner {
        display: block!important;
    }
    .itemid-123 #sp-position4,
    .itemid-166 #sp-position4 {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .contacts-list {
        margin-top: 30px;
    }
    div.contactus-form {
        max-width: 100%!important;
    }
    .article-details img {
        width: 100%;
    }
    .contacts-list__icon img {
        width: 40px;
        margin: 0!important;
    }
    #sp-footer2 p {
        font-size: 10px;
    }
    #sp-footer2 p img {
        width: 90px!important;
    }
    .pricelist_link {
        width: 100%;
        line-height: 1.4;
        padding: 10px 15px;
    }
    .article-details .pricelist_link img {
        margin: 0 5px 0 0!important;
    }
    #productsCatTabContent:before,
    #productsDogTabContent:before,
    .user_product__info {
        display: none!important;
    }
    .dock-container,
    #drycat,
    #wetcat,
    #drydog,
    #wetdog {
        height: auto;
        width: 100%!important;
    }
    .user_product {
        position: unset!important;
        display: inline-block!important;
    }
    .sp-module.animated_list .user_product_list {
        height: auto!important;
    }
    .sp-module.animated_list .user_product_list>.row {
        width: 100%!important;
    }
    .sp-module.animated_list .user_product {
        position: unset!important;
        width: 50%!important;
    }
    .map-places {
        position: static;
        width: calc(100% - 60px);
        margin: 30px;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline {
        flex-direction: row;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline li,
    .offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline li a {
        display: inline-block;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline li {
        margin-right: 10px;
        border-bottom: none;
    }
    #sp-position4 {
        padding: 0 30px;
    }
    .sp-module.create_box {
        margin: 30px -15px 60px -15px;
    }
    .map-places {
        padding: 0 15px;
    }
    .sp-page-title {
        padding: 100px 0 50px 0;
        background-position: center;
        background: #333!important;
    }
    .sp-module.our_meta .custom.our_meta {
        min-height: 145px;
    }
    .sp-module.our_meta p {
        font-size: 18px;
    }
    .bioprim_list li {
        width: 50%;
    }
    #sp-menu .row>div:first-child {
        display: none;
    }
    #sp-header .container-inner .row {
        align-items: center;
    }
    #sp-bottom #sp-bottom2 {
        text-align: left;
    }
    #sp-footer #sp-footer2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #productsCatTabContent,
    #productsDogTabContent {
        background: none!important;
    }
    .dock-container,
    #drycat,
    #wetcat,
    #drydog,
    #wetdog {
        position: unset;
    }
    .map-places {
        position: static;
        width: calc(100% - 30px);
        margin: 15px;
    }
    .bioprim_list li {
        width: 100%;
    }
}