.booking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  margin-bottom: 53px;
}

.booking-header__logo {
  display: inline-block;
  width: 74px;
  height: 50px;
  flex: 1;
}
.booking-header__img {
  width: auto;
  height: 100%;
  filter: brightness(0);
}
.booking-header__heart {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  background: url("../img/fill_heart.svg") no-repeat;
  background-size: contain;
}
.booking-header__likes {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #212121;
}

.booking-nav__link {
  display: inline-block;
  margin-right: 32px;
  font-family: Prompt;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #212121;
}
.booking-nav__link:hover {
  color: #46A9F5;
}

.booking-nd {
  margin-top: 18rem;
}
.booking-nd__breadcrumbs .custom_breadcrumb span:last-child:after {
  content: none;
}
.booking-nd__search {
  background: url(../img/ic_search.svg) no-repeat center transparent;
  width: 20px;
  background-size: contain;
  height: 20px;
  cursor: pointer;
  outline: none;
  margin-right: 16px;
  border: none;
  margin-bottom: 0;
}
.booking-nd__search_background {
  padding: 20px;
  background-color: #f4faff;
  background-size: 35%;
}
.booking-nd__search:focus {
  outline: none;
}
.booking-nd__close-search {
  background: url(../img/search_close.svg) no-repeat center transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  margin-bottom: 0;
  padding: 16px;
  background-color: #f4faff;
  background-size: 30%;
}
.booking-nd__close-search:hover {
  outline: none;
}
.booking-nd__setting-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  margin-right: 16px;
  border: none;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}
