/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
.header_content_space {
  padding-top: 172px;
}

/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Sora";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Sora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-family: "Sora";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Sora-Bold.woff2") format("woff2");
  font-weight: 700;
  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: "Sora";
  color: white;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #0E438B;
}

main {
  width: 100%;
  height: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
  font-family: "Sora";
  text-transform: uppercase;
}

h1 {
  font-size: 6.125em;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

h2 {
  font-size: 4.25em;
  margin-bottom: 1em;
}

h3 {
  font-size: 3em;
  margin-bottom: 1em;
}

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

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

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: 1.125em;
  margin-bottom: 1em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Sora";
}

.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: #f15b3d;
  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: #f15b3d;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.125em;
  background-color: #EFE3D9;
  color: #0E438B;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
}

button:hover {
  color: #062959;
  text-decoration: none;
  background: #C7A39F;
}


.btn,
.btn_outline,
#cookie-notice #cn-notice-buttons a {
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.125em;
  background-color: #EFE3D9;
  color: #0E438B;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
}

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

.btn_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}

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

.btn_big, .btn_big_outline {
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.125em;
  background-color: #EFE3D9;
  color: #0E438B;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  font-size: 1.125em;
  padding: 59px 37px 59px 35px;
  border-radius: 50%;
  text-align: left;
}

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

.btn_big_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}

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

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

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

.btn_small_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}

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

.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: 3px;
}

.btn_cancel:hover, .btn_x_close:hover {
  background-color: #EFE3D9;
  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 {
  font-size: 16px;
  display: block;
}

label span {
  color: #DA2D39;
  font-size: 16px;
}

label input {
  margin-top: 0.3em;
}

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

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: 12px 15px;
  font-size: 1em;
  line-height: 1;
  color: #383a3e;
  border: 0;
  border-radius: 3px;
  background: white;
  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: none;
}

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;
  font-size: 1.125em;
  background-color: #EFE3D9;
  color: #0E438B;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
}

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

textarea {
  padding: 12px 15px;
  font-size: 1em;
  line-height: 1;
  color: #383a3e;
  border: 0;
  border-radius: 3px;
  height: 108px;
}

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

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

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

textarea::placeholder {
  color: #A7B4C6;
}

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

select option:hover {
  background: #EFE3D9;
}

select::-webkit-input-placeholder {
  color: #C7A39F;
}

select:-ms-input-placeholder {
  color: #C7A39F;
}

select::-ms-input-placeholder {
  color: #C7A39F;
}

select::placeholder {
  color: #C7A39F;
}

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

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

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

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

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

table tr td, table tr th {
  line-height: 1.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: #EFE3D9;
  position: relative;
  border-radius: 3px;
  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: 3px 0 0 3px;
  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 3px 3px 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: #f15b3d;
}

/*-----------respo---------------*/
@media (min-width: 1400px) {
  .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*/
.header_content_space {
  padding-top: 172px;
}

/*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: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 1500px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1456px;
  }
}

.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: 20px;
  padding-left: 20px;
}

.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*/
.header_content_space {
  padding-top: 172px;
}

/*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;
  padding-right: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

#masthead .ds_wrapper_menu_main .navbar-brand a img {
  width: 100%;
}

#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: 58px;
  position: relative;
}

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

#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: "Sora";
  font-weight: 400;
  position: relative;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a::before {
  width: 100%;
  height: 17px;
  background: white;
  top: -40px;
  left: 0;
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0px 0px 5px 5px;
  pointer-events: none;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover::before {
  opacity: 1;
}

/*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;
            #main-nav ul li a {
                color: #1a3359;
                &:hover {
                    color: #e74844;
                    border-top: 3px solid transparent;
                }
            }

            #main-nav {
                ul {
                    li {
                        &:last-of-type {
                            a {
                                color: white;
                            }
                        }
                    }
                }
            }

            .navbar-brand {
                a {
                    .ds_white_logo {
                        opacity: 0;
                    }

                    .ds_black_logo {
                        opacity: 1;
                    }
                }
            }

            .header_icons {
                .openSearch {
                    svg {
                        fill: white;
                    }

                    &:hover,
                    &.active {
                        background: color(dark);
                    }
                }
                .openCart .cart-sum {
                    color: white;
                }
            }
        }

        .navbar-toggler span {
            background: black;
        }
    }
    */
}

