/* General styles
 ===================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #484848;
  font-style: normal;
}
body.overflow {
  overflow-y: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

.btn {
  border: none;
  background-color: #132c42;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  text-transform: uppercase;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  letter-spacing: 2px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn:hover {
  background-color: #357bb9;
}
.btn--white {
  background-color: #fff;
  color: #132c42;
}
.btn--white:hover {
  background-color: #b3b3b3;
}
.btn:focus {
  outline: none;
}

.container {
  max-width: 1346px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.center {
  display: flex;
  justify-content: center;
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.text.white {
  color: #fff;
}

.header {
  background-color: #132c42;
  min-height: 209px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container {
  position: relative;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 110px;
  margin-right: 170px;
}

.logo img {
  max-width: 280px;
}

.header__info {
  display: flex;
  flex-direction: column;
}
.header__info a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.header__tel {
  margin-bottom: 5px;
}

.footer {
  background-color: #132c42;
  min-height: 237px;
  display: flex;
  align-items: center;
}

.footer__wrapper {
  display: flex;
}
.footer__wrapper .logo {
  margin-left: 67px;
}

.footer__info {
  display: flex;
  flex-direction: column;
  margin: 0 66px 0 72px;
}
.footer__info .social {
  margin-top: 23px;
}

.footer__link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-weight: 400;
}

.footer__h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}

.social {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer__text {
  max-width: 464px;
  color: #fff;
  font-size: 18px;
}

input[type=checkbox] {
  display: none;
}

.agreement {
  margin: 23px auto 0 auto;
  display: flex;
  justify-content: center;
}

.agreement label {
  color: #484848;
  font-size: 16px;
  letter-spacing: 2px;
}

.agreement label .wpcf7-list-item-label {
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 22px;
  align-self: center;
  vertical-align: middle;
}

input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-left: 46px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox]:checked + span:before {
  background-image: url("../img/icons/tick.svg");
  background-repeat: no-repeat;
  background-color: #132c42;
}

input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #132c42;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.12s ease;
}

/*===== Effect only Chrome on mac =====*/
.mac.chrome .yourClass {
  padding: 0;
}

/*===== Effect only Safari =====*/
_::-webkit-full-page-media,
_:future,
:root .yourClass {
  padding: 0;
}

.burger {
  cursor: pointer;
}

.header-nav {
  background-color: #fff;
  max-width: 380px;
  width: 100%;
  position: absolute;
  top: -1000%;
  left: 48px;
  padding: 94px 10px 90px 80px;
  box-shadow: rgba(0, 0, 0, 0.4) 7px 5px 11px 0px;
  transition: top 0.2s ease-in-out;
  z-index: 2222;
}
.header-nav.active {
  top: -48px;
}

.header-nav__burger {
  margin-bottom: 54px;
  cursor: pointer;
}

.main-menu {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.main-menu .menu-item a {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #132c42;
}

.hero {
  min-height: 268px;
  background-color: #132c42;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__left {
  flex-basis: 45%;
}

.hero__h6 {
  text-transform: uppercase;
  color: #fb760c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.hero__h1 {
  margin: 34px 0 40px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero__btn {
  max-width: 331px;
  width: 100%;
}

.hero__content {
  margin-top: 20px;
  margin-left: 162px;
  margin-bottom: 30px;
}

.hero__right {
  flex-basis: 55%;
  position: relative;
}

.hero__img {
  margin-bottom: -65px;
}

.three-slides {
  padding-top: 137px;
}

.three-slides__h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}

.three-slides__container {
  max-width: 1656px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.three-slides__slide {
  background-color: #ccc;
  padding: 42px 10px 33px 10px;
}

.three-slides__h4 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #132c42;
}

.three-slides__main {
  max-width: 312px;
  margin: 0 auto;
  text-align: center;
}

.three-slides__prev {
  transform: translateY(50%) rotate(180deg);
  top: 53%;
  left: 24px;
}
.three-slides__prev::after {
  content: "" !important;
}

.three-slides__next {
  transform: translateY(50%);
  top: 53%;
  right: 24px;
}
.three-slides__next::after {
  content: "" !important;
}

.three-slides__slider {
  max-width: 1392px;
  position: static !important;
  margin-bottom: 80px;
}
.three-slides__slider .swiper-wrapper {
  position: static !important;
}

.three-slides__bags {
  margin-top: 30px;
  font-weight: 500;
  color: #132c42;
}

.three-slides__img {
  position: relative;
  margin-bottom: 46px;
}

.three-slides__text {
  margin-bottom: 32px;
  color: #132c42;
}

.three-slides__logo {
  max-width: 105px;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 50%;
}

.who-we__wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto -88px auto;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}

