body {
    overflow: auto;
}

body img[hspace="4"] {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}
body img[hspace="5"] {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 20px !important;
}

body img[hspace="10"] {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 20px !important;
}

body img[vspace="5"] {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

body img[vspace="10"] {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

body img[align="right"] {
    margin-right: 0 !important;
}

b, strong, .bold {
    font-weight: bold;
    color: #eee;
}

.mark {
    color: #F28A24;
    font-size: 1.15em;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 6px;
}

.mark.big {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-left: 0;
}

#page ol {
    counter-reset: list;
    list-style: none;
    margin: 0;
    padding: 0;
}

#page ol li {
    margin-left: 23px;
    padding: 0 0 10px 10px;
    position: relative;
}

#page ol li:before {
    color: #f28a24;
    counter-increment: list;
    content: counter(list) ". ";
    display: inline-block;
    font-weight: 700;
    left: -10px;
    margin-right: 10px;
    position: absolute;
}

.clr:before, .clr:after {
    content: '';
    display: table;
    width: 100%;
}

/* Page Loader */

.block-bg-2 {
    background-image: url('images/bgs/city-bg-2.jpg');
}

.page-loader {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#page .top-bar .social-list a {
    font-size: 20px;
}

.sticked-buttons.tools {
    top: 115px;
}

body.logged .sticked-buttons.tools {
    top: 250px;
}

.sticked-buttons.tools > a {
    background: #555;
    color: #f28a24;
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-left: -50px;
    padding: 10px 16px;
}

.sticked-buttons a:hover span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transition: -moz-transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#page .sectionWrapper {
    padding: 60px 0;
}

#page .logo a, #page .foot-logo {
    background: transparent url('images/logo.png') no-repeat 50% 50%;
    background-size: contain;
    height: 63px;
    margin: auto 0;
}

#page .top-bar a, #page .top-bar i, #page .top-bar .phone {
    color: #f28a24;
    font-size: 16px;
}

#page .top-head .logo {
    margin-top: 10px;
}

.sticky .logo {
    /*margin-top: 4px !important;*/
}

.top-bar .inline-block {
    display: inline-block;
}

.tp-banner .wit-btn {
    background: #FFF none;
    color: #000;
    text-shadow: none;
}

/* Portfolio Items */

.portfolio-nozoom .img-over,
.portfolio-nozoom .img-over a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.portfolio-nozoom .img-over,
.portfolio-nozoom .img-over a b {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.portfolio-nozoom .img-over a {
    -webkit-animation-name: none;
    animation-name: none;
}

.portfolio-nozoom .img-over a b {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -18px;
}

.gallery-object > .cell-3 > .portfolio-item {
    margin-bottom: 16px;
}

.gallery-object > .cell-3 > .portfolio-item > .img-holder {
    height: 102px;
    overflow: hidden;
}

#page .noanim .img-holder img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#page .noanim .img-holder:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.img-holder.img-strict img {
    height: 100%;
}

/* Services Carousel */

.services-carousel .slick-prev,
.services-carousel .slick-next {
    top: -73px;
}

.service-box-2 h4 {
    position: relative;
    overflow: hidden;
    height: 1.1em;
    font-weight: bold;
}

.service-box-2:hover h4 {
    color: #4e4e4e;
}

.service-box-2 h4 span {
    position: relative;
    display: inline-block;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

/*.service-box-2 h4 span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #ccc
}

.service-box-2:hover span, .service-box-2:focus span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}*/

.service-box-2.padd-top-45 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
}

/*.service-box-2 p{
  text-align: justify;
}*/
.r-more {
    white-space: nowrap;
}


.expandable {
    max-height: 320px;
    overflow: hidden;
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
}

.expandable h2 {
    color: #f28a24;
}

.expandable.in {
    max-height: 9999px;
}

.viewAll .btn-tiny {
    background: #777;
    color: #333;
}

.viewAll .btn-tiny:hover {
    background: #f28a24;
}

.portfolio-lft-txt + .viewAll {
    position: relative;
    top: -9px;
}

.clients img {
    max-height: 90px;
}

/* Category */