.booking-nd__setting-button_filters {
  background: url(../img/noun_filter.svg) #f4faff center no-repeat;
  background-size: 41%;
}
.booking-nd__setting-button_list-or-table {
  background: url(../img/list-or-table.svg) no-repeat center #f4faff;
  background-size: 50%;
}
.booking-nd__setting-button_sorting {
  background: url(../img/arrows_bottom_top.svg) no-repeat 93% #f4faff;
  background-size: auto;
  margin-right: 0;
  width: auto;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .booking-nd__setting-button_sorting {
    background-size: 53%;
    background-position-x: center;
  }
}
.booking-nd__setting-button_sorting span {
  padding-right: 21px;
  font-size: 14px;
  font-family: "LL Circular Book Sub";
  font-weight: normal;
  line-height: 28px;
  color: #212121;
}
@media screen and (max-width: 540px) {
  .booking-nd__setting-button_sorting span {
    display: none;
  }
}
.booking-nd__setting-button:focus {
  outline: none;
}
.booking-nd__h1 {
  margin-bottom: 24px;
  font-size: 56px;
  font-family: "LL Circular Black Sub";
  font-weight: bold;
  text-transform: uppercase;
  color: #212121;
  line-height: 48px;
}
@media screen and (max-width: 540px) {
  .booking-nd__h1 {
    font-size: 38px;
  }
}
.booking-nd__h2 {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 3px;
  color: #212121;
  text-transform: uppercase;
}
@media screen and (max-width: 540px) {
  .booking-nd__h2 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.booking-nd__h2_mb-48 {
  margin-bottom: 48px;
}
.booking-nd__description {
  margin-bottom: 55px;
  font-family: "LL Circular Book Sub";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #71706F;
}
@media screen and (max-width: 540px) {
  .booking-nd__description {
    margin-bottom: 35px;
  }
}
.booking-nd__links {
  /* margin-bottom: 80px; */
}
@media screen and (max-width: 540px) {
  .booking-nd__links {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 41px; */
  }
  .booking-nd__links_center {
    display: block;
  }
}
.booking-nd__links_center {
  text-align: center;
}
.booking-nd__link {
  position: relative;
  display: inline-block;
  padding: 10px 37px;
  margin-right: 30px;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #00e8bf;
  border: 1px solid #00e8bf;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .booking-nd__link {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 17px;
    margin-bottom: 30px;
  }
}
.booking-nd__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #46A9F5 0%, #46A9F5 50%, #ffffff 50%, #ffffff 100%);
  transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99) 0.05s;
  z-index: -1;
}
.booking-nd__link:last-child {
  margin-right: 0;
}
.booking-nd__link_black {
  /* color: #ffffff; */
  color:#242331;
}
.booking-nd__link_black:after {
  background-image: linear-gradient(to right, #46A9F5 0%, #46A9F5 50%, #00e8bf 50%, #00e8bf 100%);
}
.booking-nd__link_no-transform {
  text-transform: none;
}
.booking-nd__link:hover {
  border-color: transparent;
}
.booking-nd__link:hover:after {
  transform: translateX(50%);
}
.booking-nd__h3 {
  font-family: "LL Circular Black Sub";
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
  color: #212121;
  text-transform: uppercase;
}
.booking-nd__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  border-bottom: 2px solid #212121;
}
@media screen and (max-width: 540px) {
  .booking-nd__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-nd__link_black:after {
    background-image: linear-gradient(to right, #00e8bf 0%, #00e8bf 50%, #00e8bf 50%, #00e8bf 100%);
  }
}
@media screen and (max-width: 540px) {
  .booking-nd__wrapper .filter_menu-wpr.filter_menu_wpr_gender {
    margin-bottom: 15px !important;
  }
}
.booking-nd__filter {
  background-color: transparent;
  border: none;
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  position: relative;
  cursor: pointer;
}
.booking-nd__filter:before {
  content: "";
  top: 50%;
  background-image: url(../img/ic_search.svg);
  left: 50%;
  transform: translate(-50%, -50%);
}
.booking-nd__filter:focus {
  outline: none;
}
.booking-nd__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 107px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .minHeight1200 {
    min-height: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .booking-nd__items {
    min-height: 860px;
  }
}
@media screen and (max-width: 540px) {
  .booking-nd__items {
    margin-bottom: 50px;
  }
}
.booking-nd__categories {
  display: flex;
  flex-wrap: wrap;
}
.categories-box--booking {
  height: auto !important;
}
.booking-nd__item-img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  aspect-ratio: 1/1 !important;
}
.categories-box--booking:hover img {
  transform: none !important;
}
.booking-nd__item-img_all {
  min-width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.booking-nd__category {
  margin-right: 2%;
  width: 23%;
}
.booking-nd__category:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .booking-nd__category {
    width: 48%;
  }
  .categories-box--booking {
    max-width: none !important;
    width: 48% !important;
    margin-right: 2% !important;
    margin-left: 0 !important;
  }
}
.booking-nd__category_all {
  margin-bottom: 51px !important;
  width: 18% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 768px) {
  .booking-nd__category_all {
    margin-right: 2%;
    width: 48% !important;
    max-width: none !important;
  }
}
.booking-nd__category-name {
  position: relative !important;
  padding: 6px 10px;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 18px !important;
  line-height: 16px !important;
  letter-spacing: 0.354545px;
  text-transform: uppercase;
  color: #212121 !important;
}
@media screen and (max-width: 768px) {
  .booking-nd__category-name {
    position: static !important;
    padding: 6px 0;
    font-size: 14px !important;
    line-height: 1;
  }
}
.booking-nd__see-more-link {
  align-self: center;
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #212121;
}
.booking-nd__talents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 41px;
}
.booking-nd__talents_small {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .booking-nd__talents_small {
    width: 100%;
  }
}
.booking-nd__talent {
  position: relative;
}
@media screen and (max-width: 768px) {
  .booking-nd__talent {
    width: 48%;
  }
}
.booking-nd__talent_all {
  margin-right: 1.6%;
  width: 15%;
}
@media screen and (max-width: 540px) {
  .booking-nd__talent_all {
    margin-right: 4%;
    width: 46%;
  }
}
.booking-nd__talent_small {
  margin-right: 4%;
  width: 46%;
}
.booking-nd .slick-nd-talent {
  padding: 0 16px;
}
.booking-nd__talent-category {
  position: absolute;
  top: 158px;
  left: 8px;
  padding: 6px 10px;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.354545px;
  text-transform: uppercase;
  background-color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .booking-nd__talent-category {
    top: 145px;
  }
}
@media screen and (max-width: 1280px) {
  .booking-nd__talent-category {
    top: 134px;
  }
}
@media screen and (max-width: 1024px) {
  .booking-nd__talent-category {
    top: 103px;
    font-size: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .booking-nd__talent-category {
    top: 80px;
    left: 5px;
    bottom: auto;
    padding: 5px;
    font-size: 8px;
    line-height: 1;
  }
}
@media screen and (max-width: 540px) {
  .booking-nd__talent-category {
    top: 5px;
    left: 5px;
    bottom: auto;
    padding: 5px;
    font-size: 8px;
    line-height: 1;
  }
}
.booking-nd__talent-category_bottom {
  top: auto;
  bottom: 50px;
  left: 28px;
}
.booking-nd__talent-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2px 10px 6px;
}
.booking-nd__links-wrapper {
  display: flex;
  justify-content: space-between;
}
.booking-nd__talent-like {
  width: 27px;
  height: 23px;
  background: url("../img/noun_heart.svg") no-repeat center transparent;
  border: none;
  outline: none;
}
.booking-nd__talent-like:focus, .booking-nd__talent-like:hover {
  background-image: url("../img/noun_heart_active.svg");
  outline: none;
}
.booking-nd__talent-like:hover {
  cursor: pointer;
}
.booking-nd__pagination-button {
  width: 50px;
  height: 52px;
  background: url("../img/arrow-button.svg") no-repeat center #00e8bf;
  border: none;
  cursor: pointer;
}
.booking-nd__pagination-button_left {
  transform: rotate(180deg);
}
.booking-nd__pagination-button:hover {
  background-color: #46A9F5;
}
.booking-nd__pagination-button:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .booking-nd__pagination-button {
    display: none;
  }
}
.booking-nd__lates-news {
  display: flex;
  justify-content: space-between;
}
.booking-nd__lates-news-date {
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.354545px;
  text-transform: uppercase;
  color: #979797;
  padding: 20px 0;
}
.booking-nd__lates-news-img {
  min-width: 384px;
  height: 427px;
  max-width: 100%;
  object-fit: cover;
}
.booking-nd__lates-news-title {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.354545px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}
.booking-nd__lates-news-text p {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.354545px;
  color: #000000;
}
.booking-nd__lates-news-item {
  width: 32%;
}
.booking-nd__half-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .booking-nd__half-content {
    width: 100%;
  }
}
.booking-nd__h4 {
  margin-bottom: 16px;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .booking-nd__h4 {
    font-size: 28px;
    line-height: 1.5;
  }
}
.booking-nd__h4_center {
  max-width: 640px;
  margin-bottom: 46px;
  text-align: center;
}
.booking-nd__text {
  margin-bottom: 40px;
  font-family: "LL Circular Book Sub";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
.booking-nd__text p {
  font-family: "LL Circular Book Sub";
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 40px;
  color: #212121;
  line-height: 22px;
}
.booking-nd__book {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .booking-nd__book {
    flex-direction: column;
  }
}
.booking-nd__full-story {
  position: relative;
  padding-bottom: 208px;
  margin-bottom: 100px;
}
.booking-nd__full-story-theme {
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 17px;
}
.booking-nd__full-story-title {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}
.booking-nd__full-story-content {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  padding: 40px 80px;
  width: 100%;
  max-width: 789px;
  background-color: #f4faff;
  z-index: 1;
  box-sizing: border-box;
}
.booking-nd__full-story-tag {
  font-family: "LL Circular Black Sub";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #979797;
  margin-bottom: 8px;
}
.booking-nd__full-story-text {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.booking-nd__full-story-img {
  max-width: 552px;
}
.booking-nd__clients-wrapper {
  display: flex;
  justify-content: center;
}
.booking-nd__clients {
  display: flex;
  flex-wrap: wrap;
  max-width: 1055px;
  padding: 80px;
  list-style: none;
}
@media screen and (max-width: 540px) {
  .booking-nd__clients {
    padding: 20px;
  }
}
.booking-nd__filters-toggler {
  position: relative;
  padding: 5px 10px;
  background-color: #f4faff;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 540px) {
  .booking-nd__filters-toggler {
    margin-bottom: 10px;
  }
}
.booking-nd__filters-toggler-arrow {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 1px #46A9F5;
  border-bottom: solid 1px #46A9F5;
  transform: rotate(-45deg);
  top: 25%;
  right: 32px;
}
.booking-nd__client {
  margin-right: 50px;
  margin-bottom: 81px;
  max-width: 138px;
  max-height: 43px;
}
.booking-nd__client:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  .booking-nd__client {
    margin-right: 6%;
    width: 27%;
  }
}
.booking-nd__client-logo {
  max-width: 100%;
  max-height: 100%;
}
.booking-nd__grey-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 90px 24px 90px 32px;
  background-color: #f4faff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .booking-nd__grey-area {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .booking-nd__grey-area {
    margin-bottom: 50px;
  }
}
.booking-nd__search-name-form {
  background-color: #ffffff;
  width: 100%;
  max-width: 520px;
  padding: 18px 24px;
}
.booking-nd__search-name-form .search-name-img {
  width: 16px;
  height: 16px;
}
.booking-nd__search-name-form .search-name-control .search-name-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.booking-nd__search-input {
  margin: 0;
  padding: 0 0 0 30px;
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  border: none;
}
.booking-nd__content {
  max-width: 967px;
  margin-bottom: 100px;
  padding-left: 160px;
}
@media screen and (max-width: 414px) {
  .booking-nd__content {
    padding: 0;
  }
}
.booking-nd__content-title {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 58px;
  letter-spacing: 1px;
  color: #212121;
}
.booking-nd__talent-img {
  width: 100%;
  height: 204px;
  max-width: 185px;
  object-fit: cover;
}
@media screen and (max-width: 414px) {
  .booking-nd__talent-img {
    max-width: 100%;
  }
  .booking-nd__content-title {
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.booking-nd__talent-img_small {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1.2;
}
@media screen and (max-width: 768px) {
  .booking-nd__talent-img_small {
    max-width: 100%;
  }
}
.booking-nd__cta-link {
  position: absolute;
  right: -20px;
  display: inline-block;
  padding: 10px 70px;
  background-color: #000000;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: fit-content;
  z-index: 62;
}
.booking-nd__form-title {
  color: #212121;
  text-transform: uppercase;
  font-family: "LL Circular Black Sub";
  font-weight: bold;
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 22px;
}
.booking-nd__label-text {
  font-family: "LL Circular Book Sub";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}
.booking-nd #_blocks_of_content {
  overflow-x: visible !important;
}
/* .booking-nd .accordion__archive__question__title {
  font-family: "LL Circular Black Sub";
  padding: 0 0 20px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  color: #000000;
} */
/* .booking-nd .accordion__archive__question__arrow {
  display: none;
}
.booking-nd .accordion__archive__question {
  border-bottom: none;
} */
/* .booking-nd .accordion__archive__answer p {
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
} */
.booking-nd .bg-light-blue {
  padding: 60px 40px;
  position: relative;
}
.booking-nd .contact-enquiry__wrapper {
  padding-top: 0;
}
.contact-enquiry__wrapper {
  width: 100%;
}
.booking-nd label {
  text-transform: none;
  display: block;
  font-family: "LL Circular Black Sub";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #71706F;
  margin-bottom: 8px;
}
.booking-nd__black-button {
  position: relative !important;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 100px !important;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #212121 !important;
  cursor: pointer;
}
.booking-nd__contact-us-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 126px 0;
  background-color: #f4faff;
}
.booking-nd__filters-area {
  position: absolute;
  top: 138%;
  bottom: -50px;
  padding: 48px 30px;
  color: #ffffff;
  width: 100%;
  height: fit-content;
  z-index: 115;
}
@media screen and (max-width: 768px) {
  .booking-nd__filters-area {
    top: 100%;
    padding: 28px 15px;
  }
}
.booking-nd__filters-area li.control.checkbox {
  padding: 0;
}
.booking-nd__filters-title {
  flex: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
.booking-nd__filter-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.booking-nd__filter-list label.booking-nd__filter-label {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  border: 1px solid #fff;
  margin: 0 16px 16px 0;
  cursor: pointer;
}
.booking-nd__filter-list label.booking-nd__filter-label .active, .booking-nd__filter-list label.booking-nd__filter-label:hover {
  background-color: #48e5c2;
  border: 1px solid #48e5c2;
}

@media screen and (max-width: 414px) {
  .booking-nd__filter-list label.booking-nd__filter-label {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
  }
  
}

.booking-nd__filter-list input:checked + label {
  background-color: #48e5c2;
  border: 1px solid #48e5c2;
  color: #000000;
}
.booking-nd__filters-button {
  font-weight: 500;
  font-size: 16px;
  font-family: "LL Circular Black Sub";
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-right: 37px;
  background-color: transparent;
  color: #ffffff;
  outline: none;
  padding: 2px;
  margin-bottom: 20px;
  cursor: pointer;
}



.booking-nd__filters-button_apply {
  background-color: #48e5c2;
  color: #000000;
  padding: 10px 36px;
  border-bottom: none;
}
.booking-nd__search-form {
  position: relative;
  display: flex;
  align-items: center;
  background-color: aliceblue;
  max-height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 414px) {
  .booking-nd__search-form {
    width: 100%;
  }
}
.booking-nd__search-form .speakers-name-list.categories-list {
  width: 100%;
}
.booking-nd__search-form input {
  border: none;
  border-bottom: none;
  background: none;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 0;
}
.booking-nd__search-form .search-name-control {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .booking-nd__search-form .search-name-control {
    width: 100%;
  }
}
.booking-nd__search-form .booking-nd__search {
  margin-right: 0;
}
.booking-nd__search-field {
  background: url(../img/ic_search.svg) no-repeat 5% 50% transparent;
  padding: 0 25px;
  background-size: 7%;
  border: none;
  margin: 0;
}
.booking-nd__setting-talents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.booking-nd__filters-wrapper {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .booking-nd__filters {
    margin-bottom: 10px;
  }
}
.booking-nd__filter-block {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  text-transform: capitalize;
  border: 2px solid #212121;
  margin: 0 16px 16px 0;
  padding: 8px 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .booking-nd__filter-block {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    line-height: 1.5;
  }
}
.booking-nd__filter-block span {
  margin-right: 35px;
}
@media screen and (max-width: 414px) {
  .booking-nd__filter-block span {
    margin-right: 15px;
  }
}
.booking-nd__remove-filter-button {
  border: none;
  cursor: pointer;
  background: url(../img/search_close.svg) no-repeat transparent;
  background-size: 100%;
  padding: 5px;
}
.booking-nd__remove-filter-button:focus {
  outline: none;
}
@media screen and (max-width: 375px) {
  .booking-nd__talent-name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 540px) {
  .booking-nd__talent-name .control.checkbox {
    padding: 0;
  }
}
.booking-nd__sorting-list {
  position: absolute;
  width: max-content;
  max-width: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 0 8px rgba(150, 150, 150, 0.5);
}
@media screen and (max-width: 540px) {
  .booking-nd__sorting-list {
    left: 0;
    width: 100%;
  }
}
.booking-nd__sorting-item {
  margin-bottom: 5px;
}
.booking-nd__not-found {
  width: 100%;
  font-size: 36px;
  font-family: "LL Circular Black Sub";
  font-weight: 600;
  line-height: 44px;
  color: #000000;
  text-align: center;
}

.list-view {
  display: flex;
  justify-content: space-between;
}
.list-view .booking-nd__item-img {
  display: none;
}
.list-view .booking-nd__talent-category {
  display: none;
}
.list-view .booking-nd__talent {
  width: 22%;
}
@media screen and (max-width: 540px) {
  .list-view .booking-nd__talent {
    width: 39%;
  }
}
@media screen and (max-width: 375px) {
  .list-view .booking-nd__talent {
    width: 39%;
  }
}
.list-view .booking-nd__talent-info {
  justify-content: flex-start;
}
.list-view .booking-nd__talent-name {
  font-weight: bold;
}

.mb-32 {
  margin-bottom: 32px;
}

.hidden {
  display: none;
}

.max-w-476 {
  max-width: 476px;
}

.rotated-arrow {
  transform: rotate(135deg);
  top: 45%;
}

.likes-wrapp {
  display: flex;
  align-items: center;
  margin-right: 41px;
}

.black-area {
  background-color: #000000;
}

/*# sourceMappingURL=booking.css.map */
