.h-header {
	background: rgba(158,158,158,.471);
}
.h-header_min {
	background: #fff;
}
.NNI-section .case-info__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media (max-width: 759px) {
  .NNI-section .case-info__content-inner {
    display: block;
  }
}

.NNI-section .case-info__content-description {
  width: 33%;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 759px) {
  .NNI-section .case-info__content-description {
    width: 100%;
  }
}

.NNI-section .case-info__content-content {
  font-size: 30px;
    line-height: 1.4;
}

@media (max-width: 759px) {
  .NNI-section .case-info__content-content {
    font-size: 16px;
  }
}
.NNI-section .case-info__content-description {
  width: 33%;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 759px) {
  .NNI-section .case-info__content-description {
    width:100%;
  }
}
.NNI-section .case-info__subtitle {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 759px) {
  .NNI-section .case-info__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.NNI-section-box {
  padding: 40px;
}
@media (max-width: 759px) {
  .NNI-section-box {
    padding: 40px 20px;
  } 
}
.NNI-section .case-info__content-inner {
  padding: 40px 0px;
}
.NNI-section-img {
  padding: 100px;
  background: #F6F8FB;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .NNI-section-img {
    padding: 20px;
  }
}
.NNI-section-img img {
  max-width: 100%;
}
.NNI-section__wrapper {
  display:flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.NNI-section-img .NNI-col-2{
  max-width: calc(50% - 25px);
  align-self: self-start;
  margin: 0 25px;
}
@media (max-width: 959px){
  .NNI-section-img .NNI-col-2{
    max-width: calc(50% - 10px);
    margin: 0 10px;
  }
}
.NNI-section-img .NNI-col-3{
  max-width: calc(75% - 25px);
  align-self: self-start;
  margin: 0 25px;
}
@media (max-width: 959px){
  .NNI-section-img .NNI-col-3{
    max-width: calc(75% - 10px);
    margin: 0 10px;
  }
}
.NNI-section-img .NNI-col-4{
  max-width: calc(25% - 25px);
  align-self: self-start;
  margin: 0 25px;
}
@media (max-width: 959px){
  .NNI-section-img .NNI-col-4{
    max-width: calc(25% - 10px);
    margin: 0 10px;
  }
}
.NNI-section__wrapper img:first-child{
  margin-left: 0 !important;
}
.NNI-section__wrapper img:last-child{
  margin-right: 0 !important;
}

.NNI-section-text {
  font-size: 24px;
  line-height: 140%;
  padding-top: 50px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 759px) {
  .NNI-section-text {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    height: auto !important;
  }
}
.NNI-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 959px) {
  .NNI-section-container {
    display: block;
  }
}
.NNI-section-half {
  width: calc(50% - 20px);
}
@media (max-width: 959px) {
  .NNI-section-half {
    width: 100%;
  }
}
.NNI-section-half:first-child {
  margin-right: 40px;
}
@media (max-width: 959px) {
  .NNI-section-half:first-child {
    margin-right: 0;
  }
}
.NNI-section-mobile {
  padding: 45px;
  text-align: center;
  background: #FAF9F7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .NNI-section-mobile {
    padding: 20px;
  }
}
.NNI-section-mobile img {
  max-width: 100%;
}
.NNI-section-description {
  padding-top: 85px;
  padding-bottom: 20px;
  font-size: 0;
}
@media (max-width: 759px) {
  .NNI-section-description {
    padding-top: 25px;
  }
}
.NNI-section-description-title {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 45px;
  width: 450px;
}
@media (max-width: 959px) {
  .NNI-section-description-title {
    font-size: 24px;
    line-height: 28px;
    width: 300px;
  }
}
@media (max-width: 759px) {
  .NNI-section-description-title {
    width: 100%;
  }
}
.NNI-section-description-text {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 42px;
  width: calc(100% - 450px);
}
@media (max-width: 959px) {
  .NNI-section-description-text {
    font-size: 20px;
    line-height: 24px;
    width: calc(100% - 300px);
  }
}
@media (max-width: 759px) {
  .NNI-section-description-text {
    width: 100%;
  }
}

.NNI-section{
  text-align:left;
}
@media (max-width: 1279px){
  .case-info{
    text-align:left;
  }
}

.NNI-section-block {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.NNI-section-block-title{
  font-size: 36px;
  line-height: 45px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
  flex: 1 1 calc(30% - 15px);
}

@media (max-width: 759px) {
  .NNI-section-block-title {
    font-size: 32px;
    line-height: 100%;
    flex: 1 1 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.NNI-section-block-text{
  font-size: 30px;
  line-height: 42px;
  color: #000;
  margin: 0;
  flex: 1 1 70%;
  max-width: 70%;
  margin-left: auto;
}

.NNI-section-block-text:not(:last-child) {
  padding-bottom: 25px;
}

@media (max-width: 759px) {
  .NNI-section-block-text {
    font-size: 20px;
    line-height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.NNI-section-img-wrap {
  width: 100%;
}

.NNI-section-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}