/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "foundrysterlingot";
  src: url("fonts/foundrysterlingot3regularwebfont.eot");
  src: url("fonts/foundrysterlingot3regularwebfont.eot") format("embedded-opentype"), url("fonts/foundrysterlingot3regularwebfont.woff2") format("woff2"), url("fonts/foundrysterlingot3regularwebfont.woff") format("woff"), url("fonts/foundrysterlingot3regularwebfont.ttf") format("truetype"), url("fonts/foundrysterlingot3regularwebfont.svg#foundrysterlingot3regularwebfont") format("svg");
}
@font-face {
  font-family: "foundrysterlingot";
  src: url("fonts/foundrysterlingot3boldwebfont.eot");
  src: url("fonts/foundrysterlingot3boldwebfont.eot") format("embedded-opentype"), url("fonts/foundrysterlingot3boldwebfont.woff2") format("woff2"), url("fonts/foundrysterlingot3boldwebfont.woff") format("woff"), url("fonts/foundrysterlingot3boldwebfont.ttf") format("truetype"), url("fonts/foundrysterlingot3boldwebfont.svg#foundrysterlingot3boldwebfont") format("svg");
  font-weight: bold;
}
/* *** GLOBAL *** */
.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1460px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "foundrysterlingot";
}

body {
  font-family: "foundrysterlingot";
  font-size: 18px;
  color: #000000;
  background-size: cover;
  line-height: 28px;
  padding-top: 134px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  position: fixed;
}