.portfolio-filterable .portfolio-item {
    margin-bottom: 20px;
}

.portfolio-filterable .img-holder {
    max-height: 262px;
    overflow: hidden;
}

.portfolio-filterable .img-holder img {
    background: #e3e3e3;
    padding: 20px;

    height: 262px;
    width: 262px;
}

.portfolio-filterable .name-holder a,
.portfolio-filterable .name-holder span.project-name {
    font-size: 14px;
    height: 40px;
}

.portfolio-item:after {
    display: none !important;
}

/* Product */

.product-img > img {
    display: block;
    height: 250px;
    max-width: initial;
    width: 250px;
}

#product .tabs > ul li a {
    padding: 6px 10px;
    text-transform: none;
}

.pageWrapper img[hspace="10"] {
    padding-right: 20px;
}

hr {
    clear: both;
}

/*#product .tab-panel .highslide {
  display: block;
  margin: 26px auto;
}*/
#page #product .tab-panel img {
    height: none;
}

.fun-staff .fun-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.homeGallery .slick-prev, .homeGallery .slick-next {
    bottom: -75px;
}

#page .homeGallery .img-holder {
    max-height: 148px;
}

.accordion-panel .btn-tiny {
    color: #f28a24 !important;
    padding: 0 15px;
    margin-left: 10px;
}

/* Content */

.gry-bg.padd-horizontal-15.padd-vertical-10 {
    margin: 15px 0;
    padding: 10px 15px;
}

.gry-bg.padd-horizontal-15.padd-vertical-10 p {
    margin: 0 0 10px;
}

.pageWrapper table[border="0"] {
    border: none;
}

.pageWrapper table[border="0"] td {
    border: none;
}

.articleWrapper {
    padding: 60px 0;
}

#page .tab-panel ul {
    margin: 20px 0 0;
}

.article ul li, .accordion-vacancies ul li, #page #product .tab-panel ul li {
    padding: 0 0 10px 10px;
}

.article ul li:before, .accordion-vacancies ul li:before, #page .tab-panel ul li:before {
    color: #f28a24;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#page .pager ul li, #page .tabs > ul > li {
    padding: 0;
}

#page .pager ul li:before, #page .tabs > ul > li:before {
    content: '';
    display: none;
}

#page .blog-thumbs .post-image {
    max-width: 50%;
    max-height: 500px;
}

#page .blog-thumbs .post-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

#page .post-count {
    margin: 0 10px;
}

.widget-content.widget-capped {
    border-top: 1px solid #444;
}

.sidebar_widgets li > a.selected {
    color: #f28a24;
}

/* CLOCKS */

#clock {
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
}

#clockinfo {
    border: 2px solid #f7a501;
    display: table;
    height: 72px;
    left: 50%;
    margin: 0 0 0 -125px;
    padding: 4px 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    top: 59%;
    opacity: 0;
    vertical-align: middle;
    width: 250px;
}

#clockinfo.in {
    opacity: 1;
}

#clockinfo span {
    color: #888;
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    height: 72px;
    vertical-align: middle;
    width: 100%;
}


/* product page */

#product .list-item + .list-item {
    border-top: 1px solid #555;
    padding-top: 25px;
}

#product .list-item .control-label {
    padding-bottom: 10px;
}

/* news page */

.post-item.wide {
    margin-bottom: 0;
    width: 100%;
}

.masonry .post-content .post-info p {
    margin-top: 0;
}

.post-info p + h2 {
    margin-top: 15px !important;
}

.post-text-container {
    margin: 0 0 16px;
    overflow: hidden;
}

.post-content .post-date {
    border-bottom: 1px solid #555;
    color: #f28a24;
    margin-top: 12px;
    padding-bottom: 6px;
}

/* services page */

.services .post-item {
    margin-bottom: 0;
}

.services .post-item .post-info h2 {
    font-size: 16px;
    height: 32px;
    margin: 8px 0 16px;
}

.services .post-item .post-image > a > img {
    width: 182px;
    height: 182px;
}


.accordion li > h3 u {
    position: absolute;
    top: 0;
    left: 0;
}

