body * {
    cursor: default;
}

body *::selection {
    color: #fff;
    background-color: rgba(152, 39, 41, 1);
}

body a,
body div.button-joomly-callback-toggle,
body .button-joomly-callback.img-circle,
body .button-joomly-callback.img-circleblock,
body .button-joomly-callback.circle-fill {
    text-decoration: none;
    cursor: pointer;
}

body a * {
    cursor: pointer;
}

body a,
body input,
body select,
body button,
body textarea,
body a:focus,
body button:focus,
body a:active,
body button:active {
    outline: none;
    appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
}

body input,
body textarea {
    cursor: text;
}

body button {
    border: none;
    cursor: pointer;
    border-radius: 0px;
    appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
}

body button * {
    cursor: pointer;
}

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

.hidden {
    display: none!important;
}

header#sp-header {
    width: 100%;
    top: 0;
    left: 0;
}

header#sp-header .sp-top1-row {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    color: #f7a151;
}

header#sp-header .sp-menu-row {

  background: rgb(247, 161, 81, 0.8);
    padding: 5px 0;
}

#sp-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgb(247, 161, 81, 0.8);
    width: 300px;
    height: 75px;
}

#sp-logo:after {
    content: '';
    border-color: rgb(247, 161, 81, 0.8) transparent transparent transparent;
    border-style: solid;
    border-width: 25px 150px 25px 150px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

#sp-header .logo {
    margin: 0 auto;
}

#sp-header .logo a .logo-image {
    height: 45px!important;
}

#sp-menu {
    color: #fff;
}

.phone-lines {
    display: flex;
    flex-direction: row;
}

.phone-line {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    text-align: left;
}

.phone-line:last-child {
    margin-right: 0;
}

.phone-line-number {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

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

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

#sp-bottom,
#sp-footer {
    background-color: #181818;
    color: #fff;
}

#sp-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

#sp-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #727272;
    font-size: 12px;
}

#sp-footer a {
    color: #727272;
}

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

#sp-footer p {
    margin-bottom: 0;
}

#sp-footer .author,
.footer__copyright .author {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.footer__copyright .author {
    justify-content: flex-end;
}

#sp-footer .author a,
.footer__copyright .author a {
    margin-right: 5px;
    color: #727272;
}

#sp-footer .author img,
.footer__copyright .author img {
    display: inline;
    max-height: 20px;
    margin-left: 5px;
}

.sp-page-title .breadcrumb {
    margin-top: 20px;
}

.sp-page-title .breadcrumb>li span {
    font-size: 13px;
    font-weight: 500;
    color: #727272;
    border-bottom: 1px solid #727272;
    transition: all 250ms ease-in-out;
}

.sp-page-title .breadcrumb>li a:hover span {
    color: rgb(247 178 114);
    border-bottom: 1px solid rgb(247 178 114);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 13px;
}

img.img-shadow,
.img-shadow img {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
    border-radius: 8px;
    margin: 0 auto;
}

.article-details a {
    color: #f7a151;
}

.home-page #sp-title {
    display: none!important;
}

#sp-bottom p {
    margin-bottom: 0;
}

#sp-bottom .sp-module-title {
    font-weight: 600;
    color: #727272;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
}

#sp-bottom .sp-module ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

#sp-bottom4 .phone,
#sp-bottom4 .address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-align: center;
    align-items: center;
    color: #fff;
    margin: 0px 0px 15px 0px;
}

#sp-bottom4 .address {
    font-size: 14px;
}

#sp-bottom4 .phone svg,
#sp-bottom4 .address svg {
    fill: #f7a151;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    margin-right: 10px;
    display: inline;
}

#sp-bottom4 .phone img {
    margin-left: 5px;
    width: 24px;
}

.alert-custom {
    background-color: #efefef;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
    font-size: 14px;
}

.alert {
    font-size: 14px;
}

.alert .alert-heading {
    font-size: 16px;
}

.contacts-list {
    padding: 15px 0;
}

.contacts-list__item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.contacts-list__item img {
    display: inline;
    margin-bottom: 0!important;
}

.phone img {
    display: inline;
}

.contacts-list__title {
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    margin-bottom: 5px;
}

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