.who-we__card {
  text-align: center;
  border: 1px solid #707070;
  padding: 46px 58px;
  box-shadow: 9px 7px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.who-we__h4 {
  margin: 30px 0 22px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}

.customer-reviews {
  background-color: #132c42;
  min-height: 758px;
  padding: 160px 0 46px 0;
  position: relative;
}
.customer-reviews::after {
  content: "";
  display: block;
  width: 100%;
  height: 277px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.customer-reviews__h3 {
  margin-bottom: 46px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fb760c;
}

.customer-reviews__wrapper {
  position: relative;
  z-index: 2;
}

.customer-reviews__slide {
  background-color: #fff;
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #707070;
}

.customer-reviews__photo {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  overflow: hidden;
}

.customer-reviews__stars {
  margin: 17px 0 10px 0;
}

.customer-reviews__date {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 400;
}

.customer-reviews__text {
  font-size: 16px;
  text-align: center;
  max-width: 304px;
  font-weight: 400;
  font-style: normal;
}

.customer-reviews__pag {
  position: static !important;
  margin-top: 30px;
  z-index: 2;
  display: flex;
  gap: 27px;
  align-items: center;
  justify-content: center;
}
.customer-reviews__pag .swiper-pagination-bullet {
  height: 9px !important;
  width: 9px !important;
  background-color: #fb760c;
  border: 1px solid #fb760c;
  opacity: 1;
  margin: 0;
}
.customer-reviews__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #484848;
}

.customer-reviews__line {
  margin-bottom: 17px;
  display: flex;
  gap: 3px;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
}

.steps {
  background-color: #cccccc;
  min-height: 690px;
  padding: 70px 0 46px;
}

.steps__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.steps__col {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-basis: 48%;
}
.steps__col:first-child {
  padding-left: 86px;
}
.steps__col:first-child .steps__icon {
  margin-right: -42px;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.steps__col:nth-child(2) .steps__icon {
  margin-right: -86px;
  margin-bottom: -66px;
  position: relative;
  z-index: 2;
}
.steps__col:nth-child(2) .steps__number {
	z-index:99999;
  margin-right: 30px;
}
.steps__col:nth-child(3) .steps__number {
  margin-left: -59px;
  margin-bottom: 75px;
}
.steps__col:nth-child(4) .steps__number {
  margin-left: -205px;
  margin-bottom: 70px;
  margin-right: 162px;
}

.steps__left {
  display: flex;
}

.steps__btn {
  margin: 70px auto 0 auto;
  max-width: 305px;
}

.steps__number {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 205px;
  font-weight: 500;
  color: #132c42;
}

.steps__h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #132c42;
}

.steps__text {
  max-width: 180px;
  color: #132c42;
}

.heading-text {
  padding: 66px 0 20px 0;
}

.heading-text__h3 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  color: #132c42;
}

.heading-text__text {
  max-width: 721px;
  width: 100%;
  margin: 10px auto 0 auto;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
}

.skip-cards__card {
  background-color: #cccccc;
  padding: 38px 20px 38px 72px;
  margin-bottom: 67px;
}
.skip-cards__card:last-child {
  margin-bottom: 56px;
}

.skip-cards__wrapper {
  display: flex;
  justify-content: space-between;
}

.skip-cards__img {
  flex-basis: 64%;
  margin-left: 30px;
}

.skip-cards__right {
  flex-basis: 30%;
}

.skip-cards__content {
  max-width: 305px;
}

.skip-cards__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #132c42;
}

.skip-cards__h6 {
  margin: 18px 0;
  font-weight: 600;
  font-size: 18px;
}

.skip-cards__list {
  margin-bottom: 14px;
}

.skip-cards__item {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.skip-cards__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #132c42;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 2px;
}

.skip-cards__sizes {
  font-size: 17px;
}

.skip-cards__price {
  margin: 14px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.skip-cards__price span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}

.skip-cards__note {
  margin-bottom: 15px;
}

.booking {
  margin-top: 26px;
  background-color: #cccccc;
  padding: 20px 0 66px;
}