.accordion li > h3 a {
    float: none;
    margin-left: 38px;
    padding-left: 20px;
    width: auto;
}

table.table-middle {
    border: none;
}

table.table-middle td {
    border: none;
    vertical-align: middle !important;
}

table.table-middle img {
    max-width: none;
}

.pageWrapper table[align="right"] {
    position: relative;
    left: 15px;
    margin-bottom: 10px;
    width: auto;
}

.blog-posts:before,
.blog-posts:after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.side-gallery .img-holder img {
    width: 120px;
    height: 60px;
}


/* Footer */

#page .footer-top-2 {
    border-color: #f28a24;
}

#page .foot-logo {
    background-position: 0 0;
    border: none;
    height: 50px;
    margin-bottom: 26px;
}

#footWrapper .NL {
    margin: 0 10px;
    overflow: visible;
}

#footWrapper .NL .input-box {
    background: #222;
    border: 1px #444 solid;
    margin: 0 0 10px;
    padding-left: 0;
    position: relative;
    width: 100%;
}

#footWrapper .NL .NL-btn {
    margin-right: 10px;
}

.footer-bottom .privacy {
    text-align: right;
}

.clients.clients-padd-top .slick-prev,
.clients.clients-padd-top .slick-next {
    margin-top: 30px;
}


.modal {
    display: none;
    width: 460px;
}

.modal .contact-form {
    background: #555;
    -webkit-box-shadow: 0 2px 10px #000;
    -moz-box-shadow: 0 2px 10px #000;
    -o-box-shadow: 0 2px 10px #000;
    -ms-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
    color: #eee;
    padding: 15px 30px;
}

.modal .contact-form input[type=text],
.modal .contact-form input[type=password],
.modal .contact-form input[type=email],
.modal .contact-form textarea,
.modal .contact-form input[type=file] {
    padding: 8px 12px;
}

.modal .form-input {
    margin: 0 0 10px;
}

.modal .contact-form textarea {
    height: 100px;
}

.modal .btn {
    margin: 0 auto;
    display: block;
    padding: 5px;
    width: 100%;
}

.modal .close {
    position: absolute;
    top: 2px;
    right: 5px;
}


.lay1 img, .lay2 img {
    overflow: hidden;
    border: 2px solid orange;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

.lay2 img {
    margin-left: -20% !important;
}

.lay1:hover img, .lay2:hover img {
    overflow: hidden;
    border: 2px solid silver;
    margin-top: -10px;
}

/*a.lay1, a.lay2 {float:left;}
a.lay1, a.lay2{overflow:hidden;margin-right: 15px !important;margin-bottom: 15px !important;padding-top:10px;}
.lay1 img, .lay2 img{border:2px solid orange;}
a.lay2{margin-left:-20%!important;}
.lay1:hover img, .lay2:hover img{overflow:hidden;border:2px solid silver;margin-top:-10px;}*/

/*a.lay3, a.lay4 {float:left;}
a.lay3, a.lay4{overflow:hidden;margin-right: 15px !important;margin-bottom: 15px !important;padding-top:10px;}
.lay3 img, .lay4 img{border:2px solid orange;}
a.lay4 {margin-left:-20%!important;}
.lay3:hover img, .lay4:hover img{overflow:hidden;border:2px solid silver;margin-top:-10px;}*/

.portfolio-sng .name-holder {
    height: 50px;
    line-height: 40px;
    padding: 0 15px 15px;
    text-align: center;
    vertical-align: middle;
}

.portfolio-item .button-holder {
    padding: 0 15px 15px;
}
.portfolio-item .name-holder {
    height: 105px;
}

.obertka {
    display: block;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
}

#category.portfolio-sng .img-holder {
    max-width: 165px;
}

#category.portfolio-sng .img-holder img {
    height: 165px;
    width: 165px;
}


#category.portfolio-sng .name-holder a {
    display: inline-block;
    line-height: 20px;
}


.clients.reviews img {
    max-height: 500px !important;
    height: auto;
    width: auto;
    max-width: 200% !important;
}

.clients2 .post-image {
    margin: 0 15px;
}

.clients2 .post-image + p {
    margin: 10px 15px;
}

