@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');


.font-en {
    font-family: 'Roboto Condensed', sans-serif;
}
.sidebar {
  width: 290px;
  font-size:22px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.main {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 991px) {
  .main {
    width:100%;
  }
}

#company h3 {
  /*font-size: 46px;
  font-weight:200;
  color:#3280e0;
  margin-bottom: 40px;*/
  font-family: 'Roboto Condensed', sans-serif;
  margin-top:-10px;
}
#company h4 {
  /*font-size: 30px;
  font-weight:200;
  color:#3280e0;
  border: 1px solid #3280e0;
  padding:5px 20px;
  display: inline-block;
  margin-top: 80px;*/
  font-family: 'Roboto Condensed', sans-serif;
}
.wrapper strong {
  /*display: block;
  margin-top: 30px;
  font-size:30px;
  font-weight:600;*/
  font-family: 'Roboto Condensed', sans-serif;
}
#product h3 {
  /*font-size: 46px;
  font-weight:200;
  color:#3280e0;*/
  font-family: 'Roboto Condensed', sans-serif;
  margin-top:-10px;
}
#technical h3 {
  /*font-size: 46px;
  font-weight:200;
  color:#3280e0;
  margin-bottom: 40px;
  line-height:1.35;*/
  font-family: 'Roboto Condensed', sans-serif;
  margin-top:-10px;
}
#technical h4 {
  /*font-size: 30px;
  font-weight:200;
  color:#3280e0;
  border: 1px solid #3280e0;
  padding:5px 20px;
  display: inline-block;
  margin-top: 80px;*/
  font-family: 'Roboto Condensed', sans-serif;
}

#csr h3 {
  /*font-size: 36px;
  font-weight:200;
  color:#3280e0;
  margin-top:50px;*/
  font-family: 'Roboto Condensed', sans-serif;
}

#contact h3 {
  /*font-size: 36px;
  font-weight:200;
  color:#3280e0;
  margin-top:50px;
  margin-bottom: 40px;*/
  font-family: 'Roboto Condensed', sans-serif;
}
#privacy-policy h3 {
  /*font-size: 36px;
  font-weight:200;
  color:#3280e0;
  margin-top:50px;*/
  font-family: 'Roboto Condensed', sans-serif;
}
footer .wrap-footer {
    /*display: flex;
    width:1100px;
    margin:0 auto;
    text-align:left;
    margin-bottom:100px;*/
    font-size:16px;
}



.block-menu-btn .menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3280e0;
  flex-grow: 0;
  padding:5px 9px 0;
  height: 44px;
}
.block-menu-btn .menu-btn .menu {
  margin-top:1px;
  font-size:10px;
  color:#fff;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 24px;
}

@media only screen and (max-width: 1034px) {
  .block-menu-btn {
      visibility: visible;
      display: flex;
  }
}