* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("https://static.inspify.io/voice/fonts/GillSansStd-ExtraBold.woff2") format("woff2"), url("https://static.inspify.io/voice/fonts/GillSansStd-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("https://static.inspify.io/voice/fonts/GillSansStd-Bold.woff2") format("woff2"), url("https://static.inspify.io/voice/fonts/GillSansStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("https://static.inspify.io/voice/fonts/GillSansStd.woff2") format("woff2"), url("https://static.inspify.io/voice/fonts/GillSansStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("https://static.inspify.io/voice/fonts/GillSansStd-ExtraBoldDisp.woff2") format("woff2"), url("https://static.inspify.io/voice/fonts/GillSansStd-ExtraBoldDisp.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std";
  src: url("https://static.inspify.io/voice/fonts/GillSansStd-BoldCondensed.woff2") format("woff2"), url("https://static.inspify.io/voice/fonts/GillSansStd-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'ALangeUndSoehne';
  src: url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Bold.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-family: 'ALangeUndSoehne-Headline';
  src: url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Headline.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Headline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ALangeUndSoehne';
  src: url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Light.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ALangeUndSoehne';
  src: url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Roman.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/ALangeUndSoehne-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversforALSPro';
  src: url('https://static.inspify.io/voice/fonts/UniversforALS-Light.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/UniversforALS-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'UniversforALSPro';
  src: url('https://static.inspify.io/voice/fonts/UniversforALS-Regular.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/UniversforALS-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversforALSPro';
  src: url('https://static.inspify.io/voice/fonts/UniversforALS-Medium.woff2') format('woff2'),
      url('https://static.inspify.io/voice/fonts/UniversforALS-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: AvenirLTStd-Roman;
  src: url("https://static.inspify.io/voice/fonts/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: AvenirLTStd-Medium;
  src: url("https://static.inspify.io/voice/fonts/AvenirLTStd-Medium.otf");
}

@font-face {
  font-family: Gotham;
  src: url("https://static.inspify.io/voice/fonts/AvenirLTStd-Book.otf");
}

@font-face {
  font-family: Gotham;
  src: url("https://static.inspify.io/voice/fonts/Gotham.woff") format("woff"), url("https://static.inspify.io/voice/fonts/Gotham.otf") format("woff2");
}

@font-face {
  font-family: HelveticaNeue;
  src: url("https://static.inspify.io/voice/fonts/HelveticaNeue.woff") format("woff"), url("https://static.inspify.io/voice/fonts/HelveticaNeue.otf") format("woff2");
}
.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-item {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: block
}

.carousel-item-next,.carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
      -webkit-transform:translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }
}

.active.carousel-item-right,.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,.carousel-item-next {
      -webkit-transform:translate3d(100%,0,0);
      transform: translate3d(100%,0,0)
  }
}

.active.carousel-item-left,.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,.carousel-item-prev {
      -webkit-transform:translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }
}



.carousel-control-next,.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-indicators {
  margin: 50px 0 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  width: 45px;
  text-indent: 0;
}

.carousel-indicators li:after {
  display: none !important;
}

.carousel-indicators li:before {
  content: '';
  height: 10px;
  border-radius: 50%;
  width: 10px;
  background: #e1e1e1;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-indicators li img {
  display: block;
  opacity: 0.5;
  max-width: 100%;
  width: 100px;
}

.carousel-indicators li.active img {
  opacity: 1;
}

.carousel-indicators li.active:before {
  background: #000000;
}

.carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item {
  overflow: hidden;
}

.carousel-item .img {
  z-index: 4;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.carousel-item.active .blocker{
  content:'';
  display:block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 5;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.carousel.zoomin{
  z-index: 11;
  position: relative;
}



.zoom-container{
  background:rgba(255,255,255,1);
  width:100vw;
  height:100vh;
  position:fixed;
  left:0;
  top:0;
  z-index: 12;
  display:none;
 
}

.zoom-container .close{
  
  position:absolute;
  z-index: 13;
  right:10px;
  top:10px;
  color:#000;
  background:#fff;
  padding:10px 20px 6px;
  box-shadow:0 0 5px rgba(0,0,0,.4);
  text-align: center;
  border-radius: 40px;
  cursor: pointer;
}

.img {
  overflow: hidden;
}
.img * {
  position: relative;
  z-index: 1;
  background: #fff;
}

.dark-mode .img * {
  background: #000;
}


.img img {
  transition: all 0.3s ease-in;
  z-index: 0;
  background:transparent;
}


.img img:hover {
  transform: scale(1.2);
}

.img-container .img{
  padding:30px;
}



.img-container, .img-container .img{
  z-index: 4;
  width:100vw;
  height:100vh;
  margin: 0 auto;
  position: relative;
  display:flex;
  align-items: center;
  flex-direction: column;
}

.img-container img{
  margin:auto;
  max-height: calc(100vh - 60px) !important;
  max-width: calc(100vw - 60px) !important;
}
body,
.textLargeSlid ,
.textLargeSlid p{
  font-family: 'UniversforALSPro';
  font-weight: 300;
  color:rgb(102, 102, 102)
}

.textLargeSlid ,
.textLargeSlid p,
.textLargeSlid div,
p{
  line-height: 1.7;
  
}

h1,h2,h3,h4,strong{
  font-weight: 500;
}

h1{
  color:#000;
  text-align: center;
}

.right .textLargeSlid:after{
  content:'';
  display:block;
  clear:both;
}
.right .textLargeSlid,
.right .textLargeSlid div{
  text-align: center;
  line-height: 1.7;
}


.specification-container .heading {
  color:#000;
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
.specification-container h1{
  font-family: 'UniversforALSPro';
}
.specification-container h2{
  font-family: 'ALangeUndSoehne-Headline';
}
.editorial-container{
  color: rgb(102, 102, 102)
}

.about-container h2{
  color:#000;
}

.top_head{
  font-family: 'ALangeUndSoehne-Headline';
  color:#000;
}


.swiper-slide a {
  padding:0;
  margin:0;
  display:inline;
  color:inherit;
  font-size:inherit;
  border:none;
}


.container .swiper-button-prev,
.container .swiper-button-next{
  width:20px;
}

.container .swiper-button-prev{
  left:-35px;
}
.container .swiper-button-next{
  right:-35px;
}




.top_logo{
  text-align: center;
}

.top_logo img{
  max-width: 200px;
  width:100%;
  margin:0 auto 20px;
  object-fit: contain;
}

.swiper-slide .left{
  align-self: baseline;
  padding-top: 40px;
}



@media (min-width:767px){
  .right .textLargeSlid,
  .right .textLargeSlid div{
    text-align: left;
    
  }
  .swiper-slide .left{
    padding-top: auto;
  }

  h1{
    text-align:left;
  }

  .top_head h1{
    text-align: center;
  }
  .carousel.zoomin {
    position: absolute;
    top: 163px;
    bottom: 0;
    display: flex;
    align-items: stretch;
  }
  
  .carousel.zoomin .carousel-indicators{
    display:none !important;
  }
  
  .carousel.zoomin .carousel-inner{
    display: flex;
    flex-wrap: wrap;
  }

  .carousel.zoomin .carousel-item{
    display: none;
  }

  .carousel.zoomin .carousel-item.active{
    display:block;
  }
  .img-container .img{
    padding:140px 50px;
  }

  .img-container img{
    max-height: calc(100vh - 280px) !important;
    max-width: calc(100vw - 100px) !important;
  }

}

@media (min-width:1220px){
  .container .swiper-button-prev{
    left:90px;
  }
  .container .swiper-button-next{
    right:90px;
  }

  .container .swiper-button-prev,
  .container .swiper-button-next{
    width:50px; 
  }
 
}

@media only screen and (max-width: 1220px){
  .about-container, .specification-container{
    padding-left:40px;
    padding-right:40px;
  }

  .swiper-button-next,
  .swiper-button-prev{
    top:50%;
  }
}

.ipad-slider{
  margin-bottom: 20px;
}

.about-container #i7h1,
#iewn{
  display:none;
}

.about-container{
  margin-top:0;
  margin-bottom:0;
  padding-top:50px;
  padding-bottom:50px;
}

@media (max-width: 800px) {
  .top_head{
    padding-left:15px;
    padding-right:15px;
  }
  .editorial-container p {
      padding-top: 0px;
      padding-right: 0;
      padding-bottom: 0px;
      padding-left: 0;
  }

  .container{
    padding-left:25px;
    padding-right:25px;
  }

   .container .swiper-button-prev{
    left:-25px;
  }
  .container .swiper-button-next{
    right:-25px;
  }  

  .container .img{
    margin-left:-15px;
    margin-right:-15px;
  }

  .specification-container.container .img{
    margin:auto;
  }
  
}

.publisher-container{
 text-align: center;
  border-bottom:1px solid #efefef;
  padding:10px 0 30px;
  margin-bottom: 40px;
  margin-top: -30px;
}

.avatar{
  width:30px;
  height:30px;
  border-radius: 30px;
  overflow: hidden;
  margin-right:10px;
  margin:0 auto 10px;
}
.avatar img{
  width:100%;
  height:auto;
}

.publisher{
  font-size:14px;
  color:#aaa;
}
.publisher span{
  display:block;
}
.publisher a{
  padding:0;
  margin:0;
  color:inherit;
  text-decoration: none;
}

@media (min-width:500px){
  .publisher-container{
    display:flex;
    text-align: left;
    align-items: center;
    justify-content: center;
  }
  .avatar{
    margin:0 10px 0 0;
  }
  .publisher{
    padding-top: 3px;
  }
  .publisher span{
    display:inline;
  }

  .top_logo img{
    max-width: 100%;
    width:auto;
  }
}



.article-container img {
  max-width: 100%;
  height: auto !important;
}


.article-container .row {
  margin-bottom: 20px;
}

.article-container .title img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.article-container .full-width {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}




.article-container .description {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  font-family: 'UniversforALSPro';
  font-weight: 300;
  color:rgb(102, 102, 102)
}

@media (max-width: 768px){
  .article-container .description {
  padding: 0 20px;
}
}

@media only screen and (max-width: 767px){
  .textLargeSlid h3::after {
    left: 50%;
    transform: translateX(-50%);
}
}

.list-block {
  padding-left: 17px;
  line-height: inherit;
  margin-top: 20px;
  margin-bottom: 5px;
}

.list-block li {
  list-style-type: initial;
  margin-bottom: 8px;
  line-height: 1.7;
}

.list-block.list-number li{
  list-style-type: decimal;
}




