body, html{
    overflow-x: hidden;
}
.menu-link{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: all .2s linear;
    margin-right: 48px;
    font-size: 18px;
}
.menu-link:last-child{
    margin-right: 0;
}
.menu-link:hover{
    color: #f77438;
}
.q-table__bottom{
    display: none;
}
.q-table th{
    font-size: 18px;
}
section{
    margin-bottom: 100px;
}
.q-panel-parent{
    overflow: unset;
}
.q-carousel__navigation--bottom{
    bottom: -65px;
    /*flex-wrap: wrap !important;*/
}
.warranty-bg{
    background: url(../img/warr-bg.webp) no-repeat center;
     background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 45vh;
}
.delivery-bg{
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.webp) no-repeat center;
    background-size: cover !important;
}
.delivery-info{
    text-align: center;
    padding: 20px;
    background: #FFFFFF;
    max-width: 600px;
}
.map{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.map_info{
    position: absolute;
    top: 30%;
    left: 20%;
    background: #000000;
    border-radius: 4px;
    padding: 20px;
    color: #FFFFFF;
}
.grid{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-gap: 20px;
}

.grid-4{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    grid-gap: 20px;
}
.grid-4-1{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    grid-gap: 20px;
}

.q-carousel__slide{
    background-size:contain !important;
    background-repeat: no-repeat !important;
}
.item-offer.s365{
    background: url(../img/s365_bg.webp) no-repeat center;

}
.item-offer.s3-new{
    background: url(../img/s3_new_bg.webp) no-repeat center;
}
.item-offer.s3-pro{
    background: url(../img/s3_pro_bg.webp) no-repeat center;
}
.item-offer{
    position: relative;
    height: 90vh;
}
.item-offer_info{
    position: absolute;
    bottom: 0px;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}
.item-offer_name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
    z-index: -1;
}

.item-offer_name-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
    z-index: -1;
    color: #c9c9c9;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}
.item-offer_ell{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;

}
.q-carousel i{
    color:#000000;
}
#myVideo {
  /*position: fixed;*/

  right: 0;
  bottom: 0;
    width: 100%;
  height: 100%;
    object-fit: cover;
}
.video{
    position: relative;
    height: 90vh;

}
.offer{
    height: 100vh;
    background: url(../img/mob.jpg) no-repeat center;
    background-size: cover !important;
}
.video-btn{
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    cursor: pointer;
}
.overlay{
    position: absolute;
    width: 100vw;

    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    bottom: 100px
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.form-bg{
    background: url(../img/form-bg.jpg) no-repeat center;
    background-size: cover !important;

}.form-bg-2{
    background: url(../img/form-bg-2.jpeg) no-repeat center;
    background-size: cover !important;

}
.form-wrapper{
    padding: 150px 70px;
}


#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


.container{
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}
@media (max-width: 1024px){
    .item-offer_info{

        bottom: 0;
    }
}
@media (max-width: 768px){
    .bg-black{
        text-align: center;
    }
    footer .container{
        text-align: center;
    }
    .container.overlay{
        text-align: center;
    }
    .text-h3{
         text-align: center;
    }
    .text-h5{
         text-align: center;
    }
    .text-h4{
         text-align: center;
        justify-content: center;
    }
    .grid{
        text-align: center;
    }
    .text-grey-6{
        text-align: center;
    }
    .grid .text-grey-8{
        margin: 0 auto;
    }
    .mobile-text-center{
        text-align: center;
    }
    .q-panel-parent{
    margin-bottom: 70px;
}
    .map_info{left: 10%; top: 20%}
    .unit-feature-img{order: 1}
    .unit-feature-text{order: 2}
    .form-wrapper{
        padding: 20px 10px;
    }
    .item-offer_ell{
        width: 200%;
    }
    .item-offer{
        background-size: contain !important;
    }
    .item-offer_info{
        width: 400px;
        bottom: 0;
    }
    .iimg{
        flex-basis: 45%;
        margin-bottom: 10px;
    }
    .text-h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.125rem;
    letter-spacing: normal;
}

}

@media (max-width: 500px){
    .map_info{left: 10px;right: 10px; top: 20%}
     .item-offer_name-text{
         font-size: 35px;
     }
     .item-offer_info{
        width: 320px;
    }
    .item-offer_ell{
        width: 450%;
    }
}