*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px;

}
@media (min-width: 1920px) {
  html {
    /*font-size: 12px*/
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 9px
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8px
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  font-family: 'Intro Book';


}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Intro Book';
  font-weight: 500;
  line-height: 1.2;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    /*max-width: 540px;*/
    max-width: 660px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    /*max-width: 1320px;*/
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    /*max-width: 1320px;*/
    max-width: 1920px;
  }
}
#menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  height: 20px;
  
}

#menu li a:hover {
  text-decoration: underline;
}
#menu #navi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: all;
}
#navi > ul {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end;
  padding: 0;
  margin-top: 0;

}
#navi > ul li{
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0 25px;
}
#navi > ul li a{
  color: #fff;
  text-decoration: none;
}
#navi > ul li a:hover{
  text-decoration: underline;
}
.navbar-toggler {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  display: none;
  z-index: 9;
  width: 44px;
  height: 41px;
  background: transparent url("../img/burger.svg") center no-repeat;
  background-size: contain;
  top: 17px;
}

#side-panel li {
  display: inline-block;
  margin: 0px 0px 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#side-panel li:last-child {
  margin-bottom: 0;
}
#side-panel li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

#side-panel li a:hover {
  border-bottom: solid 1px #fff;
}
.navbar-toggler span {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  display: block;
}
.overlay-box {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
  cursor: pointer;
}
.hidden {
  display: none;
}
.side-panel {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #9FC861;
  padding: 150px 20px 80px 20px;
  z-index: 9999;
  position: fixed;
  left: 0px;
  top: -1000px;
  transition: top 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-panel.active {
  top: 0;
  bottom: 0;
}
.side-panel #navi {
  margin-bottom: 10px;
}
#side-panel #navi > ul {
  padding-left: 0;
  width: 205px;
  margin: 0 auto;
}
.btn-close {
  cursor: pointer;
  display: none;
  right: 20px;
  top: 20px;
  position: fixed;
  z-index: 9999;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: 1s;
  background: transparent
  url('data:image/svg+xml;charset=UTF-8,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4434 15.5L0.943491 29L1.6506 29.7071H4.47902L16.5648 17.6214L29.9347 30.9913L30.6418 30.2842V27.4558L18.6861 15.5L30.642 3.54414V0.715712L29.9349 0.00860596L16.5648 13.3787L4.47889 1.29286H1.65047L0.943359 1.99997L14.4434 15.5Z" fill="white"/></svg>')
  center/1em auto no-repeat;
}
.btn-close.active {
  display: block;
}
.btn-close:hover {
  transform: rotate(180deg);
}
.masthead {
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.slide_text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide_text_title {
  font-family: 'Intro';
  font-size: 96px;
  line-height: 96px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.slide_text_t {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 63px;
}
.slide_text_e {
  font-size: 33px;
  line-height: 35px;
  font-weight: 400;
  color: #9FC861;
}
.slide_text_e a{
  color: #9FC861;
  text-decoration: none;
}
.slide_text_e a:hover{
  text-decoration: underline;
}
.logo {
  position: absolute;
  left: 100px;
  top: 80px;
  z-index: 9;
  right: 100px;
  display: flex;
  justify-content: space-between;
}
.line {
  background-image: url('../img/line.svg');
  background-position: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 9;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line2 {
  background-image: url('../img/line2.svg');
  background-position: center;
  position: absolute;
  bottom: -5%;
  width: 100%;
  z-index: 9;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line3 {
  background-image: url('../img/Frame1.svg');
  background-position: center;
  width: 100%;
  height: 282px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line4 {
  background-image: url('../img/Frame3.svg');
  background-position: center;
  width: 100%;
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line41 {
  background-image: url('../img/Frame44.svg');
  background-position: center;
  width: 100%;
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line5 {
  background-image: url('../img/Frame5.svg');
  background-position: center;
  width: 100%;
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 2px;
}
.line6 {
  background-image: url('../img/Frame6.svg');
  background-position: center;
  width: 100%;
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-box h2 {
  font-family: 'Intro';
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 84px;
  margin-top: 0;
}
.container-box {
  padding-top: 170px;
  max-width: 1290px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.container-box h2.c_green {
  color: #9FC861;
}
.container-box-about_item {
  font-size: 23px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: #777777;
  margin-bottom: 76px;
  position: relative;
  padding-left: 109px;
}
.container-box-about_item:before {
  content: "";
  position: absolute;
  width: 79px;
  height: 71px;
  left: 0;
  top: 11px;
  background: url("../img/Frame.svg") no-repeat;
}
.container-box_cont {
  padding-left: 165px;
}
.container-box-about_btext {
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  line-height: 70px;
  color: #92C4FF;
  margin-top: 80px;

}
.b_green {
  background: #9FC861;
}
.b_blue {
  background: #92C4FF;
}
.container-box-team .container-box-about_item{
  color: #fff;
}
.container-box-team_text {
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
  margin-top: 70px;
}
.container-box-team_grid {
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
  flex-wrap: wrap;
}
.container-box-team_grid_item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-bottom: 140px;
}
.container-box-team_grid_item_ava {
  width: 262px;
  height: 262px;
  margin-bottom: 43px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}
.container-box-team_grid_item_ava img{
   width: 100%;
}
.container-box-team_grid_item_name {
  font-size: 23px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin-bottom: 15px;
}
.container-box-team_grid_item_dl {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  margin-bottom: 15px;
}
.container-box-team_grid_item_line {
  margin-bottom: 15px;
}
.container-box-team_grid_item_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;

}
.container-box-product_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-box-product_grid_item {
  max-width: 33%;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
}
.container-box-product_grid_item_img {
  height: 170px;
}
.container-box-product_grid_item_text {
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #777777;
}
.container-box-projects_box1 {
  height: 535px;
  position: relative;
  overflow: hidden;
}
.container-box-projects_box1 img{
    position: absolute;
    right: 0;
    bottom: -130px;
}
.container-box-projects_box1 h2 {
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 130px;
}
.container-box-projects {
  max-width: 100%;
  padding-top: 40px;
  background: url("../img/fon3.svg") no-repeat bottom;
  background-size: 100%;
}
.container-box-projects_grid {
  display: flex;
  flex-wrap: wrap;
}
.container-box-projects_grid_item {
  width: 50%;
  /*height: 555px;*/
  /*overflow: hidden;*/
  position: relative;
}
.container-box-projects_grid_item_fon {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-box-projects_grid_item img{
  width: 100%;
  display: block;
}
.container-box-projects_grid_item_box {
  height: 250px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-box-projects_grid_item_box_text {
  font-family: 'Intro';
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}
.bt_green {
  background: #9FC861;
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
  width: 225px;
  cursor: pointer;
  text-align: center;
}
.bt_green:hover {
  background: #92C4FF;
}
button.bt_green {
  border: none;
}
.container-box-partner_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-box-partner_grid_item {
  max-width: 31%;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
  margin-left: 1%;
  margin-right: 1%;
}
.container-box-partner_grid_item img{
  max-width: 403px;
  width: 100%;
}
.container-box-partner .container-box_cont{
  padding-left: 0;
}
.container-box-contact {
   display: flex;
}
.container-box-contact_l {
  width: 50%;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
}
.container-box-contact_r {
  width: 50%;

}
.container-box-contact_r input{
  border: 1px solid #FFFFFF;
  padding: 20px 30px;
  color: #BADAFF;
  height: 59px;
  margin-bottom: 34px;
  width: 100%;
}
.container-box-contact_r textarea{
  border: 1px solid #FFFFFF;
  padding: 20px 30px;
  color: #BADAFF;
  height: 210px;
  width: 100%;
  margin-bottom: 34px;
}
.container-box-contact_r_bt {
  display: flex;
  justify-content: right;
}
.container-box-contact_l h2 {
  margin-bottom: 160px;
}
.footer {
  text-align: center;
  padding-bottom: 10px;
}
.news_slider_date {
  margin: 25px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
}
.news_slider_text {
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  display: block;
}
.news_slider_item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-right: 30px;
  min-height: auto !important;
  height: auto !important;
  padding-bottom: 10px;
}
.container-box-news h2 {
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 130px;
}
.container-box-news {
  max-width: 100%;
  padding-top: 1px;
}
.news_slider {
  margin-top: 130px;
}
.container-box-news .container-box_cont {
  padding-left: 0;
}
.container-box_cont0 {
  padding-left: 15px;
  position: relative;
}

@media (min-width: 576px) {
  .container-box_cont0 {
    padding-left: calc((100% - 660px)/2 + 15px);
  }
}
@media (min-width: 768px) {
  .container-box_cont0 {
    padding-left: calc((100% - 720px)/2 + 15px);
  }
}
@media (min-width: 992px) {
  .container-box_cont0 {
    padding-left: calc((100% - 960px)/2 + 15px);
  }
}
@media (min-width: 1200px) {
  .container-box_cont0 {
    padding-left: calc((100% - 1140px)/2 + 15px);
  }
}
@media (min-width: 1400px) {
  .container-box_cont0 {
    padding-left: calc((100% - 1440px)/2 + 15px);
  }
  .container-box-news .container-box_cont {
    padding-left: calc((100% - 1290px)/2 - 15px);
  }
}
@media (min-width: 1600px) {
  .container-box_cont0 {
    padding-left: calc((100% - 1920px)/2 + 15px);
  }
  .container-box-news .container-box_cont {
    padding-left: calc((100% - 1290px)/2);
    /*padding-left: 300px;*/
  }
}
@media (min-width: 1920px) {
  .container-box-news .container-box_cont {
    padding-left: 300px;
  }
}
.arrow {
  background-color: #9FC861;
  height: 100px;
  width: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.arrow:hover {
  background-color: #92C4FF;
}
.logo2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding-right: 100px;
}
.logo2 #navi > ul li a {
  color: #777777;
}
#navi > ul li a:hover {
   color: #9FC861;
  text-decoration: none;
}
.container-box-projects_cont {
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #777777;
}
.container-box-projects_cont_galeri {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.container-box-projects_cont_galeri a{
  width: 33%;
  padding-right: 30px;
  margin-bottom: 30px;
}
.container-box-projects_cont_galeri a img{
   width: 100%;
  display: block;
}
.container-news_date {
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #777777;
  margin-bottom: 60px;
}
.container-news {
  padding-top: 60px;

}
.custom_paging {
  list-style: none;
  padding-left: 0;
  width: 100px;
  height: 34px;
  overflow: hidden;
  font-size: 39px;
  font-weight: 400;
  line-height: 39px;
  margin-top: 100px;
  margin-bottom: 0;
}
.custom_paging li{
  display: none;
}
.custom_paging li.slick-active{
  display: block;
}

@media (min-width: 2000px) {
  .line {
    height: 145px;
  }
  .line2 {
    height: 170px;
  }
  .line4 {
    height: 190px;
  }
  .line41 {
    height: 190px;
  }
  .line5 {
    height: 190px;
  }
  .line6 {
    height: 190px;
  }
  .slick-dots {
    bottom: 130px;
  }
}
@media (max-width: 1400px) {
  #navi > ul li {
    margin: 0 15px;
  }
  .logo {
    right: 50px;
  }
  .container-box-projects_box1 img {
    width: 700px;
  }
  .logo2 {
    right: 0;
  }
}
@media (max-width: 1200px) {

  #menu {
   
  }
  .bt_reg {
    right: auto;
  }

  #menu #navi {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .bt_reg {
    display: none;
  }
  #side-panel .bt_reg {
    display: flex;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    order: 1;
    position: relative !important;
    top: auto !important;
  }
  #side-panel .bt_reg:before {
    border: 1px solid #fff;
  }
  .box-cont {
    display: none;
  }
  #side-panel .box-cont {
    padding-left: 0;
    max-width: 250px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
  }
  #navi > ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .logo {
    left: 50px;
    top: 40px;
  }
  .logo2 {
    left: 0;
    top: 0;
    justify-content: flex-start;
  }
  .logo2 .navbar-toggler {
    right: 50px;
    top: 29px;
  }
  .slide_text_title {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 26px;
  }
  .slide_text_t {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 27px;
  }
  .slide_text_e {
    font-size: 25px;
    line-height: 28px;
  }
  .slide_text {
    padding: 0 50px;
  }
  .slick-dots {
    left: calc((100% - 1000px)/2 + 50px);
  }
  .container-box-team_grid_item {
    max-width: 355px;
  }
  .container-box-projects_box1 {
    height: 636px;
  }

  .container-box-projects_grid_item_box_text {
    font-size: 16px;
    line-height: 22px;
  }
  .bt_green {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    width: 178px;
  }
  .container-box-projects_grid_item_box {
    height: 170px;
  }
}
@media (max-width: 1000px) {
  .slick-dots {
    left: 50px;
  }
}
@media (max-width: 992px) {


  
  .line {
    height: 55px;
  }
  .line2 {
    height: 75px;
  }
  .line3 {
    height: 150px;
  }
  .line4 {
    height: 90px;
  }
  .line41 {
    height: 90px;
  }
  .line5 {
    height: 90px;
  }
  .line6 {
    height: 90px;
  }
  .container-box_cont {
    padding-left: 0;
  }

  .container-box-team_grid_item_ava {
    width: 165px;
    height: 165px;
    margin-bottom: 20px;
  }
  .container-box-team_grid_item {
    max-width: 305px;
    margin-bottom: 80px;
  }
  .container-box-team_grid_item_text {
    font-size: 14px;
  }
  .container-box-projects_grid_item {
    width: 100%;
  }
  .container-box h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 750px) {
  .container-box-product_grid_item {
    max-width: 50%;
  }
  .container-box-product_grid_item_text {
    font-size: 18px;
    line-height: 22px;
  }
  .container-box-about_btext {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .navbar-toggler {
    top: 0px;
  }
  .slide_text_title {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 37px;
  }
  .slide_text_t {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 37px;
  }
  .slide_text_e {
    font-size: 21px;
    line-height: 55px;
    max-width: 166px;
  }
  .logo {
    left: 16px;
    top: 36px;
  }
  .logo2 {
    left: 0;
    top: 0;
  }
  .logo2 a img{
    width: auto;
  }
  .logo img{
    width: 160px;
  }
  .slick-dots li {
    height: 12px;
    width: 12px;
  }
  .slick-dots li button {
    height: 12px;
    width: 12px;
  }
  .slick-dots li button:before {
    height: 12px;
    width: 12px;
  }
  .container-box h2 {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 37px;
  }
  .container-box-about_item {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 49px;
    padding-left: 68px;
  }
  .container-box {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .container-box-about_btext {
    font-size: 40px;
    line-height: 38px;
  }
  .container-box-about_item:before {
    background-size: 65%;
  }
  .line3 {
    height: 87px;
  }
  .container-box-team_text {
    font-size: 40px;
    line-height: 38px;
  }
  .container-box-team_grid_item {
    margin-left: 30px;
    max-width: 100%;
  }
  .container-box-team_grid {
    margin-top: 100px;
  }
  .container-box-team_text {
    font-size: 32px;
    line-height: 38px;
  }
  .container-box-projects_box1 h2 {
    margin-top: 0;
  }
  .container-box-projects_box1 {
    height: 500px;
  }
  .container-box-projects_box1 img {
    width: 100%;
  }
  .container-box-news h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .news_slider_text {
    font-size: 16px;
    line-height: 22px;
  }
  .container-box-contact {
    flex-direction: column;
  }
  .container-box-contact_l {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .container-box-contact_r {
    width: 100%;
  }
  .news_slider {
    margin-top: 80px;
  }
  .container-box-projects_cont_galeri a {
    width: 50%;
    padding-right: 15px;
  }
  .container-box-projects_cont_galeri a:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
  .container-box-projects_cont {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .container-box-projects_cont .container-box h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .container-news_date {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .container-news {
    padding-top: 20px;
  }
  .custom_paging {
    margin-top: 30px;
    font-size: 30px;
  }
  .news_slider_item {
    max-width: 350px;
  }
}
@media (max-height: 516px) {
  .logo {
    left: 16px;
    top: 36px;
  }
  .logo img{
    width: 160px;
  }
  .slide_text_title {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 10px;
  }
  .slide_text_t {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .slide_text_e {
    font-size: 21px;
    line-height: 55px;
  }
  .container-box-product_grid_item_text {
    font-size: 16px;
    line-height: 22px;
  }
  .container-box-product_grid_item {
    margin-bottom: 80px;
  }
  .container-box-projects_box1 {
    height: 380px;
  }
}
@media (max-width: 375px) {
  .container-box-team_grid_item {
    margin-left: 0;
  }
  .container-box-product_grid_item {
    max-width: 100%;
    margin-bottom: 90px;
  }
  .container-box-about_btext {
    font-size: 32px;
    line-height: 35px;
  }
  .container-box h2 {
    font-size: 28px;
  }
  .container-box-projects_box1 {
    height: 305px;
  }
  .container-box-projects_grid_item_box_text {
    font-size: 14px;
    line-height: 18px;
  }
  .container-box-projects_grid_item_box {
    height: 140px;
    width: 68%;
  }
  .container-box-partner_grid_item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .container-box-projects_cont_galeri a {
    margin-bottom: 10px;
    padding-right: 5px;
  }
  .container-box-projects_cont_galeri a:nth-child(2n) {
    padding-left: 5px;
  }
}

@media (max-width: 320px) {
  .news_slider_item {
    max-width: 290px;
  }
}

@media (max-height: 375px) {
  .slide_text_title {
    margin-bottom: 0px;
  }
  .slide_text_t {
    margin-bottom: 0px;
  }
  .slick-dots {
    bottom: 50px;
  }
  .logo img {
    width: 110px;
  }
  .line {
    height: 50px;
  }
  .line2 {
    height: 50px;
  }
  .line3 {
    height: 60px;
  }
  .line4 {
    height: 50px;
  }
  .line41 {
    height: 50px;
  }
  .line5 {
    height: 50px;
  }
  .line6 {
    height: 50px;
  }


  
}