.ms-skin-default .ms-timerbar {top: 1px; bottom:auto;}
.ms-skin-default .ms-time-bar {
  height: 3px;
  background:white;
  background: rgba(255, 255, 255, 0.6);
  border-top: none;
}

.ms-layer {
  margin: 0;
  padding: 0;
  line-height: 100%;
  letter-spacing:0;
}
.ms-tx {
    background-color: rgba(0, 0, 0, .7);
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    line-height: normal;
    white-space: nowrap;
    color: #fff;
    transform-origin: 50% 50%;
}
.slide-1 {
    background: linear-gradient(135deg, rgba(57, 58, 61, 1) 0%, rgba(57, 58, 61, 1) 20%, rgba(28, 28, 28, 1) 80%, rgba(28, 28, 28, 1) 100%);
}
.slide-1 .hps-title1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.slide-1 .description{
    box-sizing:content-box;
    color: #ddd;
    font-family: "Overpass";
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    white-space: nowrap;
}
.slide-1 .description-mobile {
    box-sizing: content-box;
    color: #ddd;
    font-family: "Roboto"!important;
    font-weight: 400;
    font-size: 3rem;
    line-height: normal;
    white-space: nowrap;
    display:none;
}
.slide-1 .h1-title {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 54px;
    line-height: normal;
    white-space: nowrap;
    color: #ddd;
}
.mobic {
    display: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 6rem;
    line-height: normal;
    white-space: nowrap;
    color: #ddd;
}
.slider-1 .h1-title-mobile {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 54px;
    line-height: normal;
    white-space: nowrap;
    color: #ddd;
    display: none;
}
.slide-1 .hps-title2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #508295;
}
.fs-slider .fullwidth-layers .ms-slide-layers {
    left: 0px !important;
/*    max-width: 1990px !important;*/
}

.ms-tooltip{
  max-width: 250px !important;
}

.ms-tooltip .product-tt {
    font-size: 1em;
    padding:5px;
    color:#222;
    text-shadow:none;
}

.ms-tooltip .product-tt h3 {
  font-size: 1.4em;
  color: #222;
  margin: 0 0 5px 0;
  font-weight: 400;
}



/*----------------------------------------*/
@media  only screen and (max-width:481px){
    .slide-1 .description, .slide-1 .h1-title {
        display: none;
    }
    .slide-1 .description-mobile, .mobic {
        display: block;
    }
    .first-element{
        display:none;
    }
}
@media (max-width:767px) {
    .first-element {
        display: none!important;
    }
}




