/*
*	Theme Name: LEN-ART
*	Theme URI: www.rally-composites.com
*	Author: mB
*	Author URI: -
*	Description: 
*	Version: 1.0
*	License: GNU General Public License v2 or later
*	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



html { overflow-x: hidden; }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700;800&display=swap');

body{
  background-color: #000!important;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 300!important;
  margin: 0;
  overflow-x: hidden;
  font-size: 1rem!important;
  color: #fff!important;
}
.container{
  padding: 0;
}

.header {
  background: url(images/header_bg.jpg) top center no-repeat;
  min-height: 300px;
}

.header_mail {
  background-color: #202020;
  padding: 15px 30px;
    max-width: 320px;
    text-align: center;
}

.header_mail a {
  color: #fff;
  text-decoration: none;
  transition-duration:1s;
    -webkit-transition-duration:1s;
}

.header_mail a:hover {
  opacity: 0.5;
}

.logotypy {
  background-color: #7c0000;
}

.header_fb, .header_tel, .header_search {
  background-color: #202020;
  padding: 15px 30px; 
}

.marki {
  list-style-type: none;
  padding: 30px 0;
}

.marki li img { 
  float: left;
  width: 55px;
  margin-right: 15px;
}

.marki li {
  margin-top: 15px;
}

.marki li a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition-duration: 0.5s;
  padding-left: 30px;
}

.marki li span {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  transition-duration: 0.5s;
}

.marki li a:hover, .marki li span:hover {
  color: #d90000;
  opacity: 0.6;
}

.bok {
  border-right: 1px solid #d90000;
}

.index_text {
  padding: 30px ;
  line-height: 2rem;
  text-align: justify;
}


 .brands {
     width: 100%;
     padding-top: 10px;
     padding-bottom: 10px
 }

 .brands_slider_container {
     height: 70px;
     padding-left: 97px;
     padding-right: 97px;
 }

 .brands_slider {
     height: 100%;
     margin-top: 5px
 }

 .brands_item {
     height: 100%
 }

 .brands_item img {
     max-width: 100px
 }

 .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {
     color: #676767
 }

 .brands_prev {
     left: 40px
 }

 .brands_next {
     right: 40px
 }


 .element_thumb {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    aspect-ratio: 4/3;
 }

 .element_thumb_marka img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 50px;
 }

 .element_thumb_img img {
  background:blue;
  width:100%;
  aspect-ratio: 4/3;
  position: absolute;
  top:0;
  left:0;
 }

 .element_thumb_title {
  position: absolute;
  bottom:5px;
  left:15px;
  max-width:80%;
  z-index:5;
    color: #fff;
 }

.cd-accordion__sub{
display:none;
overflow:hidden
}

.cd-accordion__sub--is-visible{
display:block
}

.cd-accordion__item{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}

.cd-accordion__input{
position:absolute;
opacity:0
}

.cd-accordion__label{
position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
padding:0.75em 1.25em;
padding:var(--space-sm) var(--space-md);
color:hsl(0, 0%, 100%);
color:var(--color-white)
}



.cd-accordion__input:checked ~ .cd-accordion__sub{
display:block
}


<!-- FORMULARZ -->

.wpforms-field-label {
  color: white!important;
}

.thumb_post img { 
  width: 100%;
  height: auto;
}

.material, .cena {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 25px auto;
}