.booking__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1145px;
  width: 100%;
  margin: 0 auto;
}

.booking__col {
  flex-basis: 24%;
}
.booking__col:first-child .booking__img {
  max-width: 56px;
  margin-top: 46px;
  margin-right: -24px;
}
.booking__col:nth-child(2) .booking__top {
  justify-content: flex-start;
  padding-left: 32px;
}
.booking__col:nth-child(2) .booking__img {
  max-width: 114px;
  margin-top: 40px;
  margin-right: -49px;
  position: relative;
  z-index: 2;
}
.booking__col:nth-child(3) .booking__top {
  justify-content: flex-start;
  padding-left: 32px;
}
.booking__col:nth-child(3) .booking__img {
  max-width: 112px;
  margin-top: 46px;
  margin-right: -33px;
}
.booking__col:nth-child(4) .booking__top {
  padding-right: 34px;
}
.booking__col:nth-child(4) .booking__number {
  margin-left: -24px;
}
.booking__col:nth-child(4) .booking__img {
  max-width: 114px;
  margin-top: 44px;
  margin-right: -109px;
}

.booking__top {
  display: flex;
  justify-content: center;
}

.booking__number {
  font-size: 133px;
  color: #132c42;
  font-weight: 500;
}

.booking__bottom {
  max-width: 214px;
  margin: 20px auto 0 auto;
}

.booking__h4 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #132c42;
  letter-spacing: 2px;
}

.booking__text {
  font-size: 16px;
  color: #132c42;
  max-width: 180px;
}

.booking__btn {
  max-width: 305px;
  margin: 73px auto 0 auto;
}

.permit-table {
  margin: 50px 0 126px 0;
}

.permit-table__wrapper {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
}

.permit-table__box {
  border: 2px solid #484848;
}

.permit-table__row {
  display: flex;
  min-height: 49px;
  border-bottom: 2px solid #484848;
}
.permit-table__row:last-child {
  border-bottom: none;
}

