/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "OpenSans";
  font-weight: normal;
  line-height: 1.6;
  color: #383a3e;
  font-variant-numeric: lining-nums;
  background: white;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 1em;
  font-family: "Poppins";
}

h1 {
  font-size: 13em;
  margin-bottom: 0.7em;
  color: #A4BADA;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h2 {
  font-size: 4.375em;
  color: #1A3359;
  margin-bottom: 0px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

h3 {
  font-size: 2.5em;
  letter-spacing: -0.03em;
  color: #1A3359;
  font-weight: 800;
  margin-bottom: 0px;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

/**/
.big_tit {
  font-size: 5.375em;
  line-height: 0.9;
}

.line_tit {
  font-size: 1.375em;
  font-family: "Cedros";
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  vertical-align: middle;
}

/*btns*/
a {
  color: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #E74844;
  text-decoration: underline;
}

a,
.btn,
.btn_outline,
#cookie-notice #cn-notice-buttons a, button, input {
  cursor: pointer;
  font-size: inherit;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #383a3e;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.underline_link:hover {
  color: #E74844;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

button:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}


.btn,
.btn_outline,
#cookie-notice #cn-notice-buttons a {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-family: "Poppins";
  font-weight: 800;
  line-height: 1.6;
  border-radius: 8px;
}

.btn:hover, .btn_outline:hover, #cookie-notice #cn-notice-buttons a:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}

.btn_outline {
  background-color: transparent;
  color: #1A3359;
  border: 1px solid #1A3359;
  font-family: "Poppins";
  font-size: 1em;
  padding: 10px 25px;
  font-weight: bold;
}

.btn_outline:hover {
  background: white;
  text-decoration: none;
  color: #1A3359;
}

.btn_big, .btn_big_outline {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 1.125em;
  padding: 1em 2.5em;
}

.btn_big:hover, .btn_big_outline:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}

.btn_big_outline {
  background-color: transparent;
  color: #1A3359;
  border: 1px solid #1A3359;
  font-family: "Poppins";
  font-size: 1em;
  padding: 10px 25px;
  font-weight: bold;
}

.btn_big_outline:hover {
  background: white;
  text-decoration: none;
  color: #1A3359;
}

.btn_small, .btn_small_outline {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 0.938em;
  padding: 0.7em 1em;
}

.btn_small:hover, .btn_small_outline:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}

.btn_small_outline {
  background-color: transparent;
  color: #1A3359;
  border: 1px solid #1A3359;
  font-family: "Poppins";
  font-size: 1em;
  padding: 10px 25px;
  font-weight: bold;
}

.btn_small_outline:hover {
  background: white;
  text-decoration: none;
  color: #1A3359;
}

.btn_round {
  font-size: 1.125em;
  line-height: 1;
  background: #ffdd19;
  border-radius: 50%;
  -webkit-box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6em;
  height: 6em;
  text-decoration: none;
  text-align: center;
}

.btn_round:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  color: #383a3e;
  text-decoration: none;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  vertical-align: middle;
  margin-left: 0.6em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  color: #383a3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}

.btn_arrow:hover::after {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url(/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg);
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 10px;
}

.btn_cancel:hover, .btn_x_close:hover {
  background-color: #f3f3f3;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url(/wp-content/themes/draftspot_theme/assets/img/close.svg);
  background-size: 1.8em;
}

.btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}

/*forms*/
label {
  color: #1A3359;
  font-family: "OpenSans";
}

label span {
  color: #DA2D39;
}

label input {
  margin-top: 0.3em;
}

input, select, textarea, button {
  font-family: "Syne";
}

input[type="button"], input[type="submit"] {
  border: inherit;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="text"], input[type="number"], input[type="password"], input[type="search"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="datetime-local"], input[type="file"], select {
  padding: 13px 15px;
  font-size: 1em;
  line-height: 1;
  background: #FFFFFF;
  border: 0;
  border-radius: 8px;
  font-family: "OpenSans";
  font-size: 1em;
  height: 42px;
  cursor: auto;
}

input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, input[type="text"]:focus-visible, input[type="number"]:focus-visible, input[type="password"]:focus-visible, input[type="search"]:focus-visible, input[type="date"]:focus-visible, input[type="month"]:focus-visible, input[type="time"]:focus-visible, input[type="week"]:focus-visible, input[type="url"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="file"]:focus-visible, select:focus-visible {
  outline: unset !important;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #A7B4C6;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #A7B4C6;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #A7B4C6;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="url"]::placeholder, input[type="datetime-local"]::placeholder, input[type="file"]::placeholder, select::placeholder {
  color: #A7B4C6;
}

.input_big {
  height: 2.95em;
  font-size: 1.125em;
}

input[type="submit"], input[type="reset"] {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: #1A3359;
  border-radius: 8px;
  font-family: "OpenSans";
  font-weight: 700;
  padding: 15px 30px;
  margin-top: 0px !important;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}

textarea {
  padding: 13px 15px;
  font-size: 1em;
  line-height: 1;
  border-radius: 10px;
  margin-top: 0.3em;
  height: 108px;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: "OpenSans";
  border: 0;
}

textarea::-webkit-input-placeholder {
  color: #A7B4C6;
}

textarea:-ms-input-placeholder {
  color: #A7B4C6;
}

textarea::-ms-input-placeholder {
  color: #A7B4C6;
}

textarea::placeholder {
  color: #A7B4C6;
}

textarea:focus-visible {
  outline: unset !important;
}

select option {
  padding: 0.2em 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

select option:hover {
  background: #f3f3f3;
}

select::-webkit-input-placeholder {
  color: #79797a;
}

select:-ms-input-placeholder {
  color: #79797a;
}

select::-ms-input-placeholder {
  color: #79797a;
}

select::placeholder {
  color: #79797a;
}

input[type="file"] {
  background: #f3f3f3;
  padding: 0;
  padding-right: 1em;
  position: relative;
}

input[type="file"]::file-selector-button {
  padding: 10px 30px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E74844;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0.7em 1.5em;
  height: 100%;
}

input[type="file"]::file-selector-button:hover {
  color: white;
  text-decoration: none;
  background: #262626;
}

/*line*/
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  border-top: 1px solid #f3f3f3;
}

/*table*/
table {
  border-collapse: collapse;
}

table tr td, table tr th {
  line-height: 1;
  padding: 0.3em 0.1em;
}

.responsive_table {
  overflow-x: auto;
}

/*quantity spinner*/
.quantity_spinner {
  width: 6em;
  height: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  position: relative;
  border-radius: 10px;
  min-height: 1em;
}

.quantity_spinner .quantity_spinner_minus, .quantity_spinner .quantity_spinner_plus {
  min-width: 1em;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/minus.svg");
  background-size: 0.82em;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quantity_spinner .quantity_spinner_minus:hover, .quantity_spinner .quantity_spinner_plus:hover {
  background-color: #dedede;
}

.quantity_spinner .quantity_spinner_plus {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/plus.svg");
  border-radius: 0 10px 10px 0;
}

.quantity_spinner .quantity_spinner_input {
  min-width: 1.4em;
  width: 100%;
  height: 100%;
  padding: 0.1em;
  text-align: center;
  border: 0;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.quantity_spinner .quantity_spinner_input::-webkit-outer-spin-button, .quantity_spinner .quantity_spinner_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/*
input[type=checkbox] {

}
input[type=radio] {

}
input[type=color] {

}
input[type=file] {

}
input[type=image] {

}

*/
/*---------cookie------------*/
#cookie-notice * {
  font-family: "Syne";
}

#cookie-notice #cn-notice-buttons a {
  background: #E74844;
}

/*-----------respo---------------*/
@media (min-width: 1399px) {
  .main_slider .container {
    max-width: 1500px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 3.725em;
  }
  h2 {
    font-size: 3em;
  }
  .big_tit {
    font-size: 4.375em;
    line-height: 0.9;
  }
  .line_tit {
    font-size: 1.2em !important;
  }
  .p_mid {
    font-size: 1.025em;
  }
  .p_big {
    font-size: 1.275em;
  }
  .btn_small, .btn_small_outline {
    font-size: 0.85em;
  }
  .btn_big, .btn_big_outline, .btn_arrow {
    font-size: 1.025em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.725em;
  }
  .big_tit {
    font-size: 3.375em;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2.125em;
  }
  h2 {
    font-size: 2em;
  }
  .big_tit {
    font-size: 2.675em;
  }
  .line_tit {
    font-size: 1em !important;
  }
  .p_big {
    font-size: 1.175em;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.d-none {
  display: none !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1350px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
main {
  padding-top: 80px;
}

#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#masthead .ds_wrapper_menu_main .ds_pack_menu_buton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#masthead .ds_wrapper_menu_main .ds_button_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.5em 0;
  max-width: 225px;
  width: 100%;
  position: relative;
}

#masthead .ds_wrapper_menu_main .navbar-brand a .ds_white_logo {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
  height: 100%;
  max-height: 49px;
}

#masthead .ds_wrapper_menu_main .navbar-brand a .ds_black_logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  max-height: 49px;
  height: auto;
}

#masthead .ds_wrapper_menu_main .navbar {
  margin-left: 90px;
}