#masthead.smallHeader {
  background: #062959;
  /*
    .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-image: url("/wp-content/uploads/2022/02/iPhone-SE-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    z-index: -1;
    padding-top: 190px;
    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;
    width: 100%;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-of-type a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.36) !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    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: white;
    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;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.36) !important;
    border-bottom: 0 !important;
    padding-bottom: 17px;
    padding-top: 17px;
  }
  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: white;
    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;
  }
}

@media only screen and (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li {
    margin-right: 20px;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul > li a {
    font-size: 0.9em;
  }
}

@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: 80px;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a::before {
    display: none;
  }
}

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
.header_content_space {
  padding-top: 172px;
}

/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
footer {
  background-color: #062959;
  padding-top: 131px;
  color: white;
}

footer .ds_footer_wrapper {
  padding-bottom: 88px;
  position: relative;
}

footer .ds_footer_wrapper::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  top: 14px;
  background: white;
  border-radius: 50%;
}

footer .ds_footer_wrapper::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0px;
  bottom: -44px;
  background: white;
  border-radius: 50%;
}

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

footer .ds_footer_wrapper .ds_footer_col::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 20px;
  border-right: 1px solid white;
  opacity: 0.15;
}

footer .ds_footer_wrapper .ds_footer_col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .ds_footer_wrapper .ds_footer_col:last-child::before {
  display: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
  font-family: "Sora";
  font-size: 1.375em;
  margin-bottom: 41px;
}

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

footer .ds_footer_wrapper .ds_footer_col .ds_text .ds_icon {
  margin-top: 79px;
}

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;
  position: relative;
  padding-left: 18px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li::before {
  width: 6px;
  height: 6px;
  background: #0e438b;
  position: absolute;
  content: "";
  left: 0;
  border-radius: 50%;
  top: 8px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
  text-decoration: none;
  font-size: 1.125em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
  text-decoration: underline;
  color: white;
}

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

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_icon {
  margin-right: 13px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact a {
  margin-bottom: 1em;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.8;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact a:hover {
  text-decoration: underline;
  color: white;
}

footer .ds_footer_wrapper .ds_footer_time_pack h4 {
  margin-bottom: 11px;
  letter-spacing: -0.01em;
  font-size: 1.125em;
  text-transform: none;
}

footer .ds_footer_wrapper .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: 8px;
  margin-bottom: 8px;
  max-width: 290px;
}

footer .ds_footer_wrapper .ds_footer_time_pack .ds_time_pack .ds_day p {
  font-size: 1.125em;
  margin-bottom: 0px;
}

footer .ds_footer_wrapper .ds_footer_time_pack .ds_time_pack .ds_time p {
  font-size: 1.125em;
  margin-bottom: 0px;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_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;
  padding-top: 35px;
  padding-bottom: 85px;
  font-size: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 0px;
  padding-right: 0px;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack p {
  margin-bottom: 0px;
  font-size: 1em;
}

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

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright figure {
  margin-right: 0.5em;
}

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

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a:hover {
  text-decoration: underline;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1499px) {
  footer .ds_footer_wrapper .ds_footer_col::before {
    right: 0;
  }
}

@media (max-width: 991px) {
  footer .ds_footer_wrapper {
    padding-bottom: 33px;
  }
  footer .ds_footer_wrapper::before {
    display: none;
  }
  footer .ds_footer_wrapper::after {
    display: none;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 50px;
  }
  footer .ds_footer_wrapper .ds_footer_col:nth-child(2n)::before {
    display: none;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_text .ds_icon {
    margin-top: 20px;
  }
  footer .ds_footer_bottom_line {
    font-size: 1.125em;
  }
  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;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  footer {
    padding-top: 4em;
  }
  footer .ds_footer_wrapper {
    padding-bottom: 0px;
  }
  footer .ds_footer_wrapper::before {
    display: none;
  }
  footer .ds_footer_wrapper::after {
    display: none;
  }
  footer .ds_footer_wrapper .ds_menu_footer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 50px;
  }
  footer .ds_footer_wrapper .ds_footer_col::before {
    display: none;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_text .ds_icon {
    margin-top: 20px;
  }
  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: 16px;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
    font-size: 1em;
  }
  footer .ds_footer_bottom_line {
    font-size: 1.125em;
  }
  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;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
.header_content_space {
  padding-top: 172px;
}

/*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 {
  background: #383a3e;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url("/wp-content/uploads/2022/02/arrow_left.svg");
}

.swiper-container .swiper-button-next::after {
  font-weight: 800;
  font-size: 0.8em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}

.swiper-container .swiper-button-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-container .swiper-button-prev {
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
  background-image: url("/wp-content/uploads/2022/02/arrow_right.svg");
}

.swiper-container .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #505359;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #383a3e;
}

.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: 2px;
}

.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: #EFE3D9;
  }
  .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: #f15b3d;
}

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

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
.header_content_space {
  padding-top: 172px;
}

/*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: 3px 3px 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: 991px) {
  .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: 3px;
  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: #EFE3D9;
}

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

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

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

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

/*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: #EFE3D9;
  -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: #EFE3D9;
  -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;
}

.ds_slider_main {
  padding-top: 172px;
}

.ds_slider_main .ds_ring {
  position: absolute;
  right: 125px;
  bottom: -96px;
  z-index: 1;
}

.ds_slider_main .ds_ring img {
  width: 242px;
  height: 241px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_slider_main .ds_pack_slider {
  position: relative;
}

.ds_slider_main .ds_pack_slider::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -40px;
  top: 8px;
  background: #EFE3D9;
  border-radius: 50%;
}

.ds_slider_main .ds_pack_slider::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: -40px;
  bottom: 243px;
  background: #EFE3D9;
  border-radius: 50%;
}

.ds_slider_main .ds_pack_slider .ds_slider_title {
  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;
  margin-bottom: 30px;
}

.ds_slider_main .ds_pack_slider .ds_slider_title h1 {
  margin-bottom: 0px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper {
  margin-top: -23px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor {
  margin-left: -27px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor figure img {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 100%;
  max-width: 177px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title {
  border-top: 1px solid #ffffff;
  margin-top: 33px;
  padding-top: 33px;
  margin-bottom: 123px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title p {
  max-width: 448px;
  font-size: 1.375em;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack {
  background: #062959;
  position: relative;
  padding: 29px 28px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack::after {
  position: absolute;
  width: 25px;
  height: 25px;
  left: -12px;
  top: 79px;
  border-radius: 50%;
  content: "";
  background: #0e438b;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack::before {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  top: 79px;
  border-radius: 50%;
  content: "";
  background: #0e438b;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_count_tile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 13px;
  margin-bottom: 24px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_count_tile h4 {
  font-size: 1.125em;
  margin-bottom: 0px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 329px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_swimming .ds_swimming_title {
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  font-size: 1em;
  text-transform: unset;
  line-height: 1.6;
  margin-bottom: -8px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_swimming p {
  color: #C7A39F;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_swimming p span {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_whirlpool .ds_whirlpool_title {
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  font-size: 1em;
  text-transform: unset;
  line-height: 1.6;
  margin-bottom: -8px;
}

.ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_whirlpool p {
  color: #C7A39F;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.ds_slider_main .ds_pack_slider .ds_right_wrapper .ds_content {
  text-align: right;
}

.ds_slider_main .ds_pack_slider .ds_right_wrapper .ds_content figure img {
  width: 100%;
  max-width: 940px;
  border-radius: 3px;
}

.ds_about_pool {
  padding-top: 258px;
  position: relative;
}

.ds_about_pool .ds_pool_vector {
  position: absolute;
  width: 584px;
  height: 299.87px;
  left: 0px;
  top: 130px;
  z-index: 19;
}

.ds_about_pool .ds_pool_vector img {
  width: 100%;
}

.ds_about_pool .ds_about_pack .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-nav-fix {
  margin-left: 0px;
  margin-right: 0px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-nav-fix .about_slider {
  padding: 0;
  overflow: hidden;
  max-width: 572px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-nav-fix .about_slider .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  border-radius: 3px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-next {
  right: -15px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-next img {
  width: 35px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-next::after {
  display: none;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-prev {
  left: -15px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-prev img {
  width: 35px;
}

.ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-prev::after {
  display: none;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 43px;
  margin-bottom: 30px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack h2 {
  margin-bottom: 23px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack p {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 0px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature h5 {
  font-size: 1.375em;
  margin-bottom: 15px;
  line-height: 1.6;
}

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

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming {
  border-right: 1px solid white;
  padding-right: 24px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming:last-of-type {
  border-right: 0px;
  padding-right: 0px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming .ds_swimming_title {
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  font-size: 1em;
  text-transform: unset;
  line-height: 1.6;
  margin-bottom: -8px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming p {
  color: #C7A39F;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming .ds_swimming_title {
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  font-size: 1em;
  text-transform: unset;
  line-height: 1.6;
  margin-bottom: -8px;
}

.ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_temperature .ds_pack_temperature .ds_swimming p {
  color: #C7A39F;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0px;
}

.ds_news {
  padding-top: 224px;
}

.ds_news .ds_news_pack .ds_news_title {
  margin-bottom: 87px;
  position: relative;
}

.ds_news .ds_news_pack .ds_news_title::before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 1px;
  width: calc(100% - 398px - 68px);
  right: 0;
  top: 50%;
}

.ds_news .ds_news_pack .ds_news_title h2 {
  margin-bottom: 0px;
}

.ds_news .ds_news_pack .ds_news_box:nth-child(3n) .ds_content {
  border-right: 0px;
}

.ds_news .ds_news_pack .ds_news_box a {
  text-decoration: none;
}

.ds_news .ds_news_pack .ds_news_box a:hover {
  color: white;
}

.ds_news .ds_news_pack .ds_news_box .ds_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid white;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  margin-right: 27px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_date .ds_img img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  max-width: 85px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_date .ds_day {
  background: #062959;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px 0px 3px 3px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_date .ds_day p {
  color: #C7A39F;
  font-size: 13px;
  margin-bottom: 0px;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_text_news h4 {
  font-size: 1.5em;
  margin-bottom: 16px;
  line-height: 1;
  max-width: 200px;
  text-transform: none;
}

.ds_news .ds_news_pack .ds_news_box .ds_content .ds_text_news p {
  font-size: 1.125em;
  max-width: 310px;
}

.ds_news .ds_news_pack .ds_button_pack {
  text-align: right;
  padding-top: 75px;
  position: relative;
}

.ds_news .ds_news_pack .ds_button_pack::before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 1px;
  width: calc(100% - 368px - 0px);
  left: 0;
  top: 120px;
}

.ds_news .ds_news_pack .ds_button_pack .btn_big, .ds_news .ds_news_pack .ds_button_pack .btn_big_outline {
  position: relative;
  margin-right: 225px;
}

.ds_news .ds_news_pack .ds_button_pack .btn_big img, .ds_news .ds_news_pack .ds_button_pack .btn_big_outline img {
  position: absolute;
  top: 58px;
  right: -34px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_news .ds_news_pack .ds_button_pack .btn_big:hover img, .ds_news .ds_news_pack .ds_button_pack .btn_big_outline:hover img {
  z-index: -1;
}

.ds_map {
  padding-top: 135px;
  position: relative;
}

.ds_map .ds_line {
  position: absolute;
  right: 0px;
  top: 159px;
}

.ds_map .ds_pack .ds_map_box .ds_content h2 {
  max-width: 244px;
  margin-bottom: 58px;
}

.ds_map .ds_pack .ds_map_box .ds_content .ds_adress {
  padding-left: 116px;
}

.ds_map .ds_pack .ds_map_box .ds_content .ds_adress .ds_icon {
  margin-right: 26px;
}

.ds_map .ds_pack .ds_map_box .ds_content .ds_adress a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.ds_map .ds_pack .ds_map_box .ds_content .ds_adress .ds_adress_row h5 {
  font-size: 1.125em;
  line-height: 1.8;
  margin-bottom: 0px;
  text-transform: none;
}

.ds_map .ds_pack .ds_map_box .ds_content .ds_adress .ds_adress_row p {
  margin-bottom: 0px;
  font-size: 1.125em;
}

.ds_map .ds_pack .ds_maps .ds_content iframe {
  width: 100%;
  height: 46vh;
  display: block;
}

.ds_partners {
  padding-top: 231px;
  padding-bottom: 75px;
}

.ds_partners .ds_partners_pack .ds_title_partners h4 {
  margin-bottom: 25px;
}

.ds_partners .ds_partners_pack .ds_content_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 51px 29px 51px 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}

@media only screen and (max-width: 1400px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 95px;
  }
  .ds_slider_main .ds_ring {
    display: none;
  }
  .ds_slider_main .ds_pack_slider .ds_slider_title {
    margin-bottom: 40px;
  }
  .ds_slider_main .ds_pack_slider .ds_slider_title h1 {
    font-size: 4.125em;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor {
    margin-left: 0px;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor figure img {
    max-width: 120px;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title {
    margin-bottom: 30px;
  }
  .ds_about_pool {
    padding-top: 60px;
  }
  .ds_about_pool .ds_pool_vector {
    width: 374px;
    top: 80px;
  }
  .ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack h2 {
    font-size: 3.9em;
  }
  .ds_news {
    padding-top: 120px;
  }
  .ds_news .ds_news_pack .ds_news_title {
    margin-bottom: 60px;
  }
  .ds_news .ds_news_pack .ds_news_title h2 {
    font-size: 3.9em;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content .ds_date {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content .ds_date .ds_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100px;
    max-width: 100%;
  }
  .ds_map .ds_line {
    width: 800px;
  }
  .ds_map .ds_pack .ds_map_box .ds_content h2 {
    font-size: 4em;
  }
  .ds_map .ds_pack .ds_map_box .ds_content .ds_adress {
    padding-left: 0px;
  }
  .ds_partners {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .ds_slider_main .ds_pack_slider .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper {
    margin-top: 0px;
    max-width: 100% !important;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor {
    display: none;
  }
  .ds_slider_main .ds_pack_slider .ds_right_wrapper {
    max-width: 100% !important;
  }
  .ds_slider_main .ds_pack_slider .ds_right_wrapper .ds_content figure img {
    max-width: 100%;
    height: 45vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ds_map .ds_line {
    display: none;
  }
  .ds_partners .ds_partners_pack .ds_content_logo {
    padding: 51px 0px;
  }
  .ds_partners .ds_partners_pack .ds_content_logo .ds_logo {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .ds_slider_main .ds_ring {
    display: none;
  }
  .ds_slider_main::before {
    display: none;
  }
  .ds_slider_main::after {
    display: none;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper {
    margin-bottom: 40px;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor figure img {
    max-width: 117px;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title {
    margin-bottom: 33px;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title p {
    max-width: unset;
  }
  .ds_about_pool {
    padding-top: 138px;
  }
  .ds_about_pool .ds_pool_vector {
    display: none;
  }
  .ds_about_pool .ds_about_pack .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ds_about_pool .ds_about_pack .col-lg-1 {
    display: none;
  }
  .ds_about_pool .ds_about_pack .ds_swipper_left .swiper-nav-fix .about_slider {
    max-width: unset;
  }
  .ds_about_pool .ds_about_pack .ds_right_wrapper {
    margin-bottom: 40px;
  }
  .ds_news {
    padding-top: 134px;
  }
  .ds_news .ds_news_pack .ds_news_title {
    margin-bottom: 40px;
  }
  .ds_news .ds_news_pack .ds_news_title::before {
    width: 230px;
  }
  .ds_news .ds_news_pack .ds_button_pack {
    padding-top: 25px;
  }
  .ds_news .ds_news_pack .ds_button_pack::before {
    width: 350px;
  }
  .ds_news .ds_news_pack .ds_button_pack .btn_big, .ds_news .ds_news_pack .ds_button_pack .btn_big_outline {
    margin-right: 0;
  }
  .ds_news .ds_news_pack .ds_news_box {
    margin-bottom: 30px;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 0px;
  }
  .ds_news .ds_news_pack .ds_news_box .ds_content .ds_date {
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ds_map {
    padding-top: 65px;
  }
  .ds_map .ds_line {
    display: none;
  }
  .ds_map .ds_pack .ds_map_box {
    margin-bottom: 40px;
  }
  .ds_map .ds_pack .ds_map_box .ds_content h2 {
    max-width: unset;
    margin-bottom: 30px;
  }
  .ds_map .ds_pack .ds_map_box .ds_content .ds_adress {
    padding-left: 0px;
  }
  .ds_partners {
    padding-top: 100px;
  }
  .ds_partners .ds_partners_pack .ds_content_logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 31px 29px 31px 29px;
  }
  .ds_partners .ds_partners_pack .ds_content_logo .ds_logo {
    width: calc(100% /3);
    margin-right: 0;
  }
  .ds_partners .ds_partners_pack .ds_content_logo .ds_logo:last-of-type {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_slider_main .ds_pack_slider .ds_slider_title {
    margin-bottom: 0px;
  }
  .ds_slider_main .ds_pack_slider .ds_slider_title .ds_vector {
    display: none;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_anchor {
    display: none;
  }
  .ds_about_pool {
    padding-top: 88px;
  }
  .ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack h2 {
    font-size: 2.5em;
  }
  .ds_news {
    padding-top: 88px;
  }
  .ds_news .ds_news_pack .ds_news_title::before {
    width: 270px;
  }
  .ds_news .ds_news_pack .ds_news_title h2 {
    font-size: 2.5em;
  }
  .ds_map .ds_pack .ds_map_box .ds_content h2 {
    font-size: 2.5em;
  }
  .ds_partners {
    padding-top: 88px;
  }
  .ds_partners .ds_partners_pack .ds_title_partners h4 {
    font-size: 2.5em;
  }
  .ds_partners .ds_partners_pack .ds_content_logo .ds_logo {
    width: calc(100% /3);
    margin-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .ds_slider_main {
    padding-top: 142px;
  }
  .ds_slider_main .ds_pack_slider .ds_slider_title h1 {
    font-size: 2.5em;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_title p {
    font-size: 1em;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_swimming p {
    font-size: 1.4em;
  }
  .ds_slider_main .ds_pack_slider .ds_left_wrapper .ds_content .ds_visitors .ds_pack .ds_pack_count .ds_whirlpool p {
    font-size: 1.4em;
  }
  .ds_slider_main .ds_pack_slider .ds_right_wrapper .ds_content figure img {
    height: auto;
  }
  .ds_about_pool {
    padding-top: 60px;
  }
  .ds_about_pool .ds_about_pack .ds_right_wrapper .ds_content .ds_title_pack h2 {
    font-size: 2em;
  }
  .ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-prev {
    left: 5px;
  }
  .ds_about_pool .ds_about_pack .ds_swipper_left .swiper-button-next {
    right: 5px;
  }
  .ds_news .ds_news_pack .ds_news_title::before {
    display: none;
  }
  .ds_news .ds_news_pack .ds_news_title h2 {
    font-size: 2em;
  }
  .ds_news .ds_news_pack .ds_button_pack {
    text-align: left;
  }
  .ds_news .ds_news_pack .ds_button_pack::before {
    display: none;
  }
  .ds_map .ds_pack .ds_map_box .ds_content h2 {
    font-size: 2em;
  }
  .ds_map .ds_pack .ds_map_box .ds_content .ds_adress a {
    -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_map .ds_pack .ds_map_box .ds_content .ds_adress .ds_icon {
    width: 65px;
    margin-bottom: 10px;
  }
  .ds_partners {
    padding-top: 60px;
  }
  .ds_partners .ds_partners_pack .ds_title_partners h4 {
    font-size: 2em;
  }
  .ds_partners .ds_partners_pack .ds_content_logo {
    padding-right: 23px;
    padding-left: 23px;
  }
  .ds_partners .ds_partners_pack .ds_content_logo .ds_logo {
    width: 50%;
    margin-right: 0px;
    padding: 10px;
  }
}

.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 #f15b3d;
}

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

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

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

.infopage-content-wrapper {
  padding-top: 172px;
  max-width: 1200px;
  margin: 0 auto;
}

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

/*-------------navstevni-rad--------------------*/
.post-57 {
  padding-top: 116px;
  padding-bottom: 112px;
}

