

/* footer */
.b-footer__logo{
  margin-right: 20px;
}
.b-footer__nav{
  max-width: 100%;
}
.b-footer__nav-title{
  /*  */
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #f9e8d6;
  margin-bottom: 30px;

}
.b-footer__contacts-item:nth-child(1), .b-footer__nav-item:nth-child(1){
  max-width: 200px;
  color: #fff;
}
.b-footer__nav-item nav ul li {
  margin-bottom: 16px;
}
.b-footer__nav-item a{
  /*  */
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}
/* footer under line */
.b-footer__copy{
  /*  */
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #f9e8d6;
  margin-right: 20px;
}
.b-footer__contacts-item{
  /*  */
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #f9e8d6;
}
.b-footer__contacts-item a{
  /*  */
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #f9e8d6;
}
.b-footer__contacts-item:nth-child(3), .b-footer__nav-item:nth-child(3){
  max-width: 360px;
}





/* mobile app */
.mobile__page{
  width: 100%;
  background: #fff;
}
.mobile__container{
  box-sizing: content-box;
  max-width: 1540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 49px 64px 305px 98px;
  margin-left: auto;
  margin-right: auto;
}
.lin7-mobile-btn{
  width: 100%;
  padding-bottom: 49px;
}
.lin7-mobile-btn > a{
  display: block;
  border-radius: 5px;
  border: solid 1px #C4C4C4;
  
  padding: 0 15px;
  width: 300px;
  height: 52px;
  line-height: 50px;
  
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  /* color: #fff; */
  text-align: center;
  text-decoration: none;
  background: #fff;
  /* background: #003366; */
}
/* .lin7-mobile-btn > a > svg > path{ */
  /* fill: #fff; */
/* } */



/* projects */
.projects__page{
  width: 100%;
  background: #fff;
}
.projects__container{
  box-sizing: content-box;
  max-width: 1540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 49px 64px 338px 98px;
  margin-left: auto;
  margin-right: auto;
}

.title-page{
  
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #036;
  margin-bottom: 41px;
}
.b-news__item{
  max-width: 650px;
  width: 730px !important;
  /* height: 550px; */
  border-radius: 5px !important;
  padding: 15px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.news__items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.news__item__title{
  
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #000;
  max-width: 100%;
  width: 100%;
}
.news__item__content{
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.news__item__content__left{
  width: 335px;
  height: 285px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
}
.news__item__content__right{
  
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #000;
  max-width: 50%;
  width: 100%;
  height: 100px;
  /* overflow-y: auto; */
  padding-right: 15px;
}
.news__item__content__right::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
.news__item__content__right::-webkit-scrollbar-track {
  background: #f5f5f5;        /* color of the tracking area */
}
.news__item__content__right::-webkit-scrollbar-thumb {
  background-color: #036;    /* color of the scroll thumb */
  border: 3px solid #036;  /* creates padding around scroll thumb */
}
.news__item__btn{
  max-width: 100%;
  width: 100%;
  justify-content: start;
  align-items: center;
}
.news__item__btn > a{
  padding: 15px 46px;
  width: 177px;
  height: 51px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .b-news__title{
  
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #fff;
}
.b-news__teaser{
  
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
}
.b-news__link{
  max-width: 240px;
  width: 100%;
}
.b-news__link a{
  max-width: 240px;
  width: 100%;
  background-color: #F9E8D6;
  border: 1px solid #F9E8D6;
  border-radius: 5px;
  padding: 7px 15px;
  
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #192033;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
} */
@media (max-width: 1595px){
  .b-news__item{
    /* max-width: 100%;
    width: 100% !important; 
    padding: 10px !important; */
  }
}
@media (max-width: 1435px){
  .news__item__content{
    flex-direction: column;
  }
  .b-news__item{
    max-width: 500px;
  }
  .news__item__content__right{
    max-width: none;
    /* height: ; */
  }
  .news__item__content__left{
    /* margin: auto; */
  }
}
@media (max-width: 550px){
  .b-news__item{
    height: auto !important;
  }
  .news__item__content{
    flex-direction: column;
    align-items: center;
  }
  .news__item__content__left{

  }
  .news__item__content__right{
    max-width: 100%;
    width: 100%;
  }
 
}

/* news */
.new__page{
  width: 100%;
  background: #fff;
}
.new__container{
  box-sizing: content-box;
  max-width: 1540px;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  padding: 49px 64px 100px 98px;
  margin-left: auto;
  margin-right: auto;
}
.new_title_block{
  display: flex;
  flex-direction:  row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.lin7-page_title_glob{
  margin-bottom: 0px;

}
.lin7-page_title_archive{
  font-size: 16px;
  letter-spacing: normal;
  margin-bottom: 0px;
}

.new__items{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 83px;

}
.new__item{
  text-align: left;
  max-width: calc(33.33% - 54px);
  flex: 1 1 calc(33.33% - 94px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  min-width: 300px;
  margin-right: 20px;
}
.new__item:last-child{
  margin-right: 0px
}
.new__item__mini{
  display: block;
}
.new__item__mini > img {
  max-width: 450px;
  max-height: 362px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.new__item__mini > h2 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  /* padding-bottom: 16px; */

  margin: 0;
  margin-top: 29px;
  text-transform: none;
}
.new__item__mini .line {
  color: #000;
  border-bottom: 1px solid #000;;
  width: 122px;
  height: 16px;

}
.new__item__mini > p {
  
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0;
  margin-top: 17px;
  line-height: normal;
}

.new__item__mini > ul {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0;
  margin-top: 17px;
}



.new__item__mini > .date {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 45px;
  margin-bottom: 0;
}

.new__item.expanded {
  max-width: 1220px;
  flex-basis: 100%; /* Элемент занимает всю строку */
  transform: scale(1.05); /* Легкое увеличение для визуального эффекта */
  z-index: 1;
}

.new__item.expanded > .new__item__mini {
  display: none;
}

@media (max-width: 750px){
  .Block_also_news{
    flex-direction: column;
  }
  .new__items{
    display: flex;
    gap: 83px;
    flex-direction: column;
    justify-content: center;
  }
  .new__item{
    max-width: 100%;
    
  }
  .new__item__mini{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  
}
/* online */
.online__page{
  width: 100%;
  background: #fff;
}
.online__container{
  box-sizing: content-box;
  max-width: 1540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 49px 64px 100px 98px;
  margin-left: auto;
  margin-right: auto;
}

.input_lk_js:-webkit-autofill,
.input_lk_js:-webkit-autofill:hover,
.input_lk_js:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  /* -webkit-box-shadow: 0 0 0px 1000px #036 inset; */
  transition: background-color 5000s ease-in-out 0s;
}

.b-lk__input:-webkit-autofill,
.b-lk__input:-webkit-autofill:hover,
.b-lk__input:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #000;
  /* -webkit-box-shadow: 0 0 0px 1000px #036 inset; */
  transition: background-color 5000s ease-in-out 0s;
}

/*
.b-form__item-input:-webkit-autofill,
.b-form__item-input:-webkit-autofill:hover,
.b-form__item-input:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #036 inset;
  transition: background-color 5000s ease-in-out 0s;
}
*/




.mw1700{
  max-width: 1700px;
}





.hide{
  display: none !important;
}