/* cmsms stylesheet: nowy modified: 23.12.2025 09:20:51 */
/* For table */
table.tablepress thead tr.first th {transition: .3s;}
table.tablepress thead tr.first th.down {
    top:79px;
}
@media (min-width: 360px){
    table.tablepress thead tr.first th.down {
        top:65px;
    }  
    table.tablepress thead tr.first th.up {
        top:65px;
    }  
}
@media (min-width: 1200px){
    table.tablepress thead tr.first th.up {
        top:136px;
    }  
}
@media (min-width: 1500px){
    table.tablepress thead tr.first th.down {
        top:88px;
    }  
    table.tablepress thead tr.first th.up {
        top:148px;
    }  
}

/* End for table */

.ue-logo{
    position: absolute;
    right: 0;
    top: 0;
    /*top: 20px;*/
}
.ue-logo img{
    width: 160px;
	object-fit: cover;
	object-position: center;
}
.form-policy {font-size:95%;margin-top:18px;text-align:justify;}
.form-inputs .form-cols .form-col .form-input #form-select:focus {-webkit-transform: scale(1);transform: scale(1);}
@media (max-width: 1199px){
    .ue-logo{
        /*top: 5px;*/
    }
    .ue-logo img{
        width: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .main__products {
      margin: 50px 0;
    }
}
@media only screen and (max-width:444px) {
    #form-select {
        height:66px;
    }
}

.main-content-1 a.brand::before {content:none; margin-right:0px;}
.main__banner {
    /*min-height: 910px;*/
}
.slider-arrows {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
    right: 4%;
    top:30%;
    height: 50%;
    z-index: 10;
}
.slider-arrows li {
    text-decoration: none;
    list-style: none;
}
.slick-track {
    display: flex;
    align-items: stretch;
}
.slick-slide {
    height: unset;
}
.slider-arrows .slick-active button {
    border: 8px solid #121e3e;
}
.slider-arrows button {
  font-size: 0;
  border: 8px solid white;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin: 15px 0;
  opacity: 1;
  pointer-events: all;
}
@media (min-width:360px) {
    .slider-arrows {
        display:none;
    }
    .main__banner {
        min-height: auto;
    }
}
@media (min-width: 1200px) {
    .slider-arrows {
        display:block;
        top:19%;
    }
}
@media (min-width: 1430px) {
    .slider-arrows {
        display:block;
        top:22%;
    }
}

.main__banner .slider-arrows {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
}

.main__banner .slider-arrows .slick-dots {
    width: fit-content;
    
    list-style-type: none;
    text-align: center;
    
    margin: 0 0 0 auto;
}

.main__banner .slider-arrows .slick-dots .slick-active button {
    border: 2px solid #fff;
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.main__banner .slider-arrows .slick-dots button {
    font-size: 0;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin: 15px 0;
    padding: 4px;
    opacity: 0.2;
    pointer-events: all;
}

@media only screen and (max-width : 991px) {
    .main__banner .slider-arrows {
        position: static;
        margin: 0 auto;

        transform: translateY(0);
    }

    .main__banner .slider-arrows .slick-dots {
        padding: 0;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main__banner .slider-arrows .slick-dots button {
        margin: 15px 8px;
    }
}

@media only screen and (min-width : 992px) {
    .main__banner .slider-arrows .slick-dots li:last-child button {
        margin: 0;
    }
}
#c-ttl {
    color: rgb(247,148,30);
}
#s-ttl {
    color: rgb(247,148,30);
}
#c-txt a {
    color: rgb(247,148,30);
}
.cc_div .cc-link {
    color: rgb(247,148,30)!important;
}
#c-bns button:first-child {
    color: #fff;
    background: rgb(247,148,30);
}
#c-bns button:first-child:hover {
    background: var(--cc-btn-secondary-hover-bg);
    color: rgb(247,148,30);
}
#s-c-bn::after, #s-c-bn::before {
    background:rgb(247,148,30);
}
#s-bns button:first-child {
    color: #fff;
    background: rgb(247,148,30);
}
#s-bns button:first-child:hover {
    background: var(--cc-btn-secondary-hover-bg);
    color: rgb(247,148,30);
}
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: rgb(247,148,30);
}
#s-c-bn.c-bn {
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .main__product .product__left--bottom .table.main-content-1 {
        overflow: auto;
    }
    .main__product .product__left--bottom .table.main-content-1 table tr.first > * {
        position: static !important;
    }
}

@media only screen and (min-width: 1200px) {
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2:has(> .parent > .menudepth-3) {
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
    }
    
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent {
        padding-right: calc(100% - 17rem);
    }
    
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent > .menudepth-3 {
        /*display: none;*/
        width: calc(100% - 20rem);
        min-height: 100%;
        left: auto;
        right: 0;
        display: flex;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
    }
    
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent:hover > .menudepth-3 {
        opacity: 1;
        pointer-events: all;
    }
    
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent > a::after {
        content: "";
        display: inline-block;
        margin-left: 1rem;
        margin-right: .7rem;
        width: 10px;
        height: 10px;
        background-image: url(/img/right-pointer.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-filter: brightness(0) invert(.7);
        filter: brightness(0) invert(.7);
    }
    
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent.active > a::after, .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent > a:hover::after {
        -webkit-filter: unset;
        filter: unset;
    }
    
    .header__bottom--nav > ul > li > ul > li ul a {
        font-size: 17px;
    }
}

body .sl-wrapper .sl-close {top:70px;}

.main-content-1 a:not(.download-link)::before {
    content: "";
}
.main-content-1 a:not(.download-link) {
    display: inline-block;
    color: #ff9900;
    text-decoration: none!important
}

@media only screen and (min-width: 1200px) {
  .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2:has(> .parent > .menudepth-3) {
    width: 70%;
    grid-template-columns: minmax(0, 1fr);
  }
}




@media only screen and (min-width: 1200px) {
    .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent > .menudepth-3 {
	        /* display: none; */
	        width: calc(100% - 25rem);
	        min-height: 100%;
	        left: auto;
	        right: 0;
	        display: flex;
	        flex-direction: column;
	        opacity: 0;
	        pointer-events: none;
    }
    
}
@media only screen and (min-width: 1200px) {
  .header .header__bottom--nav > .menudepth-0 > .parent:nth-child(2) > .menudepth-1 > .parent:nth-child(1) > .menudepth-2 > .parent {
    padding-right: calc(100% - 25rem);
  }
}
#cc-main .pm__btn[data-role="all"],
#cc-main .pm__btn[data-role="all"]:hover,
#cc-main .cm__btn[data-role="all"],
#cc-main .cm__btn[data-role="all"]:hover {
    background-color: #f7941e!important;
    border: none !important;
}
#cc-main .pm__close-btn svg, #cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: #000 !important;
}