.permit-table__left {
  flex-basis: 80%;
  display: flex;
  align-items: center;
  margin-left: 23px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.permit-table__right {
  flex-basis: 20%;
  background-color: #132c42;
  border-left: 2px solid #484848;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.permit-table__textbox {
  margin-top: 50px;
  text-align: center;
}

.permit-table__text {
  color: #132c42;
}

.permit-table__line {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.permit-table__social {
  color: #132c42;
  display: flex;
}
.permit-table__social a {
  color: #132c42;
  margin-left: 5px;
}

.about__h3 {
  margin: 66px 0 52px;
  font-size: 40px;
  text-align: center;
  color: #132c42;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.about__toptext {
  max-width: 852px;
  font-size: 20px;
  letter-spacing: 2px;
}

.about__middle {
  display: flex;
  justify-content: space-between;
}

.about__left {
  flex-basis: 43%;
  font-size: 20px;
  letter-spacing: 2px;
}

.about__right {
  flex-basis: 48%;
  margin-top: 30px;
}

.customers {
  padding: 67px 0;
}

.customers__h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  color: #132c42;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.customers__wrapper {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(5, 1fr);
}

.customers__col {
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.customers__h4 {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #132c42;
  font-weight: 500;
  text-transform: uppercase;
}

.locations {
  margin: 28px 0;
}

.locations__wrapper {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 17px;
}

.locations__item {
  flex-basis: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.contact {
  padding: 66px 0 78px 0;
}

.contact-top {
  display: flex;
  justify-content: center;
  gap: 68px;
  max-width: 1020px;
  width: 100%;
  margin: 42px auto 0 auto;
}

.contact-top__line {
  display: flex;
  gap: 30px;
  align-items: center;
}

.contact-top__social {
  font-size: 17px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  letter-spacing: 2px;
}
.contact-top__social a {
  text-transform: uppercase;
  color: #484848;
  letter-spacing: 2px;
}

.contact-top__add {
  display: flex;
  gap: 25px;
  align-items: center;
}

.contact-top__addressline {
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-top__postcode {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-main {
  margin: 50px auto 0 auto;
  max-width: 651px;
  width: 100%;
}

.contact-main__h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 500;
}

.main-form input[type=text] {
  width: 100%;
  border: 1px solid #1C174F;
  min-height: 38px;
  padding: 3px 20px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.main-form input[type=text]:focus {
  outline: none;
}
.main-form input[type=text]::-moz-placeholder {
  color: #484848;
}
.main-form input[type=text]::placeholder {
  color: #484848;
}
.main-form textarea {
  width: 100%;
  border: 1px solid #1C174F;
  padding: 13px 20px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
  letter-spacing: 2px;
  min-height: 185px;
  resize: none;
}
.main-form textarea:focus {
  outline: none;
}
.main-form input[type=submit] {
  border: none;
  background-color: #132c42;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  text-transform: uppercase;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  letter-spacing: 2px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.main-form input[type=submit]:hover {
  background-color: #357bb9;
}
.main-form input[type=submit]:focus {
  outline: none;
}

.contact-main__btn {
  margin: 26px auto 0 auto;
}
.contact-main__btn input {
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
}

.date-select {
  padding: 64px 0 87px;
}

.date-select__wrapper {
  max-width: 987px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

.date-aside {
  width: 29%;
  background-color: #132c42;
  padding: 42px 30px;
}

.date-aside__item {
  margin-bottom: 54px;
}
.date-aside__item:last-child {
  margin-bottom: 0;
}

.date-aside__h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.date-main {
  width: 64%;
}

.date-aside__text {
  letter-spacing: 1px;
}

.date-main__header {
  display: flex;
  align-items: center;
  background-color: #132c42;
  min-height: 53px;
  padding: 0 20px 0 54px;
}

.date-main__date {
  color: #fb760c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.date-main__control {
  display: flex;
  gap: 9px;
}

.date-main__inner {
  display: flex;
  gap: 116px;
}

.date-main__next {
  transform: rotate(180deg);
  cursor: pointer;
}

.date-select .datepick {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.date-select .datepick thead {
  width: 100%;
  height: 47px;
  background-color: #cccccc;
}
.date-select .datepick thead th {
  height: 47px;
  border: none;
  width: 14%;
}
.date-select .datepick thead th span {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  text-transform: capitalize;
}
.date-select .datepick thead tbody {
  width: 100%;
}
.date-select .datepick td {
  width: 68px;
  height: 68px;
  background-color: #fff !important;
  width: 68px !important;
  height: 68px !important;
  vertical-align: middle !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  border: none !important;
  position: relative !important;
  color: #484848;
}
.date-select .datepick thead .datepick-title-row {
  background-color: #CCCCCC;
  width: 100%;
  box-sizing: border-box;
}

body table .datepick-days-cell {
  display: inline-block;
}

.date-select .wpbc_no_custom_width.cal_month_num_1 {
  max-width: unset;
}

body .date-select .datepick-header {
  background-color: #132c42;
  min-height: 53px;
  text-align: left;
  padding: 0 0 0 37px;
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
}
body .date-select .datepick-header span {
  color: #fb760c;
}

body .date-select .datepick-inline {
  border: none;
}

body table .datepick-days-row {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  display: table-row;
}

body .datepick-next {
  border: none;
}

body .date-select .datepick-inline .datepick-unselectable span {
  font-size: 16px;
}

body .date-select .datepick-days-row .datepick-days-cell {
  display: table-cell;
  position: relative;
}
body .date-select .datepick-days-row .datepick-days-cell.datepick-days-cell-over {
  color: #484848 !important;
}
body .date-select .datepick-days-row .datepick-days-cell a {
  font-size: 16px;
}
body .date-select .datepick-days-row .datepick-days-cell::after {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background-color: transparent;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

.date_user_unavailable .date-cell-content span {
  color: #bfbfbf;
}

.datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a:hover,
.datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a {
  color: #484848 !important;
}

body .date-select .datepick-days-cell.datepick-current-day::after {
  background-color: #fb760c !important;
}

body .date-select .wpbc_container_booking_form {
  margin-top: 0;
}

body .bk_calendar_frame .datepick-inline {
  box-shadow: none;
}

body .date-select .calendar-links {
  margin-left: 264px;
  gap: 24px;
}

body .bk_calendar_frame.wpbc_no_custom_width.months_num_in_row_.cal_month_num_1 + div {
  display: none;
}

body .date-select .datepick-inline .calendar-links .datepick-prev,
body .date-select .datepick-inline .calendar-links .datepick-next {
  display: block;
  flex: unset;
}
body .date-select .datepick-inline .calendar-links .datepick-prev a,
body .date-select .datepick-inline .calendar-links .datepick-next a {
  font-size: 0;
  position: relative;
}
body .date-select .datepick-inline .calendar-links .datepick-prev a::after,
body .date-select .datepick-inline .calendar-links .datepick-next a::after {
  content: "";
  background-image: url("../img/icons/circle-left.svg");
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .date-select .datepick-inline .calendar-links .datepick-next a::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.datepick-inline .datepick-one-month .datepick .datepick-current-day .wpbc_time_dots,
.datepick-inline .datepick-one-month .datepick .datepick-current-day a {
  color: #484848 !important;
}

body .date-select .date-cell-content a {
  color: #484848;
}

.date-main__footer {
  max-width: 394px;
}

.date-main__h6 {
  font-size: 16px;
  color: #132c42;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.date-main__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.date-main__row:last-child {
  margin-bottom: 0;
}

.date-main__time {
  font-size: 16px;
  color: #132c42;
}

.date-main__button {
  min-width: 173px;
}

.date-main__btn {
  min-height: 31px;
  font-size: 16px;
  text-transform: unset;
}

.modal__layer {
  position: fixed;
  inset: 0;
  background-color: rgba(19, 44, 66, 0.4);
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  padding: 165px 20px 20px 20px;
  overflow-y: auto;
  display: none;
}
.modal__layer.active {
  display: flex;
}

.modal {
  background-color: #fff;
  max-width: 781px;
  width: 100%;
  margin: 0 auto;
}

.modal__header {
  background-color: #132c42;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.modal-main {
  padding: 38px 0 57px;
  background-color: #fff;
}

.modal-main__top {
  font-size: 16px;
  font-weight: 400;
  padding: 0 48px;
}

.modal-main__confirm {
  margin-bottom: 29px;
}

.modal-main__date {
  text-align: center;
  margin-bottom: 43px;
}

.modal-form {
  max-width: 698px;
  margin: 0 auto;
  padding: 21px 16px 31px 16px;
  background-color: rgba(204, 204, 204, 0.1);
}

.modal-form__h4 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fb760c;
}

.modal-form__two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 11px;
}
.modal-form__two:last-child {
  margin-bottom: 28px;
}

.modal-form__single {
  width: 100%;
  margin-bottom: 14px;
}

.modal-form__input {
  min-height: 41px;
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  padding: 10px;
}
.modal-form__input::-moz-placeholder {
  color: #484848;
}
.modal-form__input::placeholder {
  color: #484848;
}
.modal-form__input:focus {
  outline: none;
}

.modal-form__selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body .selectric {
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none;
}

.selectric .button {
  border-left: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectric .button::before {
  display: none;
}
.selectric .button::after {
  background-image: url("../img/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 27px !important;
  right: 7px !important;
  transform: translateY(-50%);
  width: 16px !important;
  height: 30px !important;
  border: none !important;
}

body .selectric .label {
  font-size: 16px;
}

.modal-form__text {
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin-top: 34px;
}

.modal-form__btn {
  max-width: 224px;
  margin: 38px auto 0 auto;
  min-height: 40px;
}

@media (max-width: 1600px) {
  .three-slides__slider {
    max-width: 1336px;
  }
}
@media (max-width: 1500px) {
  .three-slides__slider {
    max-width: 1220px;
  }
}
@media (max-width: 1400px) {
  .contact-top__addressline {
    font-size: 14px;
  }
  .skip-cards__img {
    flex-basis: 67%;
    margin-left: 0;
  }
  .skip-cards__wrapper {
    align-items: center;
  }
  .skip-cards__h6 {
    margin: 12px 0 18px 0;
  }
  .three-slides__slider {
    max-width: 1030px;
  }
}
@media (max-width: 1200px) {
  .contact-top__social {
    font-size: 14px;
  }
  .contact-top__postcode {
    font-size: 14px;
  }
  .contact-top {
    gap: 36px;
  }
  .contact-top__line {
    flex-direction: column;
  }
  .skip-cards__right {
    flex-basis: 34%;
  }
  .skip-cards__img {
    flex-basis: 60%;
  }
  .skip-cards__card {
    padding: 38px 20px 38px 30px;
  }
  .who-we__card {
    padding: 42px;
  }
  .three-slides__btn {
    max-width: 240px;
    margin: 0 auto;
  }
  .three-slides__slider {
    max-width: 852px;
  }
  .three-slides__prev img,
.three-slides__next img {
    max-width: 40px;
  }
  .hero__h6 {
    font-size: 16px;
  }
  .hero__h1 {
    font-size: 32px;
  }
  .three-slides__h3 {
    font-size: 32px;
  }
  .hero__btn {
    max-width: 240px;
  }
  .btn {
    min-height: 44px;
  }
}
@media (max-width: 992px) {
  .date-aside {
    width: 32%;
    padding: 42px 20px;
  }
  .date-main {
    width: 65%;
  }
  .skip-cards__right {
    flex-basis: 38%;
  }
  .skip-cards__img {
    flex-basis: 57%;
  }
  .who-we__wrapper {
    gap: 40px;
  }
  .three-slides__slider {
    max-width: 632px;
  }
  .hero__img {
    margin-bottom: -119px;
  }
  .hero__content {
    margin-left: 62px;
  }
  .header__wrapper {
    margin: 0;
  }
  .logo img {
    max-width: 180px;
  }
  .steps__col {
    flex-wrap: wrap;
  }
  .steps__right {
    flex-basis: 100%;
    margin: -40px auto 0 auto;
  }
  .steps__left {
    flex-basis: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .steps__content {
    margin: 27px auto 0 auto;
    max-width: 180px;
  }
  .steps__col:nth-child(3) .steps__right {
    margin: -70px auto 0 auto;
  }
  .steps__col:nth-child(4) .steps__right {
    margin: -70px auto 0 auto;
  }
  .footer__wrapper .logo {
    margin-left: 0;
  }
  .footer__info {
    margin: 0 40px;
  }
  .skip-cards__title {
    font-size: 24px;
  }
  .heading-text__h3 {
    font-size: 32px;
  }
  .booking__h4 {
    font-size: 20px;
  }
  .customers__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-nav.active {
    top: -66px;
  }
  .header {
    min-height: 160px;
  }
  .main-menu {
    gap: 40px;
  }
  .header-nav {
    left: 0;
    padding: 94px 10px 71px 15px;
    max-width: 320px;
  }
  .main-menu .menu-item a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header-nav {
    top: -1000px;
    max-width: unset;
    width: 100%;
    padding: 78px 10px 71px 15px;
  }
  .date-aside {
    width: 100%;
  }
  .date-main {
    width: 100%;
    margin-top: 24px;
  }
  .contact-top {
    flex-wrap: wrap;
  }
  .contact-top__line {
    flex-basis: 100%;
  }
  .booking__wrapper {
    flex-wrap: wrap;
  }
  .booking__col {
    flex-basis: 48%;
  }
  .skip-cards__wrapper {
    flex-wrap: wrap;
  }
  .skip-cards__card {
    padding: 30px 20px;
  }
  .skip-cards__right {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .skip-cards__title {
    text-align: center;
  }
  .skip-cards__h6 {
    text-align: center;
  }
  .skip-cards__yards {
    text-align: center;
  }
  .skip-cards__sizes {
    text-align: center;
  }
  .skip-cards__content {
    margin: 0 auto;
  }
  .skip-cards__price {
    text-align: center;
  }
  .skip-cards__img {
    flex-basis: 100%;
  }
  .steps__h4 {
    font-size: 20px;
  }
  .footer__info {
    flex-basis: 50%;
    margin: 0;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__right {
    flex-basis: 48%;
  }
  .footer__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__wrapper .logo {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .steps__col:nth-child(1) .steps__icon {
    max-width: 70px;
    margin-right: -28px;
    margin-bottom: -63px;
  }
  .steps__col:nth-child(2) .steps__icon {
    margin-right: -86px;
    margin-bottom: -66px;
  }
  .steps__col:nth-child(3) .steps__number {
    margin-bottom: 24px;
  }
  .steps__col:nth-child(3) .steps__h4 {
    margin-top: 20px;
  }
  .steps__col:nth-child(4) .steps__number {
    margin-bottom: 36px;
    margin-left: -192px;
  }
  .steps__number {
    font-size: 165px;
  }
  .steps {
    padding: 0 0 40px 0;
  }
  .customer-reviews__slide {
    padding: 34px 16px;
  }
  .who-we__text {
    font-size: 16px;
  }
  .who-we__card {
    padding: 42px 16px;
  }
  .who-we__card {
    max-width: 480px;
    margin: 0 auto;
  }
  .who-we__wrapper {
    grid-template-columns: 1fr;
  }
  .three-slides__slider {
    max-width: 515px;
  }
  .three-slides__h3 {
    font-size: 24px;
  }
  .hero__wrapper {
    flex-wrap: wrap;
  }
  .hero__img {
    margin-bottom: 0;
  }
  .hero__content {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero {
    padding: 20px 0;
  }
  .btn {
    font-size: 16px;
  }
  .hero__h1 {
    font-size: 24px;
  }
  .hero__left {
    flex-basis: 100%;
  }
  .hero__right {
    flex-basis: 100%;
  }
  .three-slides {
    padding-top: 40px;
  }
  .three-slides__slider {
    max-width: 388px;
  }
  .heading-text__text {
    letter-spacing: 2px;
  }
  .heading-text__h3 {
    font-size: 24px;
  }
  .skip-cards__card {
    margin-bottom: 32px;
  }
  .permit-table__left {
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px;
  }
  .about__middle {
    flex-wrap: wrap;
  }
  .about__left {
    flex-basis: 100%;
  }
  .about__right {
    flex-basis: 70%;
    margin: 20px auto 0 auto;
  }
  .about__toptext {
    font-size: 18px;
  }
  .about__left {
    font-size: 18px;
  }
  .about__h3 {
    margin: 32px 0;
    font-size: 24px;
  }
  .customers__h3 {
    font-size: 24px;
  }
  .locations__item {
    flex-basis: 25%;
  }
}
@media (max-width: 576px) {
  body .date-select .datepick-days-row .datepick-days-cell a {
    font-size: 12px;
  }
  body .date-select .datepick-days-row .datepick-days-cell::after {
    width: 38px;
    height: 38px;
  }
  .date-select .datepick td {
    width: 38px !important;
    height: 38px !important;
  }
  .date-select .datepick thead th span {
    font-size: 14px;
  }
  .modal-form__two {
    grid-template-columns: 1fr;
  }
  .modal-form__selects {
    grid-template-columns: 1fr;
  }
  .locations__item {
    flex-basis: 33%;
  }
  .customers__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .customers__h3 {
    font-size: 20px;
  }
  .about__h3 {
    font-size: 20px;
  }
  .about__toptext {
    font-size: 16px;
    text-align: center;
  }
  .about__left {
    font-size: 16px;
    text-align: center;
  }
  .heading-text__h3 {
    font-size: 20px;
  }
  .skip-cards__title {
    font-size: 20px;
  }
  .skip-cards__h6 {
    font-size: 16px;
  }
  .skip-cards__note {
    font-size: 14px;
  }
  .skip-cards__price span {
    font-size: 24px;
  }
  .skip-cards__title {
    text-align: left;
  }
  .skip-cards__h6 {
    text-align: left;
  }
  .skip-cards__price {
    text-align: left;
  }
  .skip-cards__yards {
    text-align: left;
  }
  .skip-cards__sizes {
    text-align: left;
  }
  .footer__info {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer__h4 {
    margin-bottom: 12px;
  }
  .footer__right {
    flex-basis: 100%;
  }
  .steps__col {
    flex-basis: 100%;
  }
  .steps__col:first-child {
    padding-left: 0;
  }
  .customer-reviews__pag {
    gap: 15px;
  }
  .three-slides__slider {
    max-width: 284px;
  }
  .hero__h1 {
    margin: 24px 0 30px;
  }
  .header__info {
    display: none;
  }
  .logo img {
    max-width: 120px;
  }
  .header {
    min-height: 80px;
  }
  .permit-table {
    margin: 40px 0;
  }
}
@media (max-width: 420px) {
  body .date-select .calendar-links {
    margin-left: 220px;
  }
  .locations__item {
    flex-basis: 50%;
  }
  .about__right {
    flex-basis: 80%;
  }
  .permit-table__line {
    flex-direction: column;
    gap: 12px;
  }
  .permit-table__text {
    margin-bottom: 24px;
  }
  .booking__col:nth-child(2) .booking__top {
    justify-content: center;
    padding-left: 0;
  }
  .booking__bottom {
    margin: 0 auto;
  }
  .booking__col:nth-child(3) .booking__top {
    justify-content: center;
    padding-left: 0;
  }
  .booking__col {
    flex-basis: 100%;
  }
  .skip-cards__card {
    padding: 20px 14px;
  }
}