body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

body.scroll {
    padding-top: 45px;
}

* {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
p {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0!important;
    margin: 0;
}

a {
    text-decoration: none;
    display: block;
    color: #50545d;
}
input, textarea {
    outline: none;
}
input[type=submit], input[type=button] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.collapse:after  {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}
.container {
    width: 1146px;
    margin: 0 auto;
}

.header.scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #eee;
}

.header-left {
    width: 362px;
    /* height: 45px;*/
    font-style: normal;
    font-weight: bold;
    line-height: 45px;
    font-size: 25px;
    color: #970101;
    float: left;
    margin-top: 26px;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}
.header-left a {
    color: #970101;
}
.header-left span {
	color: #000;
    font-size: 17px;
  display:block;
  margin-top: -15px;
}
.header-right {
    display: table;
    float: right;
    margin-top: 26px;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}

.header.scroll .header-left, .header.scroll .header-right {
    margin-top: 0;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}

.menu ul {
    line-height: 45px;
}

.menu li {
    display: inline-block;
    list-style-type: none;
}

.menu a {
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    display: block;
    padding: 0 10px;
}

.slogan {
    margin-top: 70px;
    text-align: center;
}

.slogan h1 {
    font-size: 45px;
    color: #970101;
    font-weight: 800;
    margin: 0;
}

.slogan b {
    display: block;
    color: #000;
    font-weight: 800;
}

.slogan h2 {
    color: #000;
    font-weight: 300;
    margin: 10px 0 28px;
    font-size: 35px;
}

.order-call {
    width: 264px;
    margin: 0 auto;
    background: #00A3FF;
    border-radius: 60px;
    text-align: center;
}
.productfull-left .order-call {
    margin: 0;
}

.order-call a {
    display: block;
    padding: 19px 0;
    color: #fff;
    font-weight: 500;
}
.services {
    padding-bottom: 49px;
}
.services h2,
.name-cateegory {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    margin-top: 60px;
}
.name-cateegory{
    font-size: 35px!important;
}
.service-item {
    width: 744px;
    margin: 0 auto;
    background: #E5E5E5;
}

.service-text, .service-img {
    width: 50%;
    float: left;
    height: 332px;
    display: table;
}

.serv-text {
    display: table-cell;
    vertical-align: middle;
}

.serv-text h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
}

.serv-text .text {
    width: 61%;
    margin: 0 auto;
    color: #000;
}

.serv-text .text ul {
    padding-left: 20px!important;
}

.serv-text .text ul li, .serv-text .text span {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 500;
}
.serv-text .text span.prod-name {
    font-size: 22px;
    font-weight: 700;
}

