.flex-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.flex-inline {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.slick-dots {
  font-size: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-left: 12px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #5174A7;
  position: absolute;
  left: 7px;
  top: 7px;
}
.slick-dots li.slick-active button {
  width: 30px;
  height: 30px;
  border: 3px solid #5174A7;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slick-dots li.slick-active button::before {
  display: none;
}


.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px;
}

/*
.fancybox-button {
  padding: 0;
  background-image: url(../img/icons/modal_close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  width: 26px;
  height: 26px;
  top: 30px !important;
  right: 30px !important;
}
.fancybox-button svg {
  display: none;
}
*/
a {
  color: #2A4163;
  font-family: "Montserrat", open-sans;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 18px;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: "Montserrat", open-sans;
  font-size: 18px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
}

header.header {
  flex: 0 0 auto;
}

.page-teplyca {
  flex: 1 0 auto;
}

footer.footer {
  flex: 0 0 auto;
}

.container {
  position: relative;
  z-index: 2;
}

.btn-blue {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-left: 44px;
  width: auto;
  padding-right: 97px;
  margin-left: auto;
  margin-right: auto;
  background-color: #5174A7;
  height: 60px;
  line-height: 60px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  filter: drop-shadow(4px 12px 25px rgba(81, 116, 167, 0.5));
}
.btn-blue::after {
  content: "";
  display: block;
  width: 97px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/icons/slider_arrow_white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  background-position: center center;
}
.btn-blue:hover {
  text-decoration: none;
  background-color: #2A4163;
}

.btn-white {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-left: 44px;
  width: auto;
  padding-right: 97px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  height: 60px;
  line-height: 60px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  border: 2px solid #fff;
  filter: drop-shadow(4px 12px 25px rgba(81, 116, 167, 0.5));
}
.btn-white::after {
  content: "";
  display: block;
  width: 97px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/icons/slider_arrow_white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  background-position: center center;
}
.btn-white:hover {
  text-decoration: none;
  background-color: #2A4163;
  border-color: #2A4163;
}

.title {
  font-size: 40px;
  line-height: 48px;
  display: block;
  color: #2A4163;
}
.title b {
  font-weight: 700;
}

.description {
  display: block;
  margin-top: 38px;
  font-size: 18px;
  line-height: 22px;
  color: #444;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}

.description h1 {
  font-family: "Montserrat", open-sans;
  margin-bottom: 15px;
}

.description h2 {
  font-family: "Montserrat", open-sans;
  font-size: 40px;
  line-height: 130%;
  color: #2A4163;
  display: block;
  margin-bottom: 15px;
}

.description h3 {
  font-family: "Montserrat", open-sans;
  margin-bottom: 15px;
}

.description h4 {
  font-family: "Montserrat", open-sans;
  margin-bottom: 15px;
}

.description table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  color: #444;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin-bottom: 22px;
}
table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}
table[align="left"] {
  margin-left: 0;
  margin-right: auto;
}
table[align="right"] {
  margin-left: auto;
  margin-right: 0;
}
.description table tr {
  border-bottom: 1px solid #222;
}
.description table th {
  border-left: 1px solid #222;
  /*border-top: 1px solid #222;*/
}
.description table td {
  border-left: 1px solid #222;
  /*border-top: 1px solid #222;*/
}

.description strong,
.description b {
  font-weight: 700;
}
.description p {
  display: block;
  margin-bottom: 22px;
}
.description ul {
  padding-top: 22px;
  padding-bottom: 44px;
  display: block;
  font-size: 16px;
}
.description ul li {
  display: block;
  padding-left: 37px;
  position: relative;
  margin-bottom: 15px;
}
.description ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #5174A7;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description table {
  font-size: 16px;
  width: 100%;
}
.description table tr {

}
.description table th,
.description table td {
  padding: 5px 10px;
}
.description img {
  max-width: 100%;
  display: block;
}
.description i,
.description em {
  font-style: italic;
}

.s55-block-description {

}
.s55-block-description h3 {
  font-weight: 700;
  margin-bottom: 24px;
  width: 100%;
  display: block;
  color: #2A4163;
  font-size: 30px;
  line-height: 130%;
}
.s55-block-description h4 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.s55-block-description p {
  font-weight: 500;
  color: #444444;
  padding-left: 30px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 130%;
}
.s55-block-description p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5174A7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.calendar {
  color: #aaaaaa;
  width: 100%;
  max-width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  padding-left: 24px;
  padding-right: 19px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  cursor: default;
}
.calendar::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background-size: contain;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/icons/calendar.svg);
  cursor: pointer;
}

.select-children,
.select {
  position: relative;
  display: block;
  width: 100%;
}

.more-inputs-children .select {
    margin-bottom: 10px;
}

.select__remove {
    background-image: url(../img/icons/close.svg);
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.select__head {
  width: 100%;
  max-width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  padding-left: 24px;
  padding-right: 66px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  color: #aaaaaa;
  background-color: #ffffff;
}
.select__head::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
  background-image: url(../img/icons/angle_down_blue.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.select_clone::after {
    display: none;
}
.select__head span {
  display: block;
  margin-right: 15px;
  font-size: 24px;
}
.select__head.open::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.select__list {
  border: 1px solid #BFBFBF;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
}
.select__item {
  display: block;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #aaaaaa;
}
.select__item:hover {
  background-color: #BFBFBF;
  color: #ffffff;
}