@font-face {
    font-family: "PP Pangram Sans Rounded";
    src: url('/catalog/view/theme/timbertec/fonts/PPPangramSansRounded-Semibold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "PP Pangram Sans Rounded";
    src: url('/catalog/view/theme/timbertec/fonts/PPPangramSansRounded-Medium.otf');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
.fa {
	font-size: 14px;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
body a {
	color: #000;
    text-decoration: none;
}
body a:hover {
    color: #205184;
	text-decoration: none;
}
body a:focus {
    color: #205184;
    text-decoration: none;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}





@media (min-width: 1366px) {
    .container {
        width: 1250px;
    }
}
.sec-inner {
    position: relative;
}
.rem-masonry {
    max-width: 100%;
}






/***** header *****/
.language-widget ul {
    padding-left: 0;
    list-style-type: none;
    /*display: flex;*/
    margin-bottom: 0;
}
.language-widget-btn-text {
    font-size: 16px;
    color: #fff;
}
.language-widget ul li.active {
    display: none;
}
.language-widget button {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}
.language-widget-btn {
    cursor: pointer;
    text-transform: uppercase;
    transition: .2s;
}
.language-widget-btn:hover {
    opacity: .9;
}
.language-widget-btn .fa {
    color: #fff;
}
.language-widget-dropdown-menu {
    display: none;
}
.language-widget {
    position: relative;
}
.language-widget.open .language-widget-dropdown-menu {
    display: flex;
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 100%);
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3)
}
.language-select {
    outline: none !important;
    color: #000 !important;
}



.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    /*background: rgba(24, 24, 24, 0.40);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom: 1px solid rgba(255,255,255,.8);
    transition: .25s;
}
.header-scroll {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.header .container {
    height: 100%;
}
.header-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.head-logo {
    margin-right: auto;
}





.menu-button {
    padding: 0;
    width: 32px;
    height: 22px;
    border: none;
    display: flex;
    flex-flow: wrap;
    background: none;
    align-content: space-between;
    margin-left: 30px;
    transition: .2s;
}
.menu-button:hover {
    opacity: .9;
}
.menu-button span {
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
}

.mm-spn.mm-spn--navbar {
    font-size: 16px;
}
#menu ul li a {
    font-size: 16px;
}

@media (min-width: 1200px) {
    body.mm-ocd-opened {
        overflow-y: visible;
    }
}
.mm-ocd--open {
    background: rgba(0,0,0,.4);
}








.h-slider {
    position: relative;
}
.h-slider-item {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.h-slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(24, 24, 24, 0.40);*/
}

.h-slider-item-inner {
    position: absolute;
    width: 100%;
    z-index: 1;

    left: 0;
    bottom: 70px;
}
#masthead {
    position: absolute;
    left: 0;
    top: 0;
}




.h-slider-text {
    /*max-width: 720px;*/
}
.h-slider-text1 {
    color: #fff;
    font-family: "PP Pangram Sans Rounded", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.7px;

    font-size: 90px;
    line-height: 1.1;
    text-shadow: 0 0 40px rgba(0, 0, 0, 1);
    margin: 0;
}
.h-slider-text1 span {
    color: #BDF8B8;
}
.h-slider-text2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 25px;
}
.h-slider-btn {
    margin-top: 34px;
}
.h-slider-btn-link {
    color: #003A5A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    background: #BDF8B8;
    width: 240px;
    height: 54px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
.h-slider-btn-link:hover,
.h-slider-btn-link:active {
    box-shadow: 0 0 5px 0 #BDF8B8;;
}



.h-slider-items .slick-dots {
    bottom: 20px;
}
.h-slider-items .slick-dots li button:before {
    display: none;
}
.h-slider-items .slick-dots li button {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.h-slider-items .slick-dots li.slick-active button {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}





.site-main-header-inner-wrap {
    min-height: 65px;
}
#main-header {
    height: 65px;
}
#masthead,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner,
.site-header-inner-wrap.kadence-sticky-header {
    /*background: rgba(24, 24, 24, 0.40) !important;*/
    /*width: 100%;*/
}
.site-header-inner-wrap.kadence-sticky-header {
    /*background: transparent !important;*/
    /*width: 100%;*/
    /*border-bottom: 1px solid #fff;*/
}
.item-at-start {
    /*background: transparent !important;*/
}



#masthead {
    width: 100%;
    background: transparent !important;
}
.site-header-inner-wrap.kadence-sticky-header.item-is-stuck {
    background: rgba(24, 24, 24, 0.40) !important;
    width: 100%;
}

