/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  font-family: "SourceSans";
  font-weight: normal;
  line-height: 1.6;
  color: #1E1E1E;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 0.85em;
  color: #000000;
}

h1 {
  font-size: 3.4375em;
  color: #1E1E1E;
  margin-bottom: 1.11em;
  line-height: 1.11;
  font-weight: 700;
}
h1.ds_small {
  font-size: 3.5em;
}

h2 {
  font-size: 3.5em;
  margin-bottom: 0.535em;
}
h2.ds_big {
  font-size: 2.5em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.625em;
}
h3.ds_big {
  font-size: 3.5em;
  margin-bottom: 0.535em;
}

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

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

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

p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1em;
}
p a {
  color: #072E75;
}
p a:hover {
  color: #1E1E1E;
}

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  vertical-align: middle;
}

a,
.btn,
.btn_outline, button, input {
  cursor: pointer;
  font-size: inherit;
}

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

.ds-relative {
  position: relative;
}

button {
  padding: 0.5em 1.25em;
  min-height: 3em;
  min-width: 10.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 7px;
  background-color: #004CD6;
  color: #fff;
  border: 1px solid #004CD6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
button:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.btn, .btn_outline {
  padding: 0.5em 1.25em;
  min-height: 3em;
  min-width: 10.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 7px;
  background-color: #004CD6;
  color: #fff;
  border: 1px solid #004CD6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.btn:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
  border-color: #1E1E1E;
}
@media only screen and (max-width: 991px) {
  .btn, .btn_outline {
    font-size: 1.1em !important;
  }
}
@media only screen and (max-width: 575px) {
  .btn, .btn_outline {
    font-size: 1em !important;
  }
}

.btn_sluzba {
  padding: 0.5em 1.25em;
  min-height: 3em;
  min-width: 10.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 7px;
  background-color: #004CD6;
  color: #fff;
  border: 1px solid #004CD6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 0.25em 0.25em;
  font-size: 1em;
}
.btn_sluzba:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.btn_outline {
  background-color: #fff;
  color: #072E75;
  border-radius: 7px;
}
.btn_outline:hover {
  background-color: #004CD6;
  color: #fff;
  text-decoration: none;
  border: 2px solid #004CD6;
}
.btn_outline.banner_btn {
  background-color: #072E75;
  color: #fff;
  border-radius: 0;
  border: none;
}
.btn_outline.banner_btn:hover {
  background-color: #072E75;
  color: #fff;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 0.5em 1.25em;
  min-height: 3em;
  min-width: 10.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 7px;
  background-color: #004CD6;
  color: #fff;
  border: 1px solid #004CD6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.btn_big_outline {
  background-color: #fff;
  color: #072E75;
  border-radius: 7px;
}
.btn_big_outline:hover {
  background-color: #004CD6;
  color: #fff;
  text-decoration: none;
  border: 2px solid #004CD6;
}

.btn_small, .btn_small_outline {
  padding: 0.5em 1.25em;
  min-height: 3em;
  min-width: 10.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 7px;
  background-color: #004CD6;
  color: #fff;
  border: 1px solid #004CD6;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.btn_small_outline {
  background-color: #fff;
  color: #072E75;
  border-radius: 7px;
}
.btn_small_outline:hover {
  background-color: #004CD6;
  color: #fff;
  text-decoration: none;
  border: 2px solid #004CD6;
}

.btn_round {
  font-size: 1em;
  line-height: 1;
  color: white;
  border-radius: 3px;
  box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 14px 36px;
}
.btn_round:hover {
  color: white;
  text-decoration: none;
  background: #1E1E1E;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/wp-content/themes/draftspot_blog_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: #1E1E1E;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}
.btn_arrow:hover::after {
  transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 8px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_blog_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_blog_theme/assets/img/close.svg");
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/close.svg");
  background-size: 1.8em;
}

.ds_page_header {
  margin-top: 2em;
}

/*RESPO*/
@media only screen and (max-width: 1599px) {
  body {
    font-size: 15px;
  }
  .p_big {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1439px) {
  h1 {
    font-size: 3.1255em;
  }
  h1.ds_small {
    font-size: 3.25em;
  }
  h2 {
    font-size: 3.25em;
  }
  h2.ds_big {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.25em;
  }
  h3.ds_big {
    font-size: 3.25em;
  }
  h4 {
    font-size: 1.0625em;
  }
  .p_mid {
    font-size: 1.0625em;
  }
  .p_big {
    font-size: 1.25em;
  }
  button {
    padding: 0.25em 0.25em;
    min-height: 2.75em;
    min-width: 10em;
  }
  .btn, .btn_outline {
    padding: 0.25em 0.25em;
    min-height: 2.75em;
    min-width: 10em;
  }
  .btn_outline {
    padding: 0.55em 0.75em;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.875em;
  }
  h1.ds_small {
    font-size: 3em;
  }
  h2 {
    font-size: 3.125em;
  }
  h2.ds_big {
    font-size: 2.125em;
  }
  h3 {
    font-size: 1.125em;
  }
  h3.ds_big {
    font-size: 2.5em;
  }
  h4 {
    font-size: 1.0625em;
  }
  .p_big {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.75em;
  }
  h1.ds_small {
    font-size: 2.875em;
  }
  h2 {
    font-size: 2.875em;
  }
  h2.ds_big {
    font-size: 2em;
  }
  h3 {
    font-size: 1.125em;
  }
  h3.ds_big {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2.5em;
  }
  h1.ds_small {
    font-size: 2.625em;
  }
  h2 {
    font-size: 2.5em;
  }
  h2.ds_big {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.0625em;
  }
  h3.ds_big {
    font-size: 1.75em;
  }
}
/*texts*/
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_about_section_hero {
  padding-top: 2.75em;
  padding-bottom: 2.125em;
}
.ds_about_section_hero h1 {
  font-size: 48px;
  color: #003BA7;
  font-weight: 600;
  line-height: 1.42em;
  margin-bottom: 0;
}

.ds_about_section_results .container {
  max-width: 1380px;
}
.ds_about_section_results .container .ds_result_wrap {
  margin-top: 35px;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap {
  box-shadow: 16px 19px 70px 0px rgba(7, 46, 117, 0.1019607843);
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right {
  padding: 80px 120px 82px 24px;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right p {
  font-size: 24px;
  line-height: 1.42em;
  color: #1E1E1E;
  margin-bottom: 0;
  max-width: 580px;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_left {
  max-width: 48.9%;
  display: flex;
  z-index: 1;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_left figure img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_about_section_results .container .ds_result_wrap .ds_sec_wrap.reverse {
  flex-direction: row;
}

@media only screen and (max-width: 1599px) {
  .ds_about_section_hero {
    padding-bottom: 2.125em;
  }
  .ds_about_section_hero h1 {
    font-size: 48px;
    color: #003BA7;
    font-weight: 600;
    line-height: 1.42em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_about_section_hero {
    padding-top: 4.75em;
  }
  .ds_about_section_hero h1 {
    font-size: 42px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_about_section_hero h1 {
    font-size: 36px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right {
    padding: 50px 80px 52px 24px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .ds_about_section_hero h1 {
    font-size: 30px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right {
    padding: 30px 30px 32px 24px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ds_about_section_hero {
    padding-top: 1.75em;
  }
  .ds_about_section_hero h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .ds_about_section_hero {
    padding-bottom: 1.5em;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap {
    flex-direction: column;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right {
    padding: 30px 30px 32px 24px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_right p {
    font-size: 15px;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap .ds_sec_left {
    max-width: 100%;
  }
  .ds_about_section_results .container .ds_result_wrap .ds_sec_wrap.reverse {
    flex-direction: column !important;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  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: 1440px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1316px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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;
  -webkit-text-decoration-skip-ink: none;
          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;
}

/*# sourceMappingURL=starter.css.map */
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
main {
  padding-top: 9.875em;
}

.ds_header_top_bar {
  background-color: #004CD6;
  position: absolute;
}
.ds_header_top_bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  height: 3.125em;
  transition: 0.3s ease-in-out;
}
.ds_header_top_bar .container img {
  width: 20px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.ds_header_top_bar .container .ds_header_top_bar_left {
  max-width: 80%;
}
.ds_header_top_bar .container a {
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.ds_header_top_bar .container a:hover {
  text-decoration: underline;
}
.ds_header_top_bar .container p {
  margin-bottom: 0;
}
.ds_header_top_bar .container p a {
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.ds_header_top_bar .container p a:hover {
  text-decoration: underline;
}
.ds_header_top_bar .container .ds_header_top_bar_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25em;
}
.ds_header_top_bar .container .ds_header_top_bar_right a:hover {
  transform: scale(1);
}
.ds_header_top_bar .container .ds_header_top_bar_right .ds_separator {
  border-left: 1px solid white;
}
.ds_header_top_bar .container .ds_header_top_bar_right .loop {
  display: none;
}
.ds_header_top_bar .container .ds_header_top_bar_right .loop a img {
  width: 26px;
  top: 0px;
}
.ds_header_top_bar .container .ds_separator {
  width: 1px;
  height: 26px;
  background-color: #ffffff;
  position: relative;
}

#masthead {
  position: absolute;
  top: 3.125em;
  z-index: 999;
  background: #FAF9F6;
  width: 100%;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  height: 6.75em;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
  display: flex;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.5em 0;
  max-width: 17.8125em;
  width: 100%;
  transition: 0.3s ease;
}
#masthead .ds_wrapper_menu_main .navbar-brand img {
  display: block;
  height: auto;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease;
}
#masthead .navbar #nav-icon3 {
  display: none;
}
#masthead .navbar #main-nav {
  height: 100%;
}
#masthead .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  gap: 3.75em;
  height: 100%;
}
#masthead .navbar #main-nav ul li a {
  font-size: 1.5em;
  color: #283294;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  line-height: 1em;
  padding-top: 0px;
  text-transform: uppercase;
}
#masthead .navbar #main-nav ul li a:hover {
  color: #072E75;
}
#masthead .navbar #main-nav ul li a:active, #masthead .navbar #main-nav ul li a :focus {
  color: #072E75;
}
#masthead .navbar #main-nav ul li .dropdown-menu {
  position: absolute;
}
#masthead .navbar #main-nav ul li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #FAF9F6;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
#masthead .navbar #main-nav ul li ul a {
  font-size: 18px;
  position: relative;
  border: 0 !important;
  padding: 0.5em 1.5em;
  transition: 0.3s ease-in-out;
}
#masthead .navbar #main-nav ul li ul.open {
  height: auto;
  gap: 0;
}
#masthead .navbar #main-nav ul li ul.open li:hover {
  background-color: #283294;
}
#masthead .navbar #main-nav ul li ul.open li:hover a {
  color: #ffffff;
}
#masthead .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
#masthead .header_icons .openSearch {
  position: relative;
  background: transparent;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  border-radius: 8px;
  padding: 0.5em;
  transition: 0.3s ease-in-out;
  margin: 0 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .header_icons .openSearch svg {
  width: 1.25em;
  height: 1.25em;
  fill: #fff;
}
#masthead .header_icons .openSearch svg:hover, #masthead .header_icons .openSearch svg.active {
  fill: #1E1E1E;
}
#masthead .header_icons .openSearch:hover, #masthead .header_icons .openSearch.active {
  background: #999999;
}
#masthead .header_icons .navbar-toggler span {
  background: white;
}

#masthead.smallHeader {
  background: #FAF9F6;
  position: fixed;
  top: 0;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 4.5em;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.25em;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
  max-width: 12em;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand svg path {
  fill: #1E1E1E;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    margin-bottom: none;
    list-style: none;
    width: 80%;
    gap: 0;
    height: auto;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li ul {
    background-color: #ffffff;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li ul.open {
    z-index: 98;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 10px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 3.5;
    align-items: center;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/Chevron.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover:after {
    opacity: 1;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child {
    display: block !important;
    border: none !important;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child a {
    position: relative;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child img:nth-of-type(2) {
    position: absolute;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li ul.sub-menu {
    position: relative;
  }
  #masthead .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    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;
    min-width: unset;
    min-height: unset;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #072E75;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    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-color: #072E75;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
@media (max-width: 1599px) {
  #masthead .navbar #main-nav ul li a {
    font-size: 1.375em;
  }
  #masthead.smallHeader {
    background: white;
  }
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 4.5em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.2em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
    max-width: 14em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand svg path {
    fill: #1E1E1E;
  }
}
@media (max-width: 1439px) {
  main {
    padding-top: 5.5em;
  }
  #masthead .ds_wrapper_menu_main {
    height: 5.5em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    gap: 3.25em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3em;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 12em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 4em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.125em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
    max-width: 11em;
  }
}
@media (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    gap: 2.5em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 10em;
    position: relative;
    z-index: 101;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
    max-width: 8em;
  }
}
@media (max-width: 767px) {
  .ds_header_top_bar {
    display: none;
  }
  #masthead {
    top: 0 !important;
  }
  #masthead_smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .navbar #main-nav .navbar-nav li .sub-menu li a {
    font-size: 13px !important;
    line-height: 1.5;
  }
}
footer {
  background: #072E75;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
footer .ds_footer_wrapper {
  padding-top: 3.75em;
  padding-bottom: 4.125em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content {
  display: flex;
  gap: 239px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
  max-width: 33.3333333333%;
  width: 100%;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column h3 {
  font-size: 48px;
  line-height: 1.42em;
  margin-bottom: 39px;
  color: #fff;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 {
  padding-bottom: 86px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
  max-width: 317px;
  height: auto;
  margin-bottom: 0;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 p {
  color: #fff;
  font-weight: 700;
  line-height: 1.42em;
  font-size: 1.25em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 p:nth-of-type(1) {
  max-width: 15.1em;
  width: 100%;
  margin-bottom: 2.4em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 ul li a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 ul li a:hover {
  color: #2971F5;
  text-decoration: underline;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  row-gap: 2.1875em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line {
  display: flex;
  align-items: center;
  gap: 1.5em;
  text-decoration: none;
  -webkit-text-decoration-color: #4A4A4A;
          text-decoration-color: #4A4A4A;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_label svg {
  display: block;
  width: 2.625em;
  height: 2.625em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_text {
  color: #fff;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_text p {
  margin-bottom: 0;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line:hover .ds_footer_contact_line_text {
  color: #fff;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .adresa:hover {
  text-decoration: none;
}
footer .ds_footer_bottom_line {
  background: #004CD6;
  color: white;
  padding: 0.875em 0;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer .ds_footer_bottom_line a {
  color: inherit;
}
footer .ds_footer_bottom_line .container {
  display: flex;
  justify-content: space-between;
  color: white;
}
footer .ds_footer_bottom_line .container span {
  display: flex;
}
footer .ds_footer_bottom_line .container .ds_footer_madeby span {
  gap: 0.5em;
}

@media (max-width: 1599px) {
  footer .ds_footer_wrapper {
    padding-top: 3.25em;
    padding-bottom: 3.5em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 1.75em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
    max-width: 15em;
    margin-bottom: 2.75em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 p {
    font-size: 1.125em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 p:nth-of-type(1) {
    max-width: 14em;
    margin-bottom: 2.2em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 ul {
    gap: 1.25em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 ul li a {
    font-size: 1.125em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts {
    row-gap: 1.75em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line {
    gap: 1.25em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_label svg {
    width: 2.25em;
    height: 2.25em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_text {
    font-size: 1.125em;
  }
}
@media (max-width: 1599px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column h3 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 3.75em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column h3 {
    font-size: 30px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
    max-width: 13em;
    margin-bottom: 1.75em;
  }
  footer .ds_footer_bottom_line .container {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
    gap: 18px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 {
    padding-bottom: 0px;
    max-width: 100%;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 p:nth-of-type(1) {
    max-width: 100% !important;
    margin-bottom: 1.5em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2, footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 {
    max-width: 47%;
  }
  footer .ds_footer_bottom_line .container {
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
  }
  footer .ds_footer_bottom_line .container .ds_footer_copyright {
    order: 1;
    text-align: center;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 0;
    row-gap: 3em;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2, footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 {
    max-width: 100%;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1148px;
  width: 100%;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 85px;
}
.swiper-container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, white 0%, transparent 200px, transparent calc(100% - 200px), white 100%);
}
.swiper-container .swiper-wrapper {
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 7px;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 102px;
  padding-right: 102px;
  height: auto;
  box-shadow: 16px 19px 70px 0px rgba(7, 46, 117, 0.1019607843);
}
.swiper-container .swiper-wrapper .swiper-slide .content {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.swiper-container .swiper-wrapper .swiper-slide .content p {
  line-height: 28.8px;
  font-family: "Poppins";
  font-size: 18px;
  margin-bottom: 77px;
}
.swiper-container .swiper-wrapper .swiper-slide .content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.swiper-container .swiper-wrapper .swiper-slide .content .author {
  position: relative;
  margin-bottom: 32px;
  align-self: center;
}
.swiper-container .swiper-wrapper .swiper-slide .content .author::before {
  content: " ";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 5px solid white;
  box-sizing: border-box;
}
.swiper-container .swiper-wrapper .swiper-slide .content .author img {
  border-radius: 50%;
  border: 5px solid;
}
.swiper-container .swiper-wrapper .swiper-slide .content .swiper-pagination-review {
  display: 0;
}
.swiper-container .swiper-wrapper .swiper-slide .content .swiper-pagination-bullet-active {
  background: #9FCB20 !important;
}
.swiper-container .swiper-wrapper .swiper-slide .content .image-top-left {
  position: absolute;
  top: -56px;
  left: -36px;
}
.swiper-container .swiper-wrapper .swiper-slide .content .image-bottom-right {
  position: absolute;
  bottom: -56px;
  right: -36px;
  transform: rotate(180deg);
}

.swiper-pagination {
  top: calc(100% + 2.5em) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.swiper-pagination .swiper-paginaton-lock {
  display: block;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out !important;
  margin: 0 0.5em !important;
  border: 0 !important;
  position: relative;
  width: 1em !important;
  height: 1em !important;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0em;
  top: 0em;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  border-radius: 1em;
  border: 0.25em solid #9B9B9B;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  background-color: white;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  left: -0.25em;
  top: -0.25em;
  width: 1em;
  height: 1em;
  opacity: 1;
  border: 0.25em solid #004CD6;
}

.swiper-button-next, .swiper-button-prev {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  outline: 0 !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: url("/wp-content/uploads/2024/05/Vector.svg") !important;
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  transform: scale(1.2);
}

.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-prev::after {
  margin-left: -0.1em;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #383838;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
  width: 14px;
  height: 14px;
}
.swiper-nav-fix {
  position: relative;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

@media only screen and (max-width: 1599px) {
  .swiper-container {
    max-width: 80%;
  }
  .content p {
    font-size: 13px !important;
    line-height: 21.8px !important;
    margin-bottom: 20px !important;
  }
  .content .author {
    margin-bottom: 20px !important;
  }
  .swiper-button-next, .swiper-button-prev {
    right: 50px !important;
  }
  .swiper-button-prev {
    left: 50px !important;
  }
}
@media only screen and (max-width: 1439px) {
  .swiper-button-next, .swiper-button-prev {
    right: 30px !important;
  }
  .swiper-button-prev {
    left: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .content img {
    top: -38px !important;
    left: -23px !important;
    width: 75px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-container {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container {
    max-width: 100%;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 50px;
    padding-right: 50px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-container {
    max-width: 100%;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .swiper-container::after {
    display: none;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 29px;
    padding-right: 28px;
    border-radius: 23px;
    box-shadow: none;
  }
  .swiper-container .swiper-wrapper .swiper-slide .content h3 {
    font-size: 12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 9px !important;
    line-height: 14.4px !important;
  }
  .swiper-container .swiper-wrapper .swiper-slide .content .image-top-left {
    top: -21px !important;
    left: -17px !important;
    width: 42px;
    height: auto;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  float: right;
  margin-top: 0.5em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_home_section_form {
  background-color: #EAF1FF;
}
.ds_home_section_form .container .ds_form_link_wrap {
  padding: 67px 0;
  justify-content: space-between;
  align-items: center;
}
.ds_home_section_form .container .ds_form_link_wrap .ds_form_link_text {
  font-size: 32px;
  line-height: 1.42em;
  color: #000000;
  font-weight: 400;
}

.newsletter {
  color: #1E1E1E;
  z-index: 2;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.newsletter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/Noise_t.png");
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
}
.newsletter::before {
  background-color: #1E1E1E;
  height: 77%;
  bottom: 0;
  top: unset;
}
.newsletter .newsletter_card {
  background: #999999;
  border-radius: 8px;
  padding: 2.5em 7em 1.6em;
}
.newsletter .newsletter_card .line_tit {
  margin-top: 0.2em;
  margin-bottom: 9px;
  color: #1E1E1E;
  font-size: 1.5625em;
}
.newsletter .newsletter_card .wpcf7 form p {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.newsletter .newsletter_card .wpcf7 form p label {
  font-size: 1.125em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email {
  margin-top: 0em;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 0em;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  color: #1E1E1E;
  font-weight: 400;
  font-family: "Roboto";
  border: 0;
  cursor: auto;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::-moz-placeholder {
  font-size: 17px;
  color: #1E1E1E;
  font-weight: 300;
  font-family: "Roboto";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email:-ms-input-placeholder {
  font-size: 17px;
  color: #1E1E1E;
  font-weight: 300;
  font-family: "Roboto";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::placeholder {
  font-size: 17px;
  color: #1E1E1E;
  font-weight: 300;
  font-family: "Roboto";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
  margin-left: 0.375em;
  font-size: 1.125em;
  margin-top: 0;
  border-radius: 3px;
  color: #999999;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit:hover {
  background-color: #1E1E1E;
  color: #999999;
}
.newsletter .newsletter_card .wpcf7 form p .ajax-loader {
  position: absolute;
  right: 2em;
  bottom: 0.2em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-not-valid-tip {
  position: absolute;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (max-width: 1599px) {
  .ds_home_section_form .container .ds_form_link_wrap {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_home_section_form .container .ds_form_link_wrap {
    padding: 50px 0;
  }
  .ds_home_section_form .container .ds_form_link_wrap .ds_form_link_text {
    font-size: 30px;
  }
  .ds_home_section_form .container .ds_form_link_wrap .btn, .ds_home_section_form .container .ds_form_link_wrap .btn_outline {
    font-size: 1.3em;
  }
}
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
  .ds_home_section_form .container .ds_form_link_wrap .ds_form_link_text {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .ds_home_section_form .container .ds_form_link_wrap .ds_form_link_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .ds_home_section_form .container .ds_form_link_wrap {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.ds_contact_header {
  padding-top: 7.75em;
  padding-bottom: 9.5625em;
  margin-top: 0;
}
.ds_contact_header h1 {
  margin-bottom: 0;
}

.ds_contacs_content_wrapper {
  padding-bottom: 7.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap {
  justify-content: space-between;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left {
  max-width: 57.4%;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp {
  justify-content: space-between;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_img {
  max-width: 47.75%;
  width: 100%;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_img a {
  border-radius: 0.4375em;
  overflow: hidden;
  display: block;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_img a figure img {
  height: 15em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_img a:hover figure img {
  transform: scale(1.2);
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con {
  max-width: 48.39%;
  width: 100%;
  padding-top: 0.4375em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_date {
  margin-bottom: 1.125em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con > a {
  text-decoration: none;
  margin-bottom: 0.4375em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con > a h3 {
  color: #072E75;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con > a:hover h3 {
  color: #1E1E1E;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_text p {
  margin-bottom: 1em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_author {
  display: flex;
  align-items: center;
  gap: 1em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_author img {
  width: 3em;
  height: 3em;
  border-radius: 3em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_author .ds_card_author_name {
  font-weight: bold;
  color: #072E75;
  font-weight: bold;
  line-height: 1.5;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right {
  max-width: 20%;
  width: 100%;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search {
  position: relative;
  margin-bottom: 2.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input {
  padding: 0.75em 1em;
  border-radius: 0.1875em;
  border: 1px solid #DADADA;
  color: #1E1E1E;
  height: 3em;
  width: 100%;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input::-moz-placeholder {
  color: #999999;
  font-size: 1em;
  line-height: 1.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input:-ms-input-placeholder {
  color: #999999;
  font-size: 1em;
  line-height: 1.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input::placeholder {
  color: #999999;
  font-size: 1em;
  line-height: 1.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input:active, .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search .ds_search_input:focus {
  outline: none;
  border: 1px solid #072E75;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search span {
  position: absolute;
  width: 3em;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_search span img {
  width: 1.5em;
  height: 1.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats {
  margin-bottom: 2.5em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats h3 {
  margin-bottom: 0;
  color: #1E1E1E;
  margin-bottom: 1em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats .ds_cats_wrap .ds_cats_row {
  padding-bottom: 0.5625em;
  margin-bottom: 0.875em;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats .ds_cats_wrap .ds_cats_row .ds_cat_name {
  font-weight: bold;
  color: #1E1E1E;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats .ds_cats_wrap .ds_cats_row .ds_cat_name:hover {
  color: #072E75;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_cats .ds_cats_wrap .ds_cats_row .ds_new_con {
  color: #1E1E1E;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news h3 {
  margin-bottom: 0;
  color: #1E1E1E;
  margin-bottom: 1em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap .ds_new_wrap {
  margin-bottom: 2em;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a {
  display: flex;
  gap: 1.875em;
  text-decoration: none;
  align-items: flex-start;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a .ds_new_image {
  max-width: 4.375em;
  border-radius: 0.4375em;
  overflow: hidden;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a .ds_new_image img {
  width: 100%;
  height: 4em;
  transition: 0.3s ease-in-out;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a .ds_new_con {
  min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a .ds_new_con h5 {
  font-size: 1em;
  color: #1E1E1E;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
  transition: 0.3s ease-in-out;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a .ds_new_con div {
  color: #1E1E1E;
  transition: 0.3s ease-in-out;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a:hover .ds_new_image img {
  transform: scale(1.1);
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a:hover .ds_new_con h5 {
  color: #072E75;
}
.ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right .ds_arts_right_news .ds_news_wrap a:hover .ds_new_con div {
  color: #072E75;
}

/*Detail aktuality*/
.ds_single_post {
  padding-top: 7.75em;
  padding-bottom: 7.9375em;
}
.ds_single_post .ds_post_title {
  margin-bottom: 2.1875em;
}
.ds_single_post .ds_post_title .ds_single_title {
  margin-bottom: 0;
  color: #1E1E1E;
}
.ds_single_post .ds_post_date {
  margin-bottom: 5.6875em;
}
.ds_single_post .ds_post_excerpt {
  margin-bottom: 5.8125em;
}
.ds_single_post .ds_post_excerpt p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #1E1E1E;
}
.ds_single_post .ds_post_image {
  margin-bottom: 6.875em;
  border-radius: 0.4375em;
  overflow: hidden;
}
.ds_single_post .ds_post_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 47.25em;
}
.ds_single_post .ds_post_content {
  margin-bottom: 5.625em;
}
.ds_single_post .ds_post_content p {
  font-size: 1.25em;
}
.ds_single_post .ds_post_author {
  border-top: 3px solid #072E75;
  padding-top: 5em;
  display: flex;
  gap: 2.75em;
}
.ds_single_post .ds_post_author .ds_post_author_left {
  border-radius: 12.5em;
  overflow: hidden;
}
.ds_single_post .ds_post_author .ds_post_author_left img {
  width: 100%;
  height: 12.5em;
}
.ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_author {
  color: #999999;
  margin-bottom: 1.3125em;
}
.ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_name {
  font-size: 1.25em;
  color: #072E75;
  line-height: 1.6;
  margin-bottom: 1.6em;
  font-weight: bold;
}
.ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_text {
  line-height: 1.5;
  color: #999999;
}

/*GDPR*/
.ds_gdpr_section {
  padding-top: 7.75em;
  padding-bottom: 7.75em;
}
.ds_gdpr_section .container h2 {
  font-size: 2.5em;
}
.ds_gdpr_section .container h2, .ds_gdpr_section .container h3, .ds_gdpr_section .container h4, .ds_gdpr_section .container h5, .ds_gdpr_section .container h6 {
  margin-bottom: 0.3em;
  margin-top: 1em;
  color: #1E1E1E;
}
.ds_gdpr_section .container p {
  font-size: 1.25em;
}

/*404*/
.error-404-wrapper {
  max-width: 37.5em;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7.75em;
}
.error-404-wrapper .page-title {
  margin-bottom: 0.5em;
}

/*RESPO*/
@media only screen and (max-width: 1599px) {
  .ds_contact_header {
    padding-top: 5.5em;
    padding-bottom: 7.5em;
  }
  .ds_contacs_content_wrapper {
    padding-bottom: 5.5em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con .ds_card_author img {
    width: 2.5em;
    height: 2.5em;
  }
  /*Detail aktuality*/
  .ds_single_post {
    padding-top: 5.5em;
    padding-bottom: 7.5em;
  }
  .ds_single_post .ds_post_title {
    margin-bottom: 1.75em;
  }
  .ds_single_post .ds_post_date {
    margin-bottom: 4.5em;
  }
  .ds_single_post .ds_post_excerpt {
    margin-bottom: 4.5em;
  }
  .ds_single_post .ds_post_excerpt p {
    font-size: 1.125em;
  }
  .ds_single_post .ds_post_image {
    margin-bottom: 5.25em;
  }
  .ds_single_post .ds_post_image img {
    height: 38em;
  }
  .ds_single_post .ds_post_content {
    margin-bottom: 4.5em;
  }
  .ds_single_post .ds_post_content p {
    font-size: 1.125em;
  }
  .ds_single_post .ds_post_author {
    padding-top: 4em;
    gap: 2.25em;
  }
  .ds_single_post .ds_post_author .ds_post_author_left img {
    width: 100%;
    height: 9em;
  }
  .ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_author {
    margin-bottom: 1.25em;
  }
  .ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_name {
    font-size: 1.125em;
  }
  /*GDPR*/
  .ds_gdpr_section {
    padding-top: 5.5em;
    padding-bottom: 5.5em;
  }
  .ds_gdpr_section .container h2 {
    font-size: 2.25em;
  }
  .ds_gdpr_section .container p {
    font-size: 1.125em;
  }
  /*404*/
  .error-404-wrapper {
    max-width: 34.5em;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5.5em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_contacs_content_wrapper {
    padding-bottom: 5.5em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right {
    max-width: 27%;
  }
  .ds_single_post .ds_post_date {
    margin-bottom: 2.5em;
  }
  .ds_single_post .ds_post_excerpt {
    margin-bottom: 2.5em;
  }
  .ds_single_post .ds_post_image {
    margin-bottom: 3.25em;
  }
  .ds_single_post .ds_post_image img {
    height: 28em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_contact_header {
    padding-bottom: 4.5em;
  }
  .ds_contacs_content_wrapper {
    padding-bottom: 5.5em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left {
    max-width: 66%;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right {
    max-width: 30%;
  }
  .ds_single_post {
    padding-bottom: 4.5em;
  }
  .ds_single_post .ds_post_date {
    margin-bottom: 1.5em;
  }
  .ds_single_post .ds_post_excerpt p {
    font-size: 1em;
  }
  .ds_single_post .ds_post_image img {
    height: 18em;
  }
  .ds_single_post .ds_post_content {
    margin-bottom: 2.5em;
  }
  .ds_single_post .ds_post_content p {
    font-size: 1em;
  }
  .ds_single_post .ds_post_author {
    padding-top: 2.5em;
    gap: 1.75em;
    align-items: flex-start;
  }
  .ds_single_post .ds_post_author .ds_post_author_left img {
    height: 7em;
  }
  .ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_author {
    margin-bottom: 1em;
  }
  .ds_single_post .ds_post_author .ds_post_author_right .ds_post_author_row_name {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contact_header {
    padding-bottom: 3em;
    padding-top: 4em;
  }
  .ds_contacs_content_wrapper {
    padding-bottom: 4em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap {
    flex-direction: column;
    gap: 4em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left, .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_right {
    max-width: 100%;
  }
  .ds_single_post {
    padding-bottom: 3em;
    padding-top: 4em;
  }
  .ds_gdpr_section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap {
    row-gap: 4em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp {
    flex-direction: column;
    row-gap: 1.5em;
  }
  .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_con, .ds_contacs_content_wrapper .container .ds_arts_wrap .ds_arts_left .ds_res_wrap .ds_news_card .ds_news_card_wrapp .ds_news_card_img {
    max-width: 100%;
  }
}
#orderForm {
  background-color: #F2F4F5;
}
#orderForm .ds_form_side_header {
  position: relative;
  background-color: #072E75;
  color: #ffffff;
  padding: 30px 20px;
}
#orderForm .ds_form_side_header:before {
  content: "";
  position: absolute;
  left: 100%;
  width: calc((100vw - 1300px) / 2);
  height: 100%;
  background-color: #072E75;
  top: 0;
}
#orderForm .ds_form_side_header h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 13px;
}
#orderForm .ds_form_side_header p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  max-width: 17.625em;
}
#orderForm .ds_form_side_body #ds_orderForm {
  display: flex;
  flex-direction: column;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row label {
  display: block;
  margin-bottom: 1.5625em;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row label.ds_checkbox {
  display: flex;
  justify-content: center;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row label.ds_checkbox .red_text {
  width: 100%;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row label.no_validate {
  border: 0px solid;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row label .red_text {
  margin-bottom: 0;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input {
  width: 100%;
  border: 1px solid #072E75;
  color: #072E75;
  height: 3em;
  padding-left: 20px;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input::-moz-placeholder {
  color: #072E75;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input:-ms-input-placeholder {
  color: #072E75;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input::placeholder {
  color: #072E75;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input:active, #orderForm .ds_form_side_body #ds_orderForm .ds_form_row input:focus {
  border-color: #1E1E1E;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #9FCB20;
  width: 1em;
  height: 1em;
  border: 0.063em solid #9FCB20;
  border-radius: 50%;
  margin-right: 15px;
  display: grid;
  place-content: center;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=radio]::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 0.125em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #072E75;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=radio]:checked::before {
  transform: scale(1);
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=text].und65 {
  border: none;
  border-bottom: 2px solid #9FCB20;
  width: 65px;
  margin-right: 9px;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=text].und65f {
  border: none;
  border-bottom: 2px solid #9FCB20;
  width: 65px;
  margin-right: 9px;
  margin-left: 9px;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=text].und180 {
  border: none;
  border-bottom: 2px solid #9FCB20;
  width: 180px;
  margin-left: 9px;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=text].und404 {
  border: none;
  border-bottom: 2px solid #9FCB20;
  width: 404px;
  margin-left: 9px;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #072E75;
  width: 1.0625em;
  height: 1.0625em;
  border: 0.125em solid #072E75;
  border-radius: 0.25em;
  margin-right: 0.4375em;
  display: grid;
  place-content: center;
  padding-left: 0px;
  box-sizing: border-box;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=checkbox]::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 0.125em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #072E75;
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=checkbox]:checked::before {
  transform: scale(1);
}
#orderForm .ds_form_side_body #ds_orderForm .ds_form_row textarea {
  width: 100%;
  padding: 20px;
}
#orderForm .ds_form_side_body img {
  position: absolute;
  z-index: -1;
}
#orderForm .ds_form_side_body img.dot_img1 {
  left: 999px;
  top: 694px;
  max-width: 515px;
}
#orderForm .ds_form_side_body img.dot_img2 {
  left: 928px;
  top: 1759px;
  transform: rotate(-8.46deg);
}
#orderForm .ds_form_side_body img.dot_img3 {
  left: 1026px;
  top: 2660px;
  max-width: 462px;
}
#orderForm .ds_form_side_body .send {
  display: grid;
  align-items: center;
  justify-items: center;
  padding-top: 77px;
  padding-bottom: 75px;
  gap: 40px;
}
#orderForm .ds_form_side_body .send .dot_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  cursor: pointer;
}
#orderForm .ds_form_side_body .send .dot_checkbox .checkmark {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 2px solid;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}
#orderForm .ds_form_side_body .send .dot_checkbox .checkmark:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  box-sizing: border-box;
  border: 0 solid;
  border-right-width: 2px;
  border-bottom-width: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#orderForm .ds_form_side_body .send .dot_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
#orderForm .ds_form_side_body .send .dot_checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
#orderForm .ds_form_side_body .send .dot_checkbox p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.15;
}

@media only screen and (max-width: 1599px) {
  #orderForm .ds_form_side_header:before {
    width: calc((100vw - 1100px) / 2);
  }
}
@media only screen and (max-width: 1439px) {
  #orderForm .ds_form_side_header:before {
    width: calc((100vw - 60px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  #orderForm .ds_form_side_header h3 {
    font-size: 1.375em;
  }
  #orderForm .ds_form_side_body #ds_orderForm .ds_form_row input {
    height: 2.5em;
  }
  #orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=checkbox] {
    min-width: 1.0625em;
    height: 1.0625em;
    max-width: 1.0625em;
  }
}
@media only screen and (max-width: 767px) {
  #orderForm .ds_form_side_header p {
    max-width: 100%;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.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: flex;
  align-items: center;
  justify-content: center;
  /*top: 50%;
  transform: translatey(-50%);
  */
  transition: all;
  transition-delay: 0.2s;
}

.dot-preloader-overlay.d-none {
  opacity: 0;
  display: none !important;
  pointer-events: none;
}

.dot-preloader {
  position: relative;
  width: 360px;
  max-width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.dot-preloader img {
  max-width: 50vw;
}

.ds_courses_section_hero {
  padding-top: 7.75em;
}
.ds_courses_section_hero .container .ds_courses_title {
  margin-bottom: 0;
}

.ds_courses_section_filters {
  padding-top: 8.4375em;
}
.ds_courses_section_filters .container .ds_courses_nav_wrap {
  flex-wrap: wrap;
  gap: 1.5625em;
}
.ds_courses_section_filters .container .ds_courses_nav_wrap .ds_courses_nav_item {
  padding: 1em 2em;
  min-width: 12em;
}

.ds_courses_section_results {
  border-top: 6.25em solid white;
  overflow: hidden;
  padding-bottom: 7.5em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card {
  border-bottom: 7.5em solid white;
  overflow: hidden;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img {
  max-width: 51.5%;
  width: 100%;
  position: relative;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 12em;
  border-left: 2.0625em solid #072E75;
  background-color: white;
  height: calc(100% + 50px);
  top: -50px;
  left: 85.4%;
  transform: rotate(-14.3deg);
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img a {
  height: 100%;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img a figure {
  height: 100%;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 34.125em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con {
  max-width: 48.5%;
  position: relative;
  z-index: 1;
  padding-top: 0.625em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_status {
  padding: 0.3125em 0.5em;
  color: white;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 3em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_status.otevrene {
  background-color: #072E75;
  border-radius: 0.4375em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_status.naplnene {
  background-color: #BB0000;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con > a {
  margin-bottom: 2em;
  text-decoration: none;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con > a:hover {
  color: #072E75;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con > a h3 {
  margin-bottom: 0;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_type {
  padding: 0.4em;
  border-radius: 0.35em;
  background-color: #072E75;
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.375em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_text {
  font-size: 1.25em;
  margin-bottom: 2em;
}
.ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_link {
  align-self: flex-end;
  margin-right: 5em;
}

.ds_course .ds_course_wrap .ds_course_left {
  width: 60%;
}
.ds_course .ds_course_wrap .ds_course_right {
  width: 40%;
}

.ds_paginationWrap > div {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.ds_paginationWrap > div .ds_pagNum {
  width: 3em;
  height: 3em;
  border-radius: 0.4375em;
  border: 1px solid #dedede;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #999999;
}
.ds_paginationWrap > div .ds_pagNum.ds_pagNum_prev, .ds_paginationWrap > div .ds_pagNum.ds_pagNum_next {
  display: none;
}
.ds_paginationWrap > div .ds_pagNum:hover {
  color: #072E75;
  border-color: #072E75;
}
.ds_paginationWrap > div .ds_pagNum.active {
  color: white;
  background-color: #072E75;
  border-color: #072E75;
  font-weight: 700;
}

.ds_pag_sum {
  display: none;
}

/*Course detail*/
article.type-kurz {
  padding-top: 5.6875em;
}
article.type-kurz .post-thumbnail {
  border-radius: 0.4375em;
  overflow: hidden;
  margin-bottom: 5.6875em;
}
article.type-kurz .post-thumbnail img {
  width: 100%;
  height: 47.375em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
article.type-kurz .ds_post_title h1 {
  margin-bottom: 0.857em;
}
article.type-kurz .ds_post_target {
  color: #072E75;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 2em;
}
article.type-kurz .ds_post_meta_term {
  color: #1E1E1E;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: bold;
  gap: 0.625em;
  margin-bottom: 2.29em;
}
article.type-kurz .ds_post_meta_term span {
  font-weight: 400;
  font-size: 0.833em;
  line-height: 1.6;
}
article.type-kurz .ds_post_content {
  margin-bottom: 3.75em;
}
article.type-kurz .ds_post_content h2 {
  margin-bottom: 0.75em;
  color: #1E1E1E;
}
article.type-kurz .ds_post_content p {
  color: #1E1E1E;
  font-size: 1.25em;
}
article.type-kurz .ds_post_meta h2 {
  margin-bottom: 0.75em;
  color: #1E1E1E;
  position: relative;
  z-index: 1;
}
article.type-kurz .ds_post_meta .ds_post_lektors {
  padding-top: 2.125em;
  padding-bottom: 2.625em;
  background-color: #072E75;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4.5em;
       column-gap: 4.5em;
  position: relative;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_post_lektors_wrapper {
  position: absolute;
  right: 100%;
  width: 8.5em;
  height: 100%;
  top: 0;
  background-color: #072E75;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_post_lektors_wrapper:before {
  content: "";
  position: absolute;
  width: 8em;
  height: calc(100% + 50px);
  background-color: white;
  top: -50px;
  transform: rotate(13deg);
  left: -4em;
}
article.type-kurz .ds_post_meta .ds_post_lektors:before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 90%) / 2);
  left: 100%;
  top: 0;
  background-color: #072E75;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_image {
  max-width: 10.625em;
  width: 100%;
  height: 10.625em;
  border-radius: 10.625em;
  margin-bottom: 1.875em;
  overflow: hidden;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_name {
  color: white;
  font-size: 1.5em;
  line-height: 1.33;
  margin-bottom: 0.375em;
}
article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_company {
  margin: 0 auto;
  max-width: 21.125em;
  color: white;
  line-height: 1.5;
}
article.type-kurz .ds_course_cols {
  display: flex;
  justify-content: space-between;
  padding-top: 7.5em;
}
article.type-kurz .ds_course_cols .ds_course_left {
  max-width: 54.44%;
  width: 100%;
}
article.type-kurz .ds_course_cols .ds_course_left h2 {
  margin-bottom: 1em;
  color: #1E1E1E;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_format {
  margin-bottom: 3em;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_format p {
  font-size: 1.25em;
  color: #1E1E1E;
  line-height: 1.6;
  margin-bottom: 0.75em;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_format p:last-of-type {
  margin-bottom: 0;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_format p strong {
  color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_program .ds_prg_row {
  font-size: 1.25em;
  color: #1E1E1E;
  line-height: 1.6;
  margin-bottom: 1.25em;
  display: flex;
  align-items: baseline;
  gap: 0.75em;
}
article.type-kurz .ds_course_cols .ds_course_left .ds_post_program .ds_prg_row .ds_prg_time {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
article.type-kurz .ds_course_cols .ds_course_right {
  max-width: 32.07%;
  width: 100%;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer {
  position: relative;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap {
  content: "";
  position: absolute;
  right: 100%;
  width: 5.6875em;
  height: 100%;
  top: 0;
  background-color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap:before {
  content: "";
  position: absolute;
  width: 5.6875em;
  height: 120%;
  top: -10%;
  right: 4.5em;
  background-color: white;
  transform: rotate(14deg);
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body {
  padding: 2.375em 0.875em 2.5em;
  background-color: white;
  border: 0px solid #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row {
  padding: 0;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row * {
  font-family: "Poppins";
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row label input:not([type=checkbox]) {
  margin-bottom: 0;
  display: block;
  outline: none !important;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea {
  height: 9em;
  border: 1px solid #072E75;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.75em 1.25em;
  margin-bottom: 1.875em;
  color: #072E75;
  display: block;
  outline: none !important;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea::-moz-placeholder {
  color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea:-ms-input-placeholder {
  color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea::placeholder {
  color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea:active, article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea:focus {
  border-color: #1E1E1E;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row span[for=gdpr] {
  font-size: 0.75em;
  color: black;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row span[for=gdpr] a {
  color: #072E75;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row span[for=gdpr] a:hover {
  color: #1E1E1E;
}
article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_submit_wraper {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
article.type-kurz .ds_post_storno {
  padding-top: 4.8125em;
  padding-bottom: 7.5em;
}
article.type-kurz .ds_post_storno h2 {
  margin-bottom: 1em;
  color: #1E1E1E;
}
article.type-kurz .ds_post_storno p {
  font-size: 1.25em;
  color: #1E1E1E;
  line-height: 1.6;
}

/*RESPO*/
@media only screen and (max-width: 1599px) {
  .ds_courses_section_hero {
    padding-top: 5.5em;
  }
  .ds_courses_section_filters {
    padding-top: 6.5em;
  }
  .ds_courses_section_filters .container .ds_courses_nav_wrap {
    gap: 1.25em;
  }
  .ds_courses_section_filters .container .ds_courses_nav_wrap .ds_courses_nav_item {
    padding: 0.75em 1.5em;
    min-width: 10em;
  }
  .ds_courses_section_results {
    border-top: 5em solid white;
    padding-bottom: 5.5em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card {
    border-bottom: 5.5em solid white;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_text {
    font-size: 1.125em;
  }
  article.type-kurz {
    padding-top: 5.5em;
  }
  article.type-kurz .post-thumbnail {
    margin-bottom: 5.5em;
  }
  article.type-kurz .post-thumbnail img {
    height: 38em;
  }
  article.type-kurz .ds_post_target {
    font-size: 1.25em;
  }
  article.type-kurz .ds_post_meta_term {
    font-size: 1.25em;
    gap: 0.625em;
    margin-bottom: 2em;
  }
  article.type-kurz .ds_post_content {
    margin-bottom: 3em;
  }
  article.type-kurz .ds_post_content p {
    font-size: 1.125em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors {
    padding-top: 1.75em;
    padding-bottom: 2.5em;
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_post_lektors_wrapper {
    width: 8.5em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_post_lektors_wrapper:before {
    width: 8em;
    left: -4em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_name {
    color: white;
    font-size: 1.375em;
  }
  article.type-kurz .ds_course_cols {
    padding-top: 5.5em;
  }
  article.type-kurz .ds_course_cols .ds_course_left .ds_post_format {
    margin-bottom: 2em;
  }
  article.type-kurz .ds_course_cols .ds_course_left .ds_post_format p {
    font-size: 1.125em;
  }
  article.type-kurz .ds_course_cols .ds_course_left .ds_post_program .ds_prg_row {
    font-size: 1.125em;
    margin-bottom: 1.125em;
  }
  article.type-kurz .ds_course_cols .ds_course_right {
    max-width: 32.07%;
    width: 100%;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer {
    position: relative;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap {
    width: 4.5em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap:before {
    width: 4.5em;
    height: calc(100% + 50px);
    top: -50px;
    right: 2.5em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body {
    padding: 2.375em 0.875em 2.5em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_form_row textarea {
    padding: 0.75em 1em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_body form .ds_submit_wraper {
    margin-top: 1.5em;
  }
  article.type-kurz .ds_post_storno {
    padding-top: 4.25em;
    padding-bottom: 5.5em;
  }
  article.type-kurz .ds_post_storno p {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_courses_section_filters {
    padding-top: 4.5em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img a figure img {
    min-height: 26em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_status {
    margin-bottom: 2em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con > a {
    margin-bottom: 1.5em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_type {
    font-size: 1.125em;
    margin-bottom: 1.125em;
  }
}
@media only screen and (max-width: 1199px) {
  article.type-kurz .post-thumbnail img {
    height: 28em;
  }
  article.type-kurz .ds_course_cols .ds_course_right {
    max-width: 39.07%;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap {
    width: 2.5em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap:before {
    right: 0.5em;
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp {
    position: relative;
    flex-direction: column;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img {
    max-width: 100%;
    border-bottom: 2em solid white;
    overflow: hidden;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img:before {
    left: 89.4%;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img a figure img {
    min-height: 16em;
    max-height: 16em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_mask {
    display: none;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con {
    position: unset;
    padding-top: 0;
    max-width: 100%;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_status {
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_type {
    position: absolute;
    left: 1em;
    top: 11.15em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_con .ds_card_link {
    align-self: flex-start;
  }
  article.type-kurz {
    padding-top: 3.5em;
  }
  article.type-kurz .post-thumbnail {
    margin-bottom: 3.5em;
  }
  article.type-kurz .post-thumbnail img {
    height: 19em;
  }
  article.type-kurz .ds_post_target {
    font-size: 1.125em;
  }
  article.type-kurz .ds_post_meta_term {
    font-size: 1.125em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_image {
    max-width: 8.625em;
    height: 8.625em;
    margin-bottom: 1.625em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_name {
    font-size: 1.25em;
  }
  article.type-kurz .ds_course_cols .ds_course_left .ds_post_format p {
    font-size: 1em;
  }
  article.type-kurz .ds_course_cols .ds_course_left .ds_post_program .ds_prg_row {
    font-size: 1em;
  }
  article.type-kurz .ds_course_cols .ds_course_right .ds_form_side .ds_form_side_header_outer .ds_form_side_header_outer_wrap:before {
    width: 3.1em;
  }
  article.type-kurz .ds_post_storno p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_courses_section_hero {
    padding-top: 4em;
  }
  .ds_courses_section_results {
    border-top-width: 3em;
  }
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img:before {
    border-left-width: 1.5em;
  }
  article.type-kurz .post-thumbnail {
    margin-bottom: 2em;
  }
  article.type-kurz .post-thumbnail img {
    height: 16em;
  }
  article.type-kurz .ds_post_meta_term {
    flex-direction: column;
    gap: 0.25em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors {
    grid-template-columns: 1fr;
    row-gap: 3em;
  }
  article.type-kurz .ds_post_meta .ds_post_lektors .ds_lec_wrap .ds_lec_company {
    max-width: unset;
  }
  article.type-kurz .ds_course_cols {
    flex-direction: column;
    row-gap: 2em;
  }
  article.type-kurz .ds_course_cols .ds_course_left, article.type-kurz .ds_course_cols .ds_course_right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_courses_section_results .container .ds_result_wrap .ds_course_card .ds_course_card_wrapp .ds_course_card_img:before {
    left: unset;
    right: -8em;
  }
  article.type-kurz .ds_post_storno {
    padding-top: 2.25em;
    padding-bottom: 4em;
  }
}
.ds_contact_cont_header {
  padding-top: 7.75em;
  margin-top: 0;
  padding-bottom: 11.125em;
}
.ds_contact_cont_header h1 {
  margin-bottom: 0;
}

.ds_contacs_content_cont_wrapper {
  padding-top: 7.5em;
  padding-bottom: 7.25em;
}
.ds_contacs_content_cont_wrapper .container {
  max-width: 1350px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 16px 19px 70px 0px rgba(7, 46, 117, 0.1019607843);
}
.ds_contacs_content_cont_wrapper .container .ds_form_left {
  background-color: #003BA7;
  max-width: 47.8%;
  width: 100%;
  padding: 24px 47px 59px 40px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.42em;
  font-weight: 600;
  margin-bottom: 20.4px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_text {
  font-size: 20px;
  line-height: 1.42em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 63px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left h3 {
  margin-bottom: 1.25em;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left > div p {
  color: #999999;
  margin-bottom: 3.25em;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row {
  display: flex;
  -moz-column-gap: 2.1em;
       column-gap: 2.1em;
  padding-left: 52px;
  margin-bottom: 47px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap .zpusob {
  font-size: 20px;
  line-height: 1.42em;
  color: #ffffff;
  font-weight: 400;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap a {
  font-size: 24px;
  line-height: 1.42em;
  font-weight: 400;
  color: #ffffff;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap p {
  font-size: 24px;
  line-height: 1.42em;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 29px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap div {
  font-size: 24px;
  line-height: 1.42em;
  font-weight: 400;
  color: #ffffff;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row:last-child {
  margin-top: 2.8125em;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row img {
  width: 2em;
  height: 2em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row a {
  font-size: 1.25em;
  color: #4A4A4A;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row a:hover {
  text-decoration: underline;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .mapa {
  text-align: center;
}
.ds_contacs_content_cont_wrapper .container .ds_form_left .mapa figure img {
  max-width: 100%;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right {
  max-width: 52.2%;
  width: 100%;
  padding: 23px 28px 59px 39px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right h2 {
  font-size: 48px;
  line-height: 1.42em;
  font-weight: 600;
  color: #333333;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_contact_text {
  font-size: 20px;
  line-height: 1.42em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 39px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right h2.form_tit {
  font-size: 36px;
  line-height: 1.42em;
  color: #333333;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right h2.form_tit span {
  font-size: 20px;
  color: #B63B3B;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row {
  margin-bottom: 37px;
  border-radius: 7px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row:nth-child(1) label {
  width: 100%;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row option, .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row select {
  width: 100%;
  display: block;
  border: 0;
  background-color: #F4F4F4;
  color: #333333;
  height: 3.75em;
  border-radius: 7px;
  padding: 1em;
  font-family: "SourceSans" !important;
  font-size: 1em;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row option::-moz-placeholder, .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row select::-moz-placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row option:-ms-input-placeholder, .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row select:-ms-input-placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row option::placeholder, .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row select::placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input {
  width: 100%;
  display: block;
  border: 0;
  background-color: #F4F4F4;
  color: #333333;
  height: 3.75em;
  border-radius: 7px;
  padding: 1em;
  font-family: "SourceSans";
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::-moz-placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input:-ms-input-placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::placeholder {
  color: #727272;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea {
  width: 100%;
  display: block;
  border: 0;
  color: #333333;
  height: 15.6875em;
  border-radius: 7px;
  background-color: #F4F4F4;
  padding: 1em;
  font-family: "SourceSans";
  font-size: 24px;
  font-weight: 600;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea::-moz-placeholder {
  color: #727272;
  font-family: "SourceSans";
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea:-ms-input-placeholder {
  color: #727272;
  font-family: "SourceSans";
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea::placeholder {
  color: #727272;
  font-family: "SourceSans";
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox .checkmark {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #333333;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
  color: #DEBD6E;
  border-radius: 3px;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox .checkmark:after {
  content: "";
  color: #DEBD6E;
  position: absolute;
  width: 8px;
  height: 16px;
  box-sizing: border-box;
  border: 0 solid #333333;
  border-right-width: 2px;
  border-bottom-width: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox span {
  font-size: 20px;
  line-height: 1.42em;
  font-weight: 600;
  color: #333333;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox span a {
  color: #072E75;
  text-decoration: underline;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_checkbox span a:hover {
  color: #1E1E1E;
}
.ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row .ds_submit_wraper .ds_submit_div {
  max-width: 159px;
  min-width: 159px;
  font-weight: 400;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .ds_contacs_content_cont_wrapper .container .ds_form_left h1 {
    font-size: 42px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_text {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap {
    gap: 20px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap a {
    font-size: 22px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap p {
    font-size: 22px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap div {
    font-size: 22px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right h2 {
    font-size: 42px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_contact_text {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::-moz-placeholder {
    font-size: 20px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input:-ms-input-placeholder {
    font-size: 20px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::placeholder {
    font-size: 20px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_contact_cont_header {
    padding-top: 5.5em;
    padding-bottom: 6em;
  }
  .ds_contacs_content_cont_wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_contacs_content_cont_wrapper .container .ds_form_left h1 {
    font-size: 36px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_text {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row {
    padding-left: 0;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right {
    max-width: 62%;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right h2 {
    font-size: 36px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_contact_text {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right h2.form_tit {
    font-size: 30px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::-moz-placeholder {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input:-ms-input-placeholder {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::placeholder {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .checkbox_row span {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ds_contact_cont_header {
    padding-bottom: 4.5em;
  }
  .ds_contacs_content_cont_wrapper {
    padding-bottom: 4.5em;
  }
  .ds_contacs_content_cont_wrapper .container {
    flex-direction: column;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left {
    max-width: 100%;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ds_contact_cont_header {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .ds_contacs_content_cont_wrapper {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .ds_contacs_content_cont_wrapper .container {
    flex-direction: column;
    row-gap: 3em;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left, .ds_contacs_content_cont_wrapper .container .ds_form_right {
    max-width: 100%;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left > div p {
    margin-bottom: 1.75em;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_kontakt_row:last-child {
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_contacs_content_cont_wrapper .container .ds_form_left h1 {
    font-size: 28px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_text {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row {
    padding-left: 0;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap .zpusob {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap div {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap p {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .ds_contact_row .ds_contact_value_wrap a {
    font-size: 18px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_left .mapa iframe {
    height: 150px !important;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right {
    padding: 0;
    padding-bottom: 30px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right h2 {
    font-size: 28px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_contact_text {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right h2.form_tit {
    font-size: 26px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::-moz-placeholder {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input:-ms-input-placeholder {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row input::placeholder {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body form .ds_form_row textarea {
    font-size: 16px;
  }
  .ds_contacs_content_cont_wrapper .container .ds_form_right .ds_form_side_body .checkbox_row .ds_checkbox span {
    font-size: 14px !important;
  }
}
.ds_materials_content_header {
  padding-top: 7.75em;
  padding-bottom: 12.3125em;
  margin-top: 0;
}
.ds_materials_content_header h1 {
  margin-bottom: 0;
}

.ds_materials_content_wrapper {
  padding-bottom: 12.3125em;
}
.ds_materials_content_wrapper .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 16.875em;
       column-gap: 16.875em;
  row-gap: 4em;
}
.ds_materials_content_wrapper .container .ds_mats_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1E1E1E;
  width: 100%;
}
.ds_materials_content_wrapper .container .ds_mats_item img {
  width: 4.5em;
  height: 4.5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2.1875em;
}
.ds_materials_content_wrapper .container .ds_mats_item .ds_mats_item_name {
  color: #1E1E1E;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
}
.ds_materials_content_wrapper .container .ds_mats_item:hover .ds_mats_item_name {
  color: #072E75;
}

@media only screen and (max-width: 1599px) {
  .ds_materials_content_header {
    padding-top: 5.5em;
    padding-bottom: 9em;
  }
  .ds_materials_content_wrapper {
    padding-bottom: 9em;
  }
  .ds_materials_content_wrapper .container {
    display: grid;
    -moz-column-gap: 11em;
         column-gap: 11em;
  }
  .ds_materials_content_wrapper .container .ds_mats_item img {
    width: 3.5em;
    height: 3.5em;
    margin-bottom: 2em;
  }
  .ds_materials_content_wrapper .container .ds_mats_item .ds_mats_item_name {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_materials_content_header {
    padding-top: 5.5em;
    padding-bottom: 7em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_materials_content_header {
    padding-bottom: 4.5em;
  }
  .ds_materials_content_wrapper {
    padding-bottom: 6em;
  }
  .ds_materials_content_wrapper .container {
    -moz-column-gap: 8em;
         column-gap: 8em;
  }
  .ds_materials_content_wrapper .container .ds_mats_item .ds_mats_item_name {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_materials_content_header {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .ds_materials_content_wrapper {
    padding-bottom: 6em;
  }
  .ds_materials_content_wrapper .container {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_materials_content_wrapper .container {
    -moz-column-gap: 1em;
         column-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
.stiny {
  box-shadow: 16px 19px 70px 0px rgba(7, 46, 117, 0.1019607843);
}

.ds_page_header {
  margin-top: 37px;
}
.ds_page_header .container figure img {
  max-width: 100%;
}

.ds_service_content_wrapper .container {
  padding: 92px 115px 112px 115px;
}
.ds_service_content_wrapper .container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.42em;
  color: #003BA7;
  margin-bottom: 40px;
}
.ds_service_content_wrapper .container p {
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
  margin-bottom: 40px;
}
.ds_service_content_wrapper .container p strong {
  color: #2E3192;
}
.ds_service_content_wrapper .container p span {
  font-weight: 600;
  color: #2E3192;
}
.ds_service_content_wrapper .container a {
  display: inline;
}
.ds_service_content_wrapper .container h2.wp-block-heading {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 600;
  color: #003BA7;
  margin-bottom: 20px;
}
.ds_service_content_wrapper .container .ds_service_content_prices {
  margin-bottom: 30px;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap {
  margin-bottom: 60px;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 600;
  color: #003BA7;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header::after {
  content: url("/wp-content/uploads/2024/05/Arrow-down-sign-to-navigate.svg");
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body {
  transition: 0.3s ease;
  overflow: hidden;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}
.ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}

.ds_service_gallery_wrapper {
  margin-bottom: 51px;
  background-color: #ffffff;
}
.ds_service_gallery_wrapper .container {
  padding: 92px 115px 112px 115px;
  max-width: 1316px;
}
.ds_service_gallery_wrapper .container h2 {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 600;
  color: #003BA7;
}
.ds_service_gallery_wrapper .container .ds_gall_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 62px;
       column-gap: 62px;
  row-gap: 62px;
}
.ds_service_gallery_wrapper .container .ds_gall_wrap .ds_about_gal_col figure img {
  max-width: 528px;
  width: 100%;
  max-height: 316px;
}

@media only screen and (max-width: 1599px) {
  .ds_service_content_wrapper .container h1 {
    font-size: 42px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 32px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 32px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_page_header {
    margin-top: 100px;
  }
  .ds_service_content_wrapper .container {
    padding: 60px 65px 52px 65px;
  }
  .ds_service_content_wrapper .container h1 {
    font-size: 38px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 20px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 28px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 28px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 20px;
  }
  .ds_service_gallery_wrapper .container {
    padding: 60px 65px 52px 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_service_content_wrapper .container {
    padding: 60px 65px 52px 65px;
  }
  .ds_service_content_wrapper .container h1 {
    font-size: 32px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap {
    margin-bottom: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 18px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 18px;
  }
  .ds_service_gallery_wrapper .container {
    padding: 60px 65px 52px 65px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap .ds_about_gal_col figure img {
    max-width: 528px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ds_service_content_wrapper .container {
    padding: 50px 50px 50px 50px;
  }
  .ds_service_content_wrapper .container h1 {
    font-size: 32px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap {
    margin-bottom: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 18px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 18px;
  }
  .ds_service_gallery_wrapper .container {
    padding: 50px 50px 50px 50px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap {
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap .ds_about_gal_col figure img {
    max-width: 528px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ds_page_header {
    margin-top: 60px;
  }
  .ds_service_content_wrapper .container {
    padding: 30px 30px 30px 30px;
  }
  .ds_service_content_wrapper .container h1 {
    font-size: 28px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap {
    margin-bottom: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 18px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 18px;
  }
  .ds_service_gallery_wrapper .container {
    padding: 30px 30px 30px 30px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap {
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap .ds_about_gal_col figure img {
    max-width: 528px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_page_header {
    margin-top: 35px;
  }
  .ds_service_content_wrapper .container {
    padding: 30px 30px 30px 30px;
  }
  .ds_service_content_wrapper .container h1 {
    font-size: 22px;
  }
  .ds_service_content_wrapper .container p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .ds_service_content_wrapper .container h2.wp-block-heading {
    font-size: 18px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap {
    margin-bottom: 20px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_header {
    font-size: 18px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body p {
    font-size: 15px;
  }
  .ds_service_content_wrapper .container .ds_service_content_prices .accordion_wrap .accordion_body .accordion_inner_body ul li {
    font-size: 15px;
  }
  .ds_service_gallery_wrapper .container {
    padding: 30px 30px 30px 30px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }
  .ds_service_gallery_wrapper .container .ds_gall_wrap .ds_about_gal_col figure img {
    max-width: 528px;
    width: 100%;
  }
}/*# sourceMappingURL=ds_front.css.map */