body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

.mainWrapper {
  font-size: 1rem;
  overflow: hidden;
}

html {
  font-size: 16px;
  color: #a2b8c1;
}

.wrapper {
  max-width: 100%;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #a2b8c1;
}
a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: #a2b8c1;
}

.homeSection .topSection {
  background-color: #f4f4f6;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .homeSection .topSection {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .homeSection .topSection {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.homeSection .topSection .flexBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox {
    display: block;
    text-align: center;
  }
}
.homeSection .topSection .flexBox .leftBox {
  width: 50%;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox .leftBox {
    width: 100%;
  }
}
.homeSection .topSection .flexBox .leftBox .pageLogo {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 42px;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox .leftBox .pageLogo {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }
}
.homeSection .topSection .flexBox .leftBox .pageLogo img {
  max-width: 100%;
  max-height: 90px;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox .leftBox .pageLogo img {
    max-height: auto;
  }
}
.homeSection .topSection .flexBox .leftBox .contactBox {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 16px 26px;
  background-color: #e6ebec;
  border-radius: 12px;
  max-width: 350px;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox .leftBox .contactBox {
    max-width: 100%;
    width: 100%;
  }
}
.homeSection .topSection .flexBox .leftBox .contactBox .contactBoxHeader {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.homeSection .topSection .flexBox .leftBox .contactBox .contactInfos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .homeSection .topSection .flexBox .leftBox .contactBox .contactInfos {
    display: block;
  }
}
.homeSection .topSection .flexBox .leftBox .contactBox .contactInfos .contactInfo {
  width: 50%;
  padding-right: 6px;
  box-sizing: border-box;
  font-size: 12px;
}
@media (max-width: 600px) {
  .homeSection .topSection .flexBox .leftBox .contactBox .contactInfos .contactInfo {
    width: 100%;
    padding-right: 0;
  }
}
.homeSection .topSection .flexBox .rightBox {
  width: 50%;
  text-align: right;
}
@media (max-width: 1200px) {
  .homeSection .topSection .flexBox .rightBox {
    display: none;
  }
}
.homeSection .topSection .flexBox .rightBox h1 {
  font-size: 33px;
  font-weight: 500;
  color: #a2b8c1;
}
.homeSection .topSection .flexBox .rightBox h2 {
  font-size: 29px;
  font-weight: bold;
}
.homeSection .topSection .flexBox .rightBox h2 img {
  margin-left: 2px;
}
.homeSection .contentSection {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1350px) {
  .homeSection .contentSection {
    display: block;
    padding-top: 2rem;
  }
}
.homeSection .contentSection .cardBox {
  box-sizing: border-box;
  width: 33.3333333333%;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.homeSection .contentSection .cardBox:first-of-type .cardBox__header {
  position: relative;
}
.homeSection .contentSection .cardBox:first-of-type .cardBox__header::after {
  content: "";
  display: block;
  background-color: #a2b8c1;
  position: absolute;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -100vw;
  z-index: -1;
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox:first-of-type .cardBox__header::after {
    display: none;
  }
}
.homeSection .contentSection .cardBox .cardBox__header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #a2b8c1;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-left: 74px;
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox .cardBox__header {
    padding: 2rem 1rem;
    padding-left: 72px;
  }
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox .cardBox__header {
    font-size: 1.25rem;
  }
}
.homeSection .contentSection .cardBox .cardBox__header .headerGradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox .cardBox__header .headerGradient {
    display: none;
  }
}
.homeSection .contentSection .cardBox .cardBox__header .headerIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 20px;
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox .cardBox__header .headerIcon {
    left: 1rem;
  }
}
.homeSection .contentSection .cardBox .cardBox__content {
  height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 58px 32px;
  padding-left: 0;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox .cardBox__content {
    height: auto;
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type {
  padding: 32px 64px;
  padding-right: 32px;
  padding-left: 110px;
  border-radius: 12px;
  border: 1px solid #939394;
  margin-bottom: 1rem;
  color: #a2b8c1;
  position: relative;
  background-color: #f1f1f2;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type .checkIcon, .homeSection .contentSection .cardBox .cardBox__content .cardBox__type .checkActiveIcon {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type .checkIcon {
  display: block;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type .checkActiveIcon {
  display: none;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type:hover {
  cursor: pointer;
  color: #fff;
  background-color: #a2b8c1;
  border-color: #a2b8c1;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type:hover .checkIcon {
  display: none;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type:hover .checkActiveIcon {
  display: block;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type--active {
  color: #fff;
  background-color: #a2b8c1;
  border-color: #a2b8c1;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type--active .checkIcon {
  display: none;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__type--active .checkActiveIcon {
  display: block;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate {
  padding: 22px 26px;
  padding-left: 112px;
  border-radius: 12px;
  border: 1px solid #a2b8c1;
  margin-bottom: 8px;
  position: relative;
  background-color: #f1f1f2;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate .checkIcon, .homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate .checkActiveIcon {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate .checkIcon {
  display: block;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate .checkActiveIcon {
  display: none;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__actualDate .cardBox__dateContent {
  font-size: 18px;
  color: #48494b;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__date {
  width: 31.3%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 8px;
  padding: 8px 12px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #a2b8c1;
  background-color: #f1f1f2;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__date:hover {
  background-color: #a2b8c1;
  border-color: #a2b8c1;
  color: #fff;
  cursor: pointer;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__date--active {
  background-color: #a2b8c1;
  border-color: #a2b8c1;
  color: #fff;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__date--active .checkIcon {
  display: none;
}
.homeSection .contentSection .cardBox .cardBox__content .cardBox__date--active .checkActiveIcon {
  display: block;
}
.homeSection .contentSection .cardBox .cardBox__dates {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox .cardBox__dates {
    height: auto;
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
.homeSection .contentSection .cardBox .cardBox__calendar {
  padding-left: 36px;
  padding-right: 36px;
  background-color: #f4f4f6 !important;
  box-sizing: border-box;
  border-left: 1px solid #a2b8c1;
  border-bottom: 1px solid #a2b8c1;
  border-right: 1px solid #a2b8c1;
  height: auto;
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox .cardBox__calendar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.homeSection .contentSection .cardBox .cardBox__calendar .firstAvailableDate {
  box-sizing: border-box;
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  color: #a2b8c1;
  text-align: center;
  padding: 12px;
  background-color: #f1f1f2;
}
.homeSection .contentSection .cardBox .cardBox__calendar .firstAvailableDate:hover {
  color: #fff;
  border: 1px solid #a2b8c1;
  background-color: #a2b8c1;
  cursor: pointer;
}
.homeSection .contentSection .cardBox .cardBox__calendar .firstAvailableDate .firstAvailableDate__header {
  font-size: 16px;
  font-weight: 900;
}
.homeSection .contentSection .cardBox .cardBox__calendar .firstAvailableDate .firstAvailableDate__content {
  font-size: 14px;
}
.homeSection .contentSection .cardBox .calendarLegends {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.homeSection .contentSection .cardBox .calendarLegends .calendarLegend {
  margin-bottom: 1rem;
}
.homeSection .contentSection .cardBox .calendarLegends .calendarLegend .calendarLegend__icon {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 12px;
  border-radius: 12px;
}
.homeSection .contentSection .cardBox .calendarLegends .calendarLegend .calendarLegend__content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox #calendar {
    max-width: 100%;
    height: 350px;
    width: 254px !important;
  }
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox #calendar #calendar_header h1 {
    margin-top: 24px;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox #calendar #calendar_weekdays, .homeSection .contentSection .cardBox #calendar #calendar_content {
    max-width: 100%;
  }
}
.homeSection .contentSection .cardBox #calendar #calendar_weekdays div, .homeSection .contentSection .cardBox #calendar #calendar_content div {
  box-sizing: border-box;
  width: 44px !important;
  height: 44px !important;
  margin: 3px;
  border-radius: 12px;
  line-height: 44px !important;
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox #calendar #calendar_weekdays div, .homeSection .contentSection .cardBox #calendar #calendar_content div {
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px;
    line-height: 32px !important;
  }
}
@media (max-width: 600px) {
  .homeSection .contentSection .cardBox #calendar #calendar_weekdays {
    max-width: 100%;
  }
}
.homeSection .contentSection .cardBox #calendar #calendar_weekdays div {
  background-color: #a2b8c1;
  color: #fff !important;
}
.homeSection .contentSection .cardBox #calendar .disabled {
  background-color: #E8E8E8;
  cursor: not-allowed !important;
}
.homeSection .contentSection .cardBox #calendar .available {
  background-color: #ffffff;
  border: 1px solid #a2b8c1;
}
.homeSection .contentSection .cardBox #calendar .today {
  color: #fff;
  background-color: #202020 !important;
}
.homeSection .contentSection .cardBox #calendar .selected {
  background-color: #a2b8c1 !important;
  color: #fff;
}
.homeSection .contentSection .cardBox #calendar .today, .homeSection .contentSection .cardBox #calendar .available {
  cursor: pointer;
}
.homeSection .contentSection .cardBox--half {
  width: 50%;
}
@media (max-width: 1600px) {
  .homeSection .contentSection .cardBox--half {
    width: 100%;
    text-align: center;
  }
}
.homeSection .contentSection .cardBox--full {
  width: 100%;
}
.homeSection .contentSection .cardBox--green .cardBox__header {
  text-align: left;
}
.homeSection .contentSection .cardBox--green .cardBox__content {
  box-sizing: border-box;
  overflow: visible !important;
}
@media (max-width: 1600px) {
  .homeSection .contentSection .cardBox--green .cardBox__content {
    padding: 2rem 1rem;
  }
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox--green .cardBox__content {
    height: auto;
    text-align: center;
    width: 100%;
  }
}
.homeSection .contentSection .cardBox--gray {
  background-color: #f4f4f6;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox--gray {
    display: none;
  }
}
.homeSection .contentSection .cardBox--gray .cardBox__header {
  text-align: left;
}
.homeSection .contentSection .cardBox--gray .cardBox__content {
  position: relative;
  overflow: visible !important;
  box-sizing: border-box;
  border-left: 1px solid #a2b8c1;
  border-bottom: 1px solid #a2b8c1;
  padding-left: 32px;
  padding-right: 0;
  min-height: auto;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox--gray .cardBox__content {
    border: none;
    position: static;
  }
}
@media (max-width: 1600px) {
  .homeSection .contentSection .cardBox--gray .cardBox__content {
    padding: 2rem 1rem;
  }
}
@media (max-width: 1200px) {
  .homeSection .contentSection .cardBox--gray .cardBox__content {
    height: auto;
    text-align: center;
    width: 100%;
  }
}
.homeSection .contentSection .cardBox--gray .cardBox__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 100%;
  width: 100vw;
  background-color: #f4f4f6;
  border-bottom: 1px solid #a2b8c1;
}
@media (max-width: 1350px) {
  .homeSection .contentSection .cardBox--gray .cardBox__content::after {
    display: none;
  }
}

body {
  background-color: #f9f9fa;
}

.reserveBtn {
  padding-left: 32px;
  margin-top: 42px;
}
@media (max-width: 1350px) {
  .reserveBtn {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.reserveBtn .btn {
  width: 100%;
  padding: 24px;
  font-size: 28px;
  color: #fff;
  background-color: #a2b8c1;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 12px;
}
@media (max-width: 1350px) {
  .reserveBtn .btn {
    font-size: 1rem;
  }
}
.reserveBtn .btn--disabled {
  background-color: #c3c3c3;
  cursor: not-allowed;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(77, 102, 71);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(77, 102, 71);
}

.credits {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
  font-size: 0.9rem;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .credits {
    text-align: center;
  }
}

.formBox {
  color: #48494b;
}
.formBox .formBox__header {
  font-size: 20px;
  margin-bottom: 58px;
}
.formBox .formBox__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.formBox .formBox__inputs .formBox__input {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .formBox .formBox__inputs .formBox__input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.formBox .formBox__inputs .formBox__input label {
  text-align: center;
  margin-bottom: 6px;
  display: block;
}
.formBox .formBox__inputs .formBox__input input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid #a2b8c1;
  border-radius: 12px;
}
.formBox .formBox__inputs .formBox__checkbox {
  margin-top: 32px;
  position: relative;
  padding-left: 32px;
}
.formBox .formBox__inputs .formBox__checkbox label {
  font-size: 11px;
  text-align: justify;
}
.formBox .formBox__inputs .formBox__checkbox input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.formBox .formBox__inputs .formBox__btnBox {
  text-align: right;
  margin-top: 48px;
  width: 100%;
}
@media (max-width: 1600px) {
  .formBox .formBox__inputs .formBox__btnBox {
    text-align: center;
    margin-top: 2rem;
  }
}
.formBox .formBox__inputs .formBox__btnBox .btn {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background-color: #a2b8c1;
}

.summaryBox {
  text-align: right;
}
@media (max-width: 1350px) {
  .summaryBox {
    text-align: center;
  }
}
.summaryBox .summaryBox__type {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 36px 42px;
  padding-left: 92px;
  position: relative;
  color: #a2b8c1;
  font-size: 20px;
  background-color: #f1f1f2;
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 600px) {
  .summaryBox .summaryBox__type {
    width: 100%;
  }
}
.summaryBox .summaryBox__type img {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.summaryBox .summaryBox__date {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 22px;
  padding-left: 92px;
  position: relative;
  color: #48494b;
  font-size: 18px;
  background-color: #f1f1f2;
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 600px) {
  .summaryBox .summaryBox__date {
    width: 100%;
  }
}
.summaryBox .summaryBox__date img {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.summaryBox .summaryBox__info div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 22px;
  position: relative;
  color: #48494b;
  font-size: 14px;
  background-color: #f1f1f2;
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 600px) {
  .summaryBox .summaryBox__info div {
    width: 100%;
  }
}
.summaryBox .summaryBox__btnBox {
  text-align: right;
  margin-top: 48px;
  width: 100%;
}
@media (max-width: 1350px) {
  .summaryBox .summaryBox__btnBox {
    margin-top: 2rem;
    text-align: center;
  }
}
.summaryBox .summaryBox__btnBox .btn {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background-color: #a2b8c1;
}
.summaryBox .summaryBox__btnBox .btn--disabled {
  background-color: #c3c3c3;
  cursor: not-allowed;
}

.summaryPageBox {
  margin-top: 96px;
  text-align: center;
  color: #454648;
}
@media (max-width: 1200px) {
  .summaryPageBox {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.summaryPageBox .summaryPageBox__header {
  margin: 0;
  font-size: 64px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .summaryPageBox .summaryPageBox__header {
    font-size: 2rem;
  }
}
.summaryPageBox .summaryPageBox__subheader {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  margin-top: 42px;
  margin-bottom: 64px;
}
@media (max-width: 1350px) {
  .summaryPageBox .summaryPageBox__subheader {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}
.summaryPageBox .summaryPageBox__details {
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  max-width: 100%;
  padding: 24px;
  display: inline-block;
  min-width: 620px;
  margin-bottom: 46px;
}
@media (max-width: 1200px) {
  .summaryPageBox .summaryPageBox__details {
    min-width: auto;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.summaryPageBox .summaryPageBox__details .summaryPageBox__detailsHeader {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #a2b8c1;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .summaryPageBox .summaryPageBox__details .summaryPageBox__detailsHeader {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.summaryPageBox .summaryPageBox__details div {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .summaryPageBox .summaryPageBox__details div {
    font-size: 14px;
  }
}
.summaryPageBox .summaryPageBox__contacts {
  border: 1px solid #a2b8c1;
  border-radius: 12px;
  max-width: 100%;
  padding: 24px;
  display: inline-block;
  min-width: 400px;
  margin-bottom: 46px;
}
@media (max-width: 1200px) {
  .summaryPageBox .summaryPageBox__contacts {
    min-width: auto;
  }
}
.summaryPageBox .summaryPageBox__contacts .summaryPageBox__contactsHeader {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #a2b8c1;
  font-size: 1rem;
}
.summaryPageBox .summaryPageBox__contacts div {
  font-size: 20px;
}
.content-container {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .content-container {
    position: static;
    min-height: auto;
  }
}

.content-wrap {
  padding-bottom: 48px;
}
@media (max-width: 1200px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

.footerBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .footerBottom {
    position: static;
    height: auto;
  }
}

.cardBox__noTimeBoxes {
  text-align: center;
}
.cardBox__noTimeBoxes h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #a2b8c1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cardBox__types__mobiles {
  display: none;
}
.cardBox__types__mobiles select {
  width: 100%;
  margin-top: 2rem;
  box-sizing: border-box;
  padding: 12px;
}
@media (max-width: 1350px) {
  .cardBox__types__mobiles {
    display: block;
  }
}

.cardBox__types__desktop {
  display: block;
}
@media (max-width: 1350px) {
  .cardBox__types__desktop {
    display: none;
  }
}

@media (max-width: 1350px) {
  .showTab {
    display: block !important;
  }
}

@media (max-width: 1350px) {
  .hideTab {
    display: none !important;
  }
}

.editBtn {
  display: none;
}
@media (max-width: 1350px) {
  .editBtn {
    display: inline-block;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=styles.css.map */