.about-area .dashed-list {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .site-header {
    background-size: cover;
  }
}

.cooperate-area {
  background: #F6F9FC;
}

.cooperate-area__title {
  margin-bottom: 46px;
}

@media (max-width: 767.98px) {
  .cooperate-area__title {
    margin-bottom: 23px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cooperate-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .cooperate-items {
    margin-bottom: 23px;
    display: block;
  }
}

.cooperate-item {
  width: 357px;
  background: #FFF;
  padding: 18px 25px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .cooperate-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 357px;
    padding: 15px 25px 15px 21px;
    height: 85px;
  }
}

@media (max-width: 767.98px) {
  .cooperate-item:first-child {
    margin-bottom: 10px;
  }
}

.cooperate-item__mediabox {
  margin-right: 18px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #FF7D45;
  width: 50px;
}

@media (max-width: 767.98px) {
  .cooperate-item__mediabox {
    width: 45px;
    margin-right: 28px;
  }
}

@media (max-width: 767.98px) {
  .cooperate-item__ico_1 {
    width: 34px;
    height: 37px;
  }
}

@media (max-width: 767.98px) {
  .cooperate-item__ico_2 {
    width: 37px;
    height: 34px;
  }
}

.cooperate-item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 15px;
}

.cooperate-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767.98px) {
  .cooperate-gallery {
    display: none;
  }
}

.mbcooperate-gallery {
  display: none;
}

@media (max-width: 767.98px) {
  .mbcooperate-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}

.diplom-area_blocks-left {
  min-width: 1px;
}

.diplom-area_blocks-right {
  min-width: 1px;
}

@media (max-width: 991.98px) {
  .diplom-area_blocks-right {
    margin-top: 35px;
  }
}

.diplom-area__blocks {
  display: grid;
  grid-template-columns: 60% 40%;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .diplom-area__blocks {
    display: block;
  }
}

.diplom-title {
  text-align: center;
  height: 42px;
  margin-bottom: 16px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .diplom-title {
    font-size: 16px;
    height: auto;
  }
}

.diplom-desc {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .diplom-desc {
    font-size: 13px;
    width: 298px;
    margin-left: auto;
    margin-right: auto;
  }
}

.svid-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