.post-57 .entry-header {
  display: none;
}

.post-57 .container-fluid .container {
  background: #062959;
  padding: 32px 122px 112px 122px;
  max-width: 1182px;
  border-radius: 3px;
  position: relative;
}

.post-57 .container-fluid .container::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/02/Vector.svg");
  width: 309px;
  height: 308px;
  left: -160px;
  top: 458px;
  z-index: -1;
}

.post-57 .container-fluid .container::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/02/legal-paper-1.svg");
  width: 204px;
  height: 204px;
  top: 185px;
  right: -115px;
}

.post-57 .container-fluid .container h1 {
  font-size: 3em;
  margin-bottom: 82px;
  position: relative;
  max-width: 784px;
  text-transform: uppercase;
}

.post-57 .container-fluid .container h1::before {
  content: "";
  position: absolute;
  width: calc(119% - 0px);
  height: 1px;
  opacity: 0.2;
  background: white;
  bottom: -41px;
}

.post-57 .container-fluid .container h4 {
  font-size: 1.125em;
  text-transform: none;
  line-height: 1.8;
}

.post-57 .container-fluid .container h2 {
  font-size: 1.375em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.post-57 .container-fluid .container .wp-block-group {
  margin-top: 50px;
}

.post-57 .container-fluid .container .wp-block-group ul {
  line-height: 1.6;
  padding-left: 24px;
  list-style-type: square;
}

.post-57 .container-fluid .container .wp-block-group ul li {
  margin-bottom: 16px;
  font-size: 1em;
}

/*-------------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: 3px;
  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: #EFE3D9;
}

/*-------------privacy-policy--------------------*/
/*-------------privacy-policy--------------------*/
.ip-privacy-policy-sec li {
  color: white !important;
}

.ip-privacy-policy-sec h1 {
  font-size: 3.125em;
  margin-bottom: 54px;
  font-weight: 800;
  color: white !important;
}

.ip-privacy-policy-sec h3 {
  margin-top: 1.2em;
  font-size: 1.4em;
  font-weight: bold;
}

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

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

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

.ip-privacy-policy-sec ul li p {
  margin-bottom: 0.2em;
  color: white !important;
}

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

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

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

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

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

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

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

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

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

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

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  .side-nav-wrapper .side-nav li a {
    font-size: 1em;
  }
  .post-57 .container-fluid .container {
    padding: 32px 20px 50px 20px;
  }
  .post-57 .container-fluid .container::before {
    display: none;
  }
  .post-57 .container-fluid .container::after {
    display: none;
  }
  .post-57 .container-fluid .container h1 {
    font-size: 2em;
  }
  .post-57 .container-fluid .container h1::before {
    width: calc(100% - 0px);
  }
}

