.container .section-title__wrapper.search-title{
  margin-bottom: 50px;
}
.search-not-found__text p{
  font-weight: 500;
  font-size: 26px !important;
  line-height: 40px !important;
}
.search-not-found__text .button{
  width: fit-content;
  padding: 20px 30px;
  margin-top: 40px;
}
.container .section-title__wrapper.search-title .section-title{
  font-size: 42px;
}
.container .section-title__wrapper.search-title .section-subtitle{
  font-size: 32px;
  margin-top: 30px;
}
@media(max-width: 1365px){
  .container .section-title__wrapper.search-title .section-title{
    font-size: 32px;
  }
  .search-not-found__text p{
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .container .section-title__wrapper.search-title{
    margin-bottom: 40px;
  }

}
@media(max-width: 1023px){
  .container .section-title__wrapper.search-title .section-subtitle{
    margin-top: 20px;
  }
  .container .section-title__wrapper.search-title{
    margin-bottom: 30px;
  }

}
@media(max-width: 767px){
  .container .section-title__wrapper.search-title .section-title{
    line-height: 100%;
  }
  .container .section-title__wrapper.search-title span{
    display: none;
  }
  .container .section-title__wrapper.search-title .section-subtitle{
    font-size: 21px;
  }
  .search-not-found__text p{
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .search-not-found__text .button{
    margin-top: 20px;
  }
}
.search-form__wrapper{
  max-width: 100%;
  width: 100%;
}
.search-form__wrapper{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  padding: 36px 99px;
  /* margin-bottom: 51px; */
  background: #FFFFFF;
}
.search-form-input__wrapper{
  max-width: 1063px;
  width: 100%;
  height: 68px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.search-form-input__wrapper input{
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 140%;
  border: none;
  padding: 0 30px;
  background: #FAFAFA;
}
.search-form-button__wrapper input{
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  padding: 19px 49px;
  background: #4bb1bc;
  color: #fff;
}
.count-search__wrapper{
  margin-bottom: 67px;
}
.count-search-title{
  font-weight: 600;
  font-size: 14px;
  line-height: 118%;
  -webkit-font-feature-settings: 'dnom' on;
          font-feature-settings: 'dnom' on;
  color: #A1A1A1;
}
.count-search-number{
  font-size: 18px;
  line-height: 140%;
  color: #A1A1A1;
}
.search-page{
  padding: 0 0 70px;
}
.search-page-results__wrapper{
  margin-bottom: 43px;
}
.search-page-result__wrapper{
  padding-bottom: 36px;
}
.search-page-result__wrapper:not(:last-child){
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 49px;
}
.search-page-result-title__wrapper{
  margin-bottom: 28px;
}
.search-page-result-title{
  font-weight: 600;
  font-size: 40px;
  line-height: 92%;
  color: #4bb1bc;
}
.search-page-result-text{
  font-size: 20px;
  line-height: 144.3%;
}
.search-page-result-text b{
  font-weight: 800;
  color: #4bb1bc;
}
.search-page-buttons__wrapper{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-page-button{
  font-size: 20px;
  font-weight: 800;
  line-height: 118.5%;
  padding: 23.5px 35px;
  background: #E6E6E6;
  color: #fff;
}
.search-page-button.active{
  background: #4bb1bc;
}
.search-page-prev__wrapper svg{
  margin-right: 25px;
}
.search-page-next__wrapper .search-page-button{
  padding: 23.5px 35px 23.5px 41.5px;
}
.search-page-next__wrapper svg{
  margin-left: 17px;
}
.search-page-numbers__wrapper{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-page-number{
  width: 60px;
  height: 60px;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #E6E6E6;
  border-radius: 94.15px;
  color: #A1A1A1;
}
.search-page-number.active{
  border: 2px solid #3E3E3E;
  color: #28292D;
}
.search-page-number:not(:last-child){
  margin-right: 50px;
}

.search-page .catalog-list__page{
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0;
}
.search-page .catalog-list__page .button {
  width: 40px;
  height: 40px;
}
.search-page .catalog-list__page .button.button-arrow {
  margin: 0 30px;
  background: #F6F6F6;
}
.search-page .catalog-list__page .button.button-number {
  margin-right: 10px;
  background: #fff;
}
.search-page .catalog-list__page .button.button-number.active {
  background: #000;
  color: #fff;
}
.search-page .catalog-list__page .button.button-number:hover:not(.active) {
  background: #F6F6F6;
}
.search-page .section-title{
  margin-bottom: 40px;
}
@media(max-width: 767px){
  .search-page .container{
    max-width: 280px;
  }
  .search-form__wrapper{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 19px;
  }
  .search-form-button__wrapper{margin-top: 20px;}
}
