@import url("https://fonts.googleapis.com/css2?family=Grenze:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Grenze", serif;
  margin: 0;
  padding: 65px 0 0;
  font-size: 16px;
  color: #94969C;
  background: url("../images/main-background.jpg") #0C111D;
  background-position: top left;
  background-size: cover;
}
@media (min-width: 768px) {
  body {
    padding-top: 82px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    padding-top: 137px;
  }
}

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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Grenze Gotisch", serif;
  font-weight: 600;
  color: #ffffff;
}

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: #ac7322;
  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 {
  font-family: "Grenze", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

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

svg, picture, img {
  display: block;
}

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

.ui-datepicker {
  background-color: #0C111D;
  top: 27px !important;
  left: 0 !important;
  border-radius: 8px;
  border: 1px solid #333741;
  display: none;
  width: 100%;
  max-width: 400px;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #333741;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 15px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #CECFD2;
}
.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: 16px;
  color: #CECFD2;
}
.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: 14px;
  padding: 2px 0;
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #ac7322;
  }
}
.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: #ffffff;
  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: #ac7322;
  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: #94969C;
  font-weight: 700;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  opacity: 0.3;
  font-size: 12px;
}

.contactColumns__left__data__btnMap a, .contactColumns__left__data__btn a, .servicesList__item--contact .svcLastBlock__btn__link, .homeIntro__textBlock__buttons__link, .form-general__button__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid transparent;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}
@media (min-width: 768px) {
  .contactColumns__left__data__btnMap a, .contactColumns__left__data__btn a, .servicesList__item--contact .svcLastBlock__btn__link, .homeIntro__textBlock__buttons__link, .form-general__button__submit {
    padding: 0 22px;
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .contactColumns__left__data__btnMap a, .contactColumns__left__data__btn a, .servicesList__item--contact .svcLastBlock__btn__link, .homeIntro__textBlock__buttons__link, .form-general__button__submit {
    padding: 0 24px;
    height: 56px;
  }
}

.contactColumns__left__data__btnMap a, .servicesList__item--contact .svcLastBlock__btn__link, .homeIntro__textBlock__buttons__link--appointment, .form-general__button__submit {
  background-color: #ac7322;
  border-color: #d99b41;
}

.contactColumns__left__data__btn a, .homeIntro__textBlock__buttons__link--download {
  background-color: #161B26;
  border-color: #323d56;
}

@media (min-width: 1200px) {
  .contactColumns__left__data__btnMap a:hover, .contactColumns__left__data__btn a:hover, .servicesList__item--contact .svcLastBlock__btn__link:hover, .homeIntro__textBlock__buttons__link:hover, .form-general__button__submit:hover {
    background-color: #ffffff;
    border-color: #CECFD2;
    color: #0C111D;
  }
}

.homeTestimonials__container, .homeServices__container, .legalSection__container, .footer__container, .header__container, .innerContainer {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

.menuPageWrapper__item .menuMid__pic__img, .menuPageWrapper__item .menuSVCTop__pic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stickyCookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  width: calc(100% - 40px);
  padding: 25px;
  background-color: #161B26;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media (min-width: 576px) {
  .stickyCookies {
    max-width: 500px;
  }
}
.stickyCookies.visible {
  opacity: 1;
  pointer-events: all;
}
.stickyCookies__text {
  font-size: 14px;
  line-height: 1.6;
}
.stickyCookies__btns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.stickyCookies__btns__link {
  padding: 9px 15px 8px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
}
.stickyCookies__btns__link--link1 {
  background-color: #ac7322;
  margin-right: 10px;
}
.stickyCookies__btns__link--link2 {
  background-color: #FDB022;
}
@media (min-width: 1200px) {
  .stickyCookies__btns__link:hover {
    background-color: #ffffff;
    color: #1F242F;
  }
}

.break {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.inner-space-top {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .inner-space-top {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .inner-space-top {
    padding-top: 48px;
  }
}

.innerTitle {
  text-align: center;
  font-size: 36px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .innerTitle {
    padding-bottom: 20px;
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .innerTitle {
    padding-bottom: 24px;
    font-size: 48px;
  }
}

.form-general ::-ms-input-placeholder { /* Edge 12-18 */
  color: #61646C;
}
.form-general ::placeholder {
  color: #61646C;
}
@media (min-width: 768px) {
  .form-general__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media (min-width: 768px) {
  .form-general__row .form-general__block {
    margin: 0 12px;
    width: calc(50% - 24px);
  }
}
.form-general__block {
  position: relative;
  padding-bottom: 24px;
}
.form-general__block__label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 5px;
}
.form-general__block__input, .form-general__block__textarea {
  border: 1px solid #333741;
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  height: 46px;
}
.form-general__block__input.disabled {
  pointer-events: none;
}
.form-general__block__textarea {
  height: 120px;
  resize: none;
}
.form-general__block__error {
  color: #F97066;
  font-size: 12px;
  display: none;
  padding-top: 5px;
}
.form-general__block.error .form-general__block__error {
  display: block;
}
.form-general__block--phone .phoneText {
  position: absolute;
  top: 40px;
  left: 15px;
  font-size: 14px;
}
.form-general__block--phone .form-general__block__input {
  padding-left: 50px;
}
.form-general__block--checkbox {
}
@media (min-width: 768px) {
  .form-general__block--checkbox {
    display: flex;
    justify-content: center;
  }
}
.form-general__block--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.form-general__block--checkbox input:checked + label:before {
  background-color: #ac7322;
  border-color: #ac7322;
}
.form-general__block--checkbox input:checked + label:after {
  opacity: 1;
}
.form-general__block--checkbox label {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.form-general__block--checkbox label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #333741;
  background-color: transparent;
  transition: background-color 0.5s, border-color 0.5s;
}
.form-general__block--checkbox label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 4px;
  transform: rotate(-45deg);
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  opacity: 0;
  transition: opacity 0.5s;
}
.form-general__block--checkbox label a {
  color: #94969C;
  text-decoration: underline;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .form-general__block--checkbox label a:hover {
    color: #ac7322;
  }
}
@media (min-width: 768px) {
  .form-general__button {
    display: flex;
    justify-content: center;
  }
}
.form-general__button__submit {
  font-size: 16px;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .form-general__button__submit {
    width: auto;
  }
}
.form-success {
  background-color: #2ecc71;
  padding: 12px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 32px;
  display: none;
}
.form-success.visible {
  display: block;
}

.formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.formMessage .status-msg.error {
  background-color: rgba(249, 112, 102, 0.15);
  color: #F97066;
  padding: 15px 20px;
}
.formMessage .status-msg.error p {
  font-weight: 700;
  padding-bottom: 5px;
}
.formMessage .status-msg.success {
  background-color: #2ecc71;
  padding: 15px 20px;
  color: #ffffff;
}
.formMessage .status-msg.success span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  background-color: #0C111D;
  padding: 20px 0;
  border-bottom: 1px solid #1F242F;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .header {
    background-color: rgba(12, 17, 29, 0.4);
    backdrop-filter: blur(5px);
  }
}
@media (min-width: 1200px) {
  .header.smHeader {
    background-color: #0C111D;
  }
}
@media (min-width: 1200px) {
  .header.smHeader .header__logo img {
    height: 50px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: block;
}
@media (min-width: 1200px) {
  .header__logo {
    animation-name: header-logo;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: rotateY(-180deg);
  }
}
@media (min-width: 1200px) {
  .header__logo--mob {
    display: none;
  }
}
.header__logo--desk {
  display: none;
}
@media (min-width: 1200px) {
  .header__logo--desk {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header__logo img {
    height: 96px;
    transition: height 0.5s;
  }
}
.header__navBlock {
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 1;
  width: 320px;
  height: 100%;
  padding: 20px;
  background-color: #0C111D;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: left 0.5s;
}
@media (min-width: 768px) {
  .header__navBlock {
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    flex: 1;
  }
}
.header__navBlock.visible {
  left: 0;
}
.header__navBlock__logo {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .header__navBlock__logo {
    display: none;
  }
}
.header__navBlock__logo img {
  width: 100px;
}
@media (min-width: 768px) {
  .header__navBlock__navList {
    display: flex;
    flex-wrap: wrap;
    padding-right: 130px;
  }
}
.header__navBlock__navList__link {
  display: block;
  text-align: center;
  color: #CECFD2;
  padding: 10px 40px;
  font-size: 16px;
  transition: color 0.5s;
}
@media (min-width: 768px) {
  .header__navBlock__navList__link {
    padding: 8px 15px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .header__navBlock__navList__link:hover {
    color: #ac7322;
  }
}
.header__navBlock__navList__link:last-child {
  margin-right: 0;
}
.header__navBlock__navList__link.active {
  color: #ac7322;
}
@media (min-width: 1200px) {
  .header__navBlock__navList__link.active {
    background-color: #1F242F;
    border-radius: 6px;
    color: #ffffff;
  }
}
.header__navBlock__shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 17, 29, 0.75);
}
.header__navBlock__reservation {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  background-color: #ac7322;
  padding: 8px 0;
  color: #ffffff;
  font-size: 16px;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .header__navBlock__reservation {
    position: absolute;
    right: 0;
    width: auto;
    margin: 0;
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .header__navBlock__reservation:hover {
    background-color: #0C111D;
    color: #ac7322;
  }
}
@media (min-width: 1200px) {
  .header__navBlock__reservation:hover .icon {
    transform: rotate(90deg);
    fill: #ac7322;
  }
}
.header__navBlock__reservation .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 8px;
  transition: transform 0.5s, fill 0.5s;
}
.header__lines {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px 5px;
}
@media (min-width: 768px) {
  .header__lines {
    display: none;
  }
}
.header__lines__line {
  background-color: #ffffff;
  width: 18px;
  height: 2px;
}
.header__lines__line--1 {
  transform-origin: top right;
  transition: transform 0.5s;
}
.header__lines__line--2 {
  margin: 3px 0;
  width: 12px;
  transition: opacity 0.5s;
}
.header__lines__line--3 {
  transform-origin: bottom right;
  transition: transform 0.5s;
}
.header__lines.navOpened .header__lines__line--1 {
  transform: rotate(-45deg);
  width: 15px;
}
.header__lines.navOpened .header__lines__line--2 {
  opacity: 0;
}
.header__lines.navOpened .header__lines__line--3 {
  transform: rotate(45deg);
  width: 15px;
}

@keyframes header-logo {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.footer {
  background-color: #0C111D;
  color: #CECFD2;
  padding: 50px 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 65px;
  }
}
.footer__top {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .footer__top {
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
  }
}
.footer__left__social {
  padding-bottom: 32px;
}
.footer__left__social__title {
  padding-bottom: 8px;
}
.footer__left__nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
}
@media (min-width: 576px) {
  .footer__left__nav {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .footer__left__nav {
    padding-bottom: 0;
  }
}
.footer__left__nav__link {
  width: 150px;
  color: #CECFD2;
  margin-bottom: 16px;
  transition: color 0.5s;
}
@media (min-width: 576px) {
  .footer__left__nav__link {
    width: auto;
    margin: 0 32px 0 0;
  }
}
.footer__left__nav__link:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .footer__left__nav__link:hover {
    color: #ac7322;
  }
}
.footer__getApp__title {
  margin-bottom: 15px;
}
.footer__getApp__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__getApp__list {
    flex-direction: column;
  }
}
.footer__getApp__list__link:first-child {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .footer__getApp__list__link:first-child {
    margin: 0 0 16px;
  }
}
.footer__getApp__list__link:first-child img {
  border: none;
}
.footer__getApp__list__link:last-child {
  opacity: 0.2;
  pointer-events: none;
}
.footer__getApp__list__img {
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .footer__getApp__list__img {
    height: auto;
    width: 135px;
  }
}
.footer__lastRow {
  font-weight: 400;
  border-top: 1px solid #1F242F;
  padding-top: 32px;
}
.footer__lastRow a {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__lastRow a:hover {
    color: #ac7322;
  }
}