.contacts-list .callback {
    padding: 15px;
}

.btn-callback {
    background-color: #f7a151;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 4px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .09);
}

.btn-callback:hover {
    opacity: 0.9;
}

.products_list {
    margin-top: 30px;
}

.products_list .product-item {
    position: relative;
    margin-bottom: 30px;
    min-height: 355px;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px;
    transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -webkit-transition: box-shadow 0.1s linear;
}

.products_list .product-item:hover {
    box-shadow: 0 0 18px rgba(214, 214, 214, 0.6);
}

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

.products_list figure {
    margin-bottom: 16px;
    /* height: 115px; */
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 2;
}

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

.section-products .products_list img {
    height: 200px;
}

.products_list .sup_title_name {
    color: #bcbcbc;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

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

.product_item_price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.product_item_price .PricesalesPrice {
    font-size: 16px;
    font-weight: 500;
    color: #f7a151;
}

.product_item_price .symbol {
    font-size: 14px;
    font-weight: 400;
}

.section-products .products_list h4 {
    font-weight: 700;
}

a.btn-link,
.btn-link {
    font-size: 12px;
    color:#000000 !important;
    min-width: 45px;
    width: 100%;
    padding: 5px;
    background-color: #f7a151;
    border-radius: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .09)!important;
}

a.btn-link:hover,
.btn-link:hover {
    background-color: #f7a151;
    color: #000000 !important;
    text-decoration: none;
    opacity: 0.9;
}

.product-container.productdetails {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 15px;
}

.product-container.productdetails .productname h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.product-container.productdetails .productshortdesc {
    font-size: 14px;
    font-weight: 500;
}

.product-container.productdetails .productcategory {
    color: #bcbcbc;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-container.productdetails .productfields {
    padding: 15px 0;
}

.product-container.productdetails .product-fields .product-field {
    padding: 5px 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    border-bottom: 1px dashed #f1f1f1;
}

.product-container.productdetails .product-fields .product-field .product-fields-title-wrapper {
    margin-right: 5px;
}

.product-container.productdetails .product-fields-title strong {
    font-weight: 400;
    color: #777;
}

.product-container.productdetails .product-field-display {
    font-weight: 500;
    display: flex;
    color: #252525;
}

.scroller {
    position: absolute;
    left: 50%;
    bottom: 20vh;
    width: 100px;
    height: 100px;
    margin: 0 0 0 -50px;
    pointer-events: none;
    z-index: 2;
}

.scroller path {
    fill: #fff;
}

.scroller path.MouseScroll--chevron {
    animation: ChevronAnimation 3s ease infinite;
    transform: translateY(3px);
}

#anchorSections {
    overflow: hidden;
}

.pg-wrapper.pg-vertical {
    overflow-y: hidden!important;
}

.sp-module.pg-page .sp-module-content,
.sp-module.pg-page .custom {
    height: 100%;
}

#sp-anchors .section {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #525263;
    background: #e6e6e6;
}

#sp-anchors .section.section-products {
    background-image: url(/images/bg-products.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section__content {
    width: 100%;
    padding: 3% 8.33% 4%;
}

.section__subtitle {
    margin: 0 0 18px;
    color: #999;
    font-size: .75em;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 46px;
}

.section__title {
    margin-bottom: 35px;
    font-size: 1.875em;
    line-height: 1.334;
}

.section__btn {
    margin-top: 52px;
}

.btn-decor {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 148, 125, .2)), to(rgba(138, 125, 106, .2)));
    background-image: -o-linear-gradient(rgba(163, 148, 125, .2), rgba(138, 125, 106, .2));
    background-image: linear-gradient(rgba(163, 148, 125, .2), rgba(138, 125, 106, .2));
    background-position: left 100% bottom 0;
    background-size: 100% 73%;
    background-repeat: no-repeat;
    padding-top: .0625em;
    padding-bottom: .4375em;
    color: #8a7d6a;
    font-size: .75em;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    -webkit-transition: background-size .15s;
    -o-transition: background-size .15s;
    transition: background-size .15s;
}

.btn-decor:hover {
    background-size: 100% 100%;
    color: #8a7d6a;
}

.btn-decor:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.section-about {
    display: flex;
    align-items: center;
    height: 100%;
}