@media (max-width: 767px) {
  .ip-privacy-policy-sec h1 {
    font-size: 2.725em;
  }
  .ip-privacy-policy-sec h2 {
    font-size: 1.9em;
  }
  .ip-contact-sec .contant-info-block {
    margin-bottom: 3em;
  }
}

@media (max-width: 575px) {
  .ip-privacy-policy-sec h1 {
    font-size: 2.125em;
  }
  .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 #EFE3D9;
    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: 3px 3px 0 0;
    background-color: #EFE3D9;
  }
  .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;
  }
  .infopage-content-wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .infopage-content-wrapper .infopage-content {
    padding-left: 0;
  }
  .post-57 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-57 .container-fluid .container {
    padding: 32px 15px 50px 15px;
  }
  .infopage-content-wrapper {
    padding-top: 140px;
  }
  .ip-privacy-policy-sec .custom-ol ol {
    margin-left: -30px;
  }
}

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

.ds_news_page {
  padding-top: 172px;
  padding-bottom: 157px;
}

.ds_news_page .ds_news_pack_page .ds_news_title {
  margin-bottom: 82px;
}

.ds_news_page .ds_news_pack_page .ds_news_title h1 {
  margin-bottom: 0;
}

.ds_news_page .ds_news_pack_page .ds_news_box {
  margin-bottom: 70px;
  border-right: 1px solid white;
}

