ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #ffb400;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}

img, svg {
  display: block;
}

.OF-Hidden {
  overflow: hidden;
}

.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 21;
  background-color: #525252;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.5s;
  display: none;
}
@media (min-width: 1200px) {
  .go-to-top:hover {
    background-color: #ffb400;
  }
}
.go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.slick-slide > div {
  display: flex;
}

#date-picker-div {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.ui-datepicker {
  background-color: #ffffff;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0px;
  border: 1px solid #10434a;
  display: none;
  width: 100%;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #525252;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 15px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 1;
  font-weight: 600;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  padding: 10px 10px 20px;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar thead {
  width: 100%;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar thead tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  text-align: center;
  padding: 10px 0;
  width: 14.285%;
  font-size: 13px;
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-calendar tbody {
  width: 100%;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar tbody tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
  width: 14.285%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 2px 0;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: rgb(221.3181818182, 228.4090909091, 230.1818181818);
  }
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span, .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #151515;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td span, .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    width: 32px;
    height: 32px;
  }
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #6b116b;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today span {
  background-color: rgb(221.3181818182, 228.4090909091, 230.1818181818);
  font-weight: 700;
  color: #10434a;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  opacity: 0.3;
  font-size: 12px;
}

.container {
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.twoColLayout {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .twoColLayout .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.twoColLayout--left {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .twoColLayout--left {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .twoColLayout--left {
    width: calc(100% - 410px);
    padding-right: 50px;
    padding: 0 50px 50px 0;
  }
}
.twoColLayout--right {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .twoColLayout--right {
    max-width: 360px;
    margin: 0;
    padding-bottom: 50px;
  }
}

.button-1 {
  height: 45px;
  border-radius: 5px;
  background-color: #10434a;
  color: #ffffff;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .button-1 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-1 {
    height: 55px;
    padding: 0 30px;
  }
}
.button-1:after {
  content: "";
  position: relative;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 2px;
  transition: left 0.25s;
}
@media (min-width: 1200px) {
  .button-1:hover {
    background-color: #ffb400;
  }
}
@media (min-width: 1200px) {
  .button-1:hover:after {
    left: 3px;
  }
}

.button-2 {
  height: 45px;
  border-radius: 999px;
  border: 1px solid #10434a;
  color: #10434a;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, border-color 0.5s;
}
@media (min-width: 768px) {
  .button-2 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-2 {
    height: 55px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .button-2:hover {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #ffffff;
  }
}

.style1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .style1 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .style1 {
    margin-bottom: 50px;
  }
}
.style1 .center {
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: #10434a;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .style1 .center {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .style1 .center {
    font-size: 36px;
  }
}
.style1 .center:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #b8b8b8;
  border-radius: 50%;
}
.style1 .center:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: rgb(209.5, 209.5, 209.5);
  border-radius: 50%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  margin: 0 3px;
  height: 14px;
}
.slick-dots li button {
  border: 1px solid #10434a;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  transition: background-color 0.5s, border-color 0.5s;
}
@media (min-width: 1200px) {
  .slick-dots li button:hover {
    background-color: #ffb400;
    border-color: #ffb400;
  }
}
.slick-dots li.slick-active button {
  background-color: #10434a;
  border-color: #10434a;
}

.formBlock {
  background-color: #ecf0f1;
  padding: 30px 20px;
  width: 100%;
  margin-bottom: 60px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .formBlock {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .formBlock {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .formBlock {
    margin-bottom: 80px;
  }
}
.formBlock__sameDay {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.formBlock__sameDay span {
  background-color: #e74c3c;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 10px 5px;
  border-radius: 5px;
  font-weight: 500;
}
.formBlock .formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.formBlock .formMessage .status-msg.error {
  background-color: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  padding: 15px 20px;
}
.formBlock .formMessage .status-msg.error p {
  font-weight: 700;
  padding-bottom: 5px;
}
.formBlock .formMessage .status-msg.success {
  background-color: #6ab04c;
  padding: 15px 20px;
  color: #ffffff;
}
.formBlock .formMessage .status-msg.success span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.formBlock .form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .formBlock--inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .formBlock--inner {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock--inner {
    margin: 0 -15px;
  }
}
.formBlock__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__list {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
.formBlock__list.fullCol {
  width: 100%;
}
.formBlock__list--title {
  font-weight: 700;
  margin-bottom: 10px;
}
.formBlock__list--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
.formBlock__list--label .required {
  color: #e74c3c;
  font-size: 11px;
}
.formBlock__list--field {
  position: relative;
}
.formBlock__list--field.number {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.formBlock__list--field.number .number-button {
  width: 45px;
  height: 45px;
  padding-top: 5px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .formBlock__list--field.number .number-button:hover {
    background-color: #151515;
  }
}
.formBlock__list--field.number .formBlock__list--input {
  width: calc(100% - 90px);
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.formBlock__list--input, .formBlock__list--textarea, .formBlock__list--select {
  width: 100%;
  border: none;
  border-radius: 0px;
  height: 45px;
  padding: 3px 15px 0;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus, .formBlock__list--select:focus {
  border-color: #e74c3c;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #e74c3c;
  padding-top: 5px;
  font-weight: 500;
}
.formBlock__list .g-recaptcha > div > div {
  display: flex;
}
.formBlock__list__dropDown {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 0;
  border: 1px solid #10434a;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.formBlock__list__dropDown--item {
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .formBlock__list__dropDown--item {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .formBlock__list__dropDown--item:hover {
    background-color: rgb(221.3181818182, 228.4090909091, 230.1818181818);
  }
}
.formBlock__list__dropDown--item.active {
  background-color: #10434a;
  color: #ffffff;
}
.formBlock__list__dropDown--list.time {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.formBlock__list__dropDown--list.time .formBlock__list__dropDown--item {
  width: 25%;
  padding: 7px 12px;
  text-align: center;
  margin-bottom: 5px;
}
.formBlock__button {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__button {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
.formBlock__button--btn {
  border: 2px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  padding: 15px 35px 12px;
  border-radius: 0;
  transition: background-color 0.5s, color 0.5s;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .formBlock__button--btn {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .formBlock__button--btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.formBlock input::-webkit-outer-spin-button,
.formBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formBlock input[type=number] {
  -moz-appearance: textfield;
}

.contactInfo {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .contactInfo {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contactInfo__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contactInfo__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contactInfo__item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contactInfo__item {
    width: 50%;
  }
}
.contactInfo__item--icon {
  width: 44px;
  height: 44px;
  background-color: #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contactInfo__item--icon {
    width: 60px;
    height: 60px;
    background-color: #10434a;
  }
}
.contactInfo__item--icon .iconSVG {
  width: 20px;
  height: 20px;
  fill: #10434a;
}
@media (min-width: 1200px) {
  .contactInfo__item--icon .iconSVG {
    width: 26px;
    height: 26px;
    fill: #ffb400;
  }
}
.contactInfo__item--text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .contactInfo__item--text {
    font-size: 18px;
  }
}
.contactInfo__item--text .block {
  display: block;
}
.contactInfo__item--text a {
  color: #10434a;
  text-decoration: none;
}
.contactInfo__item.address {
  width: 100%;
}
@media (min-width: 1200px) {
  .contactInfo__item.address {
    border: 2px dashed #525252;
    border-radius: 20px;
    max-width: 750px;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
}

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