body{
  overflow-x: hidden !important;
  font-weight: bold !important;
  font-family: HelvNeueOrange;
}
/*.contentS{
    padding-left: 50px;
    padding-right: 50px;
}*/
.top-black{
  /*width: 100%;
  display: flex;
  justify-content: space-between;*/
}
.tilte-top-black{
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 8%;
  left: 4%;
}
.bg-black{
  background-color: black;
}

.card-boutique{
  display: block;
  width: 32.5%;
  height: 275px;
  border-radius: 10px;
  border: solid 2px #cccccc;
  padding: 30px;
  margin-top: 18px;
  overflow: hidden !important;
  position: relative;
}
.content-card{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #cccccc;
}
.litle-title{
  display: block;
  margin-bottom: 10px;
}
.big-title{
  font-size: 24px;
  color: #FF7900;
}
.ul-card{
  list-style: none;
  padding-left: 0 !important;
  line-height: 2rem;

}
.title-block-select{
  font-size: 24px;
}
.mob{
  display: none;
}
.sort-recruiters option{
  padding: 12px !important;
}
.sort-recruiters option:hover{
  background: #000 !important;
  color: #fff !important;
}
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #000 !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent !important;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*.li-card{
    font-size: 14px;
}*/
@media screen and (min-width: 768px) and (max-width: 900px){}
@media screen and (min-width: 501px) and (max-width: 767px){}
@media screen and (min-width: 320px) and (max-width: 500px){
  .card-boutique {
    width: 100%;
    padding: 20px;
    margin-right: 0 !important;
  }
  .container{
    max-width: 100% !important;
  }
  .tilte-top-black {
    font-size: 25px;
    top: 3%;
    left: 1%;
  }
  .desk{
    display: none;
  }
  .mob{
    display: block;
  }
  .title-block-select{
    display: block;
    margin-bottom: 15px;
  }
}
