@font-face {
	font-family: 'PlayfairDisplay-Regular';
	url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PF_Din_Text_Cond_Pro';
  src: url("../fonts/PF_Din_Text_Cond_Pro.ttf") format("truetype");
}
.responsive_demo_panel {
    position: fixed;
    display: flex;
    width: 100%;
    height: auto;
    background: #d76d00;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
 .responsive_demo_panel .ins {
      background: #fff;
    display: flex;
    align-items: center;
    margin: 0.2rem;
    padding: 0 1rem;
}
.baner_button {
   transition: all .2s ease;
    border: 1px solid #fff;
    background: #004cd7;
    padding: 10px 21px 12px 21px;
    cursor: pointer;
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 20px #fdfdfd;
    border-radius: 50px;
    display: inline-block;
    margin: 0.1rem 0 0 2rem;
    height: max-content;
    width: max-content;
    color: #fff;
    font-family: 'PF_Din_Text_Cond_Pro';
    font-size: 20px;
}
a.baner_button:after {
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient( 90deg ,rgba(255,255,255,0.1),rgba(255,255,255,0.6) 100%);
    width: 2rem;
    transform: skewX( -22deg );
    left: -65%;
    animation-name: blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
a.baner_button:hover {
  background-color: #233954;
}
  .responsive_demo_panel p {
  font-family: 'PF_Din_Text_Cond_Pro';
    font-size: 22px;
    margin-right: 20px;
    letter-spacing: normal;
  }
  .responsive_demo_panel ul {
   list-style: none;
    display: flex;
    margin: 1px;
    align-items: center;
  }
   .responsive_demo_panel ul li {
    margin: 0 8px
  }
  .responsive_demo_panel ul a {
    background-position: center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
 }
  .responsive_demo_panel ul a.smart {
    background-image: url(/images/smart_ico.gif);
      height: 50px;
    width: 30px;
  }
   .responsive_demo_panel ul a.tablet {
    background-image: url(/images/tablet_ico.gif);
      width: 40px;
    height: 50px;
  }
   .responsive_demo_panel ul a.monitor {
    background-image: url(/images/monitor_ico.gif);
    width: 70px;
    height: 50px;
  }
  .jn-tooltip:hover:after {
	content: attr(data-title);
    z-index: 999;
    position: absolute;
    bottom: 59px;
    padding: 7px 15px 10px 15px;
    color: #fff;
    background-color: #3d3bee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.jn-tooltip:hover:before {
	content: "";
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #3d3bee transparent;
    margin-left: 14px;
    top: 0;
}
  
  @media (max-width: 1199px) {
    .responsive_demo_panel {
      display: none
    }
    .content {
       height: 100%;
    }
  }  

  /*  ======== responsive_demo_page ==========  */
 .body {
    display: flex;
align-items: center;
width: 100%;
  }
.responsive_demo {
  justify-content: center;
    display: flex;
    align-items: center;
    position: fixed;
  height: 95%;
}
 .right_block {
    overflow: auto;
}
.smartphone {
  position: relative; 
  margin: auto;
  border: 16px #000 solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  height: 650px;
}
 #tablet {
     width: 550px;
  height: 870px;
   }
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute; 
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #333;
  border-radius: 10px;
}

.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}
  .smartphone .content {
    border: 1px solid #333;
    position: inherit;
    height: 100%;
  }
iframe {
  width: 100%;
     height: 100%;
 }