.site-header-inner-wrap.kadence-sticky-header.item-at-start  {
    /*background: transparent !important;*/
    background: rgba(24, 24, 24, 0.40) !important;
}



/*.kadence-sticky-header .site-header-row-container-inner {*/
/*    background: rgba(24, 24, 24, 0.40);*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/



body .main-navigation .primary-menu-container > ul li.menu-item > a {
    color: #fff;
    font-family: "PP Pangram Sans Rounded", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: calc(1.2em / 1) !important;
    padding-right: calc(1.2em / 1) !important;
    padding-top: 0.2em !important;
    padding-bottom: 0.6em !important;
    color: #fff !important;
    line-height: 1.2 !important;
}
.main-navigation  .timbertec-phone-link a {
    text-decoration: underline !important;
    color: #fff !important;
    line-height: 1.2 !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation  .timbertec-phone-link a:hover {
    color: #d6d6d6 !important;
    text-decoration: none !important;
}


.site-branding a.brand img {
    max-width: 200px;
}


.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:focus {
    color: #fff !important;
}
.mobile-toggle-open-container .menu-toggle-open:hover,
.mobile-toggle-open-container .menu-toggle-open:focus-visible {
    color: #d6d6d6 !important;
}


.wp-block-social-link-anchor svg {
    width: 32px !important;
    height: 32px !important;
}



.site-footer-row-container-inner {
    border-top: 1px solid #000;
    margin-top: 40px;
}
.site-bottom-footer-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}






#common-maintenance {
    padding-top: 60px;
}





/********* home *********/
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.breadcrumb + .cat-text {
    padding-top: 60px;
}

/*.sec-inner .row {*/
/*    margin-bottom: 40px;*/
/*}*/

.sec-title {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Lora", sans-serif;
    line-height: 1.5;
    /*letter-spacing: 1.5px;*/
}
.sec-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
.sec-text p {
    margin-bottom: 25px;
}
.sec-text p:last-of-type {
    margin-bottom: 0;
}




.h-slider .h-slider-items  {
    margin-bottom: 0;
}



/*#sec-gallery .sec-img {*/
/*    margin-bottom: 30px;*/
/*}*/
/*#sec-gallery .sec-title,*/
/*#sec-projects .sec-title,*/
/*#sec-contacts .sec-title {*/
/*    margin-bottom: 50px;*/
/*}*/



.social-items {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.social-item {
    margin-right: 10px;
}
.social-item:last-of-type {
    margin-right: 0;
}
.social-item a {
    display: flex;
    padding: 6px;
    border-radius: 5px;
    transition: transform .1s ease;
}
.social-item a:hover {
    transform: scale(1.1);
}

.social-item.facebook a {
    color: #fff;
}
.social-item.instagram a {
    color: #fff;
}
.social-item.facebook svg,
.social-item.instagram svg {
    fill: #fff
}



#sec-contacts .sec-text {
    font-size: 20px;
}
#sec-contacts .sec-text p a {
    text-decoration: underline;
    color: #2B6CB0;
}
#sec-contacts .sec-text p a:hover {
    text-decoration: none;
}








.sec-img img,
.rem-masonry img,
.h-youtube-items iframe {
    border-radius: 12px;
}




#common-maintenance,
#error-not-found #content {
    min-height: 700px;
}

#error-not-found #content {
    padding-top: 70px;
}

.btn.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    border-radius: 4px;
    background: #003A5A;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
#error-not-found .btn.btn-primary {
    margin-top: 20px;
}




#sec-gallery .row {
    margin-left: -10px;
    margin-right: -10px;
}
#sec-gallery .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
#sec-gallery .sec-img {
    margin-bottom: 20px;
}
#sec-gallery .sec-img {
    margin-top: 10px;
    margin-bottom: 10px;
}




#sec-projects .row {
    margin-bottom: 0;
}



#sec-hello .sec-title,
.sec-text-1 {
    font-family: "Lora", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
}
.small-width-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.medium-width-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}



.h-youtube-slider {
    margin: 0 auto;
    margin-top: 70px;
}
.h-youtube-item {
    width: 100%;
    padding: 0 20px;
}