.clients2 .post-image .mask {
    z-index: 10;
}

.clients2 .post-image.details-img > a {
    padding: 0;
    margin: 0;
}

.clients2 > div .obertka a {
    margin: 0 !important;
    padding: 0 !important;
}

.clients2 > div a img {
    display: block !important;
    width: 100%;
}

.clients2 .post-image:after {
    display: none;
}

.obertka > a.zoom {
    margin: 0;
    padding: 0;
}

.main_text {
    position: relative;
    padding: 0 0 45px;
}

.main_text h1 {
    font-size: 24px;
}

.main_text h2 {
    color: #f28a24;
}

.main_text h4 {
    margin: 10px 0;
}

.main_text h3 {
    margin: 10px 0;
}

.main_text p {
    margin: 10px 0;
}

.main_text ul {
}

.main_text ul li::before {
    color: #f28a24;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.hidden_text {
    display: none;
}

.visible_hidden {
    background: #555 none repeat scroll 0 0;
    bottom: 0px;
    transition: all 300ms linear;
    color: #ddd;
    cursor: pointer;
    font-size: 13px;
    left: 0px;
    padding: 8px 15px;
    position: absolute;
    text-transform: uppercase;
}

.visible_hidden:hover {
    background: #f28a24 none repeat scroll 0 0;
}

.visible_hidden::after {
    display: inline-block;
    margin-left: 8px;
    content: "+";
    font-size: 14px;
}

a.text-btn {
    display: inline-block;
    max-width: 250px;
    margin: 10px 10px 10px 0;
    padding: 0;
    border: 1px solid transparent;
    background: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    background-color: #f28a24;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.25em;
}

a.text-btn:hover {
    background-color: #777;
}

.privacyNotice {
    margin-top: 10px;
    color: #ababab;
}

.top-msg {
    background-color: var(--light-orange);
    color: #fff;
    padding: 20px 5px 20px 40px;
    text-align: center;
    font-size: larger;
}

.top-msg div {
}

.top-msg span {
    font-weight: bold;
}

.features__table {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 650px;
    border: 1px solid #888888;
    margin-bottom: 24px;
}

.table__row {
    display: flex;
    width: 100%;
}

.features__table .type__header {
    font-weight: bold;
    font-size: 16px;
    background-color: #eee;
}

.table__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-align: center;
    border: 1px solid #888888;
    padding: 20px 12px;
}

.features__table .type__name {
    width: 175px;
    line-height: 24px;
}

.features__table .type__img {
    width: 175px;
}

.features__table .table__cell.type__param {
    font-size: 16px;
}

form.header-search {
    display: none;
}

@media (min-width: 1120px) {

    form.header-search {
        height: 39px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
    }

    form.header-search input {
        font-size: 11px;
        width: calc(100% - 39px);
        box-sizing: border-box;
    }


    form.header-search button {
        background-color: var(--main-orange);
        color: white;
        height: 39px;
        width: 39px;
        text-align: center;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page .top-bar form.header-search i {
        color: white;
        margin-right: 0;
    }

}

.header.top-head .logo a{
    background-repeat: no-repeat;
}

.mobile-header-contacts a{
    background-image: none!important;
    height: auto!important;
    font-weight: 700;
    width: auto!important;
}

.mobile-header-contacts {
    color: var(--main-orange);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    display: none;
}

@media (max-width: 999px) {
    #page .top-bar .phone{
        display: none;
    }

    #page .header.top-head .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.top-head .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-header-contacts{
        display: flex;
        flex-direction: column;
        padding-top: 12px;
    }

    .mobile-header-contacts .phone-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-contacts .phone-wrapper a{
        width: auto;
    }

    #page header.top-head .logo a.logo-link{
        display: block;
        width: calc(100% - 180px);
        background-size: contain;
        background-position: left center!important;
    }
}
.pageWrapper th{
	background-color:#bebebe;
}

@media (max-width: 320px) {
    .top-bar .right-bar .email{
        justify-content: flex-start;
    }
}

.sectionWrapper .accordion li .accordion-panel p a{
    color: var(--main-orange);
}