.slick-hero .slick-list {
  padding-bottom: 5rem;
}

.slick-hero .slick-list .slick-slide {
  height: 70vh;
}

.left-side-services {
  clip-path: polygon(0 0, calc(100% - 224px) 0, 100% 100%, 0 100%);
}

#skew-bg {
  clip-path: polygon(0 0, 75% 0, 95% 100%, 0 100%);
}

.liListHome:first-of-type{
  margin-left: -8rem;
}
.liListHome:nth-child(2){
  margin-left: -4rem;
}
.liListHome:nth-child(3){
  margin-left: -1rem;
}
.popUpMessgForms {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out;
    justify-content: center;
    align-items: center;
}
.active.popUpMessgForms {
    opacity: 1;
    visibility: visible;    
}
.conInnerPopUp {
    width: 90%;
    max-width: 520px;
    text-align: center;
    padding: 40px;
    font-size: 26px;
    font-family: 'Outfit', sans-serif;
    background-color: #000;
    color: #fff;
    font-weight: 600;
}
.active .subItemsProd {
    height: auto;
}
.active .linkSubItemsProd {
    border-bottom: 1px #000 solid;
}
.active .plusSubmenu {
    background-image: url('../img/minus.svg');
}
.contBlocksProd {
    justify-content: flex-end;  
}
.contSubmenuWrapper {
    position: absolute;
    top: 0;
    width: 100%;
}
.contSubmenuWrapper.stay {
    position: fixed;
    top: 64px;
    width: 90% !important;
    max-width: 1600px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
#contBlocksProd {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    justify-content: end;
}
.contSectionContactMap {
    z-index: 1;
    background-color: #fff; 
    margin: 0;
    padding-top: 60px;   
}
.innerContSectionForm {
    width: 90%;
    margin: 60px auto;
    max-width: 1600px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
}
.contFormSectionForm {
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}
.serviceForm .contInputForm {
    width: 48%;
    float: left;
    margin: 20px 0;
    margin-right: 4%;
}
.serviceForm .contInputForm:nth-child(even) {
    margin-right: 0;
}
.contInputForm.fullWidth {
    width: 100%;
}
.serviceForm textarea#message {
    height: 120px;
    margin-bottom: 30px;
}
.descFormSectionform {
    text-align: center;
}
.contInfoAddressFormSection {
    padding: 50px;
}
.aw {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.wrap-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 60px 0;
}
.wrap-slider .faders {
    width: 100%;
    position: absolute;
    height: 100%;
}
.items {
    display: block;
    align-items: center;
    width: 100%;
}
.entry {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fff;
    margin: 1em;
    padding: 0.5em;
    height: 90px;
}
.sectionSliderFooter .slick-arrow {
    display: none!important;
}
.contInnerOtherInfoAddres {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin: 0 auto 60px;
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.itemOtherInfoAddres {
    display: flex;
    width: 33%;
    flex-direction: column;
    float: left;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e2000f;
}
.itemOtherInfoAddres:first-child {
    border: none;
}
.innerItemInfoAddress {
    width: max-content;
    position: relative;
}
.titleInfoAddress {
    color: #e2000f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.subtitleInfoAddress {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
}
.descInfoAddress {
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 1.3;
}
.simg {
    max-width: none;
    width: 70%;
    height: 100%;
    object-fit: contain;
}
section.otherInfoAddress {
    background-color: rgb(244 244 244);
}
.descItem span.bold {
    font-weight: 500;
    margin-right: 5px;
}
.descInfoAddressItem {
    margin-bottom: 5px;
}
.imgSlickHEro {
    background-position: center right!important;
}
footer {
    margin: 0!important;
}
.contSectionContactMap {
    padding-bottom: 90px;
}
.itemsInfoFooter div:last-child{
    border:none;
}

@media only screen and (max-width: 1024px) {
    .contSubmenuWrapper.stay {
        top: 48px;
    }
    .contSubmenuWrapper {
        position: absolute;
        top: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }   
    .open #mobile-collapser{
        background-image: url('../img/minus.svg');
    }
    .open #target-mobile-collapser {
        overflow: auto;
        height: 340px;
    }
    #submenuBoxID.open {
        max-height: 400px;
        overflow: hidden;
    }
    .contItemsProd {
        padding-top: 90px;
    }
    .innerContSectionForm {
        flex-direction: column-reverse;
    }
    .serviceForm .contInputForm {
        width: 100%;
        margin-right: 0;
    }
    .contFormSectionForm {
        padding: 50px 30px;
        width: 90%;
        background-color: #fff;
    }
    .descFormSectionform.font-bold {
        margin-bottom: 20px;
    }
    .innerContSectionForm {
        width: 100%;
        margin-bottom: 40px;
        background-color: rgb(244 244 244);
    }
    .contInfoAddressFormSection {
        padding: 30px;
        width: 100%;
        padding-bottom: 0;
    }
    .innerInfoAddressForm {
        padding-bottom: 30px;
        border-bottom: 1px solid #e2000f;
    }
    .contInnerOtherInfoAddres {
        flex-direction: column;
        padding: 0 30px;
        width: 100%;
    }
    .itemOtherInfoAddres {
        width: 100%;
        border-top: 1px solid #e2000f;
        border-left: 0;
        padding: 40px 0;
        align-items: flex-start;
    }
    .itemOtherInfoAddres:first-child {
        border: none;
        padding: 0 0 30px;
    }
    #mobile-menu {
        align-items: center;
    }
    #mobile-menu a {
        padding-left: 0;
    }
    .masckDivOpenSubMenu {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    .masckDivOpenSubMenu.open {
        width: 20%;
        height: 40px;
    }
    .itemSubmenuMobile {
        text-align: center;
    }
    .linkSubItemsProd span {
        font-size: 20px !important;
    }
    #mobile-menu {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
  .slick-hero .slick-list {
    padding-bottom: 0rem;
  }
  #skew-bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .slick-hero .slick-list .slick-slide {
    height: calc(100vh - 32px);
  }

  .liListHome:first-of-type{
    margin-left: 0rem;
  }
  .liListHome:nth-child(2){
    margin-left: 0rem;
  }
  .liListHome:nth-child(3){
    margin-left: 0rem;
  }
    .imgHistory {
        background-position: right;
    }
}

