.footer__contact-map-icon{
    align-items: center;
}
.footer__contact-map-icon img{
    width: 24px;
}


/* Style youtube */


.video-bg {
    width: 100%;
    height: 100vh;
    /* padding-bottom: 56.25%; */
    position: absolute;
    overflow: hidden;
}
   
.video-bg iframe {
    pointer-events: none;
    border:0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
    .video-bg  iframe {
       /* height = 100 * (9 / 16) = 56.25 ; */
      height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-bg iframe {
       /* width = 100 / (9 / 16) = 177.777777 ; */
      width: 177.78vh;
    }
}

 /* .video-background {
    position: absolute;
    overflow: hidden;
    width: 100vw;
    height: 90vh;
    pointer-events: none;
  }
  
  .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
 
  @media (min-aspect-ratio: 16/9) {
    .video-background iframe {
       height = 100 * (9 / 16) = 56.25 ;
      height: 56.25vw;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-background iframe {
       width = 100 / (9 / 16) = 177.777777 ;
      width: 177.78vh;
    }
  }
   */



  
.btn{
    position: relative;
    z-index: 9;
}

body.has-scroll {
  @media (max-width: 991px) {
    margin-top: 3.125rem !important;
  }
}

.mainPage {
  height: auto;
  min-height: calc(100vh - 180px);
}

.mainPage__video {
    position: relative;
    background: black !important;
}

.mainPage__container {
  display: flex;
  align-items: center;
  padding-block: 3.75rem;
  height: 100%;
}

.mainPage__container .actions .btn {
  font-size: 1.25rem;
  padding-block: 1rem !important;
}

.printers_3d__section-container {
  padding-block: 3.75rem;
}


.btn{
    position: relative;
    z-index: 9;
}

/*
.clients__section .slider{
    margin-bottom: 0;
    padding-bottom: 100px;
} */


.elementor-18638,
.elementor-19320{
    position: relative;
}
.checkbox-popup{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:#000000b3;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.checkbox-popup__wrap{
    background: white;
    padding: 50px 30px;
    border: 3px solid #da2032;
    color:black;
    font-size: 20px;
    position: fixed;
    top: calc(50% - 200px);
}
.checkbox-popup p{
    display: inline-block;
}
.checkbox-popup input[type="checkbox"]{
    background: transparent;
    box-shadow: none;
    outline: 0 !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    border: none;
    padding: 0;
    height: unset;
    width: unset;
    background-color: unset;
    position: relative;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: -4px;
    margin-right: 16px;
}
.checkbox-popup input[type="checkbox"]:hover:before{
    border: 2px solid black;
}
.checkbox-popup input[type="checkbox"]:focus:before{
    border: 2px solid black;
}
.checkbox-popup input[type="checkbox"]:before{
    content: "";
    display: block;
    position: relative;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid black;
}
.checkbox-popup input[type="checkbox"]:checked:before{
    border: 2px solid #707070;
}
.checkbox-popup input[type="checkbox"]:checked:after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #DA2032;
    border-bottom: 2px solid #DA2032;
    transform: rotate(-45deg);
}


/* ICO IN HOMEPAGE 29.04.2021 */
.sec-mainPageIco{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
}
.mainPageIco{
    display:flex;
    gap: 16px;
    
}


.clients__section .slider{
    margin-top: 100px;
}
.mainPageIco__item{
    display: flex;
    flex-direction: column;
    align-items:center;
    width:212px;
    height: 130px;
    background-color: white;
    box-shadow: 0px 0px 15px #00000029;
    transition: all 0.2s;
    /* pointer-events: none; */
}
.mainPageIco__img svg path{
    transition: all 0.2s;
}
.mainPageIco__item:hover .mainPageIco__img svg path,
.mainPageIco__item:hover .mainPageIco__img svg rect{
    fill:#da2032;
}

.mainPageIco__item:hover {
    transform: translateY(-5px);
}

/* .mainPageIco__item:nth-child(5){
    display:none;
} */

#\33 D-PRINTING > div.sec-mainPageIco > div > div > a:nth-child(5) > div {
    width: 50px;
}

.mainPageIco__img{
    width: 100%;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainPageIco__header{
    font: 18px/20px Boxed_Regular;
    color: #2D2D2D;
    letter-spacing: -0.18px;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:0 10px;
}

@media (max-width:1610px){
    .sec-mainPageIco{
        width: 100%;
    }
    .mainPageIco__item{
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width:1480px)  {
    .mainPage h1{
        margin-bottom:30px !important;
    }
    .mainPage h2{
        margin-bottom:40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width:1200px)  {
    .printers_3d__section{
        padding-top:60px;
    }
}

@media (max-width:768px){
    .mainPage{
        position: relative;
    }
    .sec-mainPageIco {
        width: inherit;
        overflow-x: scroll;
    }
    .sec-mainPageIco .container{
        padding: 0;
        margin: 0;
        width: auto;
    }
    .mainPageIco{
        display: flex;
        gap: 16px;
        width: 100%;
    }
    .mainPageIco__item{
        display: flex;
        flex-direction: column;
        align-items:center;
        width:136px;
        min-width: 136px;
        height: 86px;
        overflow: hidden;
        
    }
    .mainPageIco__img{
        width: 100%;
        height: 50px;
    }
    .mainPageIco__header{
        font:13px/41px Boxed_Regular;
        line-height: normal;
        height: auto;
    }
    .mainPageIco__item:hover {
        transform: translateY(0px);
    }
    .mainPageIco__img svg{
        width: 50px;
        height: 28px;
    }
    .clients__section{
        display: block !important;
    }
    .clients__section .container{
        max-width: 100%;
        padding: 0;
    }
    .clients__section .slider{
        margin-top:50px !important;
        margin-bottom:50px;
    }
    .clients__section .owl-carousel .owl-stage{
        display: flex;
        align-items: center;
    }

}

.btn.btn--white{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn.btn--white:hover{
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border-color: white  !important;
}




.filaments__section {
  padding-block: 3.75rem;
  width: 100%;
  min-height: 1080px;
  height: 100%;
  /* background: url(assets/img/bg/bg_filaments.png) center center no-repeat; */
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.services_3d__section .container .actions .btn:first-child,
.filaments__section .container .actions .btn:first-child {
  margin: 0 !important;
}

.services_3d__section .container .actions >div,
.filaments__section .container .actions >div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
}
  
@media all and (max-width: 759px) {
  .filaments__section {
    min-height: 640px;
    /* background: url(assets/img/bg/bg_filaments_mobile.png) center center no-repeat; */
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .filaments__section {
    .title {
      line-height: 5rem;
    }
  }
}

@media (max-width: 991px) {
  .filaments__section {
    gap: 3.75rem;
    
    .infoBox {
      position: static;
      
      .title,
      .description {
        text-align: center;
      }
    }
  }
}

@media (min-width: 992px) {
  .filaments__section {
    padding-bottom: 15rem;
  }
}

  .elementor-page-21633 .elementor-widget-text-editor ul li{
    position: relative;
    margin-left: 22px;
    margin-bottom: 10px;
  }
  
  .elementor-page-21633 .elementor-widget-text-editor ul li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #da2032;
    left: -20px;
    top: 9px;
    border-radius: 50%;
  }

@media screen and (max-width: 990px){
    .header-row h1{
        color: #FFFFFF I !important;
    }
    .res-color{
        color: #FFFFFF !important;
    }
    .res-color h1{
        color: #FFFFFF !important;
    }
}

.services_3d__section {
  padding-block: 3.75rem;
  
  @media (min-width: 992px) {
    padding-top: 7.5rem;
  }
}

    