.h-youtube-item.slick-slide {
    transition-property: opacity, filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;

    opacity: .5;
    filter: grayscale(100);
}
.h-youtube-item.slick-slide.slick-center,
.h-youtube-item.slick-slide.slick-current {
    opacity: 1;
    filter: grayscale(0);
}




body .slick-slide {
    -webkit-backface-visibility: hidden;
}






.h-youtube-item-inner {
    position: relative;
}
.iframe-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.h-youtube-item.slick-slide.slick-current .iframe-bg {
    display: none;
}



#sec-hello {
    padding-top: 70px;
}
#sec-about-us {
    background: #F9F9F9;
}
#sec-material {
    background: #effdec;
}

.project-top-img {
    margin-top: 70px;
    margin-bottom: 80px;
}

.sec-btn-wrap {
    margin-top: 25px;
}
.sec-btn {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #000 !important;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sec-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(/catalog/view/theme/timbertec/icons/arrow-right.svg) no-repeat;
    background-position: center;
}
.sec-btn:hover {
    opacity: .8;
}



.project-cats {
    margin-top: 70px;
    margin-bottom: 90px;
}
.project-cat a {
    position: relative;
    display: block;
}
.project-cat img {
    transition: .2s;
    border-radius: 12px;
}
.project-cat a:hover img {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
}
.project-cat span {
    position: absolute;
    font-size: 28px;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
.project-cat a:after {
    content: "";
    background: linear-gradient(180deg, rgba(140, 140, 140, 0.00) 0%, rgba(118, 118, 118, 0.53) 38.5%, rgba(105, 105, 105, 0.83) 79%);
    position: absolute;
    height: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 12px 12px;
}



.sec-img-block {
    margin-bottom: 0;
}




footer {
    margin-top: 0;
    background: #f9f9f9;
    padding: 85px 0 70px;
    font-size: 16px;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li {
    margin-bottom: 15px;
}
footer ul li:last-of-type {
    margin: 0;
}


.footer-menu-title {
    /*color: #6B6B6B;*/
    /*font-size: 14px;*/
    margin-bottom: 15px;
}
.footer-menu {
    line-height: 1.4;
}

.footer-bottom {
    margin-top: 80px;
    border-top: 1px solid #6B6B6B;
    padding-top: 30px;
}
.social-items {
    margin: 0;
}
.footer-bottom .row {
    display: flex;
    align-items: center;
}



.footer-text-icon {
    position: relative;
    padding-left: 30px;
}
.footer-text-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/catalog/view/theme/timbertec/icons/phone-icon.svg) no-repeat;
}
.footer-text-icon.telephone:before {
    background-image: url(/catalog/view/theme/timbertec/icons/phone-icon.svg);
}

.footer-text-icon.address:before {
    background-image: url(/catalog/view/theme/timbertec/icons/map-pin-light.svg);
    top: 12px;
}


#sec-image {
    padding-top: 0;
    padding-bottom: 0;
}
#sec-projects {
    padding-bottom: 90px;
}




.head-tel .footer-text-icon:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(102%) contrast(102%);
}
.head-tel {
    margin-right: 18px;
}
.head-tel a:hover {
    opacity: .9;
}






/****************** category ******************/
.cat-banner .h-slider-item {
    min-height: calc(100vh - 56px);
}

.breadcrumb {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0 20px;
    font-size: 16px;
}
.breadcrumb span {
    opacity: .7;
}
.product-category {
    padding-bottom: 80px;
}

.cat-video {

}
.cat-video .h-youtube-slider {

}
.cat-items,
.cat-gal-items {
    margin-top: 70px;
}
.cat-item {
    margin-bottom: 50px;
}
.cat-item:last-of-type {
    margin-bottom: 0;
}


.cat-gal-item {
    margin-bottom: 30px;
}
.cat-gal-item img {
    border-radius: 0;
}




.cat-items .cat-item a img {
    transition: .2s;
}
.cat-items .cat-item a:hover img {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
}



.product-product .slick-arrow {
    z-index: 99;
    width: auto;
    height: auto;
}
.product-product .slick-arrow:before {
    display: none;
}
.product-product .slick-arrow .fa {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}
.product-product .slick-prev {
    left: 25px;
}
.product-product .slick-next {
    right: 25px;
}