#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  list-style: none;
  height: 100%;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li {
  margin-right: 35px;
  position: relative;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a {
  padding-right: 33px;
  position: relative;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url("/wp-content/uploads/2022/02/red_arrow.svg");
  background-repeat: no-repeat;
  right: 11px;
  top: 11px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a:hover::before {
  border-color: #080808;
  -webkit-transform: rotate(-181deg);
          transform: rotate(-181deg);
  top: 8px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type {
  margin-right: 35px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type a {
  line-height: 1;
  color: white;
  text-decoration: none;
  font-size: 1em;
  font-family: "Poppins";
  font-weight: 800;
  padding: 10px 30px;
  padding-left: 59px;
  border-radius: 10px;
  background-color: #E74844;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 0px;
  position: relative;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type a::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2022/02/user-profile-1.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 26px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type a:hover {
  color: white;
  text-decoration: none;
  background: black;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li a {
  font-size: 1em;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Poppins";
  font-weight: 400;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul > li a:hover {
  color: #e74844;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu {
  position: absolute;
  top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 278px;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  height: auto;
  border-radius: 10px;
  background: white;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li {
  list-style: none;
  padding: 0 15px;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li:first-of-type a {
  padding-top: 18px;
  color: #122746 !important;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li:last-of-type {
  padding: 0;
  border-radius: 10px;
  background-color: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 0px;
  position: unset;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li:last-of-type::before {
  display: none;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li:last-of-type a {
  border-radius: 0px;
  border-bottom: 0px;
  padding-bottom: 17px;
  margin-left: 15px;
  color: #122746 !important;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a {
  background: #ffffff;
  font-size: 1em;
  font-weight: 400;
  font-family: "Poppins";
  border-bottom: 1px solid #e8e8e8;
  padding: 9px 26px;
  border-radius: 0px;
  color: #122746 !important;
  font-size: 0.875em;
  width: 238px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a::before {
  display: none;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a:hover {
  background: #eeeeee;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu .current-menu-item a {
  background: #eeeeee;
}

#masthead .ds_wrapper_menu_main .header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#masthead .ds_wrapper_menu_main .header_icons .openSearch, #masthead .ds_wrapper_menu_main .header_icons .openAccount, #masthead .ds_wrapper_menu_main .header_icons .openCart {
  position: relative;
  background: transparent;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  border-radius: 10px;
  padding: 0.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masthead .ds_wrapper_menu_main .header_icons .openSearch svg, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg, #masthead .ds_wrapper_menu_main .header_icons .openCart svg {
  width: 1.25em;
  height: 1.25em;
  fill: #383a3e;
}

#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover, #masthead .ds_wrapper_menu_main .header_icons .openAccount:hover, #masthead .ds_wrapper_menu_main .header_icons .openCart:hover, #masthead .ds_wrapper_menu_main .header_icons .openSearch.active, #masthead .ds_wrapper_menu_main .header_icons .active.openAccount, #masthead .ds_wrapper_menu_main .header_icons .active.openCart {
  background: #f3f3f3;
}

#masthead .ds_wrapper_menu_main .header_icons .openCart {
  width: auto;
  text-decoration: none;
}

#masthead .ds_wrapper_menu_main .header_icons .openCart #ds_cart_icon_content {
  position: absolute;
  top: 0.4em;
  left: 1.9em;
  width: 1.3em;
  height: 1.3em;
  background: #E74844;
  border-radius: 50%;
  font-size: 0.75em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masthead .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  margin-left: 0.5em;
  font-size: 1.125em;
  color: #383a3e;
}

/*white text*/
body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main {
  border-color: transparent;
  background: #f2f2f2;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a {
  color: #1a3359;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover {
  color: #e74844;
  border-top: 3px solid transparent;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li:last-of-type a {
  color: white;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a .ds_white_logo {
  opacity: 0;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a .ds_black_logo {
  opacity: 1;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg {
  fill: white;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart {
  background: #383a3e;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  color: white;
}

body:not(.home) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span {
  background: black;
}

#masthead.smallHeader {
  background: #101c31;
}

#masthead.smallHeader .ds_wrapper_menu_main {
  height: 80px;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #f3f3f3;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    max-width: 280px;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    padding-bottom: 25px;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-of-type a {
    padding: 15px 70px !important;
    color: white !important;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-of-type a::before {
    position: unset !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 1.4em 0.1em;
    border: 0 !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-transform: unset;
    color: #1a3359 !important;
    border: 0;
    padding-bottom: 0px;
    height: 60px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0px;
    font-size: 1em !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    color: #E74844;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span {
    background: #e74844;
    border: 0;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (max-width: 1400px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 165px;
  }
  #masthead .ds_wrapper_menu_main .navbar {
    margin-left: 0px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li:last-of-type {
    margin-right: 0px;
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li {
    margin-right: 18px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li a {
    font-size: 0.9em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li a:before {
    top: 7px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type {
    margin-right: 0px;
    font-size: 0.875em;
  }
}

@media (max-width: 991px) {
  .headerOpen .navbar-brand .ds_white_logo {
    opacity: 0 !important;
  }
  .headerOpen .navbar-brand .ds_black_logo {
    opacity: 1 !important;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .trigger {
    position: absolute;
    right: calc(50% - 62px);
    top: 0px;
    width: 24px;
    z-index: 5;
    height: 24px !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav {
    overflow: auto;
    padding-top: 140px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-right: 32px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a::after {
    display: none;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li.dropdown > a::before {
    top: 9px;
    right: 6px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu {
    position: unset !important;
    width: 100%;
    margin-bottom: 30px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li {
    margin-right: 0px !important;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0px;
    height: 60px;
    width: 100%;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a:last-of-type {
    margin-left: 0px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .dropdown-menu li a:first-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
footer {
  background: #101c31;
  padding-top: 126px;
}

footer .ds_footer_wrapper {
  padding-bottom: 137px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

footer .ds_footer_wrapper .ds_footer_col {
  margin-bottom: 1em;
  position: relative;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
  font-family: "OpenSans";
  font-size: 1.4375em;
  margin-bottom: 51px;
  font-weight: 800;
  color: white;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul {
  list-style: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
  margin-bottom: 17px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  font-family: "OpenSans";
  letter-spacing: -0.01em;
  color: #ffffff;
  position: relative;
  padding-left: 18px;
  padding-right: 15px;
  text-decoration: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/02/arrow-1.svg");
  width: 7.5px;
  height: 20px;
  left: 0px;
  top: 2px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
  padding-right: 0px;
  padding-left: 33px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_text {
  margin-bottom: 51px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_text p {
  font-size: 1.125em;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_adres {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_info:last-of-type {
  margin-bottom: 0px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_info .ds_icon {
  margin-right: 14px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_info .ds_title a {
  text-decoration: none;
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.6;
  display: block;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact .ds_info .ds_title a:hover {
  text-decoration: underline;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content {
  max-width: 258px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content h4 {
  font-size: 1em;
  margin-bottom: 8px;
  font-family: "OpenSans";
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.6;
  color: white;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content p {
  letter-spacing: -0.01em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "OpenSans";
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_footer_time_pack {
  margin-bottom: 30px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_footer_time_pack .ds_time_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.36);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_footer_time_pack .ds_time_pack .ds_days {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_footer_time_pack .ds_time_pack .ds_time {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_wellness {
  margin-bottom: 30px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_wellness .ds_time_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.36);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_wellness .ds_time_pack .ds_days {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_wellness .ds_time_pack .ds_time {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_restaurant {
  margin-bottom: 30px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_restaurant .ds_time_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.36);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_restaurant .ds_time_pack .ds_days {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_restaurant .ds_time_pack .ds_time {
  font-family: "OpenSans";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_button a {
  letter-spacing: -0.01em;
  color: #ffffff;
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_button a img {
  margin-left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_content .ds_button a:hover img {
  margin-left: 25px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box {
  margin-bottom: 58px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box:last-of-type {
  margin-bottom: 0px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box .ds_gift_content .ds_foto figure img {
  width: 100%;
  max-width: 124px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box .ds_gift_content .ds_title h3 {
  letter-spacing: -0.03em;
  font-size: 1.125em;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: "OpenSans";
  font-weight: 800;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box .ds_gift_content .ds_title a {
  letter-spacing: -0.01em;
  color: #ffffff;
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box .ds_gift_content .ds_title a img {
  margin-left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_pack_gift .ds_gift_box .ds_gift_content .ds_title a:hover img {
  margin-left: 25px;
}

footer .ds_footer_bottom_line {
  margin-top: 39px;
  padding-bottom: 43px;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright p {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.6;
  font-family: "OpenSans";
  font-weight: 400;
  margin-bottom: 0px;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright p a {
  text-decoration: none;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright p strong {
  font-weight: 700;
}

.page-template-fotogalerie .lightbox-modal {
  overflow: visible;
  height: auto;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .ds_modal_swiper {
  width: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .ds_modal_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-next-fotos, .page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-prev-fotos {
  width: 64px;
  border-radius: 55px;
  background: rgba(10, 27, 52, 0.68);
  height: 64px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-next-fotos:after, .page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-prev-fotos:after {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-next-fotos:hover, .page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-prev-fotos:hover {
  background: #0a1b34;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-next-fotos {
  right: -32px;
}

.page-template-fotogalerie .lightbox-modal .lightbox-moda_fotos .swiper-button-prev-fotos {
  left: -32px;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  footer .ds_footer_wrapper {
    padding-bottom: 30px;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 6em;
  }
}

@media (max-width: 575px) {
  footer {
    padding-top: 4em;
    padding-bottom: 3em;
  }
  footer .ds_footer_wrapper {
    padding-bottom: 0px;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 6em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
    margin-bottom: 1em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
    margin-bottom: 10px;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
    font-size: 1em;
  }
  footer .ds_footer_bottom_line {
    font-size: 1em;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  background: rgba(10, 27, 52, 0.68);
  color: white;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 38px;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  opacity: 1;
  background: #0a1b34;
}

.swiper-container .swiper-button-prev {
  background: rgba(10, 27, 52, 0.68);
}

.swiper-container .swiper-button-prev::after {
  padding-left: 38px;
  padding-right: 0px;
}

.swiper-container .swiper-pagination {
  text-align: left;
  left: 193px;
  position: relative;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  opacity: 0.52;
  margin-right: 53px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  background: #81A1D1;
  transition: 0.3s ease-in-out;
  height: 11px;
  width: 11px;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  border: 0.95614px solid #81a1d1;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet span {
  position: relative;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #81a1d1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0;
}

.swiper-nav-fix {
  /*overflow: hidden;*/
  margin-left: -1.5em;
  margin-right: -1.5em;
  position: relative;
}

.swiper-nav-fix .swiper-container {
  overflow: visible;
  padding: 2em 1.5em;
}

.swiper-nav-fix .swiper-pagination {
  bottom: -98px;
}

.accordion_wrapper .accordion_item .accordion_header {
  font-size: 1.125em;
  background: white;
  border: 0;
  border-top: 1px solid #cfcfcf;
  padding: 1.2em 0em;
  position: relative;
  color: #383a3e;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion_wrapper .accordion_item .accordion_header::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion_wrapper .accordion_item .accordion_header.active {
  background-color: transparent;
}

.accordion_wrapper .accordion_item .accordion_header.active::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media (min-width: 992px) {
  .accordion_wrapper .accordion_item .accordion_header:hover {
    background-color: #f3f3f3;
  }
  .accordion_wrapper .accordion_item .accordion_header:hover::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.accordion_wrapper .accordion_item .accordion_body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion_wrapper .accordion_item .accordion_body p {
  margin-bottom: 1.4em;
}

.accordion_wrapper .accordion_item:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}

.wpcf7 .wpcf7-form .req-input {
  color: #E74844;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: 0.5em;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 10px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #E74844;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #a4c442;
}

.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #E74844;
}

.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.newsletter {
  color: white;
  margin-top: 5em;
  position: relative;
  z-index: 2;
}

.newsletter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/Noise_t.png");
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}

.newsletter::before {
  background-color: #262626;
  height: 50%;
  bottom: 0;
  top: unset;
}

.newsletter .newsletter_card {
  background: #383a3e;
  border-radius: 10px;
  padding: 2.5em 7em 1.6em;
}

.newsletter .newsletter_card .line_tit {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.newsletter .newsletter_card .wpcf7 form p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.newsletter .newsletter_card .wpcf7 form p label {
  font-size: 1.125em;
}

.newsletter .newsletter_card .wpcf7 form p .wpcf7-email {
  margin-top: 0.1em;
  border-color: white;
  margin-right: 0.3em;
  width: 100%;
}

.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
  background: #E74844;
  border: 1px solid #E74844;
  margin-left: 0.3em;
}

.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit:hover {
  background: #dc211c;
  border-color: #dc211c;
}

.newsletter .newsletter_card .wpcf7 form p .ajax-loader {
  position: absolute;
  right: 2em;
  bottom: 0.2em;
}

.newsletter .newsletter_card .wpcf7 form p .wpcf7-not-valid-tip {
  position: absolute;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}

@media (max-width: 575px) {
  .newsletter .newsletter_card .wpcf7 form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .newsletter .newsletter_card .wpcf7 form p br {
    display: none;
  }
  .newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
    margin-left: 0;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.star_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.star_rating .star {
  width: 1.2em;
  height: 1.2em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/star.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.2em;
}

.star_rating .star.outline {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/star-outline.svg");
}

.ds_review_card_wrapper {
  padding: 6em 5em 5em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/rev-bg.svg");
  background-size: cover;
  background-color: #ffdd19;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ds_review_card_wrapper::after {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.5em;
  right: 2.8em;
}

.ds_review_card_wrapper .ds_review_card .star_rating {
  margin-bottom: 1em;
}

.ds_review_card_wrapper .ds_review_card .star_rating:nth-child(2) {
  display: none;
}

.ds_review_card_wrapper .ds_review_card .ds_review_card_text {
  margin-bottom: 1.3em;
  font-size: 1.375em;
}

.ds_review_card_wrapper .ds_review_card .ds_review_card_name {
  font-size: 1.125em;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.tabs_header {
  border-bottom: 1px solid #cfcfcf;
}

.tabs_header .tabs_header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}

.tabs_header .tabs_header_row .tab_button {
  padding: 0.85em 2.5em;
  line-height: 1;
  border-radius: 10px 10px 2px 2px;
  background-color: transparent;
  color: #383a3e;
  border: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  margin-left: 4px;
}

.tabs_header .tabs_header_row .tab_button.active {
  background-color: #383a3e;
  color: white;
}

@media (min-width: 992px) {
  .tabs_header .tabs_header_row .tab_button:hover {
    color: white;
    text-decoration: none;
    background: #262626;
    border-color: #262626;
  }
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 992px) {
  .tabs_header .tabs_header_row .tab_button {
    padding: 0.85em 1.2em;
  }
}

/*add class to open button - ds_modal_opener*/
/*use button ds_modal_close for closingr*/
.ds_modal {
  padding: 1em;
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: none;
}

.ds_modal.ds_modal_open {
  -webkit-animation: showModal 0.3s ease-in 0s 1 forwards normal;
          animation: showModal 0.3s ease-in 0s 1 forwards normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_modal .modal_body {
  padding: 2em;
  background: white;
  border-radius: 10px;
  position: relative;
  max-width: 780px;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.ds_modal .modal_body .modal_title {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 2.2em;
}

.ds_modal .modal_body .btn_x_close {
  position: absolute;
  top: 2em;
  right: 2em;
}

.ds_modal .ds_prod_name input {
  background: #cfcfcf;
  pointer-events: none;
}

@-webkit-keyframes showModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes showModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

/*tvy tridy pro tvy modaly*/
.size_guide_modal .line_tit {
  font-size: 1em;
  margin-top: 2em;
}

.size_guide_modal .text {
  margin-top: 0;
}

.size_guide_modal table {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
  margin-bottom: 3em;
}

.size_guide_modal table tbody tr td {
  border: 1px solid #dedede;
  padding: 0.3em 0.5em;
}

.size_guide_modal table tbody tr:first-child td {
  background: #f3f3f3;
}

.size_guide_modal table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

.size_guide_modal table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

.size_guide_modal table tbody tr:last-child td:first-child {
  border-radius: 0 0 10px 0;
}

.size_guide_modal table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 10px;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.noUi-target {
  background: #dedede;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
  margin: 1.8em 0.9em 1.3em;
}

.noUi-target .noUi-base .noUi-origin .noUi-handle {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #79797a;
  right: -0.9em;
  top: -0.9em;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
}

.noUi-target .noUi-base .noUi-origin .noUi-handle:hover {
  background: #383a3e;
  border: 1px solid #383a3e;
}

.noUi-target .noUi-base .noUi-origin .noUi-handle::before {
  display: none;
}

.noUi-target .noUi-base .noUi-origin .noUi-handle::after {
  display: none;
}

/*insert parent selector to add custom checkbox funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_check, .comment-form-cookies-consent {
  position: relative;
}

.ds_custom_check label, .comment-form-cookies-consent label {
  padding-left: 2em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}

.ds_custom_check input[type="checkbox"], .comment-form-cookies-consent input[type="checkbox"] {
  position: absolute;
  top: 0.06em;
  left: 0;
}

/*insert selector to label add custom checkbox funcionality*/
/*html like:
    label
        input
*/
.ds_custom_check_lab, .woocommerce-form__label {
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  width: 0;
  height: 0;
  top: -1.1em;
  margin-right: 1.6em;
  margin-top: 0em;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #383a3e;
  border-radius: 0.25em;
  background: #f3f3f3;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.2em;
  width: 0.4em;
  height: 0.6em;
  opacity: 0.2;
  border-bottom: 3px solid #383a3e;
  border-right: 3px solid #383a3e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

input[type="checkbox"]:checked:before {
  content: "";
  background: #383a3e;
}

input[type="checkbox"]:checked:after {
  content: "";
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*-------------------radio------------------------------*/
/*insert parent selector to add custom radio funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_radio label, .wc_payment_method label, #shipping_method li label {
  cursor: pointer;
}

/*insert selector to label add custom radio funcionality*/
/*html like:
    label
        input
*/
.ds_custom_radio_lab {
  cursor: pointer;
}

input[type="radio"] {
  position: relative;
  width: 0;
  height: 0;
  top: -0.9em;
  margin-right: 1.3em;
  margin-top: 0em;
}

input[type="radio"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #383a3e;
  border-radius: 50%;
  background: #f3f3f3;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

input[type="radio"]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.258em;
  top: 0.255em;
  width: 0.4em;
  height: 0.4em;
  background: #383a3e;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

input[type="radio"]:checked:before {
  content: "";
  background: #383a3e;
}

input[type="radio"]:checked:after {
  content: "";
  opacity: 1;
  background: #fff;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.page-template-rn_frontpage main {
  padding-top: 0;
  background: #e9f2ff;
}

.main_slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 307px;
  position: relative;
}

.main_slider .swiper-button-prev {
  left: -60px;
}

.main_slider .swiper-button-next, .main_slider .swiper-container .swiper-button-prev, .swiper-container .main_slider .swiper-button-prev {
  right: -60px;
}

.main_slider .swiper-nav-fix {
  margin-right: 0px;
  margin-left: 0px;
}

.main_slider .swiper-container {
  padding: 0px;
}

.main_slider .swiper-wrapper .swiper-slide .ds_pack_content {
  position: relative;
  height: 752px;
}

.main_slider .swiper-wrapper .swiper-slide .ds_left_wrapper {
  z-index: 1;
  padding-top: 142px;
  padding-left: 196px;
}

.main_slider .swiper-wrapper .swiper-slide .ds_left_wrapper .ds_title p {
  font-family: "Poppins";
  letter-spacing: -0.01em;
  font-size: 1.5em;
  color: #A4BADA;
  margin-bottom: 39px;
  max-width: 420px;
  font-weight: 400;
  line-height: 1.6;
}

.main_slider .swiper-wrapper .swiper-slide .ds_left_wrapper .ds_title h1 {
  margin-bottom: 71px;
  line-height: 1;
  margin-left: -12px;
}

.main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure {
  position: relative;
}

.main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(72.84deg, #07162d 1.47%, #081e4200 97.23%);
  z-index: 0;
}

.main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_slider .ds_current_count {
  width: 100%;
  max-width: 326px;
  position: absolute;
  left: 198px;
  bottom: 35px;
  z-index: 10;
}

.main_slider .ds_current_count .ds_count_title {
  font-family: "OpenSans";
  font-size: 1em;
  margin-bottom: 16px;
  font-weight: 300;
  color: #81A2D1;
  position: relative;
  line-height: 1.6;
}

.main_slider .ds_current_count .ds_count_title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -22px;
  background: #caea40;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.main_slider .ds_current_count .ds_pack_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_slider .ds_current_count .ds_pack_count .ds_swimming .ds_swimming_title {
  font-family: "Poppins";
  font-weight: 700;
  color: #81A2D1;
  margin-bottom: 0;
  font-size: 1em;
}

.main_slider .ds_current_count .ds_pack_count .ds_swimming p {
  color: #caea40;
  font-size: 35px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.main_slider .ds_current_count .ds_pack_count .ds_swimming p span {
  font-size: 20px;
}

.main_slider .ds_current_count .ds_pack_count .ds_swimming .ds_occupancy p {
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: 300;
  color: #81a1d1;
}

.main_slider .ds_current_count .ds_pack_count .ds_swimming .ds_occupancy p strong {
  font-weight: 700;
}

.main_slider .ds_current_count .ds_pack_count .ds_whirlpool .ds_whirlpool_title {
  font-family: "Poppins";
  font-weight: 700;
  color: #81A2D1;
  margin-bottom: 0;
  font-size: 1em;
}

.main_slider .ds_current_count .ds_pack_count .ds_whirlpool p {
  color: #e74844;
  font-size: 35px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.main_slider .ds_current_count .ds_pack_count .ds_whirlpool p span {
  font-size: 20px;
}

.main_slider .ds_current_count .ds_pack_count .ds_whirlpool .ds_occupancy p {
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: 300;
  color: #81a1d1;
}

.main_slider .ds_current_count .ds_pack_count .ds_whirlpool .ds_occupancy p strong {
  font-weight: 700;
}

.ds_about_pool {
  padding-top: 179px;
  padding-bottom: 179px;
}

.ds_about_pool .ds_about_pack .ds_pool_title {
  margin-bottom: 47px;
}

.ds_about_pool .ds_about_pack .ds_pool_title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e74844;
  font-weight: 800;
  font-size: 1em;
  font-family: "Poppins";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  margin-bottom: 10px;
}

.ds_about_pool .ds_about_pack .ds_pool_title a img {
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ds_about_pool .ds_about_pack .ds_pool_title a:hover img {
  margin-left: 30px;
}

.ds_about_pool .ds_about_pack .ds_pool_title h2 {
  margin-bottom: 24px;
}

.ds_about_pool .ds_about_pack .ds_pool_title p {
  font-family: "Poppins";
  font-size: 1.125em;
  font-weight: 400;
  color: #7f96b9;
  margin-bottom: 0;
  max-width: 424px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content h3 {
  margin-bottom: 24px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_name {
  width: 324px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_name p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 700;
  color: #7f96b9;
  font-size: 1.375em;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_day {
  width: 142px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_day p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 400;
  color: #7f96b9;
  font-size: 1em;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_time {
  width: 116px;
  text-align: left;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening .ds_time p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 700;
  color: #7f96b9;
  font-size: 1em;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_button {
  margin-top: 12px;
  margin-bottom: 57px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_temperature h3 {
  margin-bottom: 24px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_temperature .ds_pack_temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 242px;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_temperature .ds_pack_temp .ds_name p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 400;
  color: #7f96b9;
  font-size: 1em;
}

.ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_temperature .ds_pack_temp .ds_temp p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 700;
  color: #7f96b9;
  font-size: 1em;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik {
  margin-bottom: 62px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik a {
  text-decoration: none;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content .ds_foto {
  margin-bottom: 27px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content .ds_foto figure img {
  width: 100%;
  max-width: 200px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content .ds_title_boxik {
  margin-bottom: 10px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content .ds_title_boxik h3 {
  font-size: 1.875em;
  margin-bottom: 0px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_boxik .ds_boxik_content .ds_text_boxik p {
  max-width: 262px;
  margin-bottom: 0px;
  color: #274674;
  text-decoration: none;
}

.ds_banner {
  padding-top: 114px;
  padding-bottom: 114px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ds_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(55, 95, 152, 0.61)), to(rgba(55, 95, 152, 0.61)));
  background: linear-gradient(0deg, rgba(55, 95, 152, 0.61), rgba(55, 95, 152, 0.61));
}

.ds_banner .ds_banner_pack {
  position: relative;
}

.ds_banner .ds_banner_pack .ds_content h2 {
  color: white;
  max-width: 850px;
  margin-bottom: 27px;
  line-height: 1.2;
}

.ds_banner .ds_banner_pack .ds_content p {
  font-size: 1.125em;
  color: white;
  margin-bottom: 37px;
  max-width: 657px;
}

.ds_news {
  padding-top: 131px;
  padding-bottom: 141px;
}

.ds_news .ds_news_pack .ds_title_news {
  margin-bottom: 122px;
}

.ds_news .ds_news_pack .ds_title_news h2 {
  margin-bottom: 0px;
  line-height: 1.2;
}

.ds_news .ds_news_pack .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -36px;
}

.ds_news .ds_news_pack .ds_buttu_news {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_news .ds_news_pack .ds_buttu_news .btn_outline {
  position: relative;
}

.ds_news .ds_news_pack .ds_buttu_news .btn_outline .ds_basic {
  margin-left: 20px;
}

.ds_news .ds_news_pack .ds_buttu_news .btn_outline .ds_white {
  position: absolute;
  right: 25px;
  top: 11px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_news .ds_news_pack .ds_buttu_news .btn_outline:hover {
  color: white;
  background: #1a3359;
}

.ds_news .ds_news_pack .ds_buttu_news .btn_outline:hover .ds_white {
  opacity: 1;
}

.ds_news .ds_news_pack .ds_news_box {
  padding: 0 36px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content {
  background: white;
  border-radius: 8px;
  padding: 62px 57px 28px 23px;
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_news_icon {
  position: absolute;
  width: 93px;
  height: 93px;
  top: -46px;
  left: -25px;
  pointer-events: none;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_news_icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_title h3 {
  margin-bottom: 19px;
  font-weight: 700;
  color: #1a3359;
  font-size: 1.25em;
  line-height: 1.2;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_title .ds_date {
  margin-bottom: 19px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_title .ds_date p {
  letter-spacing: -0.01em;
  color: #1a3359;
  font-family: "OpenSans";
  margin-bottom: 0px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_title .ds_date p img {
  margin-right: 10px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_title p {
  letter-spacing: -0.01em;
  color: #274674;
  margin-bottom: 0px;
}

.ds_gift_package {
  padding-top: 147px;
  padding-bottom: 137px;
  background: white;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_gift_foto {
  margin-bottom: 23px;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_gift_foto figure img {
  width: 100%;
  max-width: 260px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title h3 {
  letter-spacing: -0.03em;
  color: #254666;
  font-size: 1.75em;
  margin-bottom: 29px;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title p {
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 1em;
  color: #274674;
  margin-bottom: 29px;
  max-width: 470px;
  letter-spacing: -0.01em;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title p strong {
  font-weight: 700;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline {
  font-size: 1em;
  font-weight: bold;
  position: relative;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline .ds_basic {
  margin-left: 20px;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline .ds_white {
  position: absolute;
  right: 25px;
  top: 12px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline:hover {
  color: white;
  background: #1a3359;
}

.ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline:hover .ds_white {
  opacity: 1;
}

.ds_which_way {
  position: relative;
}

.ds_which_way .ds_wich_map {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 55vw;
  z-index: 150;
}

.ds_which_way .ds_wich_pack {
  padding-top: 138px;
  padding-bottom: 138px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content h2 {
  font-size: 3.625em;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a3359;
  font-family: "OpenSans";
  margin-bottom: 41px;
  line-height: 1.2;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 77px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_adress a {
  text-decoration: none;
  font-family: "OpenSans";
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #1a3359;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_adress .ds_icon {
  margin-right: 14px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections h3 {
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a3359;
  font-family: "OpenSans";
  margin-bottom: 33px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack:last-of-type {
  margin-bottom: 55px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack img {
  margin-right: 20px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack .ds_pack_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack .ds_pack_title h4 {
  font-size: 0.875em;
  color: #1a3359;
  letter-spacing: -0.03em;
  font-family: "OpenSans";
  font-weight: 300;
  margin-bottom: 0;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .ds_pack .ds_pack_title p {
  letter-spacing: -0.03em;
  color: #1a3359;
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1.2;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .btn_outline {
  font-size: 1em;
  font-weight: bold;
  position: relative;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .btn_outline .ds_basic {
  margin-left: 20px;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .btn_outline .ds_white {
  position: absolute;
  right: 25px;
  top: 12px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .btn_outline:hover {
  color: white;
  background: #1a3359;
}

.ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_connections .btn_outline:hover .ds_white {
  opacity: 1;
}

.ds_partners {
  background: white;
  padding-top: 139px;
  padding-bottom: 126px;
}

.ds_partners .ds_partners_pack h2 {
  font-size: 2.375em;
  font-family: "OpenSans";
  margin-bottom: 74px;
  letter-spacing: -0.03em;
  color: #1a3359;
  line-height: 1.2;
}

.ds_partners .ds_partners_pack .ds_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ds_partners .ds_partners_pack .ds_content .ds_partners_logo {
  margin-bottom: 53px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14%;
          flex: 1 0 14%;
  text-align: center;
}

.ds_partners .ds_partners_pack .ds_content .ds_partners_logo img {
  max-height: 80px;
}

@media only screen and (max-width: 1399px) {
  .main_slider {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper {
    top: 15px;
    position: absolute;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure img {
    width: 60vw;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper {
    padding-top: 110px;
    padding-left: 60px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title p {
    font-size: 1.4em;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title h1 {
    font-size: 6.725em;
    margin-left: 0px;
  }
  .main_slider .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main_slider .swiper-container .swiper-pagination {
    left: 50%;
    right: 50%;
    top: 160px;
  }
  .main_slider .ds_current_count {
    left: 80px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 1199px) {
  .main_slider {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper {
    top: -19px;
    position: absolute;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure img {
    height: 55vh;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper {
    padding-top: 20px;
    padding-left: 60px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title p {
    font-size: 1.4em;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title h1 {
    font-size: 6.725em;
    margin-left: 0px;
  }
  .main_slider #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li:last-of-type {
    margin-right: 0px;
  }
  .main_slider .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main_slider .swiper-container .swiper-pagination {
    top: 160px;
  }
  .main_slider .ds_current_count {
    left: 78px;
    bottom: -70px;
  }
  .ds_about_pool {
    padding-top: 130px;
    padding-bottom: 120px;
  }
  .ds_news .ds_news_pack .row {
    margin: 0 -25px;
  }
  .ds_news .ds_news_pack .ds_news_box {
    padding: 0 25px;
  }
  .ds_partners {
    padding-bottom: 76px;
  }
  .ds_partners .ds_partners_pack .ds_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ds_partners .ds_partners_pack .ds_content .ds_partners_logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 27%;
            flex: 1 0 27%;
  }
}

@media only screen and (max-width: 991px) {
  .main_slider {
    padding-top: 100px;
    padding-bottom: 207px;
  }
  .main_slider .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .main_slider .swiper-wrapper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 61vh;
    width: 100%;
    background: linear-gradient(72.84deg, #07162d 1.47%, #081e4200 97.23%);
    z-index: 0;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper {
    top: 0px;
    position: absolute;
    left: 0;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure img {
    width: 100%;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper {
    padding-top: 30px;
    padding-left: 60px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title p {
    font-size: 1.4em;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title h1 {
    font-size: 6.725em;
    margin-left: 0px;
  }
  .main_slider .swiper-container .swiper-pagination {
    bottom: -108px;
  }
  .ds_about_pool {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .ds_about_pool .ds_about_pack .ds_pool_title p {
    max-width: unset;
  }
  .ds_about_pool .ds_about_pack .ds_left_wrapper {
    margin-bottom: 60px;
  }
  .ds_news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_news .ds_news_pack .ds_title_news {
    margin-bottom: 80px;
  }
  .ds_news .ds_news_pack .row {
    margin: 0 -15px;
  }
  .ds_news .ds_news_pack .ds_news_box {
    padding: 0 15px;
    margin-bottom: 70px;
  }
  .ds_news .ds_news_pack .ds_buttu_news {
    margin-top: 0px;
  }
  .ds_which_way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ds_which_way .ds_wich_map {
    position: unset;
    height: 55vh;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .ds_which_way .ds_wich_pack {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .ds_partners {
    padding-top: 69px;
    padding-bottom: 76px;
  }
  .ds_partners .ds_partners_pack .ds_content .ds_partners_logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box {
    margin-bottom: 40px;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box .ds_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title p {
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .ds_news .ds_news_pack .ds_news_box .ds_content {
    padding-right: 23px;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content .ds_news_icon {
    width: 73px;
    height: 73px;
    top: -30px;
    left: -11px;
  }
  .ds_gift_package {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box {
    margin-bottom: 50px;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box:last-of-type {
    margin-bottom: 0px;
  }
  .ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content h2 {
    font-size: 2.625em;
    margin-bottom: 30px;
  }
  .ds_which_way .ds_wich_pack .ds_right_wrapper .ds_content .ds_adress {
    margin-bottom: 30px;
  }
  .main_slider {
    padding-bottom: 207px;
  }
  .main_slider .swiper-container .swiper-pagination {
    left: 15%;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper {
    padding-top: 29px;
  }
  .ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_name {
    max-width: 40%;
    width: 100% !important;
  }
  .ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_day {
    max-width: 25%;
    width: 100% !important;
  }
  .ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_time {
    max-width: 25%;
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .ds_about_pool h3 {
    font-size: 2em;
  }
  .ds_about_pool .ds_about_pack .ds_left_wrapper .ds_content .ds_pack_opening {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_gift_package h3 {
    font-size: 1.5em !important;
  }
  .ds_gift_package .ds_gift_pack .ds_gift_box .ds_content .ds_title .btn_outline {
    width: 100%;
  }
  .ds_which_way h2 {
    font-size: 2em !important;
  }
  .ds_which_way h3 {
    font-size: 1.5em !important;
  }
  .main_slider {
    padding-top: 100px;
    padding-bottom: 147px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper {
    top: -19px;
    position: absolute;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_right_wrapper figure img {
    height: 55vh;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
    padding-left: 15px;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title h1 {
    font-size: 4.5em;
  }
  .main_slider .swiper-wrapper .swiper-slide .ds_pack_content .ds_left_wrapper .ds_title p {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .main_slider .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main_slider .swiper-container .swiper-pagination {
    top: 104px;
  }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 98px;
    height: 98px;
  }
  .swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    font-size: 14px;
  }
  .ds_partners .ds_partners_pack .ds_content .ds_partners_logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .ds_partners .ds_partners_pack .ds_content .ds_partners_logo img {
    max-width: 100%;
    height: auto;
  }
  .main_slider .ds_current_count {
    max-width: 266px;
    left: 40px;
    bottom: 15px;
  }
}

.page-template-infoPages-template .newsletter {
  margin-top: -150px;
}

.side-nav-wrapper {
  padding-top: 3em;
  position: relative;
}

.side-nav-wrapper .side-nav {
  list-style: none;
}

.side-nav-wrapper .side-nav li {
  margin-bottom: 2px;
}

.side-nav-wrapper .side-nav li a {
  font-size: 1.125em;
  text-decoration: none;
  padding: 0.7em 0;
  display: block;
  border-right: 5px solid transparent;
  line-height: 1;
}

.side-nav-wrapper .side-nav li a:hover {
  border-right: 5px solid #E74844;
}

.side-nav-wrapper .side-nav .current-menu-item a {
  color: #E74844;
  border-right: 5px solid #E74844;
}

.side-nav-wrapper::before {
  content: "";
  width: 50vw;
  height: calc(100% + 300px);
  position: absolute;
  right: 15px;
  top: 0;
  background: #f3f3f3;
  z-index: -1;
}

.row-side-nav .side-nav-wrapper {
  width: 24%;
  max-width: 24%;
}

.infopage-content-wrapper {
  padding-top: 3em;
  max-width: 100%;
}

.infopage-content-wrapper .infopage-content {
  padding-left: 6%;
  padding-bottom: 5em;
}

/*-------------contact--------------------*/
.ip-contact-sec .contant-info-block {
  margin-bottom: 4em;
}

.ip-contact-sec .contant-info-block .link-contact {
  margin-bottom: 2em;
  font-size: 1.125em;
}

.ip-contact-sec .contant-info-block .address-contact {
  margin-bottom: 2em;
  font-size: 1.125em;
}

.ip-contact-sec .contant-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ip-contact-sec .contant-social-block .social-media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5em;
  width: 2.5em;
  text-decoration: none;
  background: transparent;
  border-radius: 10px;
  margin-right: 0.5em;
}

.ip-contact-sec .contant-social-block .social-media-link img {
  width: 1.6em;
}

.ip-contact-sec .contant-social-block .social-media-link:hover {
  background: #f3f3f3;
}

/*-------------privacy-policy--------------------*/
.ip-privacy-policy-sec h1, .page-id-897 h1 {
  font-size: 3.125em !important;
  margin-bottom: 54px;
  color: #101c31;
  font-weight: 800;
}

.ip-privacy-policy-sec h2, .page-id-897 h2 {
  margin-top: 1.2em;
  font-size: 2.625em;
}

.ip-privacy-policy-sec h3, .page-id-897 h3 {
  margin-top: 1.2em;
  font-size: 1.4em;
}

.ip-privacy-policy-sec h4, .page-id-897 h4 {
  margin-top: 1.2em;
  font-size: 1.2em;
}

.ip-privacy-policy-sec ul, .page-id-897 ul {
  padding-left: 1.1em;
  margin-bottom: 2em;
}

.ip-privacy-policy-sec ul li, .page-id-897 ul li {
  margin-bottom: 0.5em;
}

.ip-privacy-policy-sec ul li p, .page-id-897 ul li p {
  margin-bottom: 0.2em;
}

.ip-privacy-policy-sec ol, .page-id-897 ol {
  counter-reset: item;
  padding-left: 0px;
  list-style-type: none;
}

.ip-privacy-policy-sec .custom-ol li, .page-id-897 .custom-ol li {
  display: block;
  position: relative;
  padding-left: 48px;
  margin-bottom: 15px;
}

.ip-privacy-policy-sec .custom-ol > li:before, .page-id-897 .custom-ol > li:before {
  font-size: 20px;
}

.ip-privacy-policy-sec .custom-ol li:before, .page-id-897 .custom-ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: block;
  position: absolute;
  left: 0px;
  color: white;
  font-weight: bold;
  background: #101c31;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 17px;
  top: 4px;
}

.ip-privacy-policy-sec .custom-ol li li:before, .page-id-897 .custom-ol li li:before {
  font-size: 14px;
}

.ip-privacy-policy-sec .custom-ol li li:before, .page-id-897 .custom-ol li li:before {
  content: counters(item, ".") " ";
}

.ip-privacy-policy-sec .custom-ol ol, .page-id-897 .custom-ol ol {
  padding-left: 0px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.ip-privacy-policy-sec .custom-ol > li, .page-id-897 .custom-ol > li {
  font-size: 20px;
  font-weight: 700;
}

.ip-privacy-policy-sec .custom-ol > li > ol > li, .page-id-897 .custom-ol > li > ol > li {
  font-size: 16px;
  font-weight: 400;
}

.ip-privacy-policy-sec .custom-ol > li > ol > li > ol > li, .page-id-897 .custom-ol > li > ol > li > ol > li {
  font-size: 14px;
  padding-left: 60px;
}

.ip-privacy-policy-sec .custom-ol a, .page-id-897 .custom-ol a {
  text-decoration: none;
  color: #E74844;
}

.ip-privacy-policy-sec .custom-ol a:hover, .page-id-897 .custom-ol a:hover {
  text-decoration: underline;
}

.ds_fotogalerie {
  padding-top: 125px;
  padding-bottom: 152px;
}

.ds_fotogalerie h1 {
  margin-bottom: 42px;
  color: #1a3359;
}

@media only screen and (min-width: 992px) {
  .ds_fotogalerie h1 {
    font-size: 58px;
  }
}

.ds_fotogalerie .ds_fotogalerie_box {
  margin-bottom: 30px;
}

.ds_fotogalerie .ds_fotogalerie_box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  .side-nav-wrapper .side-nav li a {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .ip-privacy-policy-sec h2, .page-id-897 h2 {
    font-size: 1.9em;
  }
  .ip-contact-sec .contant-info-block {
    margin-bottom: 3em;
  }
  .ds_fotogalerie {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}

@media (max-width: 575px) {
  .row-side-nav .side-nav-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: calc(100% + 5px);
    width: calc(100% + 5px);
    overflow: auto;
    margin-right: -5px;
  }
  .row-side-nav .side-nav-wrapper::before {
    display: none;
  }
  .row-side-nav .side-nav-wrapper .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 3px solid #f3f3f3;
    width: 810px;
    max-width: unset;
  }
  .row-side-nav .side-nav-wrapper .side-nav li {
    margin-right: 0.5em;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row-side-nav .side-nav-wrapper .side-nav li a {
    font-size: 1em;
    padding: 0.6em 0.8em;
    border-radius: 10px 10px 0 0;
    background-color: #f3f3f3;
  }
  .row-side-nav .side-nav-wrapper .side-nav li a:hover {
    border-right: 0;
  }
  .row-side-nav .side-nav-wrapper .side-nav li.current-menu-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row-side-nav .side-nav-wrapper .side-nav .current-menu-item a {
    background-color: #383a3e;
    color: white;
    border-right: 0;
  }
  .ip-privacy-policy-sec h1, .page-id-897 h1 {
    font-size: 2.125em !important;
  }
  .ip-privacy-policy-sec .custom-ol > li, .page-id-897 .custom-ol > li {
    padding-left: 30px;
  }
  .ip-privacy-policy-sec .custom-ol > li:before, .page-id-897 .custom-ol > li:before {
    left: -5px;
  }
  .ip-privacy-policy-sec .custom-ol > li > ol > li, .page-id-897 .custom-ol > li > ol > li {
    padding-left: 30px;
  }
  .ip-privacy-policy-sec .custom-ol > li > ol > li:before, .page-id-897 .custom-ol > li > ol > li:before {
    left: -24px;
    top: 0;
  }
  .ip-privacy-policy-sec .custom-ol > li > ol > li > ol > li, .page-id-897 .custom-ol > li > ol > li > ol > li {
    padding-left: 30px;
  }
  .ip-privacy-policy-sec .custom-ol > li > ol > li > ol > li:before, .page-id-897 .custom-ol > li > ol > li > ol > li:before {
    left: -36px;
    top: 0;
  }
  .infopage-content-wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .infopage-content-wrapper .infopage-content {
    padding-left: 0;
  }
  .ds_fotogalerie {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.ds_opening_hours_page {
  padding-top: 166px;
  padding-bottom: 352px;
  position: relative;
  background: white;
  z-index: 0;
}

.ds_opening_hours_page .ds_back_vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ds_opening_hours_page .ds_back_vector img {
  width: 77%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

.ds_opening_hours_page .ds_opening_pack .ds_title_page {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_opening_hours_page .ds_opening_pack .ds_title_page h1 {
  font-size: 3.625em;
  color: #1a3359;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}

.ds_opening_hours_page .ds_opening_pack .ds_title_page p {
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 0px;
  color: #7f96b9;
  line-height: 1.5;
  font-size: 1.125em;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box {
  margin-bottom: 33px;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content {
  padding: 27px 36px 34px 27px;
  background: #e98dab;
  border-radius: 10px;
  height: 100%;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_title h3 {
  font-size: 1.5625em;
  color: #ffffff;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0px;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_time_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_time_pack .ds_days p {
  font-size: 1em;
  color: #ffffff;
  font-family: "OpenSans";
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.6;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_time_pack .ds_time p {
  font-size: 1.25em;
  color: #ffffff;
  font-family: "OpenSans";
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.6;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_pack .ds_day p {
  font-size: 1em;
  color: #ffffff;
  font-family: "OpenSans";
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.6;
}

.ds_opening_hours_page .ds_opening_pack .ds_opening_box .ds_content .ds_pack_opening .ds_pack .ds_time p {
  font-size: 1.25em;
  color: #ffffff;
  font-family: "OpenSans";
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .ds_opening_hours_page {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .ds_opening_hours_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_opening_hours_page .ds_opening_pack .ds_title_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ds_opening_hours_page .ds_opening_pack .ds_title_page h1 {
    font-size: 2.625em;
  }
  .ds_opening_hours_page .ds_opening_pack .ds_qr_code {
    margin-bottom: 15px;
  }
}

.ds_news_page {
  padding-top: 166px;
  padding-bottom: 332px;
  background: white;
}

.ds_news_page .ds_news_pack_page .ds_title_page {
  margin-bottom: 77px;
}

.ds_news_page .ds_news_pack_page .ds_title_page h1 {
  font-size: 3.625em;
  color: #1a3359;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0px;
}

.ds_news_page .ds_news_pack_page .ds_news_box {
  margin-bottom: 79px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date {
  margin-bottom: 18px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #254666;
  margin-bottom: 0px;
  border-bottom: 4px solid #a4c91d;
  padding-bottom: 13px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_title {
  margin-bottom: 18px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_title a {
  text-decoration: none;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_title a h3 {
  font-family: "Poppins";
  color: #254666;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  margin-bottom: 0px;
  max-width: 287px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_tabs_category {
  margin-bottom: 9px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_tabs_category .ds_single_tag_item {
  background: #95b2db;
  border-radius: 3px;
  line-height: 1.6;
  padding: 3px 8px;
  font-family: "Poppins";
  font-weight: 800;
  color: #ffffff;
  font-size: 0.75em;
  border: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_text p {
  color: #254666;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0px;
  max-width: 315px;
  font-family: "OpenSans";
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav button {
  border: 0;
  color: transparent;
  font-weight: 800;
  font-size: 20px;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav button:hover {
  background-color: #a4c91d;
  border-radius: 3px;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_right {
  background-image: url("/wp-content/uploads/2022/02/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_left {
  background-image: url("/wp-content/uploads/2022/02/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages .ds_main_content_lop_nav_pages_page {
  margin-right: 4.5px;
  margin-left: 4.5px;
  cursor: pointer;
  padding: 4px 10px;
  color: #231e3d;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages .ds_main_content_lop_nav_pages_page:hover {
  background: #a4c91d;
  border-radius: 3px;
  color: white;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages .is_active {
  font-size: 1em;
  background: #a4c91d;
  border-radius: 3px;
  padding: 4px 10px;
  color: white;
  font-family: "OpenSans";
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .ds_news_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_news_page .ds_news_pack_page .ds_title_page {
    margin-bottom: 47px;
  }
  .ds_news_page .ds_news_pack_page .ds_title_page h1 {
    font-size: 2.625em;
  }
}

@media only screen and (max-width: 767px) {
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_text p {
    max-width: unset;
  }
}

.ds_control_room {
  padding-top: 166px;
  padding-bottom: 459px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.ds_control_room .ds_control_pack .ds_title_control {
  margin-bottom: 82px;
}

.ds_control_room .ds_control_pack .ds_title_control h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 63px;
}

.ds_control_room .ds_control_pack .ds_title_control p {
  color: #254666;
  max-width: 506px;
  font-size: 1em;
  margin-bottom: 0px;
}

.ds_control_room .ds_control_pack .ds_room_box a {
  text-decoration: none;
}

.ds_control_room .ds_control_pack .ds_room_box a:hover {
  color: #1a3359;
  text-decoration: none;
}

.ds_control_room .ds_control_pack .ds_room_box .ds_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 47px 47px 47px;
  background: #f1f6ff;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  height: 100%;
}

.ds_control_room .ds_control_pack .ds_room_box .ds_content:hover {
  border: 2px solid #95b2db;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ds_control_room .ds_control_pack .ds_room_box .ds_content .ds_icon {
  margin-bottom: 39px;
}

.ds_control_room .ds_control_pack .ds_room_box .ds_content .ds_icon figure img {
  width: 100%;
  max-width: 100px;
}

.ds_control_room .ds_control_pack .ds_room_box .ds_content .ds_title h3 {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1;
  color: #1a3359;
  margin-bottom: 0px;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .ds_control_room {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .ds_control_room {
    background: white;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .ds_control_room .ds_control_pack .ds_title_control {
    margin-bottom: 50px;
  }
  .ds_control_room .ds_control_pack .ds_title_control h1 {
    font-size: 2.625em;
    margin-bottom: 33px;
  }
  .ds_control_room .ds_control_pack .ds_title_control p {
    max-width: unset;
  }
  .ds_control_room .ds_control_pack .ds_room_box {
    margin-bottom: 40px;
  }
  .ds_control_room .ds_control_pack .ds_room_box .ds_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ds_pack_detail_page {
  max-width: 690px !important;
  padding-top: 94px;
  padding-bottom: 96px;
}

.ds_pack_detail_page .ds_single_image {
  margin-bottom: 59px;
}

.ds_pack_detail_page .ds_single_image img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_pack_detail_page .ds_content .ds_title h1 {
  font-size: 3em;
  margin-bottom: 25px;
  color: #1a3359;
  line-height: 1.2;
}

.ds_pack_detail_page .ds_content .ds_date {
  margin-bottom: 22px;
}

.ds_pack_detail_page .ds_content .ds_date p {
  color: #254666;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
}

.ds_pack_detail_page .ds_content .ds_text {
  margin-bottom: 69px;
}

.ds_pack_detail_page .ds_content .ds_text .container {
  padding: 0px;
  max-width: unset !important;
}

.ds_pack_detail_page .ds_content .ds_text .container-fluid {
  padding: 0px;
}

.ds_pack_detail_page .ds_content .ds_text p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
  color: #254666;
  max-width: 589px;
}

.ds_pack_detail_page .ds_content .ds_share {
  border-top: 1px solid #E4ECF9;
  border-bottom: 1px solid #E4ECF9;
  padding: 12px 0px;
}

.ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-family: "OpenSans";
  line-height: 1;
  font-size: 1.125em;
  color: #254666;
  font-weight: 700;
}

.ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container .heateor_sss_sharing_ul span {
  width: 27px !important;
  height: 27px !important;
  margin-right: 8px !important;
}

.ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container .heateor_sss_sharing_ul span:last-of-type {
  margin-right: 0px !important;
}

.ds_single_related_wrapper {
  padding-bottom: 259px;
}

.ds_single_related_wrapper .container {
  max-width: 690px;
}

.ds_single_related_wrapper .container h3 {
  font-size: 1.75em;
  margin-bottom: 45px;
}

.ds_single_related_wrapper .container .col-lg-6 .container {
  padding: 0px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_single_image {
  display: none;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_date {
  padding-bottom: 13px;
  border-bottom: 4px solid #A4C91D;
  margin-bottom: 18px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_date p {
  margin-bottom: 0px;
  color: #254666;
  font-size: 1em;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_title {
  margin-bottom: 18px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_title h1 {
  font-size: 1.5em;
  color: #254666;
  margin-bottom: 0px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_title h2 {
  font-size: 1.5em;
  color: #254666;
  margin-bottom: 0px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_text .container {
  padding: 0px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_text .container-fluid {
  padding: 0px;
}

.ds_single_related_wrapper .container .col-lg-6 .ds_content .ds_text p {
  color: #254666;
}

@media only screen and (max-width: 1199px) {
  .ds_single_related_wrapper {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .ds_pack_detail_page .ds_content .ds_title h1 {
    font-size: 2.5em;
  }
  .ds_pack_detail_page .ds_content .ds_text {
    margin-bottom: 40px;
  }
  .ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_pack_detail_page .ds_single_image {
    margin-bottom: 30px;
  }
  .ds_single_related_wrapper {
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }
  article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_pack_detail_page .ds_content .ds_title h1 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 575px) {
  .ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_pack_detail_page .ds_content .ds_share .heateor_sss_sharing_container .heateor_sss_sharing_title {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.category-strojovna {
  padding-top: 89px;
  padding-bottom: 63px;
  counter-reset: h2;
}

.category-strojovna .entry-header {
  display: none;
}

.category-strojovna h2::before {
  counter-increment: h2;
  content: counter(h2);
  background: #caea40;
  border-radius: 10px;
  width: 100%;
  max-width: 75px;
  height: 75px;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  font-family: "Poppins";
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin-right: 31px;
}

.category-strojovna .ds_pack_detail {
  margin-bottom: 115px;
}

.category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-of-type {
  padding-top: 80px;
}

.category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column h1 {
  font-size: 3.625em;
  margin-bottom: 63px;
  color: #1a3359;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 800;
}

.category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
  color: #254666;
  font-size: 1em;
  max-width: 506px;
  margin-bottom: 0px;
}

.category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column img {
  width: 100%;
  max-width: 594px;
}

.category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
  text-align: right;
}

.category-strojovna .container_small {
  max-width: 888px;
  margin: 0 auto;
  /*
        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
            margin-left: 20px;
        }*/
}

.category-strojovna .container_small h2 {
  margin-bottom: 41px;
  color: #1a3359;
  line-height: 1;
  font-family: "Poppins";
  font-size: 2.375em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-strojovna .container_small p {
  margin-bottom: 56px;
  line-height: 1.8;
}

.category-strojovna .container_small .wp-block-columns {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .category-strojovna .ds_pack_detail {
    margin-bottom: 75px;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-of-type {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .category-strojovna .ds_pack_detail {
    margin-bottom: 65px;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column {
    margin-left: 0px !important;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-of-type {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column img {
    max-width: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column h1 {
    font-size: 2.625em;
    margin-bottom: 15px;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    max-width: unset;
  }
  .category-strojovna .ds_pack_detail .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    text-align: center !important;
  }
  .category-strojovna .container_small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-strojovna .container_small h2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.9em;
    margin-bottom: 20px;
  }
  .category-strojovna .container_small h2::before {
    margin-bottom: 15px;
    font-size: 35px;
    height: 65px;
    width: 65px;
  }
  .category-strojovna .container_small .wp-block-columns {
    margin-bottom: 50px;
  }
  .category-strojovna .container_small .wp-block-image {
    text-align: center;
  }
}

/*
@media only screen and (max-width: 767px) {
    .category-strojovna{
        .container_small{
            .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
                margin-left: 0px;
            }
        }
    }
}
*/
@media only screen and (min-width: 782px) {
  .category-strojovna .container_small .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .category-strojovna {
    padding-right: 10px;
    padding-left: 10px;
  }
  .category-strojovna .container_small .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }
}

.faq-wrapper {
  padding-top: 166px;
  padding-bottom: 180px;
  background-position: center top -100px;
  background-size: contain;
}

.faq-wrapper .container .site_header {
  margin-bottom: 84px;
}

.faq-wrapper .container .site_header h1 {
  font-weight: 800;
  font-size: 3.625em;
  color: #1A3359;
  line-height: 1;
  margin-bottom: 42px;
}

.faq-wrapper .container .site_header .site_perex {
  font-size: 1em;
  line-height: 1.6;
  color: #254666;
  margin-bottom: 0px;
  max-width: 506px;
}

.faq-wrapper .container .row {
  margin: 0 -40px;
}

.faq-wrapper .container .faq_item_col {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper h2 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
  color: #1A3359;
  background: #E4ECF9;
  border-radius: 10px;
  padding: 19px 0px 19px 28px;
  margin-bottom: 23px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item {
  border-bottom: 1px solid #95B2DB;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title {
  font-weight: bold;
  font-family: "Poppins";
  font-size: 1.125em;
  color: #254666;
  line-height: 1;
  padding: 20px 38px 20px 30px;
  position: relative;
  cursor: pointer;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title:first-of-type {
  border-top: 0px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/02/faq_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title_less {
  border-bottom: 0;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title_less::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_wrapper .page_accordion_panel p {
  padding: 0px 0px 19px 28px;
  font-size: 1em;
  line-height: 1.6;
  color: #254666;
  font-weight: 400;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .ds_pack_box {
  padding: 83px 101px;
  background: #F0F6FF;
  border-radius: 10px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .ds_pack_box img {
  margin-bottom: 26px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .ds_pack_box h5 {
  line-height: 1;
  font-weight: 700;
  font-size: 1.875em;
  color: #1A3359;
  margin-bottom: 16px;
}

.faq-wrapper .container .faq_item_col .faq_item_wrapper .ds_pack_box .faq_item_wrapper {
  color: #254666;
  max-width: 430px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_title {
    padding-left: 0px;
    padding-right: 38px;
  }
  .faq-wrapper .container .faq_item_col .faq_item_wrapper .page_accordion_item .page_accordion_wrapper .page_accordion_panel p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-wrapper {
    padding-top: 108px;
    padding-bottom: 84px;
  }
  .faq-wrapper .container .site_header {
    margin-bottom: 45px;
  }
  .faq-wrapper .container .site_header h1 {
    margin-bottom: 25px;
  }
  .faq-wrapper .container .faq_item_col {
    margin-bottom: 40px;
  }
  .faq-wrapper .container .faq_item_col .faq_item_wrapper {
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .container .site_header h1 {
    font-size: 2.5em;
  }
  .faq-wrapper .container .faq_item_col .faq_item_wrapper .ds_pack_box {
    padding: 53px 21px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-wrapper {
    padding-top: 70px;
  }
}

.page-id-390 .entry-header {
  display: none;
}

.ds_wellness_page {
  padding-top: 125px;
  padding-bottom: 152px;
}

.ds_wellness_page .container {
  position: relative;
}

.ds_wellness_page .container .ds_modal_wellness {
  position: absolute;
  top: 211px;
  right: -15px;
}

.ds_wellness_page .container .ds_modal_wellness .ds_content_modal {
  background: #caea40;
  padding: 39px 32px;
  border-radius: 5px;
}

.ds_wellness_page .container .ds_modal_wellness .ds_content_modal h2 {
  font-size: 1.75em;
  margin-bottom: 32px;
  color: #1a3359;
  max-width: 210px;
  line-height: 1;
}

.ds_wellness_page .container .ds_modal_wellness .ds_content_modal p {
  padding-left: 74px;
}

.ds_wellness_page .container .ds_modal_wellness .ds_content_modal button {
  background: #1a3359;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 1em;
  font-weight: 700;
  color: #e4ecf9;
  font-family: "Poppins";
  border: 0;
}

.ds_wellness_page .container .ds_modal_wellness .ds_content_modal button:hover {
  background: black;
  color: white;
}

.ds_wellness_page .container h1 {
  font-size: 3.625em;
  color: #1a3359;
  font-weight: 800;
  font-family: "Poppins";
  line-height: 1;
  margin-bottom: 42px;
}

.ds_wellness_page .container h2 {
  font-size: 2em;
  margin-bottom: 33px;
  font-weight: 700;
  color: #1a3359;
  line-height: 1;
}

.ds_wellness_page .container p {
  margin-bottom: 0px;
  color: #254666;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1em;
  max-width: 630px;
}

.ds_wellness_page .container .wp-block-columns {
  margin-bottom: 152px;
}

.ds_wellness_page .container .wp-block-columns:nth-child(even) .wp-block-group__inner-container {
  max-width: 603px;
  margin-left: auto;
}

.ds_wellness_page .container .wp-block-columns:last-of-type {
  margin-bottom: 0px;
}

.ds_wellness_page .container .wp-block-columns img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.ds_lightbox_cancel {
  cursor: pointer;
  width: 26px;
  height: 26px;
  float: right;
  padding-right: 55px;
  padding-top: 35px;
}

.lightbox-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: linear-gradient(86.79deg, rgba(22, 30, 61, 0.96) -2.38%, rgba(28, 39, 80, 0.96) 100.48%);
  z-index: 1001;
  cursor: pointer;
}

.lightbox-modal {
  position: fixed;
  background-color: transparent;
  overflow: auto;
  width: 46.4vw !important;
  height: 80vh;
  z-index: 1001;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lightbox-modal_news .ds_content_modal {
  background: #ffffff;
  padding: 54px 121px 53px 90px;
}

.lightbox-modal_news .ds_content_modal .line_tit {
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  color: #1A3359;
  margin-bottom: 33px;
  font-weight: 700;
  font-family: "Poppins";
}

.lightbox-modal_news .ds_content_modal .ds_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.lightbox-modal_news .ds_content_modal .ds_description p {
  color: #1A3359;
  font-size: 1em;
  font-family: "OpenSans";
  margin-bottom: 0px;
}

.lightbox-modal_news .ds_content_modal .ds_description h2 {
  background: #caea40;
  border-radius: 5px;
  width: 100%;
  max-width: 43px;
  height: 43px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  font-family: "Poppins";
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin-right: 31px;
}

.lightbox-modal_news .ds_content_modal .ds_text_end {
  margin-left: 73px;
}

.lightbox-modal_news .ds_content_modal .ds_text_end p {
  font-weight: 700;
  color: #1A3359;
}

@media only screen and (max-width: 1399px) {
  .lightbox-modal {
    width: 66vw !important;
  }
}

@media only screen and (max-width: 991px) {
  .ds_wellness_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_wellness_page .container {
    position: relative;
  }
  .ds_wellness_page .container .ds_modal_wellness {
    top: 12%;
    right: -15px;
    /*
                .ds_content_modal{
                    padding: 39px 20px;
                    h2{
                        font-size: 1em;
                        margin-bottom: 12px;
                    }
                }*/
  }
  .ds_wellness_page .container h1 {
    font-size: 3em;
  }
  .ds_wellness_page .container h2 {
    font-size: 2em;
  }
  .ds_wellness_page .container p {
    max-width: unset;
  }
  .ds_wellness_page .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .ds_wellness_page .container .wp-block-columns .wp-block-column {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .ds_wellness_page .container .wp-block-columns:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ds_wellness_page .container .wp-block-columns:nth-child(even) .wp-block-group__inner-container {
    max-width: unset;
    margin-left: 0px;
  }
  .ds_wellness_page .container .wp-block-columns:last-of-type {
    margin-bottom: 0px;
  }
  .lightbox-modal_news .ds_content_modal {
    padding: 54px 15px 53px 15px;
  }
  .lightbox-modal {
    width: 70vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .ds_wellness_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_wellness_page .container {
    position: relative;
  }
  .ds_wellness_page .container .ds_modal_wellness {
    top: 10%;
  }
  .lightbox-modal {
    width: 85vw !important;
  }
}

@media only screen and (max-width: 575px) {
  .lightbox-modal_news .ds_content_modal .ds_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_wellness_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_wellness_page .container {
    position: relative;
  }
  .ds_wellness_page .container .ds_modal_wellness {
    top: 11%;
  }
  .ds_wellness_page .container .ds_modal_wellness .ds_content_modal {
    padding: 39px 20px;
  }
  .ds_wellness_page .container .ds_modal_wellness .ds_content_modal h2 {
    font-size: 1em;
    margin-bottom: 12px;
  }
}

.ds_jobs_page {
  padding-top: 166px;
  padding-bottom: 166px;
}

.ds_jobs_page .ds_jobs_pack .ds_jobs_title {
  margin-bottom: 70px;
}

.ds_jobs_page .ds_jobs_pack .ds_jobs_title h1 {
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  font-size: 3.625em;
  margin-bottom: 42px;
}

.ds_jobs_page .ds_jobs_pack .ds_jobs_title p {
  color: #1a3359;
  font-weight: 400;
  max-width: 413px;
  margin-bottom: 0px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content {
  background: #e6ebf9;
  border-radius: 10px;
  padding: 44px 41px 70px 35px;
  height: 100%;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title p {
  color: #1a3359;
  line-height: 1;
  font-weight: 400;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_description {
  margin-bottom: 46px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_description:last-of-type {
  margin-bottom: 59px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_description h3 {
  font-size: 1.5625em;
  margin-bottom: 15px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_description p {
  margin-bottom: 0px;
  color: #1a3359;
  max-width: 506px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text h3 {
  font-size: 1.5625em;
  margin-bottom: 15px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text p {
  margin-bottom: 12px;
  color: #1a3359;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "OpenSans";
  font-size: 1em;
  color: #1a3359;
  font-weight: bold;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text a:hover {
  text-decoration: underline;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text a img {
  margin-right: 15px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .btn, .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .btn_outline, .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content a {
  background: #1a3359;
  border-radius: 8px;
}

.ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .btn:hover, .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .btn_outline:hover, .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content a:hover {
  background: #E74844;
}

.ds_jobs_page .ds_jobs_pack .ds_text_jobs {
  margin-top: 59px;
}

.ds_jobs_page .ds_jobs_pack .ds_text_jobs p {
  color: #1a3359;
}

.ds_jobs_page .ds_jobs_pack .ds_text_jobs p a {
  text-decoration: none;
  font-weight: 700;
  font-family: "OpenSans";
  color: #1a3359;
}

.ds_jobs_page .ds_jobs_pack .ds_text_jobs p a:hover {
  text-decoration: underline;
  color: #1a3359;
}

.page-template-pracovnimista .lightbox-modal_body {
  background: #ffffff;
  border-radius: 8px;
  padding: 85px 85px 95px 85px;
}

.page-template-pracovnimista .lightbox-modal_body .ds_form_title {
  padding-bottom: 28px;
  margin-bottom: 37px;
  border-bottom: 1px solid #C4D2E8;
}

.page-template-pracovnimista .lightbox-modal_body .ds_form_title h3 {
  font-size: 2.1875em;
  margin-bottom: 28px;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1;
}

.page-template-pracovnimista .lightbox-modal_body .ds_form_title p {
  color: #1A3359;
  font-weight: 400;
  margin-bottom: 0px;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form input {
  background: #e6ebf9;
  border-radius: 8px;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form textarea {
  background: #e6ebf9;
  border-radius: 8px;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form .wpcf7-submit {
  background: #1a3359;
  border-radius: 8px;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: #E74844;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form .pracPozice {
  display: block;
  position: relative;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form .pracPozice::before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/form_arrow.svg");
  background-color: #BCCAF2;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px 8px 8px 0px;
  pointer-events: none;
}

.page-template-pracovnimista .lightbox-modal_body .wpcf7 .wpcf7-form .pracPozice .wpcf7-select {
  background: #e6ebf9;
  border-radius: 8px;
  width: 100%;
  padding: 12px 15px;
  height: 42px;
  font-family: "OpenSans";
  line-height: 1.2;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_pack_contact .ds_text a {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ds_jobs_page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper {
    margin-bottom: 30px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title h3 {
    font-size: 2em;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_description {
    margin-bottom: 20px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_text_jobs {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_jobs_page .ds_jobs_pack .ds_jobs_title h1 {
    font-size: 2.4em;
    margin-bottom: 15px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title .ds_icon {
    margin-bottom: 15px;
    width: 100px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title .ds_icon figure img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .ds_jobs_page {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_jobs_title {
    margin-bottom: 40px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_jobs_title h1 {
    font-size: 2.4em;
    margin-bottom: 15px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content {
    padding: 20px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title h3 {
    font-size: 2em;
  }
  .ds_jobs_page .ds_jobs_pack .ds_left_wrapper .ds_content .ds_box_title .ds_icon {
    margin-bottom: 15px;
    width: 100px;
  }
  .ds_jobs_page .ds_jobs_pack .ds_text_jobs {
    margin-top: 0px;
  }
}

.ds_plavacek_page {
  padding-top: 166px;
  padding-bottom: 136px;
}

.ds_plavacek_page .ds_plavacek_pack .ds_plavacek_title h1 {
  font-size: 3.625em;
  margin-bottom: 72px;
  line-height: 1;
  font-weight: 800;
  color: #1a3359;
}

.ds_plavacek_page .ds_plavacek_pack .ds_course_box {
  margin-bottom: 30px;
}

.ds_plavacek_page .ds_plavacek_pack .ds_course_box a {
  text-decoration: none;
}

.ds_plavacek_page .ds_plavacek_pack .ds_course_box .ds_content {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #e4ecf9;
  background-size: contain;
  border-radius: 10px;
  padding: 49px 34px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_plavacek_page .ds_plavacek_pack .ds_course_box .ds_content:hover {
  background-color: #a7c9ff;
}

.ds_plavacek_page .ds_plavacek_pack .ds_course_box .ds_content h3 {
  font-size: 1.5625em;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 800;
  color: #1a3359;
}

.ds_swimming_course {
  padding-top: 166px;
  padding-bottom: 543px;
  position: relative;
  background-position: bottom 105px left;
  background-size: contain;
  background-repeat: no-repeat;
}

.ds_swimming_course .ds_pool {
  position: absolute;
  bottom: 134px;
  right: 0;
}

.ds_swimming_course .ds_ring {
  position: absolute;
  left: 0;
  top: 1010px;
}

.ds_swimming_course .ds_ring img {
  width: 177px;
  height: 300px;
}

.ds_swimming_course .ds_umbrella {
  position: absolute;
  bottom: -119px;
  left: 0;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content h1 {
  font-size: 3.625em;
  margin-bottom: 57px;
  color: #1a3359;
  line-height: 1;
  max-width: 500;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_paragraph {
  margin-bottom: 42px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_paragraph h3 {
  font-size: 2.1875em;
  line-height: 1;
  color: #1a3359;
  font-weight: 700;
  margin-bottom: 19px;
  max-width: 590px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_paragraph p {
  color: #254666;
  line-height: 1.6;
  max-width: 636px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_schedule {
  margin-bottom: 27px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_schedule h3 {
  font-size: 2.1875em;
  line-height: 1.2;
  color: #1a3359;
  font-weight: 700;
  margin-bottom: 19px;
  max-width: 590px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_schedule p {
  color: #254666;
  line-height: 1.6;
  max-width: 636px;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_schedule p strong {
  font-weight: 700;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_schedule span {
  color: #254666;
  font-size: 1em;
  font-family: "OpenSans";
  font-style: italic;
  line-height: 1.6;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_description p {
  color: #254666;
  line-height: 1.6;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 1em;
}

.ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content .ds_description p strong {
  font-weight: 700;
}

.ds_swimming_course .ds_course_pack .ds_right_wrapper .ds_content figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.ds_swimming_course .ds_application {
  padding-top: 134px;
  padding-bottom: 85px;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content {
  background: #a8e9f4;
  border-radius: 10px;
  padding: 74px 75px;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box h3 {
  font-size: 1.5625em;
  margin-bottom: 18px;
  line-height: 1.2;
  max-width: 245px;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box p {
  color: #1a3359;
  max-width: 326px;
  margin-bottom: 35px;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box .btn, .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box .btn_outline, .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box a {
  background: #1a3359;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Poppins";
  margin-top: auto;
}

.ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box .btn:hover, .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box .btn_outline:hover, .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box a:hover {
  background: #E74844;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content h2 {
  font-size: 2.25em;
  margin-bottom: 27px;
  line-height: 1.2;
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content p {
  color: #1a3359;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content p strong {
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_foto_pack {
  margin-top: 48px;
  margin-bottom: 85px;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_foto_pack .col-lg-3 figure img {
  width: 100%;
  border-radius: 5px;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content h3 {
  font-size: 2.25em;
  margin-bottom: 27px;
  line-height: 1.2;
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content p {
  color: #1a3359;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content p strong {
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button {
  margin-top: 26px;
  margin-bottom: 26px;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button .btn, .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button .btn_outline, .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button a {
  background: #1a3359;
  border-radius: 8px;
  color: #e4ecf9;
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button .btn:hover, .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button .btn_outline:hover, .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_button a:hover {
  background: #E74844;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_more_info {
  margin-bottom: 102px;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_more_info p {
  color: #254666;
  max-width: 496px;
  font-weight: 400;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_more_info p a {
  font-weight: 700;
  color: #254666;
  font-family: "OpenSans";
  text-decoration: none;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_more_info p a:hover {
  text-decoration: underline;
  color: #254666;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_ascociace h3 {
  font-size: 2.25em;
  margin-bottom: 27px;
  line-height: 1.2;
  font-weight: 700;
}

.ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content .ds_ascociace p {
  color: #1a3359;
  margin-bottom: 27px;
}

.ds_swimming_camp {
  padding-top: 166px;
  padding-bottom: 158px;
  position: relative;
}

.ds_swimming_camp .ds_jump {
  position: absolute;
  right: 0;
  top: 95px;
  z-index: -1;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content h1 {
  font-size: 3.625em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 119px;
  color: #1a3359;
  max-width: 775px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content .ds_title_pack h3 {
  font-size: 2.1875em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content .ds_title_pack p {
  color: #254666;
  max-width: 588px;
  margin-bottom: 0px;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info {
  padding-top: 59px;
  padding-bottom: 69px;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content {
  background: #e6ebf9;
  border-radius: 8px;
  padding: 47px 30px;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 264px;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack .ds_icon {
  margin-right: 17px;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack .ds_title h4 {
  font-size: 1.375em;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 700;
}

.ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack .ds_title p {
  color: #254666;
  margin-bottom: 0px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event {
  padding-bottom: 52px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description {
  margin-bottom: 64px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description .ds_content h3 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description .ds_content p {
  color: #254666;
  max-width: 360px;
  margin-bottom: 0px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description .ds_content .ds_opinion p {
  font-weight: 700;
  max-width: 531;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description .ds_line p {
  line-height: 1.9;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description .ds_width {
  max-width: 360px;
}

.ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_line p {
  max-width: 578px !important;
}

.ds_swimming_camp .ds_camp_pack .col-lg-5 .ds_content p {
  max-width: 513px !important;
}

.ds_swimming_camp .ds_camp_pack .ds_document h2 {
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 29px;
}

.ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content {
  background: #a8e9f4;
  border-radius: 10px;
  padding: 36px 16px 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content h3 {
  font-size: 1.5625em;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}

.ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content .btn, .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content .btn_outline, .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content a {
  background: #254666;
  border-radius: 8px;
}

.ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content .btn:hover, .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content .btn_outline:hover, .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box .ds_content a:hover {
  background: #E74844;
}

.post-473 {
  padding-top: 146px;
  padding-bottom: 112px;
}

.post-473 .entry-header {
  display: none;
}

.post-473 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 42px;
  max-width: 398px;
}

.post-473 .container p {
  color: #1a3359;
}

.post-473 .container p strong {
  font-weight: 700;
}

.post-473 .container img {
  width: 100%;
  max-width: 661px;
}

.post-789 {
  padding-top: 72px;
  padding-bottom: 127px;
}

.post-789 .entry-header {
  display: none;
}

.post-789 .container .wp-block-columns {
  margin-bottom: 0px;
}

.post-789 .container .wp-block-columns .wp-block-column:first-of-type {
  padding-top: 93px;
}

.post-789 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 42px;
}

.post-789 .container p {
  color: #1a3359;
}

.post-789 .container p strong {
  font-weight: 700;
}

.post-789 .container .wp-block-image {
  text-align: right;
}

.post-789 .container .wp-block-image img {
  width: 100%;
  max-width: 567px;
}

.post-477 {
  padding-top: 166px;
  padding-bottom: 243px;
}

.post-477 .entry-header {
  display: none;
}

.post-477 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 50px;
  max-width: 610px;
}

.post-477 .container p {
  color: #1a3359;
}

.post-477 .container p strong {
  font-weight: 700;
}

.post-477 .container img {
  width: 100%;
  max-width: 734px;
}

.post-477 .container .wp-block-columns .wp-block-column .wp-block-columns {
  margin-top: 83px;
}

.post-477 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group {
  background: #a8e9f4;
  border-radius: 10px;
  padding: 36px 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.post-477 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group h3 {
  font-size: 1.4375em;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 700;
}

.post-477 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link {
  background: #254666;
  border-radius: 8px;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
}

.post-477 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link:hover {
  background: #E74844;
}

.post-485 {
  padding-top: 105px;
  padding-bottom: 125px;
}

.post-485 .entry-header {
  display: none;
}

.post-485 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 50px;
  max-width: 610px;
}

.post-485 .container p {
  color: #1a3359;
  max-width: 560px;
}

.post-485 .container p strong {
  font-weight: 700;
}

.post-485 .container img {
  width: 100%;
  max-width: 985px;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns {
  margin-top: 61px;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group {
  background: #a8e9f4;
  border-radius: 10px;
  padding: 36px 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group h3 {
  font-size: 1.4375em;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 700;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link {
  background: #254666;
  border-radius: 8px;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
}

.post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-group .wp-block-button__link:hover {
  background: #E74844;
}

.post-489 {
  padding-top: 166px;
  padding-bottom: 138px;
  position: relative;
}

.post-489::before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/balonky.png");
  position: absolute;
  right: 0;
  top: -30px;
  width: 688px;
  height: 769px;
  z-index: -1;
}

.post-489 .entry-header {
  display: none;
}

.post-489 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 45px;
  max-width: 610px;
}

.post-489 .container h2 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 53px;
  max-width: 636px;
}

.post-489 .container p {
  color: #1a3359;
  max-width: 630px;
}

.post-489 .container p strong {
  font-weight: 700;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-image {
  margin-bottom: 0px;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-image img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group {
  background: #1a3359;
  border-radius: 0px 0px 8px 8px;
  padding: 38px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group h3 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group h4 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 32px;
  color: white;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group .wp-block-button__link {
  background: #a8e9f4;
  border-radius: 8px;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 10px;
  color: #1a3359;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
}

.post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group .wp-block-button__link:hover {
  background: #E74844;
  color: white;
}

.post-497 {
  padding-top: 93px;
  padding-bottom: 80px;
}

.post-497 .entry-header {
  display: none;
}

.post-497 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 44px;
}

.post-497 .container p {
  color: #1a3359;
  max-width: 630px;
}

.post-497 .container p:last-of-type {
  max-width: 500px;
}

.post-497 .container p strong {
  font-weight: 700;
}

.post-497 .container p a {
  text-decoration: none;
}

.post-497 .container p a:hover {
  text-decoration: underline;
}

.post-497 .container img {
  width: 100%;
  max-width: 521px;
}

.post-497 .container .wp-block-columns {
  margin-bottom: 0px;
}

.post-497 .container .wp-block-column:first-of-type {
  padding-top: 75px;
}

.post-503 {
  padding-top: 108px;
  padding-bottom: 116px;
}

.post-503 .entry-header {
  display: none;
}

.post-503 .container h1 {
  font-size: 3.625em;
  font-weight: 800;
  color: #1a3359;
  line-height: 1;
  margin-bottom: 42px;
  max-width: 636px;
}

.post-503 .container p {
  color: #1a3359;
}

.post-503 .container p strong {
  font-weight: 700;
}

.post-503 .container img {
  width: 100%;
  max-width: 821px;
}

.post-503 .container .wp-block-column:first-of-type {
  padding-top: 60px;
}

.ds_instructors {
  padding-top: 166px;
  padding-bottom: 177px;
}

.ds_instructors .ds_instructors_pack .ds_instructors_title h1 {
  font-size: 3.625em;
  font-weight: 800;
  line-height: 1;
  color: #1a3359;
  margin-bottom: 64px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box {
  margin-bottom: 50px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_name {
  background: #527cbb;
  padding: 25px;
  border-radius: 8px 8px 0px 0px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_name h3 {
  font-size: 1.375em;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content {
  padding: 24px 30px 30px 30px;
  background: #e4ecf9;
  border-radius: 0px 0px 8px 8px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4d2e8;
  margin-bottom: 13px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts a {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: 700;
  line-height: 1.6;
  color: #1a3359;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 39px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts a img {
  margin-right: 9px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts a:hover {
  text-decoration: underline;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_text {
  border-bottom: 1px solid #c4d2e8;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_text p {
  color: #1a3359;
  margin-bottom: 0;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting h4 {
  font-size: 1em;
  font-weight: 800;
  font-family: "OpenSans";
  line-height: 1.6;
  color: #1a3359;
  margin-bottom: 13px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time {
  padding: 4px 8px;
  background: #cadbf5;
  border-radius: 8px;
  width: 117px;
  margin-right: 3px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time:last-of-type {
  margin-right: 0;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time h5 {
  color: #254666;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "OpenSans";
  margin-bottom: 0px;
}

.ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time p {
  color: #254666;
  margin-bottom: 0;
}

.ds_swimming_children {
  padding-top: 111px;
  padding-bottom: 300px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper {
  padding-top: 55px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text h1 {
  font-size: 3.625em;
  margin-bottom: 42px;
  color: #1a3359;
  line-height: 1;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text p {
  color: #254666;
  margin-bottom: 42px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text .ds_button_text p {
  font-weight: 700;
  margin-bottom: 14px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text .ds_button_text .ds_pack_alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e74844;
  border-radius: 10px;
  padding: 10px 16px;
  max-width: 385px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text .ds_button_text .ds_pack_alert p {
  margin-bottom: 0px;
  margin-left: 11px;
  color: #ffffff;
  font-weight: bold;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange {
  margin-top: 130px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_title h3 {
  background: #1a3359;
  padding: 18px 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 1.875em;
  border-radius: 8px 8px 0px 0px;
  position: relative;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_title h3::before {
  content: "";
  position: absolute;
  background: #1a3359;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 5px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack {
  position: relative;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack:last-of-type > div {
  border-radius: 0px 0px 8px 8px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_day_pack {
  background: #e4ecf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0px 0px;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_day_pack .ds_day {
  width: 38%;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_day_pack .ds_day p {
  font-weight: 700;
  color: #1a3359;
  margin-bottom: 0px;
  padding: 13px;
  line-height: 1,1;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_day_pack .ds_price {
  z-index: 0;
  width: 62%;
  background: #EEF4FF;
  mix-blend-mode: multiply;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_day_pack .ds_price p {
  padding: 13px;
  color: #1a3359;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1,1;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_price_pack {
  background: #d5e0f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_price_pack .ds_day {
  width: 38%;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_price_pack .ds_day p {
  font-weight: 700;
  color: #1a3359;
  margin-bottom: 0px;
  padding: 13px;
  line-height: 1,1;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_price_pack .ds_price {
  width: 62%;
  background: #EEF4FF;
  mix-blend-mode: multiply;
}

.ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_pack .ds_price_pack .ds_price p {
  padding: 13px;
  color: #1a3359;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1,1;
}

.ds_swimming_children .ds_children_pack .ds_right_wrapper .ds_content figure img {
  max-width: 660px;
  width: 100%;
  border-radius: 10px;
}

.ds_swimming_children .ds_children_pack .ds_application_pack {
  margin-top: 91px;
}

.ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box {
  background: #a8e9f4;
  border-radius: 10px;
  padding: 36px 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box h3 {
  font-size: 1.4375em;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 700;
}

.ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box .btn, .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box .btn_outline, .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box a {
  background: #254666;
  border-radius: 8px;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
}

.ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box .btn:hover, .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box .btn_outline:hover, .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box .ds_content_box a:hover {
  background: #E74844;
}

@media only screen and (max-width: 1399px) {
  .ds_swimming_course .ds_ring {
    left: -50px;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts a {
    margin-right: 15px;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1199px) {
  .ds_swimming_course .ds_ring {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .ds_swimming_course {
    padding-top: 80px;
    padding-bottom: 110px;
    background-position: bottom 105px left 70px;
  }
  .ds_swimming_course .ds_umbrella {
    display: none;
  }
  .ds_swimming_course .ds_ring {
    display: none;
  }
  .ds_swimming_course .ds_course_pack .ds_left_wrapper {
    margin-bottom: 30px;
  }
  .ds_swimming_course .ds_course_pack .ds_left_wrapper .ds_content h1 {
    font-size: 2.6em;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  .ds_swimming_course .ds_course_pack .ds_right_wrapper .ds_content figure img {
    height: 45vh;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box {
    margin-bottom: 60px;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box:last-of-type {
    margin-bottom: 0px;
  }
  .ds_swimming_course .ds_rescue .ds_foto_pack .col-lg-3 {
    margin-bottom: 30px;
  }
  .post-485 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .post-485 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-485 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-485 .container .wp-block-columns .wp-block-column .wp-block-columns {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-top: 30px;
  }
  .post-485 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
  }
  .post-477 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .post-477 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-477 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-477 .container .wp-block-columns .wp-block-column .wp-block-columns {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-top: 30px;
  }
  .post-477 .container .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
  }
  .post-473 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .post-473 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-473 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-789 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .post-789 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-789 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-789 .container .wp-block-columns .wp-block-column:first-of-type {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .post-789 .container .wp-block-image {
    text-align: left;
  }
  .post-789 .container .wp-block-image img {
    max-width: unset;
  }
  .post-489 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .post-489::before {
    display: none;
  }
  .post-489 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-489 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group h3 {
    font-size: 1.5em;
  }
  .post-489 .container .wp-block-columns .wp-block-column .wp-block-group .wp-block-group h4 {
    font-size: 1.4em;
  }
  .post-489 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-497 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .post-497 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-497 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-497 .container .wp-block-columns .wp-block-column:first-of-type {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .ds_instructors {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_instructors .ds_instructors_pack .ds_instructors_title h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-503 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .post-503 .container h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .post-503 .container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_swimming_camp {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .ds_swimming_camp .ds_jump {
    display: none;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content h1 {
    font-size: 3em;
    margin-bottom: 60px;
  }
  .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box {
    margin-bottom: 30px;
  }
  .ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content {
    padding-bottom: 27px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack {
    margin-bottom: 20px;
    max-width: unset;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 100%;
  }
  .ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack .ds_title h4 {
    font-size: 1.2em;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_event {
    padding-bottom: 0px;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_event p {
    max-width: unset !important;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_event .ds_description {
    margin-bottom: 35px;
  }
  .ds_swimming_children {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper {
    margin-bottom: 40px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text h1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text p {
    margin-bottom: 30px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange {
    margin-top: 50px;
  }
  .ds_swimming_children .ds_children_pack .ds_application_pack {
    margin-top: 60px;
  }
  .ds_swimming_children .ds_children_pack .ds_application_pack .ds_box {
    margin-bottom: 30px;
  }
  .ds_plavacek_page {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ds_plavacek_page .ds_plavacek_pack .ds_plavacek_title h1 {
    font-size: 2.9em;
  }
}

@media only screen and (max-width: 767px) {
  .ds_swimming_course .ds_course_pack .ds_content .ds_paragraph h3 {
    font-size: 1.8em !important;
  }
  .ds_swimming_course .ds_course_pack .ds_content .ds_schedule h3 {
    font-size: 1.8em !important;
  }
  .ds_swimming_course .ds_application {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content {
    padding: 45px 35px;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box {
    margin-bottom: 30px;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box:last-of-type {
    margin-bottom: 0px;
  }
  .ds_swimming_course .ds_application .ds_application_pack .ds_content .ds_application_box .ds_content_box p {
    max-width: unset;
  }
  .ds_swimming_course .ds_rescue .ds_foto_pack {
    margin-bottom: 40px;
  }
  .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content h2 {
    font-size: 1.8em;
  }
  .ds_swimming_course .ds_rescue .ds_rescue_box .ds_rescue_content .ds_info_course .ds_info_content h3 {
    font-size: 1.8em;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content h1 {
    font-size: 2.2em;
  }
  .ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .post-485 {
    padding-top: 10px;
  }
  .post-485 .container h1 {
    font-size: 2.5em;
  }
  .post-477 {
    padding-top: 10px;
  }
  .post-477 .container h1 {
    font-size: 2.5em;
  }
  .post-789 {
    padding-top: 10px;
  }
  .post-789 .container h1 {
    font-size: 2.5em;
  }
  .post-503 {
    padding-top: 10px;
  }
  .post-503 .container h1 {
    font-size: 2.5em;
  }
  .post-473 {
    padding-top: 10px;
  }
  .post-473 .container h1 {
    font-size: 2.5em;
  }
  .post-489 {
    padding-top: 10px;
  }
  .post-489 .container h1 {
    font-size: 2.5em;
  }
  .post-489 .container h2 {
    font-size: 1.5em;
  }
  .post-497 {
    padding-top: 10px;
  }
  .post-497 .container h1 {
    font-size: 2.5em;
  }
  .ds_instructors .ds_instructors_pack .ds_instructors_title h1 {
    font-size: 2.5em;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_instructors .ds_instructors_pack .ds_instructor_box .ds_content .ds_consulting .ds_pack .ds_day_time {
    width: 48%;
    margin-bottom: 10px;
  }
  .ds_swimming_camp .ds_camp_pack .ds_camp_title_box .ds_content h1 {
    font-size: 2.2em;
  }
  .ds_swimming_camp .ds_camp_pack .ds_student_info .ds_content .ds_student_box .ds_student_pack {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .ds_swimming_camp .ds_camp_pack .ds_document .ds_document_box {
    margin-bottom: 20px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_content_text h1 {
    font-size: 2.5em;
  }
  .ds_plavacek_page .ds_plavacek_pack .ds_plavacek_title h1 {
    font-size: 2.4em;
    margin-bottom: 40px;
  }
  .ds_swimming_children {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ds_swimming_children .ds_children_pack .ds_left_wrapper .ds_exchange .ds_title h3 {
    font-size: 1.5em;
  }
}

.ds_contact_page {
  padding-top: 166px;
  padding-bottom: 191px;
}

.ds_contact_page .ds_contact_pack .ds_contact_title h1 {
  font-size: 3.625em;
  font-weight: 800;
  line-height: 1;
  color: #1a3359;
  margin-bottom: 63px;
}

.ds_contact_page .ds_contact_pack .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content {
  max-width: 607px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info {
  margin-bottom: 42px;
  border-bottom: 1px solid #c4d2e8;
  padding-bottom: 42px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info h3 {
  font-size: 1.5625em;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  color: #1a3359;
  line-height: 1;
  font-weight: 700;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info .ds_adress_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info .ds_adress_row .ds_icon {
  margin-right: 14px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info .ds_adress_row:last-of-type a {
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info .ds_adress_row a {
  letter-spacing: -0.01em;
  color: #1a3359;
  text-decoration: none;
  font-size: 1em;
  font-family: "OpenSans";
  margin-bottom: 22px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact_info .ds_adress_row a:hover {
  text-decoration: underline;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box {
  margin-bottom: 42px;
  border-bottom: 1px solid #c4d2e8;
  padding-bottom: 42px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box h3 {
  font-size: 1.5625em;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  color: #1a3359;
  line-height: 1;
  font-weight: 700;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box p {
  color: #1a3359;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_flex {
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_flex h4 {
  margin-right: 6px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_adress_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_adress_row:last-of-type p {
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_adress_row h4 {
  letter-spacing: -0.01em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #1a3359;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_same_box .ds_adress_row p {
  letter-spacing: -0.01em;
  color: #1a3359;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_invoicing h3 {
  font-size: 1.5625em;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  color: #1a3359;
  line-height: 1;
  font-weight: 700;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_invoicing p {
  color: #1a3359;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
  max-width: 607px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_invoicing p a {
  font-weight: bold;
  text-decoration: none;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_invoicing p a:hover {
  text-decoration: underline;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content {
  background: #e4ecf9;
  border-radius: 8px;
  padding: 43px 46px;
  padding-bottom: 30px;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content .ds_form_title {
  border-bottom: 1px solid #c4d2e8;
  padding-bottom: 27px;
  margin-bottom: 27px;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content .ds_form_title h3 {
  font-size: 1.875em;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content .ds_form_title p {
  color: #1a3359;
  max-width: 516px;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content .wpcf7-form .ds_podminky {
  margin-bottom: 32px;
}

.ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content .wpcf7-form .ds_podminky p {
  letter-spacing: 0.3px;
  color: #254666;
  margin-bottom: 0px;
  font-size: 0.9375em;
}

.ds_maps {
  margin-bottom: -6px;
}

.ds_maps .ds_content iframe {
  height: 61vh;
  display: block;
}

/*-----------------------------RESPO-----------------------------*/
@media only screen and (max-width: 991px) {
  .ds_contact_page {
    padding-top: 96px;
    padding-bottom: 101px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper {
    margin-bottom: 50px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content {
    max-width: unset;
  }
  .ds_maps .ds_content iframe {
    height: 55vh;
  }
}

@media only screen and (max-width: 575px) {
  .ds_contact_page {
    padding-top: 70px;
  }
  .ds_contact_page .ds_contact_pack .ds_contact_title h1 {
    font-size: 2.625em;
    margin-bottom: 40px;
  }
  .ds_contact_page .ds_contact_pack .ds_right_wrapper .ds_content {
    padding: 33px 26px;
  }
}

.ds_restaurant_page {
  padding-top: 143px;
  padding-bottom: 188px;
  position: relative;
}

.ds_restaurant_page .ds_whater {
  position: absolute;
  right: 174px;
  top: 44px;
}

.ds_restaurant_page .ds_whater img {
  width: 189px;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box {
  padding-top: 50px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content h1 {
  font-size: 3.625em;
  line-height: 1;
  font-weight: 800;
  color: #1A3359;
  margin-bottom: 44px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content p {
  color: #254666;
  max-width: 630px;
  margin-bottom: 45px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_adress_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_adress_row p {
  margin-bottom: 0px;
  letter-spacing: -0.01em;
  color: #1A3359;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_adress_row .ds_icon {
  margin-right: 14px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_adress_row a {
  font-family: "OpenSans";
  letter-spacing: -0.01em;
  color: #1A3359;
  font-size: 1em;
  line-height: 1.6;
  text-decoration: none;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_adress_row a:hover {
  text-decoration: underline;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant {
  margin-top: 53px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant h3 {
  font-size: 1.5625em;
  margin-bottom: 15px;
  line-height: 1;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant .btn, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant .btn_outline, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant #cookie-notice #cn-notice-buttons a, #cookie-notice #cn-notice-buttons .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant a {
  background: #1A3359;
  border-radius: 8px;
  font-weight: 700;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant .btn:hover, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant .btn_outline:hover, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant #cookie-notice #cn-notice-buttons a:hover, #cookie-notice #cn-notice-buttons .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content .ds_news_restaurant a:hover {
  background: #E74844;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix {
  margin-left: 0px;
  margin-right: 0px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container {
  overflow: hidden;
  padding: 0;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
  text-align: end;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  border-radius: 8px;
  max-width: 660px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-next, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-button-prev, .swiper-container .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
  width: 70px;
  height: 70px;
  background: #1A3359;
  border-radius: 50%;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-next::after, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-button-prev::after, .swiper-container .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev::after, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev::after {
  padding-right: 0px;
  padding-left: 0px;
  color: white;
  font-size: 1.25em;
  font-weight: 700;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-next, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-button-prev, .swiper-container .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
  right: -32px;
}

.ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
  left: -32px;
}

@media only screen and (max-width: 991px) {
  .ds_restaurant_page {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .ds_restaurant_page .ds_whater {
    display: none;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content h1 {
    font-size: 3em;
    margin-bottom: 25px;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content p {
    margin-bottom: 30px;
    max-width: unset;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 100%;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide figure img {
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .ds_restaurant_page {
    padding-bottom: 80px;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_box .ds_content h1 {
    font-size: 2.5em;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide figure img {
    max-width: unset;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-next, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-button-prev, .swiper-container .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-next, .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-container .swiper-button-prev, .swiper-container .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
    right: -19px;
  }
  .ds_restaurant_page .ds_restaurant_pack .ds_restaurant_swipper .swiper-nav-fix .swiper-button-prev {
    left: -19px;
  }
}

.ds_pricelist_page {
  padding-top: 166px;
  padding-bottom: 199px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_title {
  margin-bottom: 62px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_title h1 {
  margin-bottom: 0px;
  line-height: 1;
  color: #1a3359;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_title h1 {
    font-size: 3.625em;
  }
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 {
  margin-bottom: 50px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table_subheader {
  padding: 18px 14px;
  border-radius: 8px 8px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table_subheader::before {
  content: "";
  background: #292929;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table {
  border-radius: 8px;
  overflow: hidden;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr td {
  background: #c3d2ea;
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
  font-weight: 700;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr td:first-of-type {
  width: 29.5465%;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr td:nth-of-type(even) {
  background-color: #b6c9ea;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr:last-of-type td {
  background: #e4ecf9;
  padding: 13px;
  font-weight: 400;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n + 3) {
  background-color: #d5e2f9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(even) td {
  background: #e4ecf9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n + 3) {
  background-color: #d5e2f9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(odd) td {
  background: #d5e0f3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n + 3) {
  background-color: #c7d6f3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table tbody tr td {
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 {
  margin-bottom: 50px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table_subheader {
  padding: 18px 14px;
  border-radius: 8px 8px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table_subheader::before {
  content: "";
  background: #E7446B;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table {
  border-radius: 8px;
  overflow: hidden;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr td {
  background: #c3d2ea;
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
  font-weight: 700;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr td:first-of-type {
  width: 29.5465%;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr td:nth-of-type(even) {
  background-color: #b6c9ea;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr:last-of-type td {
  background: #e4ecf9;
  padding: 13px;
  font-weight: 400;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n + 3) {
  background-color: #d5e2f9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(even) td {
  background: #e4ecf9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n + 3) {
  background-color: #d5e2f9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(odd) td {
  background: #d5e0f3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n + 2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n + 3) {
  background-color: #c7d6f3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table tbody tr td {
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 {
  margin-bottom: 50px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table_subheader {
  padding: 18px 14px;
  border-radius: 8px 8px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table_subheader::before {
  content: "";
  background: #FBAA0D;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table {
  border-radius: 8px;
  overflow: hidden;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr td {
  background: #c3d2ea;
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
  font-weight: 700;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr td:first-of-type {
  width: 29.5465%;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr td:nth-of-type(even) {
  background-color: #B6C9EA;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr:last-of-type td {
  background: #e4ecf9;
  padding: 13px;
  font-weight: 400;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n+3) {
  background-color: #D5E2F9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(even) td {
  background: #e4ecf9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n+3) {
  background-color: #D5E2F9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(odd) td {
  background: #D5E0F3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n+3) {
  background-color: #C7D6F3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table tbody tr td {
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 {
  margin-bottom: 50px;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table_subheader {
  padding: 18px 14px;
  border-radius: 8px 8px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table_subheader::before {
  content: "";
  background: #86C026;
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table {
  border-radius: 8px;
  overflow: hidden;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr td {
  background: #c3d2ea;
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
  font-weight: 700;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr td:first-of-type {
  width: 29.5465%;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr td:nth-of-type(even) {
  background-color: #B6C9EA;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr:last-of-type td {
  background: #e4ecf9;
  padding: 13px;
  font-weight: 400;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table thead tr:last-of-type td:nth-of-type(4n+3) {
  background-color: #D5E2F9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(even) td {
  background: #e4ecf9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(even) td:nth-of-type(4n+3) {
  background-color: #D5E2F9;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(odd) td {
  background: #D5E0F3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n+2), .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr:nth-child(odd) td:nth-of-type(4n+3) {
  background-color: #C7D6F3;
}

.ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table tbody tr td {
  padding: 13px;
  color: #1a3359;
  font-family: "OpenSans";
  line-height: 1.1;
  font-size: 1em;
}

@media only screen and (max-width: 991px) {
  .ds_pricelist_page {
    padding-top: 66px;
    padding-bottom: 70px;
  }
  .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 {
    overflow: auto;
  }
  .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_1 .ds_pricelist_table_subheader, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_2 .ds_pricelist_table_subheader, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_3 .ds_pricelist_table_subheader, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table, .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_4 .ds_pricelist_table_subheader {
    min-width: 930px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_pricelist_page .ds_pricelist_pack .ds_pricelist_title {
    margin-bottom: 30px;
  }
  .ds_pricelist_page .ds_pricelist_table_nbr, .ds_pricelist_page .ds_pricelist_table_title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .ds_pricelist_page .ds_pricelist_table_nbr, .ds_pricelist_page .ds_pricelist_table_title {
    font-size: 22px;
  }
}

.ds_prohlidka_sec {
  padding-top: 166px;
  padding-bottom: 172px;
}

.ds_prohlidka_sec .container {
  position: relative;
}

.ds_prohlidka_sec .container .ds_img_abs {
  position: absolute;
  right: 15px;
  top: -123px;
}

.ds_prohlidka_sec h1 {
  line-height: 1;
  color: #1A3359;
  margin-bottom: 42px;
  max-width: 597px;
}

@media only screen and (min-width: 768px) {
  .ds_prohlidka_sec h1 {
    font-size: 58px;
  }
}

.ds_prohlidka_sec .ds_undertitle_text {
  max-width: 640px;
  margin-bottom: 76px;
}

.ds_prohlidka_sec .ds_undertitle_text p {
  margin-bottom: 0;
}

.ds_prohlidka_sec h3 {
  font-size: 30px;
  margin-bottom: 17px;
}

.ds_prohlidka_sec .ds_kamera_col {
  margin-bottom: 60px;
}

.ds_prohlidka_sec .ds_kamera_col img {
  border-radius: 8px;
  overflow: hidden;
}

.ds_prohlidka_sec iframe {
  display: block;
  margin-bottom: 53px;
  height: 62vh;
  border-radius: 8px;
}

.ds_prohlidka_sec .row {
  margin-bottom: 51px;
}

@media only screen and (max-width: 991px) {
  .ds_prohlidka_sec .container .ds_img_abs {
    top: -145px;
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .ds_prohlidka_sec {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .ds_prohlidka_sec .container .ds_img_abs {
    display: none;
  }
  .ds_prohlidka_sec iframe {
    height: 48vh;
  }
}

@media only screen and (max-width: 575px) {
  .ds_prohlidka_sec {
    padding-bottom: 25px;
  }
}

.ds_online_sec {
  padding-top: 89px;
  padding-bottom: 178px;
}

.ds_online_sec form {
  background-color: #E4ECF9;
  border-radius: 8px;
  padding: 63px 47px 75px;
}

.ds_online_sec form h1 {
  line-height: 1;
  color: #1a3359;
  margin-bottom: 42px;
}

@media only screen and (min-width: 768px) {
  .ds_online_sec form h1 {
    font-size: 58px;
  }
}

.ds_online_sec form p {
  color: #254666;
}

.ds_online_sec form > p {
  margin-bottom: 0;
}

.ds_online_sec form label span:last-of-type * {
  display: block;
  margin-bottom: 15px;
}

.ds_online_sec form label span:last-of-type *::-webkit-input-placeholder {
  color: #a7b4c6;
}

.ds_online_sec form label span:last-of-type *:-ms-input-placeholder {
  color: #a7b4c6;
}

.ds_online_sec form label span:last-of-type *::-ms-input-placeholder {
  color: #a7b4c6;
}

.ds_online_sec form label span:last-of-type *::placeholder {
  color: #a7b4c6;
}

.ds_online_sec form .label {
  color: #1a3359;
}

.ds_online_sec form .label > span {
  color: #DA2D39;
}

.ds_online_sec form .label .wpcf7-list-item {
  margin-left: 0;
  margin-right: 29px;
  margin-top: 13px;
  margin-bottom: 21px;
}

.ds_online_sec form .form-row {
  position: relative;
  margin-top: 38px;
  padding-top: 38px;
  padding-bottom: 36px;
  margin-bottom: 43px;
}

.ds_online_sec form .form-row:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #C4D2E8;
}

.ds_online_sec form .form-row:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #C4D2E8;
}

.ds_online_sec form .form-row .ds_online_col .ds_birthday_wrapper input[type="date"] {
  width: calc(100% - 50px);
  display: inline-block;
  margin-left: 10px;
}

.ds_online_sec form .form-row .ds_online_col > br {
  display: none;
}

.ds_online_sec form .form-row .ds_online_col .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ds_online_sec form .form-row .ds_online_col .wpcf7-radio label span {
  color: #1A3359;
}

.ds_online_sec form .form-row .ds_online_col .wpcf7-radio label input[type="radio"] {
  margin-right: 32px;
}

.ds_online_sec form .form-row .ds_online_col input[type="radio"] {
  top: 0;
}

.ds_online_sec form .form-row .ds_online_col input[type="radio"]:before {
  width: 22px;
  height: 22px;
  border: 1px solid #a7b2c1;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.ds_online_sec form .form-row .ds_online_col input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #1A3359;
  opacity: 0;
}

.ds_online_sec form .form-row .ds_online_col input[type="radio"]:checked:after {
  opacity: 1;
}

.ds_online_sec form .form-row .ds_online_col select {
  margin-top: 4.8px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ds_online_sec form .form-row .ds_online_col textarea {
  height: auto;
}

.ds_online_sec form .text-row {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.ds_online_sec form .text-row:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #C4D2E8;
}

.ds_online_sec form .text-row h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.ds_online_sec form .ds_acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ds_online_sec form .ds_acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_online_sec form .ds_acceptance label span {
  color: #1a3359;
}

.ds_online_sec form .ds_acceptance input[type="checkbox"] {
  top: -13px;
  width: auto;
}

.ds_online_sec form .ds_acceptance input[type="checkbox"]:before {
  width: 22px;
  height: 22px;
  border: 1px solid #a7b2c1;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.ds_online_sec form .ds_acceptance input[type="checkbox"]:after {
  opacity: 0;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.ds_online_sec form .ds_acceptance input[type="checkbox"]:checked:after {
  opacity: 1;
  border-bottom: 3px solid #1a3359;
  border-right: 3px solid #1a3359;
}

.ds_online_sec form .ds_acceptance input[type="submit"] {
  margin-left: 36px;
  padding: 16px 159px;
}

.ds_online_sec form .ds_acceptance input[type="submit"]:disabled {
  background-color: #1A3359 !important;
  opacity: 0.5;
}

.ds_online_sec form .ds_acceptance .wpcf7-spinner {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ds_online_sec form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ds_online_sec form .ds_acceptance {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ds_online_sec form .ds_acceptance .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ds_online_sec form .ds_acceptance input[type="submit"] {
    margin-left: 0;
    padding: 16px 35px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ds_online_sec {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_online_sec {
    padding-top: 60px;
    padding-bottom: 74px;
  }
  .ds_online_sec form {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .ds_online_sec form .form-row {
    margin-top: 23px;
    padding-top: 20px;
    padding-bottom: 13px;
    margin-bottom: 23px;
  }
  .ds_online_sec form .text-row {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .ds_online_sec form .text-row h3 {
    font-size: 27px;
  }
}

.dot-preloader-overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
    top: 50%;
    transform: translatey(-50%);*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dot-preloader-overlay.d-none {
  opacity: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  pointer-events: none;
}

.dot-preloader-overlay .dot-preloader {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot-preloader-overlay .dot-flashing::before, .dot-preloader-overlay .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
}

.dot-preloader-overlay .dot-flashing::before {
  left: -15px;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-preloader-overlay .dot-flashing::after {
  left: 15px;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%,
  100% {
    background-color: #ffd9cf;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%,
  100% {
    background-color: #ffd9cf;
  }
}
/*# sourceMappingURL=main.css.map */