.index-overflow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../imgs/index-overflow.png');
}

.index-o{
    perspective: 600px;
}



.index-o .bg_video{
    /*    transform: rotateY(-5deg) scale(1.1);*/
}

.position-md-absolute{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.mr-250{
    margin-right: 250px!important;
}

.navbar{
    flex-wrap: wrap;
}

.header-top{
    width: 100%;
    color: #ccc;
    padding:10px 0;
    border-bottom: 1px #c9261c solid;
}

.header-top i{
    color: #ddd;
    margin: 0 15px;
    font-size: 15px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.header-top .icon-hover:hover i{
    color:white;
    transform:          rotate(360deg);
    -ms-transform:      rotate(360deg);
    -moz-transform:     rotate(360deg);
    -webkit-transform:  rotate(360deg);
    -o-transform:       rotate(360deg);
}

.navbar-fixed-top{
    position: fixed;
    top: 0%;
    background: rgba(0,0,0,0.7);   
    /*border-bottom: 1px solid #eee;*/
    -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -webkit-transition: background 0.4s linear 0s;
    -moz-transition: background 0.4s linear 0s;
    -o-transition: background 0.4s linear 0s;
    -ms-transition: background 0.4s linear 0s;
    transition: background 0.4s linear 0s;
}



.navbar-fixed-top:hover{
    background: rgba(0,0,0,0.85);
}

.navbar-fixed-top .header-top{
    /*display: none;*/
}

.navbar-fixed-top .nav a,.navbar-fixed-top .nav li.active > a {
    /*    color: #000;
        padding: 20px 16px;*/
}

.navbar-fixed-top #logo{
    /*height: 46px;*/
}

.icon-hover{
    display: inline-block;
}

.novinka-img{
    width: 100%;
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.novinka-datum{
    font-style: italic;
    color: black;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.novinka p{
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-style: normal;
    color: #888888;
    font-size: 13px;
}

.novinka-overlay {
    font-size: 20px;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    z-index: 4;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    z-index: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    o-transform: scale(0);
    transform: scale(0);
}

.novinka-img:hover .novinka-overlay {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
}

.novinka-overlay i{
    font-size: 16px;
    border: 3px solid #333;
    color: #333;
    padding: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


.owl-vyrobci img{
    display: inline!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px;
    width: auto!important;
    max-width: 100%!important;
    max-height: 100px;
    filter: gray;
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);    
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.owl-vyrobci img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
}

.owl-vyrobci .owl-item {
    height: 100px;
}

.footer a{
    color: white;
}




/*---------------- blog ----------------*/


.blog {
    background: #F5f5f5;
}

.blog .blog-post .blog-wrapper {
    margin-bottom: 0px;
}

.blog .blog-wrapper{
    background: white;
    height: 100%;
}

.blog .post-content{
    padding: 30px;
}

.blog-post {
    display: inline-block;
    width: 100%
}

.blog-post.grid .post-meta {
    height: 26px;
    overflow: hidden
}

.blog-post.grid .post-tittle {
    height: 22px;
    overflow: hidden
}

.blog-post.grid .post-inner-content {
    height: 75px;
    overflow: hidden
}

.blog-post .blog-wrapper {
    margin-bottom: 60px;
}

.blog-post .post-tittle a {
    color: #3e3e3e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog-post .post-tittle {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.blog-post .post-content {
    padding-right: 15px;
    padding-top: 25px;
}

.blog-post .post-content .post-inner-content {
    font-size: 13px;
    font-weight: normal
}

.blog-post .post-date {
    position: absolute;
    background-color: #fff;
    top: 15px;
    right: 15px;
    padding: 10px 20px;
}

.blog-post .post-date p {
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #3e3e3e;
    font-weight: 400;
}

.blog-post .post-date p span {
    font-size: 18px;
    color: #3e3e3e;
    letter-spacing: 2px;
    display: block
}

.blog-post .post-bottom {
    display: inline-block;
    width: 100%
}

.blog-post .post-meta p,
.blog-post .post-meta span {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
}

.blog-post .post-meta,
.blog-post .post-meta a {
    color: #aeaeae;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog-post .post-meta a:hover {
    color: #3e3e3e
}

.blog-post .post-bottom .read-more {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-post .post-bottom .read-more a i {
    position: absolute;
    margin-left: -10px;
    opacity: 0;
    font-size: 12px;
    padding-top: 3px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.blog-post .post-bottom .read-more a:hover i {
    margin-left: 10px;
    opacity: 1;
}

.blog-post .blog-img,
.blog-post .blog-vid,
.blog-post .blog-aud,
.blog-post .blog-slider {
    overflow: hidden;
    position: relative
}

.blog-post .blog-vid .video-embed,
.blog-post .blog-aud .audio-embed {
    width: 100%;
    min-height: 219px;
    display: block;
    border: 0
}

.blog-post .blog-wrapper:hover .blog-img img {
    /*transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*opacity: 0.7;*/
}

.blog-post .blog-slider img,
.blog-post .blog-img img {
    width: 100%
}

.blog-post .blog-img img,
.blog-post .blog-post-slide .owl-prev,
.blog-post .blog-post-slide .owl-next {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.blog-post .blog-post-slide .owl-prev,
.blog-post .blog-post-slide .owl-next {
    position: absolute;
    background-color: #3e3e3e;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.blog-post .blog-post-slide .owl-prev i,
.blog-post .blog-post-slide .owl-next i {
    color: #ececec
}

.blog-post .blog-wrapper:hover .blog-post-slide .owl-prev,
.blog-post .blog-wrapper:hover .blog-post-slide .owl-next {
    opacity: 1
}

.blog-post .blog-post-slide .owl-prev {
    margin-right: 37px;
}

.blog-post.single-post .post-tittle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px
}

.blog-post.single-post .post-meta {
    margin-bottom: 25px;
    font-size: 13px
}

/*---------------- blog ----------------*/

.img-eff-1{
    position: relative!important;
    top: 40px;
    left: -30px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 200ms;
    -moz-transition: all 1s ease-in-out 200ms;
    -o-transition: all 1s ease-in-out 200ms;
    -ms-transition: all 1s ease-in-out 200ms;
    transition: all 1s ease-in-out 200ms;
    transform-style: preserve-3d;
}

.img-eff-1.animated{
    opacity:1;
    top:0;

}

.img-eff-1:before{
    content: "";
    position: absolute;
    width:50%;
    height: 0;
    right: -15%;
    top: 10%;
    background: #F5F5F5;
    transform: translateZ(-1px);
    -webkit-transition: all 2s ease-in-out 1200ms;
    -moz-transition: all 2s ease-in-out 1200ms;
    -o-transition: all 2s ease-in-out 1200ms;
    -ms-transition: all 2s ease-in-out 1200ms;
    transition: all 2s ease-in-out 1200ms;
}

.animated.img-eff-1:before{
    height: 100%;
}


.img-eff-2{
    position: relative;
    top: 40px;
    right: -30px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 200ms;
    -moz-transition: all 1s ease-in-out 200ms;
    -o-transition: all 1s ease-in-out 200ms;
    -ms-transition: all 1s ease-in-out 200ms;
    transition: all 1s ease-in-out 200ms;
    transform-style: preserve-3d;
}

.img-eff-2.animated{
    opacity:1;
    top:0;
}

.img-eff-2:before{
    content: "";
    position: absolute;
    width:50%;
    height: 0;
    left: -15%;
    top: 10%;
    background: #F5F5F5;
    transform: translateZ(-1px);
    -webkit-transition: all 2s ease-in-out 1200ms;
    -moz-transition: all 2s ease-in-out 1200ms;
    -o-transition: all 2s ease-in-out 1200ms;
    -ms-transition: all 2s ease-in-out 1200ms;
    transition: all 2s ease-in-out 1200ms;
}

.animated.img-eff-2:before{
    height: 100%;
}


.super-title{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*margin-bottom: -80px;*/
    position: relative;
    font-size:10vw;
    white-space: nowrap;
    line-height: 1;
    font-weight: 900;
    color: #f2f2f2;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.super-title.animated{
    position: absolute;
    /*width: 100%;*/
    top: -100%;
}

.super-title span{
    /*flex: 1;*/
    flex-grow: 4;
    font-size:12vw;
    display: inline;
    text-align: center;
    line-height: 1;
    font-weight: 900;
    color: #f2f2f2;
    /*min-width: 5vw;*/
    /*z-index: -1!important;*/
}


.post-of{
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    color:white;
    background: #888;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.posts:hover .post-of{
    background: #333;
}

.post-of h5{
    color:white;
}

.col-posts{
    display: table;
}

.posts{
    display: flex;
    flex-direction: column;
    height:100%;
    -webkit-box-shadow: 0px 0px 25px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -18px rgba(0,0,0,0.75);
}

.post-of{
    flex: 1;  
}

.tabs-1{
    padding: 0 30px;
}

.nav-pills.tabs-1 .nav-link.active,.nav-pills.tabs-1 .nav-link:hover,.tabs-1 .nav-link{
    background: transparent;
    -webkit-filter: grayscale(0);
    filter: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tabs-1 .nav-item{
    padding: 0;
}

.tabs-1 .nav-link{
    height: 100%;
    padding: 10px;
    border-radius: 0;
    filter: gray;
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
    text-decoration: none;
}

.owl-item{
    padding: 0!important;
}

.tabs li{
    border: 1px solid #444;
    margin: 5px;
}

.tabs .nav-tabs{
    padding-bottom: 30px;
    border: 0;
}

.tabs .nav-item{
    margin: 5px;
}

.tabs .nav-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color:black;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.tabs .nav-item a:hover,.tabs .nav-item a.active{
    background: black;
    color:white;
}


.campaign i,.campaign a{
    color: red;
    font-weight: 800;
}

.list-company{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 0 37.5px;
    background: #999;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    z-index: 999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); 
}

.list-company.showed{
    -webkit-transform: translateY(0);
    transform: translateY(0); 
}


.list-company td{
    padding: 0!important
}

.list-company img{
    height:80px;
    padding: 15px 7.5px;
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.list-company img:hover,.manuf.active img{    
    -webkit-filter: grayscale(0)!important;
    filter: none!important;
}

.logo-box{
    position: relative;
    top: 10px;
    display: inline-flex;
    height: 80px;
    width:80px;
    padding: 2px;
    /*border: 1px solid #888;*/
    margin-right:10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.sortiment .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-in-out;
    overflow: hidden;
    padding: 20px;
}

.sortiment:hover .overlay {
    opacity: 1;
}

.sortiment .overlay-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.sortiment .overlay-content {
    display: table-cell;
    vertical-align: middle;
}

.sortiment .overlay-content {
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.sortiment:hover .overlay-content {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
}

.sortiment:hover .overlay-content p {
    color: #777
}

.download-pdf i,.download-pdf span{
    vertical-align: middle;
}

.download-pdf a{
    /*text-decoration: underline;*/
    color: black;
}

.s-list{
    height: auto!important;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.s-list>div{
}

.s-list .posts img{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
}

.s-list .posts:hover img{
    -webkit-filter: grayscale(0);
    filter: none;
}

.left-s{
    padding: 30px;
    background: #F1F1F1;
}

.s-list a{
    color:#333;
}

.s-list a:hover{
    text-decoration: none;
}

@media(max-width: 767px){
     .p-video{ 
        padding-top: 60px;
    }
    .page-content{
        padding-top: 30px;
    }
}

@media(min-width: 768px){
    .col-1-5{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .p-video{ 
        height: 100vh;
    }
}



.gallery-item-wrap{
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.gallery-item-wrap iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.h-auto{
    height: auto;
}

.fancybox-container {
    z-index: 9999992;
}

.gallery-item-video img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:50px;
    margin: 0 auto;
    left:0;
    right:0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.gallery-item-video img:hover{
    width:70px;
}


.list-p-item:first-child{
    border-top: 1px solid #eee;
}

.list-p-item{
    border-bottom: 1px solid #eee;
}

.tooltip{
    top: 50px!important;
    pointer-events: none;
}

.tooltip.bs-tooltip-right{
    top: 0!important;
}

.tooltip.bs-tooltip-right .tooltip-inner {
    font-size: 12px;
}

.flex{
    display: flex;
}

.in-b div{
    padding-top: 5px;
}

.datatitle{
    display: none;
    position: absolute;
    display: inline-block;
    background: white;
    padding: 5px 20px;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
}

.left-s a{
    color:#333;
}

.campaign i, .campaign a {
    color: red;
    font-weight: 800;
}

input.form-control ,textarea.form-control,select.form-control {
    outline: none;
    padding:  20px;
    display: inline-block;
    color: #999999;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}


.download-wrap{
    background: white;
}

.download-box{
    position: relative;
    background: #f2f2f2;
    height:100%;
}

.download-wrap .super-title.animated  {
    top: 0px!important;
    /*bottom: 0!important;*/
    position: relative!important;
}

.download-wrap .super-title span  {
    /*line-height: 0.79;*/
}

.download-box:before{
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    top: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.download-box:hover:before{
    width:100%;
}



.download-box img{
    height: 100px;
}

.download-box a{
    display: block;
    color: #333;
    position: relative;
    padding-left: 10px;
    padding-right: 60px;
    text-decoration: none;
    letter-spacing: 1px;
}


.download-box a:before{
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 24px;
    right: 10px;
    top: -10px;
    color:#666;
}

.team{
    text-align: center;
}

.team img{
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    display: none;
}

.team img.show-img{
    display: inline-block;
}

.team:hover img{
    -moz-transform: scale(1.1) translate(0px, -4%);
    -webkit-transform: scale(1.1) translate(0px,-4%);
    -o-transform: scale(1.1) translate(0px, -4%);
    -ms-transform: scale(1.1) translate(0px, -4%);
    transform: scale(1.1) translate(0px, -4%);
}

.team-content{
    background: #F8f8f8;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.team-content span{
    font-style: italic;
} 

.sortiment{
    margin: 0;
    padding: 20px 30px;
    background: #f8F8F8;
}

.sortiment li{
    list-style: none;
    padding: 10px 0;
    text-transform: uppercase;
    /*font-size: 18px;*/
}

.filter{
    margin: 0;
    padding: 20px 30px;
    background: #f8F8F8;
    margin-bottom: 30px;
}

.filter ul{
    margin: 0;
    padding:  0 30px;
}


.filter li{
    list-style: none;
    padding: 3px 0;
}

.filter .filter-title{
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative;
    margin: 0;
    height: 26px;
    display: flex;
    align-items: center;
}
.checkbox input,
.checkbox svg {
    width: 21px;
    height: 21px;
}
.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.checkbox input:checked {
    --b: var(--border-active);
}
.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 2px;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
    --s: 2px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
}
.checkbox.bounce {
    --stroke: var(--tick);
}
.checkbox.bounce input:checked {
    --s: 11px;
}
.checkbox.bounce input:checked + svg {
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}
.checkbox.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sotriment-item{
    border: 1px #f1f1f1 solid;   
    margin-bottom: 30px;
    -webkit-transition: all  1s ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: perspective(1px) translateZ(0);
    backface-visibility: hidden;
}

.sotriment-item:hover{
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0) scale(1.02);
    -moz-transform:  perspective(1px) translateZ(0) scale(1.02);
    -o-transform: perspective(1px) translateZ(0) scale(1.02);
    transform: perspective(1px) translateZ(0) scale(1.02);
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    z-index: 9;
}

.sotriment-item-img{
    width:100%;
    padding-bottom: 62.5%;
    background-size: cover;
    background-position: center;
}

.sotriment-item-card{
    padding: 20px;
}

.sotriment-item .title{
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
}

.sotriment-item .price span{
    font-weight: 300;
    font-size: 1.3rem;
}


.sotriment-item .price{
    font-weight: 300;
}

.wrap-menu-sortiment{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    pointer-events: none;
}

.wrap-menu-sortiment.acc{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.index .menu-sortiment{
    top:144px; 
}

.menu-sortiment,.index .navbar-fixed-top .menu-sortiment{
    position: absolute;
    background: #fcfcfc;
    left:15px;
    right:15px;
    margin: 0 auto;
    top:140px;
    padding: 15px;
    border: 1px #ededed solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
}

.sortiment-c{
    position: relative!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
}

.menu-sortiment .item{
    /*    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
    padding: 0 7px;
}

.menu-sortiment .item>a{
    text-decoration:none;
    color: #333;
}

.menu-sortiment .item>a>div{
    border: 1px #eee solid;
    margin: 7px 0;
    background:#f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap;
    align-items:center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s  ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.menu-sortiment .item>a>div:hover{
    color:#333;
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background: #fafafa;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    z-index: 9;
}

.menu-sortiment .item-img{
    position: relative;
    background-position: center;
    background-size: cover;
}

.menu-sortiment .item-content{
    padding: 0 30px;
}

.nav-item[data-no='5']{
    position: relative;
}

.index .nav-item[data-no='5'] a:after{
    bottom: -13px;
    border-width: 0 70px 25px 70px;
}

.nav-item[data-no='5'] a:after,.navbar-fixed-top .nav-item[data-no='5'] a:after{
    visibility: hidden;
    opacity:0;
    content:"";
    position: absolute;
    bottom: -10px;
    left:0;
    right: 0;
    z-index: 99;
    border-style: solid;
    border-width: 0 70px 25px 70px;
    border-color: transparent transparent #fcfcfc transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-item[data-no='5'].acc a:after{
    visibility: visible;
    opacity: 1;
}

.page-item .page-link {
    color:black;
}

.page-item.active .page-link {
    background: black;
    border-color: black;
    border-radius: 0!important;
}

.nav-detail .nav a {
    color:#666;
    border-radius: 0;
}

#item-tab-parameters .row{
    margin: 0;
    padding: 5px 0;
}
#item-tab-parameters .row{
    /*background: #fcfcfc;*/
    border-bottom: 1px #f8f8f8 solid;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

#item-tab-parameters .row:hover{
    background: #f8f8f8;
}
#item-tab-video .youtube{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}


#item-tab-video .youtube:hover{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform:  translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%)  scale(1.1);
}

#item-tab-text{
    font-size: 1.1rem;
    font-weight: 300;
}

#item-tab-company-tab{
    /*padding: 0 10px;*/
    /*background: transparent!important;*/
}


.search:focus,.search-btn:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

/*---------------portfolio--------------*/


.portfolio-nav ul.nav {
}

.portfolio-nav ul.nav li a {
    font-size: 15px;
    color: #333;
    background-color: #eee;
    padding: 7px 12px;
    margin: 4px;
    display: block;
    border-radius: 2px;
    text-transform: capitalize;
    cursor: pointer;
}

.portfolio-nav ul.nav li a:hover {
    background: #2196F3;
    color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.portfolio-nav ul.nav li a.active {
    background: #2196F3;
    color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

figure{
    margin: 0;
}

.yt{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

body.compensate-for-scrollbar {
    overflow: visible;
}

.logo-i-ns img{
    width: 200px;
}

.main-slider,.main-slider-title{
    position: fixed!important;
}

.main-slider-title p{
    line-height: 1.3;
}

.icon-roll,
.icon-roll:before {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 10;
}
.icon-roll {
    width: 30px;
    height: 55px;
    margin-left: -15px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-roll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: roll;
    animation-name: roll;
}
@-webkit-keyframes roll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}
@keyframes roll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

.company-logo{
    float: right;
}

.company-img{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    background: white;
}

.company-img div{
    position: absolute;
    left:10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
}

.company-img div img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.company-list-img{
    height: 60px;
    width: 80px;
    margin: 5px;
    position: relative;
    background: white;
}

.company-list-img div{
    position: absolute;
    left:5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
}

.company-list-img div img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.info-text-box{
    background: #f8F8F8;
    padding: 30px;
    margin-bottom: 15px;
}


.owl-vyrobci .owl-stage,.owl-vyrobci .owl-wrapper{
    display: flex!important;
    flex: 1 0 auto;
}

.more-image{
    position: relative;
    display: inline-block;
}

.more-image:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-image:url("/imgs/more-image.jpg");
    background-size: cover;
    background-position: center;
}

.relative{
    position: relative;
}

.delivery{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    background: #8a6d3b;
    color:white;
}

.flags{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.sotriment-item .flags{
    bottom: auto;
    top: -5px;
}

.flags li{
    list-style: none;
    margin-top: 5px;
    padding: 8px 18px;
    /*width: 140px;*/
    color: white;
    text-align: center;
    -webkit-box-shadow: 3px 3px 7px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 7px -6px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 7px -6px rgba(0,0,0,0.75);
    border-radius: 2px;
    background: #a77313;
}

.s-novinka{
    background: #C9261C!important;
}/*

.s-akce{
    background: #a72913;
}

.s-sleva{
    background: #3f13a7;
}

.s-vyprodej{
    background: #a77313;
}*/

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage .wrap{
    height: 100px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.photogallery .owl-item img{
    height: 100%;
}

#item-tab-video a{
    display: inline-block;
    position: relative;
}

.search_page {
    background: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    z-index: 100000001;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s  ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.search_page.open{
    top:0;
}

.search_close{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 20px 30px;
    background: #333;
    vertical-align: middle;
}

.search_close i{
    line-height: 26px;
    font-size: 25px;
}

.search_box input,.search_box input:focus{ 
    background: transparent;
    border: 0;
    border-bottom: 3px #c9261c solid;
    font-size: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
    color: white;
}

.search_box .input-group-text{
    border: 0;
    border-bottom: 3px #c9261c solid;
    background: transparent;
    font-size: 24px;
    color: white;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
}

.video-background {
    background: #000;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*z-index: -99;*/
    overflow: hidden;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-foreground{
    overflow: hidden;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
    .vid-info { width: 50%; padding: .5rem; }
    .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
    .vid-info .acronym { display: none; }
}

.ck-media__wrapper{
    width:100%;
}