:root{
    --main-cl: #ed2024;
    --sub-cl: #F27325;
    /*--container-w: 72.917rem;*/
}
@font-face {
    font-family: 'UTM_BEBAS';
    src: url('../fonts/UTM_BEBAS.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family: 'UTM_BEBAS', sans-serif !important;*/
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow: clip !important;
}
@media (min-width: 1280px) {
    body, html {
        /*font-size: 1vw;*/
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 30rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .2s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
section#bt_section6879c404523de {
    transform: unset !important;
}
.btContentWrap.btClear.loading {
    cursor: wait;
    opacity: .5;
}

.btContentWrap.btClear.loading>* {
    pointer-events: none;
}

.ajax-paging {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wrap_pageable {
    flex-wrap: wrap;
}
.wrap_pageable ul li a.active {
    background: #ed2024;
    color: #fff;
}
ul#load_product .wrap_pageable {
    width: 100%;
    margin-bottom: 40px;
    margin-top: -10px;
}
.page-template-certificate .btContentHolder {
    padding-top: 40px;
}
.post_detail {
    padding-top: 40px;
}
.servicesItem {
    display: flex;
    align-items: center;
}

.servicesItem .sIcon {
    margin: 0;
}

.servicesItem .sTxt {
    margin: 0 !important;
    width: calc(100% - 52px);
    flex: 0 0 auto;
    padding-left: 10px;
}
.select-hidden-value,
.hidden-input{
    display: none !important;
}
.wpcf7-textarea{
    height: 100px;
}
.nk-custom-social > a:before {
    display: none !important;
}
.nk-custom-social{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed2024;
}
.nk-custom-social > a{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.nk-socials{
    display: flex;
    flex-wrap: wrap;
}
.nk-flex-row{
    display: flex;
    flex-wrap: wrap;
}
.nk-custom-margin{
    margin-bottom: 16px;
}
.home-video-banner{
    padding-top: 0 !important;
    height: auto !important;
}
.home-video-banner .port{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.home-video-banner video{
    position: relative !important;
    width: 100% !important;
    height: auto;
    aspect-ratio: 1920/720;
    object-fit: cover;
}
.nk-custom-slider .slick-dots{
    position: relative;
    bottom: unset;
    margin-top: 30px;
}
.m-0{
    margin: 0 !important;
}
header.mainHeader{
    position: relative;
}
header.mainHeader .port{
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}
header.mainHeader .port > div{
    padding: 0 calc(calc(100vw - 1140px)/2) !important;
}
.summary.entry-summary.col_12_custom button[type='submit']{
    border-color: var(--main-cl);
    color: #FFF;
}
.btn-messenger{
    background-color: #ed2024 !important;
    color: #FFF !important;
    margin-top: 30px !important;
    border-color: #ed2024 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s;
}
.btn-messenger:hover{
    opacity: 0.8;
}
.btn-messenger svg{
    display: none;
    width: 20px;
    height: 20px;
    transition: all 0.4s;
}
.rowItemContent img{
    display: block;
}
.default-page{
    padding: 5% 0;
}
html body.single-product .btContentHolder .nk_custom_product_header > h1{
    padding-bottom: 12px;
}
html body.single-product .btContentHolder .nk_custom_product_header > .price{
    margin-top: 0 !important;
    margin-bottom: 24px;
}
html body.single-product .btContentHolder .nk_custom_product_header > .price span.amount{
    font-size: 24px;
    line-height: 30px;
}
.nk-custom-banner{
    position: relative;
}
.nk-custom-banner:before{
    position: absolute;
    background-color: #232323;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 3;
    /*content: '';*/
    width: 100%;
    height: 100%;
}
.nk-custom-banner .img-wrap{
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.nk-custom-banner .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media only screen and (max-width: 1199px) {
    :root{
        /*--container-w: 950px*/
    }
    .load_home_page svg {
        width: 25rem;
    }
    header.mainHeader .port .menuPort > nav{
        padding-left: 0;
        padding-right: 0;
    }
    header.mainHeader .port > div{
        padding: 0 !important;
        margin: 0 15px;
    }
    .btMenuHorizontal .menuPort > nav > ul > li > a{
        padding-right: 0 !important;
    }
    .btMenuHorizontal .menuPort > nav > ul > li{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 850px) {
    :root{
        /*--container-w: 720px*/
    }
    .load_home_page svg {
        width: 20rem;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    header.mainHeader{
        position: sticky;
    }
    .nk-custom-banner .img-wrap{
        max-height: 300px;
    }

}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 20rem;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .header.extralarge h1{
        font-size: 2.5em ;
    }
    .nk-custom-slider .rowItem{
        padding-left: 0;
        padding-right: 0;
    }
    .nk-custom-slider .slick-dots{
        margin-top: 20px;
    }
    .home-video-banner .boldCell .boldRowInner header h1{
        font-size: 2em;
    }
    .home-video-banner .boldCell .boldRowInner header .dash:after{
        margin: 0 auto 0.5em;
    }
    .home-video-banner .boldCell .boldRowInner header+.btSeparator{
        display: none;
    }
    .home-video-banner .boldCell .boldRowInner header .btSubTitle{
        font-size: 0.9rem;
        margin-bottom: 0;
        color: #FFF;
    }
}