.services .service-item:nth-child(1) .service-img {
    background: url('/images/services/s1.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(2) .service-img {
    background: url('/images/services/s2.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(3) .service-img {
    background: url('/images/services/s3.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(4) .service-img {
    background: url('/images/services/s4.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(5) .service-img {
    background: url('/images/services/s5.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(6) .service-img {
    background: url('/images/services/s6.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(7) .service-img {
    background: url('/images/services/s7.png') no-repeat center center;
    background-size: cover;
}

.services .service-item:nth-child(8) .service-img {
    background: url('/images/services/s8.png') no-repeat center center;
    background-size: cover;
}

.services .service-img {
    text-indent: -9999px;
}
.fancybox-outer .fancybox-inner,
.moduletable-order-call {
    background: #00A3FF;
}
.wrap-order,
.wrap-order .fancybox-inner ,
.wrap-order .moduletable-order-call {
    width: 755px!important;
}
.form {
    width: 755px;
    margin: 15px auto 54px;
}
.fancybox-skin .fancybox-close {
    top: 8px;
    right: 5px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    background: url(/images/icons/close.png) transparent no-repeat center center;
}
.moduletable-order-call .formResponsive {
    padding: 0 0 47px;
    margin: 0;
}
.moduletable-order-call h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin: 50px 0 20px;
}
.moduletable-order-call .formResponsive .formHorizontal .formControlLabel,
.moduletable-order-call .formResponsive .formHorizontal p.formDescription {
    display: none;
}
.moduletable-order-call .formResponsive .formHorizontal .formControls {
    margin: 0!important;
}
.moduletable-order-call .formResponsive .formHorizontal .rsform-block {
    display: table;
    margin: 0 auto;
}
.moduletable-order-call .formResponsive textarea,
.moduletable-order-call .formResponsive input[type="text"],
.moduletable-order-call .formResponsive input[type="text"]:focus,
.moduletable-order-call .formResponsive input[type="submit"],
.moduletable-order-call .formResponsive button[type="submit"] {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 60px;
    background: transparent;
    width: 264px!important;
    height: 60px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {color:#fff;}
input::-moz-placeholder  {color:#fff;}
input:-moz-placeholder   {color:#fff;}
input:-ms-input-placeholder  {color:#fff;}


.moduletable-order-call .formResponsive input.rsform-error,
.moduletable-order-call .formResponsive textarea.rsform-error,
.moduletable-order-call .formResponsive select.rsform-error {
    color: #b94a48;
    border-color: #b94a48;
}
.moduletable-order-call .formResponsive .formError {
    display: none;
}
.moduletable-order-call .formResponsive input[type="submit"],
.moduletable-order-call .formResponsive button[type="submit"] {
    background: #fff;
    color: #000;
    text-shadow: none;
    outline: none!important;
    transition: all ease-in-out 300ms 0s;
    -webkit-transition: all ease-in-out 300ms 0s;
    -moz-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
}
.moduletable-order-call .formResponsive input[type="submit"]:hover,
.moduletable-order-call .formResponsive button[type="submit"]:hover {
    background: transparent;
    transition: all ease-in-out 300ms 0s;
    -webkit-transition: all ease-in-out 300ms 0s;
    -moz-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
}

.title-block {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    margin: 0 0 36px;
    line-height: 40px;
}
.title-block span {
    color: #970101;
}
.jshop_list_category h3 {
    font-size: 22px;
    line-height: 22px;
    display: table;
    margin: 0 auto 5px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    z-index: 3;
}
.jshop_list_category h3:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -16px;
    background: url("/images/icons/icon-arrow.png") no-repeat;
    width: 10px;
    height: 5px;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}
.jshop_list_category h3.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}
.item-category  {
    float: left;
    width: 20%;
    margin-bottom: 30px;
}
.item-product a {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0 8px 5px;
    transition: all ease-in-out 300ms 0s;
    -webkit-transition: all ease-in-out 300ms 0s;
    -moz-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
}
.item-product a:hover {
    background: #eee;
}
.list-item-product {
    width: 145px;
    max-height: 96px;
    overflow-y: scroll;
    margin: 0 auto;
}

.jshop_list_category ::-webkit-scrollbar { width: 1px; height: 1px;}
.jshop_list_category ::-webkit-scrollbar-button {  background-color: rgba(0, 0, 0, 0.16); }
.jshop_list_category ::-webkit-scrollbar-track {  background-color: rgba(0, 0, 0, 0.16);}
.jshop_list_category ::-webkit-scrollbar-thumb { height: 32px; background-color: #4D4D4D; border-radius: 2px; width: 4px;}
.jshop_list_category ::-webkit-scrollbar-corner { background-color: rgba(0, 0, 0, 0.16);}
.jshop_list_category ::-webkit-resizer { background-color: rgba(0, 0, 0, 0.16);}

.moduletable-we-can .title-block {
    text-transform: uppercase;
}
.text-block {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    float: left;
    min-height: 123px;
    width: 220px;
    margin-right: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-block .prod-name {
    display: block;
}
.text-block:nth-child(5),
.text-block:nth-child(14) {
    margin-right: 0;
}
.text-block:nth-child(6),
.text-block:nth-child(15) {
    margin-left: 127px;
}
.moduletable-we-can {
    margin-bottom: 63px;
}
.mobile {
    display: none;
}
.moduletable-footer {
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    margin-bottom: 29px;
}
.custom-footer {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.footer-block {
    margin: 54px 49px 48px 0;
    float: left;
	font-size: 16px;
    font-weight: 600;
    color: #323232;
}
.footer-block a {
    color: #323232;
}
.footer-block:last-child {
    margin-right: 0;
}
.content-product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.productfull h1 {
    font-size: 45px;
    font-weight: 800;
    color: #970101;
}
.productfull .title-productfull {
    color: #000;
    display: block;
}
.lightbox,
.adaptive-btn {
    display: none;
}
.productfull-left,
.productfull-right {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.productfull-left {
    margin-left: 201px;
    padding-right: 10px;
}
.productfull .productfull-right .image_middle {
    width: 100%;
}
#list_product_image_middle {
    display: block;
}
#list_product_image_middle img {
    display: block;
    width: 100%;
}
.jshop.list_product .row-fluid {
    float: left;
    width: 33.3%;
}
.jshop.list_product .button_detail {
    display: none;
}
.tooltip.fade {
    display: none!important;
    left: 0!important;
    top: 0!important;
    opacity: 0!important;
    height: 0!important;
}
.jshop_pagination {
    margin: 20px 0;
}
.pagination_result_counter,
.pagination .pagination-start,
.pagination .pagination-end,
#form-order-click,
#form-call-back {
    display: none;
}
.pagination ul li {
    list-style-type: none;
    display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px;
    padding: 3px 7px;
    min-width: 24px;
    display: block;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
}
.pagination ul li a:hover{
    border-color: #00A3FF;
    color: #00A3FF;
}
.pagination ul li span.pagenav {
    border-color: #00A3FF;
    color: #00A3FF;
}
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span {
    border-color: #ccc;
    color: #ccc;
}

.form-thanks-msg-bg {
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index: 2;
}
.form-thanks-msg {
    top: 40%;
    color:#fff;
    position: fixed;
    padding: 50px 0;
    left:50%;
    margin-left:-150px;
    width:300px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    z-index: 3;
}

.form-thanks-msg-bg, .form-thanks-msg {display:none;}
.form-thanks-msg-bg.active, .form-thanks-msg.active {display:block;}

#Go_Top{
    position: fixed;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    text-align: center;
    display: none;
    -webkit-transition: all ease-in-out 300ms 0s;
    -o-transition: all ease-in-out 300ms 0s;
    transition: all ease-in-out 300ms 0s;
    z-index: 1;
    background: #666;
    opacity: 0;
}
#Go_Top img{
    width: 65px;
    height: 65px;
}
#Go_Top.scroll {display: block;opacity: 1;}