.swiper-pagination-bullet {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: none;
    opacity: 1;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 2px;
    position: relative;
}
.swiper-button-prev,
.swiper-button-next {
    padding: 5px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev .fa,
.swiper-button-next .fa {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.swiper-pagination {
    bottom: 20px !important;
}



.social-items-menu .social-items {
    justify-content: flex-start;
    padding-top: 0;
}
.social-items-menu:before,
.social-items-menu:after {
    display: none !important;
}


/*.mm-spn ul {*/
/*    z-index: 999;*/
/*}*/


.menu-link-additional > span {
    cursor: default;
}
.menu-link-additional:before {
    display: none !important;
}
.menu-link-additional-item a {
    padding-left: 40px;
}



.footer-text-icon.email {
    padding-left: 0;
}
.footer-text-icon.email:before {
    display: none;
}




/*********** page technologies ************/
/*.pt-banner .h-slider-item{*/
/*    min-height: 100vh;*/
/*}*/
.pt-banner-text {
    position: absolute;
    font-size: 42px;
    color: #fff;
    z-index: 1;
    left: 0;
    line-height: 1.3;
    width: 100%;
    bottom: 160px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
}



.sec-pt-2 {
    background: #F9F9F9;
}
.sec-pt-2 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.sec-pt-2 .sec-title {
    padding-left: 70px;
}
.sec-text ul li {
    margin-bottom: 15px;
}



.sec-pt-3 .sec-img {
    margin-top: 15px;
}
.sec-pt-3 .sec-img img {
    margin: 0 auto;
}




.sec-pt-4 {
    background: #F9F9F9;
}
.sec-pt-4 .sec-img {
    margin-top: 40px;
}
.sec-pt-4 .sec-img img {
    margin: 0 auto;
}



.sec-pt-5 {
    background: rgba(112, 166, 104, .12);
}
.sec-pt-5 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.sec-pt-5 .sec-text strong {
    white-space: nowrap;
}




.sec-pt-6 .col-sm-2 {
    width: calc(100%/5);
}
.sec-pt-6 .col-sm-2 img {
    height: 190px;
    margin: 0 auto;
}
.sec-pt-6 .sec-text {
    text-align: center;
    position: relative;
    top: -15px;
}





.sec-pt-7 {
    background: #F9F9F9;
}
.sec-pt-7 img {
    margin: 0 auto;
}
.sec-pt-7 .sec-text {
    text-align: center;
    position: relative;
}




.sec-pt-8 {
    text-align: center;
}
.sec-pt-8 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}




.sec-pt-9 {
    /*background: rgba(112, 166, 104, .12);*/
}
.sec-pt-9 img {
    margin: 0 auto;
}
/***************** end page technologies **************/







/***************** end page about-us **************/
.page-info-4 .sec-img-text {
    text-align: right;
    font-style: italic;
    margin-top: 2px;
}


.sec-au-1 .sec-img {
    max-width: 550px;
    margin: 60px auto 0;
}



.sec-au-2 {
    background: #F9F9F9;
}
.sec-au-2 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}



.sec-au-3 {
    background: rgba(112, 166, 104, .12);
}
.sec-au-3 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}



.sec-au-4 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}




.sec-au-5 {
    background: #F9F9F9;
}
.review-items {
    margin-top: 50px;
}
.review-item-text {
    text-align: center;
    padding: 0 30px;
    padding-top: 30px;
}
.review-item-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.review-item-img {
    height: 400px;
 }
.review-items .swiper-button-next,
.review-items .swiper-button-prev {
    top: calc(400px / 2);
}




.sec-au-6 .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 50px;
}
/*.sec-au-6 .row:last-of-type {*/
/*    margin-bottom: 0;*/
/*}*/
.sec-au-6 .sec-title {
    margin-bottom: 50px;
}
.sec-au-6 .sec-text {
    text-align: center;
}
.sec-au-6 .sec-text .sec-img {
    margin-top: 35px;
}
.sec-au-6 .sec-text .sec-img img {
    margin: 0 auto;
}
/***************** end page about-us **************/



#sec-image .sec-img-block img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}


.sec-partnership .sec-text a {
    font-weight: 600;
}
.sec-partnership .sec-img {
    margin-top: 20px;
}



.swiper-lazy-preloader {
    border-color: #000;
}


@media (min-width: 1200px) {
    .product-product .cat-banner .swiper-slide .h-slider-item {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .product-product .cat-banner .swiper-slide:first-of-type .h-slider-item {
        background-size: cover;
    }
}