.no-results {
/*   padding: 40px 0;
  max-width: 1376px;
  position: relative;
  height: calc(100vh - 342px);
  margin-right: auto;
  margin-left: 62%; */
  width: 100%;
  display: flex;
  justify-content: center;

}
@media screen and (min-width: 1200px){
  .no-results{
    padding-top: 286px;
    padding-bottom: 464px;
  }
}
.no-results .strip {
  border-radius: 4px;
  background: #cce5ff;
  border: 1px solid #b8daff;
  font-size: 19px;
  line-height: 27px;
  color: #043055;
  padding: 13px 15px 14px;
}
.no-results .strip .desc a {
  color: #043055;
  text-decoration: underline;
}
.no-results .strip .btn {
  padding: 0;
  border: none;
  background: transparent;
  height: 20px;
}
.no-results .strip .btn .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.no-results .strip .btn .icon use {
  fill: #043055;
}
/*.no-results .box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
 .no-results .box .icon-noresults {
  width: 131px;
  margin-bottom: 30px;
} */
.no-results .box .text {
  font-size: 32px;
  color: var(--theme-main-5);
  line-height: 1.3214;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .no-results {
    height: calc(100vh - 246px);
    min-height: 325px;
    padding: 16px 0;
    margin: 0 auto;
    position: static;
  }
  .no-results .strip {
    font-size: 17px;
    padding: 8px 15px 9px;
  }
  .no-results .box {
    top: 46%;
  }
  .no-results .box .icon-noresults {
    width: 100px;
  }
  .no-results .box .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .no-results {
    height: auto;
    padding-top: 0;
    padding-bottom: 80px;
    min-height: 0;
  }
  .no-results .strip {
    margin-bottom: 40px;
  }
  .no-results .box {
    width: 100%;
    padding: 0 18px;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
  .no-results .box .text {
    white-space: normal;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .no-results {
    height: calc(100vh - 287px);
  }
}