.legalSection {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .legalSection {
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .legalSection {
    padding-bottom: 42px;
  }
}
.legalSection__title {
  font-size: 32px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .legalSection__title {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .legalSection__title {
    font-size: 48px;
    padding-bottom: 24px;
  }
}
.legalSection h2, .legalSection h3, .legalSection h4, .legalSection h5 {
  font-size: 24px;
  padding: 10px 0 5px;
}
@media (min-width: 768px) {
  .legalSection h2, .legalSection h3, .legalSection h4, .legalSection h5 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .legalSection h2, .legalSection h3, .legalSection h4, .legalSection h5 {
    font-size: 32px;
  }
}
.legalSection h3 {
  font-size: 22px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .legalSection h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .legalSection h3 {
    font-size: 28px;
  }
}
.legalSection h4 {
  font-size: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .legalSection h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .legalSection h4 {
    font-size: 24px;
  }
}
.legalSection h5 {
  font-size: 18px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .legalSection h5 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .legalSection h5 {
    font-size: 20px;
  }
}
.legalSection p {
  line-height: 1.8;
  padding-bottom: 15px;
}
.legalSection p a {
  color: #ac7322;
}
@media (min-width: 1200px) {
  .legalSection p a:hover {
    text-decoration: underline;
  }
}
.legalSection ul, .legalSection ol {
  padding-bottom: 10px;
  margin-left: 20px;
}
.legalSection ul li, .legalSection ol li {
  list-style: disc;
  line-height: 1.7;
  padding-bottom: 8px;
}
.legalSection ul li a, .legalSection ol li a {
  color: #ac7322;
}
@media (min-width: 1200px) {
  .legalSection ul li a:hover, .legalSection ol li a:hover {
    text-decoration: underline;
  }
}
.legalSection ul ol, .legalSection ul ul, .legalSection ol ol, .legalSection ol ul {
  padding: 10px 0 0 0;
  margin-left: 20px;
}
.legalSection ul ol li:last-child, .legalSection ul ul li:last-child, .legalSection ol ol li:last-child, .legalSection ol ul li:last-child {
  padding-bottom: 0;
}
.legalSection ul ol li, .legalSection ol ol li {
  list-style: decimal;
}
.legalSection ol > li {
  list-style: decimal;
}

.homeIntro {
  padding: 64px 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .homeIntro {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .homeIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    padding: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) {
  .homeIntro__textBlock {
    width: 50%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-end;
  }
}
.homeIntro__textBlock__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .homeIntro__textBlock__inner {
    max-width: 610px;
    padding-right: 20px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .homeIntro__textBlock__inner {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__inner {
    padding-right: 115px;
  }
}
.homeIntro__textBlock__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock__title {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__title {
    font-size: 60px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__text {
    font-size: 20px;
  }
}
.homeIntro__textBlock__buttons {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .homeIntro__textBlock__buttons {
    flex-direction: row;
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .homeIntro__textBlock__buttons {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__buttons {
    padding-top: 48px;
  }
}
@media (min-width: 576px) {
  .homeIntro__textBlock__buttons__link--download {
    margin-right: 12px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__buttons__link--download:hover .icon {
    fill: #0C111D;
  }
}
.homeIntro__textBlock__buttons__link--download .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 10px;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .homeIntro__textBlock__buttons__link--download .icon {
    margin-right: 12px;
  }
}
.homeIntro__textBlock__buttons__link--appointment {
  order: -1;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .homeIntro__textBlock__buttons__link--appointment {
    order: 1;
    margin-bottom: 0;
  }
}
.homeIntro__pic {
  display: none;
}
@media (min-width: 768px) {
  .homeIntro__pic {
    width: 50%;
    display: block;
  }
}
@media (min-width: 1200px) {
  .homeIntro__pic {
    height: 650px;
  }
}
@media (min-width: 1400px) {
  .homeIntro__pic {
    height: 720px;
  }
}
.homeIntro__pic__img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .homeIntro__pic__img {
    height: 100%;
    object-fit: cover;
    object-position: center left;
  }
}

.homeServices {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .homeServices {
    margin-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .homeServices {
    margin-bottom: 72px;
  }
}
.homeServices__inner {
  background-color: #0C111D;
  padding: 32px 20px;
}
@media (min-width: 1200px) {
  .homeServices__inner {
    background-color: transparent;
    padding: 0;
  }
}
.homeServices__title {
  font-size: 30px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .homeServices__title {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .homeServices__title {
    font-size: 36px;
  }
}
.homeServices__text {
  font-size: 18px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .homeServices__text {
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .homeServices__text {
    padding-bottom: 64px;
  }
}
.homeServices__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .homeServices__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.homeServices__list__item {
  background-color: #161B26;
  padding: 20px;
}
@media (min-width: 1200px) {
  .homeServices__list__item {
    padding: 24px;
  }
}
.homeServices__list__icon {
  width: 48px;
  height: 48px;
  background-color: #ac7322;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .homeServices__list__icon {
    margin-bottom: 64px;
  }
}
.homeServices__list__icon .icon {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  opacity: 0.5;
}
.homeServices__list__title {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 12px;
}
.homeServices__list__text {
  padding-bottom: 16px;
  color: #94969C;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .homeServices__list__text {
    padding-bottom: 20px;
  }
}
.homeServices__list__cta {
  display: flex;
}
.homeServices__list__cta__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: color 0.5s;
}
.homeServices__list__cta__link .icon {
  position: relative;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-left: 12px;
  transition: fill 0.5s, left 0.25s;
}
@media (min-width: 1200px) {
  .homeServices__list__cta__link:hover {
    color: #ac7322;
  }
}
@media (min-width: 1200px) {
  .homeServices__list__cta__link:hover .icon {
    fill: #ac7322;
    left: 5px;
  }
}

.homeTestimonials {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .homeTestimonials {
    background-color: #0C111D;
    margin-bottom: 0;
    padding: 96px 0;
  }
}
.homeTestimonials__inner {
  background-color: #0C111D;
  padding: 64px 20px;
}
@media (min-width: 768px) {
  .homeTestimonials__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .homeTestimonials__inner {
    padding: 0;
  }
}
.homeTestimonials__slider {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .homeTestimonials__slider {
    width: 50%;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .homeTestimonials__slider {
    padding-right: 32px;
  }
}
.homeTestimonials__slider .slick-track {
  display: flex;
}
.homeTestimonials__slider .slick-track .slick-slide {
  height: auto;
}
.homeTestimonials__slider .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.homeTestimonials__slider__arrows {
  display: flex;
}
@media (min-width: 1200px) {
  .homeTestimonials__slider__arrows {
    justify-content: flex-end;
  }
}
.homeTestimonials__slider__arrows__left, .homeTestimonials__slider__arrows__right {
  width: 48px;
  height: 48px;
  border: 1px solid #1F242F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.5s;
}
.homeTestimonials__slider__arrows__left .icon, .homeTestimonials__slider__arrows__right .icon {
  width: 12px;
  height: 12px;
  fill: #94969C;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .homeTestimonials__slider__arrows__left:hover, .homeTestimonials__slider__arrows__right:hover {
    border-color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .homeTestimonials__slider__arrows__left:hover .icon, .homeTestimonials__slider__arrows__right:hover .icon {
    fill: #ffffff;
  }
}
.homeTestimonials__slider__arrows__left {
  margin-right: 16px;
}
.homeTestimonials__list__item {
  height: 100%;
}
.homeTestimonials__list__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homeTestimonials__list__stars {
  display: flex;
  padding-bottom: 22px;
}
.homeTestimonials__list__stars .icon {
  width: 20px;
  height: 20px;
  fill: #FDB022;
  margin-right: 3px;
}
@media (min-width: 1200px) {
  .homeTestimonials__list__stars .icon {
    margin-right: 6px;
  }
}
.homeTestimonials__list__stars .icon:last-child {
  margin-right: 0;
}
.homeTestimonials__list__text {
  font-size: 24px;
  font-family: "Grenze Gotisch", serif;
  color: #ffffff;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .homeTestimonials__list__text {
    font-size: 32px;
  }
}
.homeTestimonials__list__text p {
  padding-bottom: 20px;
}
.homeTestimonials__list__writer {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .homeTestimonials__list__writer {
    margin-bottom: 0;
  }
}
.homeTestimonials__pic {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .homeTestimonials__pic {
    width: 50%;
    margin: 0;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .homeTestimonials__pic {
    padding-left: 32px;
  }
}
.homeTestimonials__pic__img {
  width: 100%;
}

.aboutShortIntro {
  padding-bottom: 32px;
}
.aboutShortIntro__text {
  text-align: center;
  font-size: 18px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .aboutShortIntro__text {
    padding-bottom: 56px;
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .aboutShortIntro__text {
    font-size: 20px;
    padding-bottom: 64px;
  }
}
.aboutShortIntro__pic__img {
  width: 100%;
}

.aboutCenterBox {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.aboutCenterBox__title {
  font-size: 24px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .aboutCenterBox__title {
    font-size: 27px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .aboutCenterBox__title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.aboutCenterBox__text {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .aboutCenterBox__text {
    padding-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .aboutCenterBox__text {
    padding-bottom: 48px;
  }
}
.aboutCenterBox__picBox {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .aboutCenterBox__picBox {
    padding-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .aboutCenterBox__picBox {
    padding-bottom: 48px;
  }
}
.aboutCenterBox__picBox__pic {
  margin-bottom: 16px;
}
.aboutCenterBox__picBox__pic__img {
  width: 100%;
}
.aboutCenterBox__picBox__caption {
  font-size: 14px;
}

.servicesList {
  padding: 16px 0 40px;
}
@media (min-width: 768px) {
  .servicesList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .servicesList {
    margin: 0 -16px;
    padding-bottom: 80px;
  }
}
.servicesList__item {
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .servicesList__item {
    background-color: #0C111D;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .servicesList__item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}
@media (min-width: 1200px) {
  .servicesList__item {
    width: calc(33.3333% - 32px);
    margin: 0 16px 32px;
    padding: 40px;
  }
}
@media (min-width: 576px) {
  .servicesList__item--contact .svcLastBlock__title {
    text-align: center;
  }
}
.servicesList__item--contact .svcLastBlock__text {
  padding-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .servicesList__item--contact .svcLastBlock__text {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .servicesList__item--contact .svcLastBlock__text {
    margin: 0 -10px;
  }
}
@media (min-width: 576px) {
  .servicesList__item--contact .svcLastBlock__btn {
    display: flex;
    justify-content: center;
  }
}
.servicesList__item--contact .svcLastBlock__btn__link {
  font-weight: 600;
  border: none;
}
.servicesList__icon {
  width: 48px;
  height: 48px;
  background-color: #ac7322;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.servicesList__icon .icon {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  opacity: 0.6;
}
.servicesList__title {
  font-size: 24px;
  padding-bottom: 20px;
}
.servicesList__innerList__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.servicesList__innerList__item:last-child {
  margin-bottom: 0;
}
.servicesList__innerList__item .icon {
  width: 28px;
  height: 28px;
  fill: #ac7322;
  margin-right: 12px;
}
.servicesList__innerList__item .text {
  width: calc(100% - 40px);
  font-size: 16px;
}

.svc-menuList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.svc-menuList__item {
  margin: 0 5px 10px;
  border-radius: 999px;
  padding: 7px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .svc-menuList__item {
    padding: 8px 22px;
  }
}
@media (min-width: 1200px) {
  .svc-menuList__item {
    padding: 8px 28px;
  }
}
@media (min-width: 1200px) {
  .svc-menuList__item:hover {
    background-color: #eed3ac;
    color: #0C111D;
  }
}
.svc-menuList__item.active {
  background-color: #ac7322;
  color: #ffffff;
}

.menuPageWrapper {
  background-color: rgba(12, 17, 29, 0.5);
  padding: 30px 20px;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .menuPageWrapper {
    padding: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper {
    padding: 60px 50px;
    margin-bottom: 100px;
  }
}
.menuPageWrapper__item {
  display: none;
}
.menuPageWrapper__item .menuSVCTop {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuSVCTop {
    margin-bottom: 50px;
  }
}
.menuPageWrapper__item .menuSVCTop__content {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop__content {
    padding: 20px 0;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuSVCTop__content {
    padding: 35px 0;
    width: calc(50% - 25px);
  }
}
.menuPageWrapper__item .menuSVCTop__content__title {
  font-size: 24px;
  color: #ac7322;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop__content__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuSVCTop__content__title {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
.menuPageWrapper__item .menuSVCTop__content__text {
  line-height: 1.4;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuSVCTop__content__text {
    padding-top: 15px;
  }
}
@media (min-width: 576px) {
  .menuPageWrapper__item .menuSVCTop__pic {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop__pic {
    position: relative;
    width: calc(50% - 20px);
    height: auto;
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuSVCTop__pic {
    width: calc(50% - 25px);
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop__pic--height {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuSVCTop__pic__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.menuPageWrapper__item .menuMid {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.menuPageWrapper__item .menuMid--pb0 {
  padding-bottom: 0;
}
.menuPageWrapper__item .menuMid__title {
  font-size: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__title {
    font-size: 28px;
  }
}
.menuPageWrapper__item .menuMid__pic {
  display: none;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid__pic {
    position: sticky;
    top: 120px;
    display: block;
    width: calc(50% - 20px);
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__pic {
    max-height: 500px;
    width: calc(50% - 25px);
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid__pic--height {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid__priceBlock {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__priceBlock {
    width: calc(50% - 25px);
  }
}
.menuPageWrapper__item .menuMid__priceBlock .priceBlock__item {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__priceBlock .priceBlock__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menuPageWrapper__item .menuMid__priceBlock .priceBlock__item:last-child {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__priceBlock .priceBlock__left {
    width: calc(100% - 140px);
  }
}
.menuPageWrapper__item .menuMid__priceBlock .priceBlock__left__title {
  font-family: "Grenze", serif;
  color: #ac7322;
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__priceBlock .priceBlock__left__title {
    font-size: 24px;
  }
}
.menuPageWrapper__item .menuMid__priceBlock .priceBlock__left__text {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .menuPageWrapper__item .menuMid__priceBlock .priceBlock__left__text {
    padding-top: 10px;
    margin-right: -140px;
  }
}
.menuPageWrapper__item .menuMid--addons {
  display: block;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid--addons .menuMid__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .menuPageWrapper__item .menuMid--addons .menuMid__pic {
    order: 1;
  }
}

@media (min-width: 768px) {
  .contactColumns {
    padding-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .contactColumns {
    padding-bottom: 112px;
  }
}
@media (min-width: 768px) {
  .contactColumns__left {
    background-color: #0C111D;
    padding: 24px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .contactColumns__left {
    padding: 48px;
  }
}
.contactColumns__left__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .contactColumns__left__data:last-child {
    padding-bottom: 0;
  }
}
.contactColumns__left__data__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ac7322;
  margin-bottom: 16px;
}
.contactColumns__left__data__icon .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.contactColumns__left__data__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.contactColumns__left__data__title a {
  color: #ffffff;
  text-decoration: none;
}
.contactColumns__left__data__text {
  font-size: 16px;
  padding-bottom: 16px;
}
.contactColumns__left__data__text.pb0 {
  padding-bottom: 0;
}
.contactColumns__left__data__text a {
  color: #ffffff;
  text-decoration: none;
}
.contactColumns__left__data__btn {
  width: 100%;
}
@media (min-width: 576px) {
  .contactColumns__left__data__btn {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .contactColumns__left__data__btn {
    display: none;
  }
}
.contactColumns__left__data__mapBlock {
  width: 100%;
  padding-bottom: 10px;
}
.contactColumns__left__data__mapBlock iframe {
  display: block;
  width: 100%;
  height: 220px;
}
@media (min-width: 576px) {
  .contactColumns__left__data__mapBlock iframe {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .contactColumns__left__data__mapBlock iframe {
    height: 465px;
  }
}
.contactColumns__right {
  padding: 24px 24px 32px;
  background-color: #0C111D;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .contactColumns__right {
    width: calc(50% - 16px);
    margin: 0;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .contactColumns__right {
    padding: 48px;
  }
}
.contactColumns__right__title {
  text-align: center;
  font-size: 36px;
  padding-bottom: 32px;
}

.reservationBlock {
  background-color: #0C111D;
  padding: 32px 32px 48px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .reservationBlock {
    margin: 64px auto;
    padding: 48px;
  }
}
@media (min-width: 1200px) {
  .reservationBlock {
    padding: 48px 100px;
  }
}
.reservationBlock__title {
  text-align: center;
  font-size: 36px;
  padding-bottom: 32px;
}
.reservationBlock .time-select {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  border: 1px solid #333741;
  border-radius: 8px;
  background-color: #0C111D;
  padding: 10px;
  max-height: 280px;
  overflow-y: auto;
}
.reservationBlock .time-select__list__item {
  position: relative;
  font-size: 16px;
  color: #CECFD2;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.5s;
}
.reservationBlock .time-select__list__item:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 4px;
  border-left: 2px solid #FDB022;
  border-bottom: 2px solid #FDB022;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 1200px) {
  .reservationBlock .time-select__list__item:hover {
    background-color: #1F242F;
  }
}
.reservationBlock .time-select__list__item.active {
  background-color: #1F242F;
}
.reservationBlock .time-select__list__item.active:after {
  opacity: 1;
}

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