.section-about .horizontal-scrolling {
    width: 50%;
    height: 100%;
}

.section-about .section__content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-about .section__multimedia {
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(/images/117.jpg);
    padding: 88px 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    display: flex;
    align-items: center;
}

.section-about .section__multimedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1 {
    margin-bottom: 35px;
    font-size: 1.875em;
    line-height: 1.334;
}

.section-products .products_list {
    width: 75%;
    margin: 0 auto;
}

.section-products .section__title {
    color: #fff;
    text-align: center;
    margin: 15px auto;
}

.section-products .section__descr {
    color: #fff;
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px auto;
}

section#sp-anchors {
    width: 100%;
}

.product-container.productdetails .product_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-container.productdetails .product_img img {
    margin: 0 auto;
    max-height: 100px;
}

.product-container .product_works__slider {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.section-works__section {
    display: flex;
    flex-direction: row;
}

.section-works__section .horizontal-scrolling {
    max-width: 33.33%;
    width: 100%;
}

.our-works__section .horizontal-scrolling {
    max-width: 50%;
    width: 100%;
}

.section-works {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: #252525;
}

.our-works__section .section-works {
    width: 50%;
}

.section-work__item {
    height: 33.33%;
    width: 100%!important;
    border-bottom: 0;
    overflow: hidden;
}

.our-works__section .section-work__item {
    height: 50%;
    position: relative;
}

.section-work__item .section__multimedia {
    height: 100%;
    width: 100%;
    padding: 2px;
    overflow: hidden;
    position: relative;
    text-transform: none;
    cursor: pointer;
    display: block;
}

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

.section-work__item .preview-content__develop {
    position: absolute;
    bottom: 40px;
    left: 50px;
    width: 30px;
    height: 30px;
    background-image: url('/images/small-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 14px;
    padding-left: 30px;
    opacity: 1;
}

.section-work__item:hover .preview-content__develop {
    opacity: 0;
}

.section-work__item .section__multimedia:hover img {
    opacity: 1;
}

.preview-content__content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    top: 0;
    left: 0;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 90px;
    padding-bottom: 30px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.section-work__item:hover .preview-content__content {
    opacity: 1;
}

.preview-content__content:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
}

.preview-content__title {
    font-weight: normal;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.preview-content__description {
    position: relative;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 25px;
    display: block;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

.preview-content__footer {
    background-image: url(/images/small-logo.png);
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: 30px;
    background-size: 30px;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.preview-content__footer p {
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 1.4;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    line-height: 59px;
}

.product-container.productdetails .product_img {
    padding: 5px 0;
    margin: 0 -5px;
}

.product-container.productdetails .product_img .additional-image {
    padding: 5px;
    overflow: hidden;
    width: 12.5%;
}

.product-container.productdetails .product_img .additional-image a {
    opacity: 0.9;
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 5px;
    overflow: hidden;
}

.product-container.productdetails .product_img .additional-image a.active,
.product-container.productdetails .product_img .additional-image a:hover {
    opacity: 1;
    border-color: #e5e5e5;
}

.product-container.productdetails .product_img img,
.product-container.productdetails .main-image.product-img-box img {
    margin: 0 auto;
    width: 100%;
}

.fancybox-is-open .fancybox-bg {
    width: 100%;
    height: 100%;
}

.home-page #sp-footer,
.home-page #sp-bottom {
    display: none!important;
}

.services .services-grid-item {
    padding-right: 0;
}

.service-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    min-height: 66px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-item img {
    min-width: 38px;
    max-width: 38px;
    width: 100%;
    height: 38px;
    margin-right: 15px;
}

.service-item .s-title {
    font-size: 16px;
    line-height: 1.29;
    font-weight: 500;
    color: #fff;
}

.service-item .s-text {
    font-size: 14px;
    line-height: 1.47;
    font-weight: 300;
    color: #fff;
}

section.background {
    overflow: hidden;
}

.offcanvas-header {
    height: 130px;
    background-image: url(/images/navigation-header.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.offcanvas-header-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.offcanvas-header-logo img {
    max-width: 80%;
}

.offcanvas-menu .phone-lines {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.offcanvas-menu .phone-line-number {
    text-align: left;
    justify-content: flex-start;
}

.offcanvas-menu .phone-line {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.offcanvas-menu .sp-module.fabrykacc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(32, 54, 62, 0.4);
    padding: 5px;
}

.sp-module.fabrykacc p.author {
    margin-bottom: 0;
}

.sp-module.fabrykacc p.author img {
    margin: 0 auto;
    max-width: 75px;
}

.contactus-error-message {
    font-size: 12px;
    margin-left: 5px;
}

.contacts-bg {
    height: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: white;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    box-sizing: border-box;
    background: white;
}

#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    content: "";
    display: block;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-radius: 100%;
    transition: 0.3s;
}

.vertical-scrolling {
    overflow: hidden;
}

.vertical-scrolling .custom {
    height: 100%;
}

.section-works__section {
    height: 100%;
    background: #252525;
}

.fp-slidesContainer {
    height: 100%;
}

.footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

.footer__info-container {
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
    padding-bottom: 30px;
}

.icon-info__item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-info__image {
    margin-right: 15px;
}

.icon-info__icon {
    height: 40px;
    min-width: 40px;
}

.icon-info__text-box {
    font-size: 16px;
    color: #2b3032;
    font-weight: 500;
}

.article-list .article {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.article-list .article:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.article-list .article .article-intro-image img {
    transition: all 300ms ease-in-out;
}

.article-list .article:hover .article-intro-image img {
    transform: scale(1.05);
}

.article .published {
    color: #727272;
}

.article .article-introtext {
    font-size: 14px;
    font-weight: 500;
}

.article-readmore {
    margin-top: 30px;
}

.article-readmore a,
.reg_form button {
    display: block;
    padding: 10px;
    font-size: 14px;
}

.article-readmore a:focus,
.reg_form button:focus {
    text-decoration: none;
}

.pagination {
    justify-content: flex-end;
}

.pagination .page-item {
    margin-right: 5px;
}

.pagination .page-item:last-child {
    margin-right: 0;
}

.pagination .page-item .page-link {
    border-color: #e8e8e8;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    outline: none;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-item.active .page-link {
    background-color: #f7a151;
    border-color: #f7a151;
}

.pagination .page-item.active:hover .page-link {
    color: #fff;
}

.pagination .page-item a {
    font-size: 14px;
}

.footer__contacts {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    height: 100%;
}

.footer__contacts .container,
.footer__contacts .row {
    height: 100%;
}

.footer-contacts__list {
    display: flex;
    flex-direction: column;
}

.footer-contacts__item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.footer-contacts__item:last-child {
    border-bottom: none;
}

.footer-list__name {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-list__text {
    font-size: 18px;
    font-weight: 500;
}

.footer-list__text img {
    display: inline;
}

.module-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-about .module-title {
    color: #fff;
    padding-bottom: 15px;
}

.footer-slide__bg {
    background-color: #fff;
    background-image: url(/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.footer__copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #181818;
    color: #727272;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.footer-list__text a,
.phone-line-number a {
    color: #252525;
}

.section-products .products_list figure {
    height: 200px;
    background-color: transparent;
}

.section-products .products_list .product-item {
    background-color: transparent;
}

.section-products .products_list .product-item:hover {
    box-shadow: none;
}

.section-products .products_list h4 {
    color: #fff;
}

.article-details img {
    margin-bottom: 30px;
}

.services-grid__article .service-item .s-title,
.services-grid__article .service-item .s-text {
    color: #252525;
}

.container {
    max-width: 1240px;
}

#sp-top1 {
    display: flex;
    flex-direction: row;
}

.second-number {
    margin: 0;
}

.second-number img {
    display: inline;
    width: 24px;
}

.second-number .number {
    font-size: 16px;
    font-weight: 500;
    color: #f7a151;
    margin-bottom: 0;
}

.second-number p {
    margin-bottom: 0;
    font-size: 12px;
    color: #f7a151;
}

.phone-image {
    margin: 0 15px 0 25px;
}

.phone-image .call-btn {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.phone-image svg {
    pointer-events: none;
}

.phone-image svg path {
    fill: #f7a151;
}

.phone-image .callback-title {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    position: relative;
    margin: auto;
    pointer-events: none;
    text-decoration: unset;
    text-transform: uppercase;
    margin-left: 15px;
    max-width: 70px;
    color: #fff;
}

#sp-header.header-sticky {
    max-height: 65px;
}

.productdesc {
    margin-top: 30px;
    font-size: 14px;
}

.productdesc h2,
.productcolors h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.productdesc h3,
.productcolors h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.article-details .blockquote {
    background-color: #fff;
    border-left: 3px solid #f7a151;
    padding: 15px;
    border-radius: 2px;
    font-size: 14px;
}

.productdesc ul,
.productshortdesc ul {
    margin-bottom: 0;
}

.productdesc ul li,
.productshortdesc ul li {
    position: relative;
    list-style: none;
    padding: 0 10px;
    margin-bottom: 5px;
}

.productdesc ul li:last-child,
.productshortdesc ul li:last-child {
    margin-bottom: 0;
}

.productdesc ul li:before,
.productshortdesc ul li:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 7px;
    background: #f7a151;
    height: 6px;
    width: 6px;
    line-height: 6px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}

.zoomContainer {
    display: none!important;
    pointer-events: none!important;
}

.productdesc ul li b {
    font-weight: 500;
    color: #000;
}

.productcolors {
    margin-top: 30px;
}

.product-field-colors {
    margin-bottom: 30px;
}

.product-field-colors:last-child {
    margin-bottom: 0;
}

.cf4all_customvalues_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-head {
    margin-bottom: 15px;
}

.product-head .PricesalesPrice {
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #f7a151;
}

.product-head .symbol {
    font-size: 16px;
    font-weight: 400;
}

.section-about__products {
    margin-top: 60px;
}

.section-about__products .service-item {
    min-height: unset;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}

.section-about__products .services-grid-item:nth-child(3) .service-item {
    flex-direction: row-reverse;
    text-align: right;
}

.section-about__products .service-item img.s-icon {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    background-color: #f7a151;
    padding: 5px;
}

.section-about__products .services-grid-item:nth-child(3) .service-item img.s-icon {
    margin-right: 0;
    margin-left: 15px;
}

.section-about__products .s-content {}

.section-about__products .service-item .s-title,
.section-about__products .service-item .s-text {
    color: #333;
}

.sp-logo-mobile {
    display: none;
}

.menuLogo img {
    transform: scale(1.5);
    height: 40px;
}

.sp-megamenu-parent {
    max-height: 30px;
}

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

.sp-logo-row {
    pointer-events: none;
}

.article-details .article-header h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    font-size: 18px;
}

.articleBody-bg {
    background: #fff;
    padding: 30px;
}

.itemid-142 .articleBody-bg {
    padding: 0;
}

.category_price {
    text-align: right;
}

.category_price>span {
    display: inline-block;
    background: #f7a151;
    color: #fff;
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
}

.category_price>span>span {
    font-size: 18px;
    font-weight: 500;
}

.insha-keramika {
    background-color: #fff;
    margin-top: 60px;
    border-left: 3px solid #f7a151;
    padding: 10px 30px;
}

.insha-keramika p {
    margin-bottom: 0;
}

.insha-keramika a {
    color: #252525;
}

.cf4all_customvalues_wrapper .cf4all_color_btn {
    min-width: 95px;
}

.fp-slidesNav {
    text-align: center;
}

.swiper-scrollbar-drag {
    background: rgb(247, 161, 81, 0.8);
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
    margin: 0 7px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.swiper-pagination-bullet:hover {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
    margin: 3px 4px -3px 4px;
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 4px 3px -4px 3px;
    box-sizing: border-box;
    background: white;
    position: relative;
}

.swiper-pagination-bullet-active:after {
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    content: "";
    display: block;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-radius: 100%;
    transition: 0.3s;
}


/* RESPONSIVE */

@media (max-width: 1440px) {
    .container {
        width: 90%;
    }
    .preview-content__footer p {
        font-size: 11px;
    }
    .preview-content__title {
        font-size: 16px;
    }
    .section-products .section__descr {
        max-width: 90%;
    }
    .service-item {
        min-height: unset;
    }
    .footer__contacts {
        margin-bottom: 10px;
    }
    .icon-info__icon {
        height: 25px;
        min-width: 25px;
    }
    .service-item .s-title {
        font-size: 14px;
    }
    .icon-info__text-box,
    .service-item .s-text {
        font-size: 12px;
    }
    .icon-info__item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    input[type="text"].contactus-fields,
    input[type="email"].contactus-fields,
    input[type="date"].contactus-fields,
    input[type="time"].contactus-fields,
    input[type="tel"].contactus-fields,
    textarea.contactus-textarea {
        font-size: 14px!important;
    }
    .module-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer-contacts__item {
        padding: 10px 0;
    }
    .footer-list__text {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    #sp-header .logo {
        padding-left: 0;
    }
    .container {
        width: unset;
    }
    .section-products .section__descr {
        max-width: 90%;
    }
    .service-item {
        min-height: unset;
    }
    .footer__contacts {
        margin-bottom: 10px;
    }
    .icon-info__icon {
        height: 25px;
        min-width: 25px;
    }
    .service-item .s-title {
        font-size: 14px;
    }
    .icon-info__text-box,
    .service-item .s-text {
        font-size: 12px;
    }
    .icon-info__item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    input[type="text"].contactus-fields,
    input[type="email"].contactus-fields,
    input[type="date"].contactus-fields,
    input[type="time"].contactus-fields,
    input[type="tel"].contactus-fields,
    textarea.contactus-textarea {
        font-size: 14px!important;
    }
    .module-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-contacts__item {
        padding: 10px 0;
    }
    .footer-list__text {
        font-size: 14px;
    }
    .product-container.productdetails {
        padding: 30px;
    }
    .section-works {
        height: 100%;
    }
    .section-works__row {
        overflow-x: scroll;
    }
    .section-work__item {
        width: 100%!important;
    }
    .preview-content__content {
        padding: 15px;
    }
    .section-about .module-title {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .products_list.swiper-container {
        margin-bottom: 15px;
    }
    .section-works__section {
        flex-direction: column;
    }
    .section-works__section .preview-content__footer {
        bottom: 10px;
        left: 10px;
    }
    .our-works__section .section-works {
        width: 100%;
    }
    .insha-keramika b {
        display: block;
    }
    .products_list {
        padding: 0 5px;
    }
    .products_list .col-6 {
        padding: 0 5px;
    }
    .product-container.productdetails .product_img .additional-image {
        width: 20%;
    }
    .product-head .PricesalesPrice {
        text-align: left;
        margin: 5px 0;
    }
    .category_price>span {
        font-size: 12px;
    }
    .category_price>span>span {
        font-size: 14px;
    }
    .itemid-142 #sp-position1 h1 {
        font-size: 18px;
        font-weight: 600;
    }
    .itemid-142 .products_list {
        padding: 0;
    }
    .itemid-142 .products_list .col-md-12 {
        padding: 0 5px;
    }
    .products_list .product-item {
        min-height: auto;
        margin-bottom: 10px;
    }
    .products_list figure {
        height: auto;
    }
    .products_list h4 {
        font-size: 14px;
    }
    .product_item_price {
        position: static;
    }
    .product_item_price .PricesalesPrice {
        font-size: 14px;
    }
    .product_item_price .symbol {
        font-size: 12px;
    }
    .section-about__products .services-grid-item:nth-child(2) {
        order: 0;
    }
    .section-about__products .services-grid-item:nth-child(1) {
        order: 1;
    }
    .section-about__products .services-grid-item:nth-child(3) {
        order: 2;
    }
    .section-about__products .service-item img.s-icon {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
    }
    .section-about__products .garantia {
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .section-about__products .garantia img {
        display: inline-block;
        margin: 0 auto;
        height: 75px;
    }
    .phone-lines .phone-line-number {
        padding: 0 15px;
    }
    .phone-lines .phone-line-number img {
        display: inline;
        width: 24px;
        margin-left: 5px;
    }
    .footer-slide__bg .footer__info-items,
    .footer-slide__bg .footer__info-container.container,
    .footer-slide__bg .icon-info.row {
        height: 100%;
    }
    .footer-slide__bg .icon-info.row {
        align-items: center;
        align-content: center;
    }
    .section-products .section__title {
        font-size: 18px;
    }
    .section-products .products_list h4 {
        font-size: 14px;
    }
    .section-products .products_list {
        padding-top: 50px;
    }
    .section-products .col-md-12,
    header#sp-header .sp-menu-row {
        padding: 0;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        line-height: unset;
    }
    .section-products .products_list .product-item {
        padding: 0;
        min-height: unset;
    }
    .footer__contacts .row {
        align-items: center;
    }
    .category_price,
    .category_name {
        text-align: center;
    }
    .section-about__products {
        margin-top: 15px;
    }
    .sp-page-title {
        padding-top: 35px;
    }
    .sp-mobile-header {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .sp-mobile-header>div {
        display: inline-block;
        width: auto;
    }
    .sp-logo-mobile {
        display: inline-block;
    }
    .sp-logo-mobile .logo-image-phone {
        height: 35px;
    }
    .sp-megamenu-parent.menu-animation-fade-up,
    .sp-logo-row,
    .item-143 {
        display: none!important;
    }
    .section-about__products .services-grid-item:nth-child(3) .service-item {
        flex-direction: row;
        text-align: left;
    }
    .section-about__products .services-grid-item:nth-child(3) .service-item img.s-icon {
        margin-right: 15px;
        margin-left: 0;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span,
    .offcanvas-menu .phone-line-number {
        color: #252525!important;
    }
    #sp-header.header-sticky {
        max-height: unset;
    }
    .section-works__section .horizontal-scrolling {
        max-width: 100%;
    }
    .icon-info__item,
    .garantia {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .icon-info__icon {
        height: 40px;
        min-width: 40px;
    }
    .icon-info__text-box,
    .service-item .s-text {
        font-size: 16px;
    }
    .product-container.productdetails {
        padding: 15px;
    }
    #sp-header .logo a .logo-image {
        height: auto!important;
        transform: scale(1);
    }
    .section-work__item .section__multimedia {
        display: inline-block;
    }
    .section__title {
        font-size: 1.5em;
    }
    .section-products .products_list,
    #sp-anchors .section-about .section__content {
        width: 100%;
        max-width: 100%;
    }
    .section__descr,
    .sp-top1-row {
        display: none!important;
    }
    .footer-slide__bg {
        background-size: cover;
    }
    .footer-contacts__item {
        padding: 10px 0;
    }
    .footer__contacts {
        margin-bottom: 5px;
    }
    .footer__copyright {
        justify-content: center;
        text-align: center;
    }
    .footer__copyright .author {
        justify-content: center;
    }
    .section-about .section__multimedia {
        padding: 15px;
    }
    .section-about .section__multimedia img {
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
    }
    .service-item {
        margin-bottom: 10px;
        min-height: unset;
    }
    .section__multimedia .service-item .s-content {
        min-height: 50px;
    }
    .service-item .s-title,
    .service-item .s-text {
        font-size: 12px;
    }
    .section__multimedia .service-item .s-title,
    .section__multimedia .service-item .s-text {
        font-size: 10px;
    }
    .section-about__products .service-item .s-title:before {
        display: none;
    }
    .articleBody-bg {
        padding: 0;
        background: unset;
    }
    .articleBody-bg .h3,
    .articleBody-bg h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .productimage {
        pointer-events: none;
    }
    .section-works {
        height: 100%;
    }
    .preview-content__content {
        padding: 15px;
    }
    .preview-content__description {
        display: none;
    }
    div.joomly-callback-cap>h4 {
        font-size: 18px!important;
    }
    div.joomly-callback-body {
        padding: 15px!important;
    }
    #sp-footer #sp-footer1,
    #sp-footer #sp-footer2,
    #sp-footer #sp-footer3 {
        margin-bottom: 15px;
        text-align: left;
    }
    #sp-footer .author {
        justify-content: flex-start;
    }
}

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


/* KEYFRAMES */

@keyframes ChevronAnimation {
    0% {
        transform: translateY(3px);
        opacity: 1
    }
    50% {
        transform: translateY(8px);
        opacity: 0
    }
    60% {
        transform: translateY(3px);
        opacity: 0
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-40%);
    }
    50% {
        transform: translateX(-80%);
    }
}