.ds_news_page .ds_news_pack_page .ds_news_box:nth-child(3n) {
  border-right: 0px;
}

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

.ds_news_page .ds_news_pack_page .ds_news_box a:hover {
  color: white;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  margin-right: 27px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date .ds_img img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  max-width: 85px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date .ds_day {
  background: #062959;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px 0px 3px 3px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date .ds_day p {
  color: #C7A39F;
  font-size: 13px;
  margin-bottom: 0px;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_text_news h4 {
  font-size: 1.5em;
  margin-bottom: 16px;
  line-height: 1;
  max-width: 200px;
  text-transform: none;
}

.ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_text_news p {
  font-size: 1.125em;
  max-width: 310px;
  margin-bottom: 0;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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_left {
  width: 38px !important;
  height: 38px !important;
  background-color: #062959;
  border-radius: 50%;
  padding: 11px 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_left:hover, .ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_left:focus, .ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_left:active {
  background-color: #062959 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: unset;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_right {
  width: 38px !important;
  height: 38px !important;
  background-color: #062959;
  border-radius: 50%;
  padding: 11px 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_right:hover, .ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_right:focus, .ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_right:active {
  background-color: #062959 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: unset;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_posts {
  width: 30px;
  height: 30px;
  font-size: 1.125em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9px;
  margin-left: 9px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_posts:hover {
  background-color: #EFE3D9;
  border-radius: 50%;
  padding: 3.5px 11px;
  color: #062959;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .ds_main_content_lop_nav_pages_posts.ds_nav_disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.ds_news_page .ds_news_pack_page .ds_main_content_lop_nav .is_active {
  background-color: #EFE3D9;
  border-radius: 50%;
  padding: 3.5px 11px;
  color: #062959;
  width: 30px;
  height: 30px;
}

.single-post .ds_single_related_wrapper {
  padding-bottom: 110px;
}

.single-post .ds_single_related_wrapper .ds_news_box {
  margin-bottom: 70px;
}

.single-post .ds_single_related_wrapper .ds_news_box:nth-child(odd) {
  border-right: 1px solid white;
}

.single-post .ds_single_related_wrapper .ds_news_box a {
  text-decoration: none;
}

.single-post .ds_single_related_wrapper .ds_news_box a:hover {
  color: white;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  margin-right: 27px;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date .ds_img img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  max-width: 85px;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date .ds_day {
  background: #062959;
  padding-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px 0px 3px 3px;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date .ds_day p {
  color: #C7A39F;
  font-size: 13px;
  margin-bottom: 0px;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_text_news h4 {
  font-size: 1.5em;
  margin-bottom: 16px;
  line-height: 1;
  max-width: 200px;
  text-transform: none;
}

.single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_text_news p {
  font-size: 1.125em;
  max-width: 310px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .ds_news_page {
    padding-top: 134px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_title {
    margin-bottom: 60px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_title h2 {
    font-size: 3.9em;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date {
    margin-bottom: 15px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date .ds_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .ds_news_page {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_title {
    margin-bottom: 40px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box {
    border-right: 1px solid white;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box:nth-child(3n) {
    border-right: 1px solid white;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box:nth-child(even) {
    border-right: 0;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 0px;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_date {
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ds_news_page .ds_news_pack_page .ds_news_title h1 {
    font-size: 2.5em;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box {
    border-right: 0 !important;
  }
  .ds_news_page .ds_news_pack_page .ds_news_box .ds_content .ds_text_news p {
    max-width: unset;
  }
}

.ds_contact_page {
  padding-top: 172px;
  padding-bottom: 250px;
}

.ds_contact_page .ds_contact_pack .ds_title_contact h1 {
  margin-bottom: 108px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content h5 {
  margin-bottom: 38px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_info:last-of-type {
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_info h5 {
  font-size: 1.125em;
  line-height: 1.8;
  margin-bottom: -4px;
  text-transform: none;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_info:last-of-type {
  border-bottom: 1px solid #fff;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_pack {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_icon {
  margin-right: 24px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.8;
  display: block;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact a:hover {
  text-decoration: underline;
  color: white;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper {
  padding-top: 103px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper .ds_time_title h5 {
  margin-bottom: 30px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper h4 {
  margin-bottom: 11px;
  letter-spacing: -0.01em;
  font-size: 1.125em;
  text-transform: none;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper .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 dashed rgba(255, 255, 255, 0.36);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper .ds_time_pack .ds_day p {
  font-size: 1.125em;
  margin-bottom: 0px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper .ds_time_pack .ds_time p {
  font-size: 1.125em;
  margin-bottom: 0px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content {
  background: #062959;
  padding: 55px 50px 44px 50px;
  border-radius: 3px;
  position: relative;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: #0e438b;
  top: -19px;
  left: 50%;
  border-radius: 50%;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: #0e438b;
  bottom: -19px;
  left: 50%;
  border-radius: 50%;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .ds_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  padding-bottom: 13px;
  margin-bottom: 26px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .ds_title h5 {
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 .wpcf7-form .ds_podminky {
  margin-bottom: 14px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 .wpcf7-form .ds_podminky p {
  font-size: 1em;
  opacity: 0.68;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 .wpcf7-form .wpcf7-submit {
  padding: 10px 30px;
  line-height: 1;
  font-size: 1.125em;
  background-color: #EFE3D9;
  color: #0e438b;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  color: #062959;
  text-decoration: none;
  background: #C7A39F;
}

.ds_maps_contact_page .ds_pack_map iframe {
  height: 57vh;
  display: block;
}

@media only screen and (max-width: 991px) {
  .ds_contact_page {
    padding-top: 137px;
  }
  .ds_contact_page .ds_contact_pack .ds_title_contact h1 {
    margin-bottom: 40px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper {
    margin-bottom: 40px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .ds_contact_page {
    padding-top: 137px;
    padding-bottom: 110px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper {
    margin-bottom: 40px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content h5 {
    font-size: 1.7em;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content {
    padding: 35px 20px 35px 20px;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 label span input {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 label span input::-webkit-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 label span input:-ms-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 label span input::-ms-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 label span input::placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 textarea {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 textarea::-webkit-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 textarea:-ms-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 textarea::-ms-input-placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content .wpcf7 textarea::placeholder {
    font-size: 1em !important;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact a {
    font-size: 1em;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_contact .ds_info .ds_icon {
    width: 51px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_content .ds_time_wrapper .ds_time_pack p {
    font-size: 1em !important;
  }
}

.cenik_wrap {
  margin-bottom: 6em;
}

.cenik_wrap .cenik_dodatek {
  font-size: 1em;
}

.cenik_wrap table {
  background-color: #0D3A76;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 1em;
  min-width: 1000px;
}

.cenik_wrap table thead td {
  background-color: #0A3570;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.4em;
  font-weight: bold;
}

.cenik_wrap table thead td:nth-child(2n+2) {
  background-color: #0A3063;
}

.cenik_wrap table thead td:first-child {
  border-top-left-radius: 3px;
}

.cenik_wrap table thead td:last-child {
  border-top-right-radius: 3px;
}

.cenik_wrap table tbody tr:last-child td {
  border-bottom: 0;
}

.cenik_wrap table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.cenik_wrap table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.cenik_wrap table tbody td {
  padding: 1.4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 8%;
  vertical-align: baseline;
}

.cenik_wrap table tbody td:first-child {
  width: 26%;
}

.cenik_wrap table tbody td:nth-child(4n+2) {
  background-color: #0D3770;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cenik_wrap table tbody td:nth-child(4n+3) {
  background-color: #0D3770;
}

.cenik_wrap table tbody td:nth-child(4n+4) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) {
  .container.ds_pack_detail_page_container {
    max-width: 939px;
  }
}

.single-post .entry-header {
  display: none;
}

.single-post .ds_pack_detail_page {
  padding-top: 172px;
  padding-bottom: 117px;
}

.single-post .ds_pack_detail_page .ds_single_image {
  background-image: url(/wp-content/uploads/2022/03/Frame-559.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 48px !important;
}

.single-post .ds_pack_detail_page .ds_single_image img {
  width: 100%;
  max-width: 158px;
}

.single-post .ds_pack_detail_page .ds_content h1 {
  font-size: 3em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: -1px;
}

.single-post .ds_pack_detail_page .ds_content .ds_date {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 33px;
  margin-bottom: 33px;
}

.single-post .ds_pack_detail_page .ds_content .ds_date p {
  font-size: 1.5em;
  margin-bottom: 0px;
  line-height: 1.6;
}

.single-post .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;
  background: #062959;
  margin-top: 66px;
  border-radius: 3px;
  padding: 14px 40px 14px 28px;
}

.single-post .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

.single-post .heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-size: 1.375em;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .single-post .ds_single_related_wrapper .ds_news_box .ds_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_date .ds_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-post .ds_single_related_wrapper {
    padding-bottom: 0;
  }
  .single-post .ds_single_related_wrapper .ds_news_box {
    border-right: 0 !important;
  }
  .single-post .ds_single_related_wrapper .ds_news_box .ds_content .ds_text_news p {
    max-width: unset;
  }
}

@media only screen and (max-width: 575px) {
  .single-post .heateor_sss_sharing_container {
    -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;
  }
}
/*# sourceMappingURL=main.css.map */