* {
    margin: 0;
    padding: 0;
}

::selection {
    background: #47474a;
    color: #fff;
}

:focus {
    outline: 0;
}

.container {
    max-width: 1140px!important;
}

a:hover {
    text-decoration: underline;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    text-transform: uppercase;
}

.sp-copyright {
    font-size: 11px;
    opacity: 0.6;
}

.created-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    opacity: 0.6;
}

.created-by img {
    margin-left: 10px;
    max-height: 20px;
    display: inline-block;
}

.logo-image {
    transition: transform 300ms ease-in-out;
}

.logo-image:hover {
    transform: scale(1.05);
}

.header {
    white-space: nowrap;
    padding: 15px 15px 10px 15px;
    font-weight: 500;
}

.top-contacts {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-contacts .address,
.top-contacts .contacts,
.top-contacts .phones {
    padding-left: 50px;
}

.top-contacts .email a {
    color: #47474a;
}

.top-contacts .phones {
    text-align: right;
    color: #47474a;
}

.top-contacts .phones p {
    margin: 0;
}

.top-contacts .phones a {
    font-size: 20px;
    color: #47474a;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.top-contacts .phones a:hover {
    border-bottom: 1px dotted;
}

.top-contacts .callback a[data-toggle] {
    text-decoration: none;
}

.top-contacts .callback p,
.top-contacts .address p {
    padding: 5px 0;
    margin: 0;
}

.top-contacts .phones {
    padding-right: 50px;
}

.top-contacts .phones .have-viber {
    position: relative;
}

.top-contacts .phones .have-viber:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    right: -29px;
    background-image: url('/images/viber.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top right;
}

.top-contacts .callback-btn {
    background-color: transparent;
    color: #47474a;
    box-shadow: inset 0 0 0 2px #47474a;
    transition: box-shadow .3s;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.top-contacts .callback-btn:hover {
    background-color: #47474a;
    color: #fff;
}

.navigation {
    text-align: left;
    background: #47474a;
    padding: 0;
}

.navigation .sp-megamenu-parent>li>a,
.navigation .sp-megamenu-parent>li:hover>a {
    color: #fff;
}

.navigation .sp-megamenu-parent>li {
    transition: background 250ms ease-in-out;
}

.navigation .sp-megamenu-parent>li.active,
.navigation .sp-megamenu-parent>li:hover {
    background-color: #FFA500;
}

.navigation .sp-megamenu-parent>li.active {
    pointer-events: none;
}

.logo-slogan {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 5px;
}

.body-wrapper {
    background-color: #f7f7f7;
    background-image: url(/images/bg.png);
    background-position: top center;
}

#sp-header {
    background: none;
}

.navigation.header-sticky {
    box-shadow: 0 0 5px 0 #666;
}

.navigation.header-sticky .sp-megamenu-parent>li>a,
.navigation.header-sticky .sp-megamenu-parent>li>span {
    line-height: 40px;
    transition: line-height 250ms ease-in-out;
}

.case-list {
    margin-top: 30px;
}

.case-item {
    height: 350px;
    overflow: hidden;
    position: relative;
    background-color: #47474A;
    color: #ffffff;
    display: block;
    cursor: pointer;
    margin-bottom: 30px;
}

.case-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: inherit;
}

.case-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .66;
    background-color: inherit;
    transition: opacity .4s;
}

.case-img img {
    display: none;
}

.case-meta {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: none;
    padding: 8%;
    transform: translateY(-50%);
    z-index: 2;
}

.case-meta p {
    width: 100%;
    background-color: inherit;
    opacity: 1;
    text-align: center;
    transition: transform .3s, opacity .3s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    margin: 0;
    color: inherit!important;
}

.case-item:hover {
    color: #fff!important
}

.case-item:hover .case-img:after {
    opacity: 0;
}

.case-item:hover .case-meta p {
    opacity: 0;
    transform: translateY(-2rem);
}

.article-details h2 {
    font-size: 42px;
    letter-spacing: 0;
    color: #47474a;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.article-details ul,
.article-details ol {
    margin-left: 30px;
}

.ba-gallery-items {
    background-color: #fff;
}

#google-map-widget {
    margin-top: 30px;
}

.contacts-list {
    padding: 0;
}

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

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

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

.contacts-list__value,
.contacts-list__value a {
    color: #47474A;
    font-size: 18px;
    font-weight: 600;
}

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

.btn-callback,
.joomly-contactus-btn button,
.btn-link,
.b1c-form .b1c-submit {
    background-color: #47474a;
    color: #fff;
    transition: box-shadow .3s;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .09);
}

.btn-callback:hover,
.joomly-contactus-btn button:hover,
.btn-callback:focus,
.joomly-contactus-btn button:focus,
.btn-link:hover,
.btn-link:focus,
.b1c-form .b1c-submit:hover,
.b1c-form .b1c-submit:focus {
    background-color: #47474a;
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
textarea:not(.form-control) {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    border: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    background: transparent;
    font-weight: 300;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
textarea:not(.form-control):focus {
    color: #495057;
    font-weight: 400;
    background-color: transparent;
    border-color: #FFA500;
    outline: 0;
}

#setLogo {
    max-width: 75%;
    display: none!important;
}

#setLogo .logo-image {
    height: auto;
}

input {
    box-shadow: none!important;
}

.joomly-callback-div select {
    font-size: 13px;
}

.products_list .product-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

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

.products_list a:hover {
    text-decoration: none;
}

.products_list figure {
    margin-bottom: 16px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f1f1f1;
    z-index: 2;
}

.products_list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
}

.products_list figure img {
    margin-bottom: 0;
    opacity: 0;
}

.products_list .product-name {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}

.products_list .product-s-desc {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-price {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffa500;
    margin-bottom: 10px;
}

.b1c-fields input[type="text"],
.b1c-fields input[type="tel"] {
    height: 40px;
    padding: 4px 6px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    font-size: 13px!important;
    line-height: 18px;
    width: 100%;
    max-width: 100%;
}


/* RESPONSIVE */

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

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

@media (max-width: 991px) {
    #setLogo {
        display: inline-block!important;
    }
    .article-details h2 {
        font-size: 26px;
    }
    .created-by {
        justify-content: center;
    }
    #sp-footer {
        text-align: center;
    }
    div.joomly-callback-body {
        padding: 10px 20px!important;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 5px 0;
    }
    .sp-scroll-up {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        font-weight: 300;
    }
    .ba-gallery {
        padding: 0!important;
    }
    .sp-megamenu-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation {
        background: transparent;
    }
    .navigation.header-sticky {
        background: rgba(255, 255, 255, 0.8);
    }
    .navigation.header-sticky #offcanvas-toggler {
        height: 45px;
        line-height: 45px;
    }
    #sp-header {
        background: none;
        display: flex;
        flex-direction: column;
    }
    #sp-header>.navigation {
        order: 1;
    }
    #sp-header>.container {
        order: 2;
    }
    .top-contacts {
        font-size: 12px;
    }
    .top-contacts .phones a {
        font-size: 14px;
        font-weight: 600;
    }
    .top-contacts .callback-btn {
        box-shadow: inset 0 0 0 1px #47474a;
        font-size: 11px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        border-radius: 30px;
    }
    .top-contacts .phones {
        padding-right: 15px;
        padding-left: 15px;
    }
    .offcanvas-menu .menu {
        margin-top: 30px;
    }
    .offcanvas-menu .menu li {
        margin-bottom: 10px!important;
        padding-bottom: 10px!important;
        border-bottom: 1px solid #f1f1f1!important;
    }
}

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