header .header-box {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .main-menu {
  margin-bottom: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

header .main-menu ul > li {
  margin: 0 0 0 12px;
}

header .main-menu ul > li > a {
  color: #005CAB;
  padding: 11px 8px;
  display: block;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

header .header-content {
  display: flex;
}

header .main-menu ul > li.current > a {
  color: #005CAB;
  border-color: #005CAB;
}

header .main-menu ul > li > a:hover {
  border-color: #005CAB;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0px;
  height: 75px;
  background: #fff;
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  width: 201px;
}

.buttons-rsp {
  background: rgb(0, 120, 169);
  position: relative;
  z-index: 20;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 17px 17px;
  display: flex;
  box-shadow: 0 0 20px rgba(6, 48, 66, 0.26);
  flex-direction: column;
}

.buttons-rsp .btn-1 {
  margin-top: 12px;
}

.hamburger {
  position: absolute;
  top: 10px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 75px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp nav ul {
  background: #fff;
  text-align: center;
}
.menu-rsp nav ul li {
  border-bottom: 1px solid #54BCEB;
}
.menu-rsp nav ul li:last-child {
  border-bottom: none;
}

.menu-rsp nav ul a {
  color: #000;
  text-align: center;
  padding: 10px 20px 11px 20px;
  display: block;
}
.menu-rsp nav ul a:hover {
  background: #54BCEB;
  color: #fff;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  border: none;
  width: 100%;
  height: auto;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav .menu-rsp-content a {
  line-height: normal;
  height: auto;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 16px 20px;
}

.menu-rsp nav .menu-rsp-content a:hover {
  color: #ff7c13;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #fff;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
  }
  body {
    padding-top: 105px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .logo-rsp-box {
    margin: 0 0 -2px 0;
  }
  .logo-rsp-box img {
    height: 57px;
  }
}
footer {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
footer .txt-2 {
  border-top: 1px solid #005CAB;
  border-bottom: 1px solid #005CAB;
  margin-top: 32px;
  padding: 28px 0 32px 0;
  font-size: 36px;
  line-height: 40px;
}

/* *** HOME *** */
.content-box-1 img {
  display: block;
}
.content-box-1 .img-mobile {
  display: none;
}
.content-box-1:after {
  width: 1042px;
  height: 10px;
  background: #54BCEB;
  content: "";
  display: block;
  margin: 52px auto 40px auto;
}

.title {
  text-align: center;
  margin-bottom: 32px;
}
.title h2, .title h1 {
  margin: 0;
  color: #005CAB;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.boxes-1 .row-box {
  display: flex;
  margin: 0 -12px;
}
.boxes-1 .row-box .col-box {
  padding: 0 12px;
  margin-bottom: 24px;
  width: 25%;
}
.boxes-1 .row-box .col-box .box-1 {
  height: 100%;
  background: #F3F4F9;
  text-align: center;
  border-radius: 12px;
  padding: 16px 16px 42px 16px;
  font-size: 22px;
  color: #005CAB;
  line-height: 26px;
}
.boxes-1 .row-box .col-box .box-1 figure {
  margin-bottom: 10px;
}

.content-box-2 .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

.btn-1 {
  height: 60px;
  display: inline-block;
  line-height: 57px;
  color: #fff;
  background: #005CAB;
  border: 1px solid #005CAB;
  border-radius: 35px;
  font-size: 22px;
  font-weight: bold;
  padding: 0 48px;
}
.btn-1:hover {
  background: #005CAB;
  color: #fff;
  opacity: 0.9;
}

.mb-64 {
  margin-bottom: 64px;
}

.content-box-3-1 {
  background: url("../../img/frontend/02.png") center no-repeat;
  background-size: cover;
  padding: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.content-box-3-1 .txt-1 {
  font-size: 22px;
  line-height: 26px;
}
.content-box-3-1 .txt-2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 23px;
}
.content-box-3-1 a {
  color: #fff;
  text-decoration: underline;
}
.content-box-3-1 a:hover {
  text-decoration: none;
}

.padding-1 {
  padding: 64px 0;
}

.content-box-4 {
  background: #F3F4F9;
}

.form-box {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.form-box .txt-1 {
  padding: 0 20px 13px 20px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.input-box {
  margin-bottom: 16px;
}
.input-box input {
  display: block;
  padding: 0 20px;
  background: #fff;
  height: 50px;
  border-radius: 16px;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 16px;
}

body .form-floating input {
  display: block;
  padding: 0 20px !important;
  background: #fff;
  height: 50px !important;
  border-radius: 16px;
  width: 100%;
  border: none;
  padding-top: 10px !important;
  font-size: 16px;
  line-height: 16px;
}
body .form-floating label {
  color: #333333 !important;
  font-size: 12px;
  padding: 9px 20px;
}
body .form-floating {
  margin-bottom: 16px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  padding-top: 6px !important;
}

.title-1 {
  text-align: left;
  padding: 0 20px;
  padding-top: 14px;
}

.select-1 select {
  display: block;
  padding: 0 20px;
  height: 50px;
  border-radius: 16px;
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 16px;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: #fff url("../../img/frontend/icons/05.svg") calc(100% - 20px) center no-repeat;
}

.input-file-box {
  margin-bottom: 16px;
  padding-top: 13px;
}
.input-file-box .t-1 {
  display: flex;
  padding: 0 20px;
  margin-bottom: 13px;
  justify-content: space-between;
}
.input-file-box .t-1 .t-1-1 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.input-file-box .t-1 .t-1-1 strong {
  color: #005CAB;
}
.input-file-box .t-1 .t-1-2 {
  font-size: 12px;
  line-height: 16px;
}
.input-file-box .t-1 .t-1-2 a {
  text-decoration: underline;
  color: #333;
}
.input-file-box .input-file {
  border: 1px dashed rgba(51, 51, 51, 0.4);
  border-radius: 16px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  background: #fff;
}
.input-file-box .input-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  display: block;
}
.input-file-box .input-file .t-2 {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 0;
  padding-left: 40px;
  background: url("../../img/frontend/icons/06.svg") left center no-repeat;
}

.radio-content {
  margin-bottom: 16px;
}
.radio-content label {
  position: relative;
  width: 100%;
}
.radio-content label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio-content label .radio-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  min-height: 55px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
.radio-content label .radio-box img {
  opacity: 0.2;
}
.radio-content label .radio-txt {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  color: #333;
  position: relative;
}
.radio-content label .radio-txt:after {
  position: absolute;
  border: 1px solid #333;
  width: 20px;
  display: block;
  border-radius: 50%;
  content: "";
  background: #F3F4F9;
  top: 50%;
  margin-top: -9px;
  left: 0;
  height: 20px;
}

.radio-content label :checked + .radio-box .radio-txt:before {
  position: absolute;
  width: 10px;
  display: block;
  border-radius: 50%;
  z-index: 2;
  margin: 6px;
  content: "";
  background: #005CAB;
  top: 50%;
  left: -1px;
  height: 10px;
  margin-top: -4px;
}
.radio-content label :checked + .radio-box .radio-txt img {
  opacity: 1;
}

.content-box-1:after {
  max-width: 100%;
}

.radio-content label :checked + .radio-box {
  background: rgba(0, 92, 171, 0.1);
}

.radio-content label :checked + .radio-box img {
  opacity: 1;
}

.input-file-box .t-1 .t-1-2 a:hover {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox-box {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 13px;
}
.checkbox-box label {
  display: block;
  margin: 0;
  color: #333333;
  position: relative;
}
.checkbox-box label a {
  color: #333333;
}
.checkbox-box label a:hover {
  text-decoration: underline;
}
.checkbox-box label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox-box label span {
  padding-left: 24px;
  display: block;
  position: relative;
}
.checkbox-box label span:after {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  content: "";
  display: block;
  border-radius: 3px;
  background: #fff;
}

.form-box .button-box {
  margin-top: 40px;
  display: flex;
  margin-bottom: -18px;
  justify-content: center;
  text-align: center;
}
.form-box .button-box .btn-1-small {
  width: 100%;
}

.btn-1-small {
  height: 50px;
  font-size: 18px;
  line-height: 48px;
}

.checkbox-box label :checked + span:before {
  background: #005CAB;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  margin: 4px;
  display: block;
  content: "";
}

.radio-content label .radio-txt {
  margin-right: 10px;
}

.title-2 {
  margin-bottom: 32px;
}
.title-2 h1, .title-2 h2 {
  margin: 0;
  font-size: 56px;
  color: #333;
  line-height: 64px;
}

.boxes-2 {
  padding: 50px 0;
}
.boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.boxes-2 .row-box .col-box {
  padding: 0 10px;
  width: 20%;
  text-align: center;
}
.boxes-2 .row-box .col-box .box-2 .txt-1 {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
.boxes-2 .row-box .col-box .box-2 .txt-2 {
  padding-top: 8px;
}
.boxes-2 .row-box .col-box .box-2 .txt-2 a {
  color: #005CAB;
  font-size: 12px;
  text-decoration: underline;
  line-height: 16px;
}
.boxes-2 .row-box .col-box .box-2 .txt-2 a:hover {
  text-decoration: none;
}

/* *** KONTAKT *** */
.title-txt {
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding-top: 10px;
}
.title-txt .button-box {
  margin-left: 10px;
}

.btn-2 {
  text-align: center;
  display: inline-block;
  padding: 13px 24px;
  border: 1px solid #005CAB;
  color: #005CAB;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
}
.btn-2:hover {
  background: #005CAB;
  color: #fff;
}

.content-box-6 {
  display: flex;
}
.content-box-6 .col-box-2 {
  width: 377px;
}
.content-box-6 .col-box-1 {
  width: calc(100% - 377px);
  padding-right: 32px;
}
.content-box-6 h2 {
  font-weight: bold;
  color: #0A0A0A;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 31px;
}

.box-3 {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F3F4F9;
  padding: 24px;
}
.box-3 .txt {
  font-size: 16px;
  line-height: 24px;
  padding-left: 29px;
  background: url("../../img/frontend/icons/07.svg") left 2px no-repeat;
}
.box-3 .txt a {
  color: #005CAB;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-3 .txt a:hover {
  opacity: 0.85;
}

.form-box-1 {
  border-radius: 10px;
  border: 2px solid var(--Colors-Background, #F3F4F9);
  background: #FFF;
  padding: 24px;
}
.form-box-1 .button-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.form-box-1 .button-box .btn-1 {
  min-width: 178px;
  text-align: center;
}
.form-box-1 .row-box {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.form-box-1 .row-box .col-box {
  padding: 0 16px;
  margin-bottom: 23px;
  width: 50%;
}
.form-box-1 .row-box .col-box .input-box-1 input, .form-box-1 .row-box .col-box .input-box-1 textarea {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  background: #F3F4F9;
  border-radius: 8px;
  width: 100%;
  border: none;
}
.form-box-1 .row-box .col-box .input-box-1 textarea {
  padding: 12px;
  height: 150px;
  resize: none;
}
.form-box-1 .row-box .col-box .input-box-1 input::placeholder, .form-box-1 .row-box .col-box .input-box-1 textarea::placeholder {
  color: #000;
}
.form-box-1 .row-box .col-box label {
  margin-bottom: 7px;
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.form-box-1 .row-box .col-box-1 {
  width: 100%;
}

/* *** REGULAMIN *** */
.text {
  font-size: 18px;
  line-height: 28px;
}/*# sourceMappingURL=style.css.map */

/* EXTRA  */
.input-file.has-file {
    border-color: #005cab !important;
    background-color: #f0f7ff !important;
    box-shadow: 0 0 0 1px #005cab;
}

.input-file.has-file .t-2 {
    color: #005cab !important;
    font-weight: 600;
}

.custom-tooltip {
  --bs-tooltip-bg: #005CAB;
  --bs-tooltip-color: #FFF;
}

.salons-list {
  width: 100%;
}

.salons-search {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 60px;
}

.salons-search input {
  width: 645px;
  height: 42px;
  border: none;
  border-radius: 4px;
  background: #f3f4f9;
  padding: 0 16px;
  font-size: 12px;
  color: #333;
}

.salons-search input::placeholder {
  color: #c7c9d1;
}

.salons-search button {
  width: 95px;
  height: 42px;
  border: none;
  border-radius: 24px;
  background: #005cab;
  color: #fff;
  font-size: 12px;
}

.salons-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 18px;
}

.salons-table thead tr {
  border-bottom: 1px solid #005cab;
}

.salons-table th {
  padding: 0 20px 8px;
  font-weight: 400;
  text-align: left;
}

.salons-table td {
  padding: 10px 20px;
  font-weight: 700;
}

.salons-table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.salons-more {
  text-align: center;
  margin-top: 28px;
}

.salons-more button {
  height: 42px;
  padding: 0 20px;
  border: 1px solid #005cab;
  border-radius: 24px;
  background: #fff;
  color: #005cab;
  font-size: 12px;
}

.salons-table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .salons-search {
    gap: 12px;
    margin-bottom: 32px;
  }

  .salons-search input {
    width: 100%;
  }

  .salons-table {
    min-width: 650px;
  }

  .salons-list {
    overflow-x: auto;
  }
}

.custom-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.custom-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-pagination li a {
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  background: #fff;
  transition: 0.2s ease;
}

.custom-pagination li a:hover {
  border-color: #005cab;
  color: #005cab;
}

.custom-pagination li.active a {
  background: #005cab;
  border-color: #005cab;
  color: #fff;
}

.custom-pagination li.disabled a {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 767px) {
  .custom-pagination ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-pagination li a {
    min-width: 38px;
    height: 38px;
    font-size: 12px;
    padding: 0 12px;
  }
}

.salons-search {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-wrapper {
    position: relative;
    display: inline-block;
}

.search-wrapper input {
    padding-right: 35px;
}

.clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    color: #777;
    cursor: pointer;
}

.clear-search:hover {
    color: #000;
}

.txt-3 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}