/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Inter-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: "Inter";
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  width: 100%;
}

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

h1 {
  font-size: 72px;
  color: #DEBD6E;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

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

h3 {
  font-size: 1.375em;
  margin-bottom: 1.9em;
}

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: 1.0625em;
  line-height: 1.6;
  margin-bottom: 1em;
}
p a {
  color: #9FCB20;
}
p a:hover {
  color: #78981E;
}

.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: #000000;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.underline_link:hover {
  color: #9FCB20;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  background-color: #483B2E;
  color: white;
  border: 1px solid #483B2E;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
button:hover {
  color: white;
  text-decoration: none;
  background: #000000;
  border-color: #000000;
}

.btn, .btn_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  background-color: #483B2E;
  color: white;
  border: 1px solid #483B2E;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.btn:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background: #000000;
  border-color: #000000;
}

.btn_outline {
  background-color: #DEBD6E;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
}
.btn_outline:hover {
  background-color: #C29F4B;
  color: #FFFFFF;
  text-decoration: none;
}
.btn_outline.banner_btn {
  background-color: #FFFFFF;
  color: #9FCB20;
  border-radius: 0;
  border: none;
}
.btn_outline.banner_btn:hover {
  background: rgba(0, 0, 0, 0.2784313725);
  color: #ffffff;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  background-color: #483B2E;
  color: white;
  border: 1px solid #483B2E;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  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: #000000;
  border-color: #000000;
}

.btn_big_outline {
  background-color: #DEBD6E;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
}
.btn_big_outline:hover {
  background-color: #C29F4B;
  color: #FFFFFF;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  background-color: #483B2E;
  color: white;
  border: 1px solid #483B2E;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  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: #000000;
  border-color: #000000;
}

.btn_small_outline {
  background-color: #DEBD6E;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
}
.btn_small_outline:hover {
  background-color: #C29F4B;
  color: #FFFFFF;
  text-decoration: none;
}

.btn_round {
  font-size: 1em;
  line-height: 1;
  background: #483B2E;
  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: #000000;
}

.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: #000000;
  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-color: #EFDED0;
  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;
}

main {
  background-image: url("/wp-content/uploads/2024/04/Pattern_bg-1.webp");
}

.ds_anchor {
  position: absolute;
  margin-top: -90px;
}

h2.title_texth {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #DEBD6E;
}

.ds_home_section_hero {
  background-image: url("/wp-content/uploads/2024/04/Header_bg-1.webp");
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ds_home_section_hero .container .ds_about_grid {
  display: flex;
  justify-content: space-between;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column1 {
  width: 100%;
  max-width: 50%;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column1 h1 {
  font-size: 72px;
  line-height: 86.4px;
  font-weight: 700;
  color: #DEBD6E;
  max-width: 602px;
  margin-top: 79px;
  margin-bottom: 32px;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column1 p {
  font-size: 24px;
  line-height: 38.4px;
  color: #4A4A4A;
  max-width: 487px;
  margin-bottom: 32px;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column1 .btn_outline {
  font-size: 1em;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column2 {
  width: 100%;
  max-width: 50%;
  position: relative;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column2 figure {
  position: relative;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column2 figure img {
  position: relative;
  margin-top: 30px;
  max-width: 700px;
}
.ds_home_section_hero .container .ds_about_grid .ds_about_grid_column2 figure:before {
  content: "";
  position: absolute;
  width: 99.8%;
  height: 88.2%;
  border: 2px solid #DEBD6E;
  top: 0px;
  right: -55px;
  z-index: 0;
  display: block;
}

.ds_home_section_points {
  padding-bottom: 80px;
}
.ds_home_section_points .container .w_points {
  max-width: 1320px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  z-index: 1;
}
.ds_home_section_points .container .w_points:before {
  content: "";
  position: absolute;
  width: 96.8%;
  height: 100%;
  border: 2px solid #DEBD6E;
  top: -30px;
  right: -30px;
  z-index: 0;
  display: block;
}
.ds_home_section_points .container .ds_points {
  display: flex;
  justify-content: center;
  gap: 118px;
  position: relative;
  background-color: white;
}
.ds_home_section_points .container .ds_points .ds_points_item h2 {
  margin-top: 63px;
  margin-bottom: 25px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  color: #DEBD6E;
}
.ds_home_section_points .container .ds_points .ds_points_item h3 {
  font-size: 24px;
  color: #DEBD6E;
  font-weight: 700;
  margin-bottom: 7px;
}
.ds_home_section_points .container .ds_points .ds_points_item p {
  font-size: 16px;
  line-height: 25.6px;
  color: #999999;
  max-width: 270px;
  margin-bottom: 63px;
}

.ds_home_section_offers {
  padding-top: 85px;
  padding-bottom: 85px;
}
.ds_home_section_offers .container .ds_offers_item {
  width: 1181px;
  height: 648px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.ds_home_section_offers .container .ds_offers_item.even {
  margin-left: auto;
}
.ds_home_section_offers .container .ds_offers_item.even .content h2 {
  width: 294px;
}
.ds_home_section_offers .container .ds_offers_item.even .content p {
  width: 370px;
}
.ds_home_section_offers .container .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}
.ds_home_section_offers .container .content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
  color: #DEBD6E;
}
.ds_home_section_offers .container .content p {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  width: 356px;
}
.ds_home_section_offers .container figure {
  padding-right: 105px;
}

.ds_home_section_zaj {
  padding-top: 60px;
  padding-bottom: 140px;
}
.ds_home_section_zaj .container .ds_zaj_title {
  margin-bottom: 60px;
}
.ds_home_section_zaj .container .ds_zaj_title h2 {
  max-width: 745px;
  margin-bottom: 40px;
}
.ds_home_section_zaj .container .ds_zaj_title p {
  font-size: 20px;
  color: #4A4A4A;
  line-height: 32px;
}
.ds_home_section_zaj .container .ds_zaj_title span {
  font-weight: 700;
  color: #DEBD6E;
}
.ds_home_section_zaj .container .ds_zaj {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 75px;
  row-gap: 40px;
}
.ds_home_section_zaj .container .ds_zaj .ds_zaj_item {
  text-align: center;
  background-color: #ffffff;
}
.ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #DEBD6E;
  margin-bottom: 20px;
}
.ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
  font-size: 16px;
  line-height: 25.6px;
  color: #999999;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure {
  margin-top: 60px;
  margin-bottom: 30px;
}

.ds_home_section_ref {
  padding-top: 85px;
  padding-bottom: 85px;
}
.ds_home_section_ref .container .w_ref {
  z-index: 1;
  position: relative;
  max-width: 1322px;
  margin: 0 auto;
}
.ds_home_section_ref .container .author img {
  max-width: 170px;
  max-height: 170px;
}

.ds_home_section_about {
  padding-top: 85px;
  padding-bottom: 85px;
}
.ds_home_section_about .container {
  position: relative;
}
.ds_home_section_about .container figure img {
  position: absolute;
  z-index: 1;
  left: 63.4%;
  top: 4%;
}
.ds_home_section_about .container .ds_about_card {
  position: relative;
  background: white;
  width: 1072px;
  height: 634px;
}
.ds_home_section_about .container .ds_about_card .ds_about_text {
  margin-left: 70px;
}
.ds_home_section_about .container .ds_about_card .ds_about_text h3 {
  padding-top: 60px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #DEBD6E;
}
.ds_home_section_about .container .ds_about_card .ds_about_text p {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
  max-width: 693px;
  font-size: 16px;
  line-height: 25.6px;
  color: #4A4A4A;
}

.ds_home_section_form {
  padding-top: 77px;
  padding-bottom: 91px;
}
.ds_home_section_form .container-fluid {
  background: #ffffff;
  text-align: center;
}
.ds_home_section_form .container-fluid .w_form {
  padding-top: 77px;
  padding-bottom: 80px;
}
.ds_home_section_form .container-fluid h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #DEBD6E;
  margin-bottom: 28px;
}
.ds_home_section_form .container-fluid p {
  font-size: 20px;
  line-height: 32px;
  color: #4A4A4A;
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.ds_home_section_form .container-fluid .btn_outline {
  font-size: 1em;
}
.ds_home_section_form.ds_non_home_section_form {
  margin-bottom: 0;
}

.ds_home_section_insta {
  padding-top: 85px;
  padding-bottom: 85px;
}
.ds_home_section_insta .instagram_photos {
  background: white;
}
.ds_home_section_insta .instagram_photos #sb_instagram {
  padding-bottom: 0 !important;
}

.ds_home_section_blog .container .ds_blog_wrap {
  background: white;
  padding: 64px 90px 64px 90px;
  text-align: center;
}
.ds_home_section_blog .container .ds_blog_wrap h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  color: #DEBD6E;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
  text-align: left;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
  border-radius: 7px;
  width: 100%;
  height: auto;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
  font-size: 16px;
  line-height: 1.5em;
  color: #4A4A4A;
  margin-top: 24px;
  margin-bottom: 7px;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
  color: #DEBD6E;
  margin-bottom: 24px;
}
.ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
  font-size: 16px;
  line-height: 1.5em;
  color: #999999;
  margin-bottom: 24px;
  max-width: 100%;
}

@media only screen and (max-width: 1599px) {
  h2.title_texth {
    font-size: 38px;
    line-height: 100%;
    text-align: center;
  }
  .ds_home_section_hero {
    padding-top: 180px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 50px;
    line-height: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 22px;
    line-height: 123%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    width: 93.8%;
    height: 92.2%;
    top: 0px;
    right: -6px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 650px;
  }
  .ds_home_section_points {
    padding-bottom: 20px;
  }
  .ds_home_section_points .container .w_points {
    max-width: 1170px;
  }
  .ds_home_section_points .container .w_points .ds_points {
    gap: 100px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 35px;
    font-size: 60px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 20px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 15px;
    line-height: 140%;
  }
  .ds_home_section_offers {
    padding-bottom: 25px;
  }
  .ds_home_section_offers .container h2.title_texth {
    margin-bottom: 90px;
  }
  .ds_home_section_offers .container .ds_offers_item {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 970px;
    height: auto;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 30px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 15px;
    line-height: 137%;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 50px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 430px;
  }
  .ds_home_section_zaj {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .ds_home_section_zaj .container .ds_zaj_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .ds_home_section_zaj .container .ds_zaj_title h2.title_texth {
    padding-top: 0px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 18px;
    line-height: 134%;
    max-width: 850px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p span {
    padding-top: 20px;
    display: inline-block;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 100px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 21px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 40px;
  }
  .ds_home_section_ref {
    padding-top: 25px;
  }
  .ds_home_section_ref .container .w_ref h2.title_texth {
    padding-bottom: 45px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 120px;
    max-height: 120px;
  }
  .ds_home_section_about .container h2.title_texth {
    margin-bottom: 80px;
  }
  .ds_home_section_about .container figure img {
    max-width: 360px;
    left: 70.4%;
    top: 8.9%;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 32px;
    line-height: 110%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 15px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 70px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 15px;
    line-height: 150%;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 18px;
    line-height: 130%;
  }
  .ds_home_section_insta {
    padding-top: 25px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 44px 90px 44px 90px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 16px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 24px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1439px) {
  h2.title_texth {
    font-size: 36px;
    line-height: 100%;
  }
  .ds_home_section_hero {
    padding-top: 180px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 44px;
    line-height: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 20px;
    line-height: 123%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    width: 90.8%;
    height: 87.2%;
    top: 5px;
    right: 30px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 90%;
  }
  .ds_home_section_points .container .w_points {
    max-width: 1030px;
  }
  .ds_home_section_points .container .w_points .ds_points {
    gap: 70px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 35px;
    font-size: 50px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 18px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 14px;
    line-height: 140%;
  }
  .ds_home_section_offers .container .ds_offers_item {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 920px;
    height: auto;
  }
  .ds_home_section_offers .container .ds_offers_item .content {
    padding-left: 50px;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 32px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 14px;
    line-height: 137%;
    width: 100%;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 50px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 380px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 16px;
    line-height: 134%;
    max-width: 800px;
  }
  .ds_home_section_zaj .container .ds_zaj {
    gap: 50px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 90px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 40px;
  }
  .ds_home_section_ref {
    padding-bottom: 30px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 110px;
    max-height: 110px;
  }
  .ds_home_section_about {
    padding-top: 80px;
  }
  .ds_home_section_about .container figure img {
    max-width: 350px;
    left: 71.4%;
    top: 12.5%;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 900px;
    height: auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 27px;
    line-height: 110%;
    padding-top: 50px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 15px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 50px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 15px;
    line-height: 150%;
    max-width: 610px;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 38px;
    line-height: 100%;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 17px;
    line-height: 130%;
  }
  .ds_home_section_insta {
    padding-top: 25px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 44px 90px 44px 90px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 16px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 24px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  h2.title_texth {
    font-size: 32px;
    line-height: 100%;
  }
  .ds_home_section_hero {
    padding-top: 230px;
    padding-bottom: 200px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 38px;
    line-height: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 18px;
    line-height: 123%;
    max-width: 290px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 .btn_outline {
    font-size: 0.9em;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    width: 91.8%;
    height: 87.2%;
    top: 11px;
    right: -14px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 460px;
  }
  .ds_home_section_points .container .w_points {
    max-width: 1030px;
  }
  .ds_home_section_points .container .w_points::before {
    top: -20px;
    right: -20px;
  }
  .ds_home_section_points .container .w_points .ds_points {
    gap: 20px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 35px;
    font-size: 40px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 16px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 40px;
  }
  .ds_home_section_offers {
    padding-bottom: 25px;
  }
  .ds_home_section_offers .container .ds_offers_item {
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 880px;
    height: auto;
  }
  .ds_home_section_offers .container .ds_offers_item .content {
    padding-left: 50px;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 28px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 14px;
    line-height: 137%;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 50px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 340px;
  }
  .ds_home_section_zaj {
    padding-top: 50px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 15px;
    line-height: 134%;
    max-width: 650px;
  }
  .ds_home_section_zaj .container .ds_zaj {
    gap: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 70px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 16px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 40px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 110px;
    max-height: 110px;
  }
  .ds_home_section_about .container figure img {
    max-width: 330px;
    left: 69.4%;
    top: 12.1%;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 790px;
    height: auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 24px;
    line-height: 110%;
    padding-top: 40px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 15px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 50px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 14px;
    line-height: 150%;
    max-width: 510px;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 30px;
    line-height: 100%;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 15px;
    line-height: 130%;
  }
  .ds_home_section_form .container-fluid .w_form .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_insta {
    padding-top: 25px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 44px 90px 44px 90px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 14px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 11px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h2.title_texth {
    font-size: 28px;
    line-height: 100%;
  }
  .ds_home_section_hero {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 {
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 32px;
    max-width: 250px;
    line-height: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 16px;
    line-height: 123%;
    max-width: 290px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 {
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    width: 92.8%;
    height: 65.2%;
    top: 23px;
    right: -7px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 360px;
  }
  .ds_home_section_points .container .w_points {
    max-width: 1030px;
  }
  .ds_home_section_points .container .w_points::before {
    top: -10px;
    right: -10px;
  }
  .ds_home_section_points .container .w_points .ds_points {
    gap: 20px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item {
    padding-left: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 25px;
    font-size: 32px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .ds_home_section_offers {
    padding-bottom: 25px;
  }
  .ds_home_section_offers .container .ds_offers_item {
    margin-bottom: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 700px;
    height: auto;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content .ds_offers_item p {
    max-width: 370px;
  }
  .ds_home_section_offers .container .ds_offers_item .content {
    padding-left: 20px;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 24px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 13px;
    line-height: 137%;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 20px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 270px;
  }
  .ds_home_section_zaj {
    padding-top: 50px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 15px;
    line-height: 134%;
    max-width: 650px;
  }
  .ds_home_section_zaj .container .ds_zaj {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure {
    margin-bottom: 10px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 70px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 40px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 110px;
    max-height: 110px;
  }
  .ds_home_section_about .container figure img {
    max-width: 300px;
    left: 62%;
    top: 3.34%;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 630px;
    height: auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text {
    margin-left: 30px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 20px;
    line-height: 110%;
    padding-top: 10px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 14px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 10px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 13px;
    line-height: 150%;
    max-width: 420px;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 30px;
    line-height: 100%;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 15px;
    line-height: 130%;
  }
  .ds_home_section_form .container-fluid .w_form .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_insta {
    padding-top: 25px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 44px 90px 44px 90px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 14px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 11px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title_texth {
    font-size: 26px;
    line-height: 100%;
  }
  .ds_home_section_hero {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid {
    display: flex;
    flex-direction: column;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 {
    margin-bottom: 20px;
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 30px;
    max-width: 410px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 16px;
    line-height: 123%;
    max-width: 290px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 {
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    width: 92.8%;
    height: 65.2%;
    top: 23px;
    right: -7px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 360px;
  }
  .ds_home_section_points .container .w_points {
    max-width: 1030px;
  }
  .ds_home_section_points .container .w_points::before {
    top: -10px;
    right: -10px;
  }
  .ds_home_section_points .container .w_points .ds_points {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item {
    padding-left: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 25px;
    font-size: 32px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .ds_home_section_offers {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .ds_home_section_offers .container h2.title_texth {
    margin-bottom: 60px;
  }
  .ds_home_section_offers .container .ds_offers_item {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 30px 28px;
    row-gap: 30px;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content {
    padding-left: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content h2 {
    margin: 0 auto;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content .ds_offers_item p {
    max-width: 370px;
  }
  .ds_home_section_offers .container .ds_offers_item .content {
    padding-left: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 24px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 13px;
    line-height: 137%;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 270px;
  }
  .ds_home_section_zaj {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 15px;
    line-height: 134%;
    max-width: 650px;
  }
  .ds_home_section_zaj .container .ds_zaj {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure {
    margin-bottom: 10px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 70px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 40px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 70px;
    max-height: 70px;
  }
  .ds_home_section_about .container figure {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: min(80%, 300px);
    width: 100%;
  }
  .ds_home_section_about .container figure img {
    max-width: 100%;
    width: 200px;
    left: 58px;
    top: -292px;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 100%;
    height: auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text {
    margin-left: 30px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 20px;
    line-height: 110%;
    padding-top: 10px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 14px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 280px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 13px;
    line-height: 150%;
    max-width: 420px;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 30px;
    line-height: 100%;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 15px;
    line-height: 130%;
  }
  .ds_home_section_form .container-fluid .w_form .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_insta {
    padding-top: 25px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 44px 40px 44px 40px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 14px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 11px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  h2.title_texth {
    font-size: 24px;
    line-height: 100%;
  }
  .ds_home_section_hero {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid {
    display: flex;
    flex-direction: column;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 {
    margin-bottom: 20px;
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 h1 {
    font-size: 30px;
    max-width: 410px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 p {
    font-size: 16px;
    line-height: 123%;
    max-width: 290px;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column1 .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 {
    display: flex;
    max-width: 100%;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure::before {
    display: none;
  }
  .ds_home_section_hero .container .w_hero .ds_about_grid .ds_about_grid_column2 figure img {
    max-width: 330px;
  }
  .ds_home_section_points .container .w_points {
    max-width: 100%;
  }
  .ds_home_section_points .container .w_points::before {
    top: -10px;
    right: -10px;
    display: none;
  }
  .ds_home_section_points .container .w_points .ds_points {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item {
    padding-left: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h2 {
    margin-top: 25px;
    font-size: 32px;
    line-height: 100%;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item h3 {
    font-size: 15px;
  }
  .ds_home_section_points .container .w_points .ds_points .ds_points_item p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .ds_home_section_offers {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .ds_home_section_offers .container h2.title_texth {
    margin-bottom: 40px;
  }
  .ds_home_section_offers .container .ds_offers_item {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 30px 28px;
    row-gap: 30px;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content {
    padding-left: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content h2 {
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .ds_home_section_offers .container .ds_offers_item.even .content .ds_offers_item p {
    max-width: 370px;
    margin: 0 auto;
    margin-top: 10;
  }
  .ds_home_section_offers .container .ds_offers_item .content {
    padding-left: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item .content h2 {
    font-size: 20px;
    line-height: 70%;
  }
  .ds_home_section_offers .container .ds_offers_item .content p {
    font-size: 14px;
    line-height: 137%;
    max-width: 270px;
    margin: 0 auto;
  }
  .ds_home_section_offers .container .ds_offers_item figure {
    padding-right: 0px;
  }
  .ds_home_section_offers .container .ds_offers_item figure img {
    max-width: 270px;
  }
  .ds_home_section_zaj {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .ds_home_section_zaj .container .ds_zaj_title h2.title_texth {
    font-size: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj_title p {
    font-size: 15px;
    line-height: 134%;
    max-width: 650px;
  }
  .ds_home_section_zaj .container .ds_zaj {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item figure img {
    max-width: 70px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .ds_home_section_zaj .container .ds_zaj .ds_zaj_item p {
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 40px;
    max-width: 100%;
  }
  .ds_home_section_ref {
    padding-bottom: 45px;
  }
  .ds_home_section_ref .container .author img {
    max-width: 60px;
    max-height: 60px;
  }
  .ds_home_section_about {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .ds_home_section_about .container figure {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: min(80%, 300px);
    width: 100%;
  }
  .ds_home_section_about .container figure img {
    max-width: 100%;
    width: 200px;
    left: 58px;
    top: -292px;
  }
  .ds_home_section_about .container .ds_about_card {
    width: 100%;
    height: auto;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text {
    padding: 20px 20px 20px 20px;
    margin-left: 0px;
    max-width: 100%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text h3 {
    font-size: 20px;
    line-height: 110%;
    padding-top: 10px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text p {
    font-size: 14px;
    line-height: 150%;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text {
    padding-bottom: 280px;
  }
  .ds_home_section_about .container .ds_about_card .ds_about_text .about_text p {
    font-size: 14px;
    line-height: 150%;
    max-width: 420px;
  }
  .ds_home_section_form {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .ds_home_section_form .container-fluid .w_form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ds_home_section_form .container-fluid .w_form h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .ds_home_section_form .container-fluid .w_form p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .ds_home_section_form .container-fluid .w_form .btn_outline {
    font-size: 0.8em;
  }
  .ds_home_section_insta {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .ds_home_section_insta .container h2.title_texth {
    font-size: 32px;
  }
  .ds_home_section_blog .container .ds_blog_wrap {
    background: white;
    padding: 30px 30px 30px 30px;
    text-align: center;
  }
  .ds_home_section_blog .container .ds_blog_wrap h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #DEBD6E;
  }
  .ds_home_section_blog .container .ds_blog_wrap .btn_outline {
    font-size: 1.1em;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap {
    text-align: left;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_img img {
    border-radius: 7px;
    width: 100%;
    height: auto;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_date {
    font-size: 14px;
    line-height: 1.5em;
    color: #4A4A4A;
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33em;
    color: #DEBD6E;
    margin-bottom: 11px;
  }
  .ds_home_section_blog .container .ds_blog_wrap .d-flex .ds_blog_item_wrap .ds_blog_item_excerpt {
    font-size: 14px;
    line-height: 1.5em;
    color: #999999;
    margin-bottom: 35px;
  }
}
/*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: 1380px;
  }
}
.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;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
#masthead {
  position: fixed;
  z-index: 999;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  width: 100%;
  border-bottom: 2px solid #DEBD6E;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 110px;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.5em 0;
  max-width: 8.25em;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg {
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin: 0 2em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:last-of-type {
  margin: 0 4em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.5em;
  text-decoration: none;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #C29F4B;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item a {
  color: #DEBD6E;
}
#masthead .ds_wrapper_menu_main .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}
#masthead .ds_wrapper_menu_main .header_icons a {
  position: relative;
}
#masthead .ds_wrapper_menu_main .header_icons a img:nth-child(1) {
  opacity: 1;
}
#masthead .ds_wrapper_menu_main .header_icons a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#masthead .ds_wrapper_menu_main .header_icons a:hover img:nth-child(1) {
  opacity: 0;
}
#masthead .ds_wrapper_menu_main .header_icons a:hover img:nth-child(2) {
  opacity: 1;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch, #masthead .ds_wrapper_menu_main .header_icons .openCart, #masthead .ds_wrapper_menu_main .header_icons .openAccount {
  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 .ds_wrapper_menu_main .header_icons .openSearch svg, #masthead .ds_wrapper_menu_main .header_icons .openCart svg, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg {
  width: 1.25em;
  height: 1.25em;
  fill: #FFFFFF;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openCart svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openSearch svg.active, #masthead .ds_wrapper_menu_main .header_icons .openCart svg.active, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg.active {
  fill: #000000;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover, #masthead .ds_wrapper_menu_main .header_icons .openCart:hover, #masthead .ds_wrapper_menu_main .header_icons .openAccount:hover, #masthead .ds_wrapper_menu_main .header_icons .openSearch.active, #masthead .ds_wrapper_menu_main .header_icons .active.openCart, #masthead .ds_wrapper_menu_main .header_icons .active.openAccount {
  background: #999999;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart {
  width: auto;
  text-decoration: none;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart #ds_cart_icon_content {
  position: absolute;
  top: 0.4em;
  left: 1.9em;
  width: 1.3em;
  height: 1.3em;
  background: #D6453C;
  border-radius: 50%;
  font-size: 0.75em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  margin-left: 0.5em;
  font-size: 1.125em;
  color: #000000;
}

/*white text*/
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen), .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen), .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) {
  /*burger*/
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main {
  border-color: transparent;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a {
  color: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover {
  color: white;
  border-top: 3px solid white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg {
  fill: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart {
  background: #000000;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  color: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span {
  background: black;
}

#masthead.smallHeader {
  background: white;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 80px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
  max-width: 54px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: #000000;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.2em;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li:nth-child(3) a img {
  width: 140px;
  height: auto;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .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);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 90%;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #DEBD6E;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:nth-child(1) {
    border-top: 1px solid #DEBD6E;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:nth-child(3) {
    display: none;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 38px 0 28px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: black !important;
    font-family: "Inter";
    font-size: 22px !important;
    line-height: 2.85;
    height: 100px;
    font-weight: 500 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    padding: 0 28px 0 28px;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover:after {
    opacity: 1;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons svg {
    fill: white !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: white;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover svg, .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover svg, .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover svg {
    fill: #192624 !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover .woocommerce-Price-amount, .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover .woocommerce-Price-amount, .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover .woocommerce-Price-amount {
    color: #192624;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons svg {
    fill: #192624 !important;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: #192624;
  }
  header#masthead.smallHeader.headerOpen .ds_wrapper_menu_main .navbar-brand a svg path {
    fill: white !important;
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
    color: black;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: black !important;
    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: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----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1599px) {
  .navbar #nav-icon3 {
    display: none;
  }
  .navbar #main-nav {
    height: 100%;
  }
  .navbar #main-nav ul {
    display: flex;
    align-items: stretch;
    margin: auto;
    list-style: none;
    height: 100%;
  }
  .navbar #main-nav ul li {
    margin: 0 2em;
  }
  .navbar #main-nav ul li:last-of-type {
    margin: 0 4em;
  }
  .navbar #main-nav ul li a {
    font-size: 1.2em !important;
    text-decoration: none;
    color: #333333;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: 0.3s ease-in-out;
    font-weight: 700;
  }
  .navbar #main-nav ul li a .title_logo {
    display: none;
  }
  .navbar #main-nav ul li a:hover {
    color: #C29F4B;
  }
}
@media (max-width: 1199px) {
  .navbar #nav-icon3 {
    display: none;
  }
  .navbar #main-nav {
    height: 100%;
  }
  .navbar #main-nav ul {
    display: flex;
    align-items: stretch;
    margin: auto;
    list-style: none;
    height: 100%;
  }
  .navbar #main-nav ul li {
    margin: 0 2em;
  }
  .navbar #main-nav ul li:last-of-type {
    margin: 0 4em;
  }
  .navbar #main-nav ul li a {
    font-size: 1em !important;
    text-decoration: none;
    color: #333333;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: 0.3s ease-in-out;
    font-weight: 700;
  }
  .navbar #main-nav ul li a .title_logo {
    display: none;
  }
  .navbar #main-nav ul li a:hover {
    color: #C29F4B;
  }
  #masthead.smallHeader {
    background: white;
  }
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 80px;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
    max-width: 54px;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a svg path {
    fill: #000000;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 22px !important;
  }
  #masthead.smallHeader .ds_wrapper_menu_main .navbar #main-nav ul li:nth-child(3) a img {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main {
    justify-content: space-between;
    height: 70px !important;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 110px;
    position: relative;
    z-index: 100;
    display: block;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a figure img {
    max-width: 110px;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
    display: none;
  }
  #masthead .ds_wrapper_menu_main .header_icons a:last-of-type {
    margin-right: 40px;
  }
  #masthead .ds_wrapper_menu_main #main-nav {
    height: 100vh !important;
    background-size: cover;
    background-position: center;
  }
  #masthead.headerOpen .navbar-brand a svg path {
    fill: white;
  }
  #masthead.headerOpen #nav-icon3 span {
    background: black !important;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3875em;
  }
}
footer {
  background: #FFEDED;
  border-top: 2px solid #DEBD6E;
}
footer h3.ds_footer_col_title {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 59px;
}
footer a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
}
footer p {
  margin-bottom: 0;
}
footer .ds_footer_wrapper {
  color: #999999;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
  display: grid;
  gap: 24px;
  align-content: flex-start;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 {
  gap: 2px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 p {
  line-height: 1.8em;
  max-width: 269px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 img {
  width: 267px;
  margin-top: 16px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c2 .ds_footer_menu_wrapper ul {
  list-style: none;
  display: grid;
  gap: 30px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c2 .ds_footer_menu_wrapper ul li a {
  color: inherit;
  text-decoration: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c2 .ds_footer_menu_wrapper ul li a:hover {
  color: #C29F4B;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c2 .ds_footer_menu_wrapper ul li a:active, footer .ds_footer_wrapper .ds_footer_wrapper_content .c2 .ds_footer_menu_wrapper ul li a:focus {
  color: #DEBD6E;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts {
  gap: 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .ds_footer_contact_line {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_text {
  font-size: 16px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_label {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .ds_footer_contact_line .ds_footer_contact_line_label svg {
  display: block;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts a {
  color: inherit;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts a:nth-child(3) {
  text-decoration: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts a:hover {
  color: #C29F4B;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .kontakt_ico {
  color: #262626;
  font-size: 18px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contacts .kontakt_ico .ico {
  padding-right: 9px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a {
  position: relative;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a img:nth-child(1) {
  opacity: 1;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a:hover img:nth-child(1) {
  opacity: 0;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_socials a:hover img:nth-child(2) {
  opacity: 1;
}
footer .ds_footer_bottom_line {
  background: #DEBD6E;
  color: white;
  padding: 14px 0;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
}
footer .ds_footer_bottom_line a {
  color: inherit;
}
footer .ds_footer_bottom_line a:active, footer .ds_footer_bottom_line a:focus {
  color: #B07440;
}
footer .ds_footer_bottom_line .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .ds_footer_bottom_line .container :nth-child(2) {
  justify-self: center;
}
footer .ds_footer_bottom_line .container :nth-child(3) {
  justify-self: end;
}

@media (max-width: 1199px) {
  footer a {
    font-size: 16px;
  }
  footer h3.ds_footer_col_title {
    font-size: 32px;
    margin-top: 73px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 50px;
    display: flex;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
    gap: 24px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
    width: 260px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 {
    padding-right: 40px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_wrapper ul {
    gap: 16px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts {
    gap: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .kontakt_ico {
    font-size: 16px;
  }
  footer .ds_footer_bottom_line .container {
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  footer .ds_footer_bottom_line .container :nth-child(2) {
    justify-self: start !important;
  }
  footer .ds_footer_bottom_line .container :nth-child(3) {
    justify-self: start !important;
  }
}
@media (max-width: 1599px) {
  .column {
    max-width: 38%;
  }
  .column.c1 img {
    width: 186px !important;
  }
  .column.c1 p {
    font-size: 15px;
  }
  .column.c2 h3 {
    font-size: 30px;
  }
  .column.c2 a {
    font-size: 16px;
  }
  .column.c2 ul {
    gap: 16px !important;
  }
  .column.c3 h3 {
    font-size: 30px;
  }
  .column.c3 a {
    font-size: 16px;
  }
  .column.c3 p {
    font-size: 15px;
  }
  .column.c3 .ds_footer_contacts {
    gap: 16px !important;
  }
}
@media (max-width: 991px) {
  footer a {
    font-size: 15px;
  }
  footer h3.ds_footer_col_title {
    font-size: 24px;
    margin-top: 69px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    gap: 30px;
    display: flex;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
    gap: 18px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 {
    max-width: 260px;
    width: 100%;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
    width: 200px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 {
    padding-right: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_wrapper ul {
    gap: 15px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts {
    gap: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line {
    gap: 16px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line img {
    width: 24px;
    height: 24px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .kontakt_ico {
    font-size: 15px;
    padding-left: 0px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_socials {
    padding-left: 0px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_socials a img {
    width: 30px;
    height: 30px;
  }
  footer .ds_footer_bottom_line .container {
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  footer .ds_footer_bottom_line .container :nth-child(2) {
    justify-self: start !important;
  }
  footer .ds_footer_bottom_line .container :nth-child(3) {
    justify-self: start !important;
  }
  footer .ds_footer_bottom_line .container span, footer .ds_footer_bottom_line .container a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer a {
    font-size: 15px;
  }
  footer h3.ds_footer_col_title {
    font-size: 22px;
    margin-top: 10px;
  }
  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 {
    max-width: 100%;
    width: 100%;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c1 img {
    width: 200px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 {
    max-width: calc(50% - 15px);
    width: 100%;
    padding-right: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c2 .ds_footer_menu_wrapper ul {
    gap: 15px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 {
    max-width: calc(50% - 15px);
    width: 100%;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts {
    gap: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line {
    gap: 16px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_contacts .ds_footer_contact_line img {
    width: 24px;
    height: 24px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .kontakt_ico {
    font-size: 15px;
    padding-left: 0px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_socials {
    padding-left: 0px;
  }
  footer .ds_footer_wrapper .ds_footer_wrapper_content .column.c3 .ds_footer_socials a img {
    width: 30px;
    height: 30px;
  }
  footer .ds_footer_bottom_line .container {
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }
  footer .ds_footer_bottom_line .container :nth-child(1) {
    order: 1;
  }
  footer .ds_footer_bottom_line .container span, footer .ds_footer_bottom_line .container a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .column {
    max-width: 38%;
  }
  .column.c1 img {
    width: 160px !important;
  }
  .column.c1 p {
    font-size: 15px;
    line-height: 19.2px;
    max-width: 100% !important;
  }
  .column.c2 h3 {
    font-size: 20px;
  }
  .column.c2 a {
    font-size: 16px;
  }
  .column.c2 ul {
    width: 300px;
    gap: 10px !important;
  }
  .column.c3 h3 {
    font-size: 20px;
  }
  .column.c3 a {
    font-size: 16px;
  }
  .column.c3 p {
    font-size: 16px;
    width: 300px;
  }
  .column.c3 .ds_footer_contacts {
    gap: 20px !important;
  }
  .column.c3 .ds_footer_contacts .ds_footer_contact_line_text {
    font-size: 16px !important;
    padding-left: 0 !important;
  }
  .column.c3 .ds_footer_contacts .ds_footer_contact_line_text .ico {
    padding-right: 19px !important;
  }
  .column.c3 .ds_footer_socials {
    padding-left: 0 !important;
  }
  .ds_footer_bottom_line .container {
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  .ds_footer_bottom_line .container :nth-child(2) {
    justify-self: start !important;
  }
  .ds_footer_bottom_line .container :nth-child(3) {
    justify-self: start !important;
  }
  .ds_footer_bottom_line .container span, .ds_footer_bottom_line .container a {
    font-size: 16px !important;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-content {
  margin-bottom: 153px;
  margin-left: 204px;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
  text-align: left;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-content p {
  max-width: 770px;
  font-size: 20px;
  line-height: 32px;
  color: #4A4A4A;
  margin: 0;
}
.swiper-container .swiper-wrapper .swiper-slide .author {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.swiper-container .swiper-wrapper .swiper-slide .author img {
  border-radius: 50%;
  margin-right: 34px;
}
.swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 7px;
}
.swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin: 0;
}

.swiper-pagination {
  top: calc(100% + 2.5em) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 #DEBD6E;
}

.swiper-nav-fix {
  position: relative;
  margin: 0 auto;
  background: white;
  width: 100%;
  max-width: 1292px;
}
.swiper-nav-fix .swiper-container {
  padding: 80px 161px 80px 157px;
  overflow: hidden;
}
.swiper-nav-fix .swiper-container:before {
  content: "";
  position: absolute;
  width: 96.8%;
  height: 100%;
  border: 2px solid #DEBD6E;
  top: -30px;
  right: -30px;
  z-index: -1;
  display: block;
}
.swiper-nav-fix .swiper-pagination {
  top: 105% !important;
}
.swiper-nav-fix .swiper-pagination-bullet {
  background: #9B9B9B;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.swiper-nav-fix .swiper-pagination-bullet-active {
  background: white;
  border: 4px solid #DEBD6E;
}

@media only screen and (max-width: 1599px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 35px 90px 35px 90px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 153px;
    margin-left: 204px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    margin-bottom: 12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 34px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 23px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 35px 90px 35px 90px;
  }
  .swiper-nav-fix .swiper-container:before {
    content: "";
    position: absolute;
    width: 96.8%;
    height: 100%;
    border: 2px solid #DEBD6E;
    top: -20px;
    right: -20px;
    z-index: -1;
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 153px;
    margin-left: 204px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 34px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 35px 90px 35px 90px;
  }
  .swiper-nav-fix .swiper-container:before {
    content: "";
    position: absolute;
    width: 96.8%;
    height: 100%;
    border: 2px solid #DEBD6E;
    top: -20px;
    right: -20px;
    z-index: -1;
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 153px;
    margin-left: 204px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 13px;
    line-height: 22px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 34px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 20px 30px 20px 30px;
  }
  .swiper-nav-fix .swiper-container:before {
    content: "";
    position: absolute;
    width: 96.8%;
    height: 100%;
    border: 2px solid #DEBD6E;
    top: -20px;
    right: -20px;
    z-index: -1;
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 153px;
    margin-left: 204px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 11px;
    line-height: 18px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 34px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 12px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 10px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 20px 30px 20px 30px;
  }
  .swiper-nav-fix .swiper-container:before {
    content: "";
    position: absolute;
    width: 96.8%;
    height: 100%;
    border: 2px solid #DEBD6E;
    top: -20px;
    right: -20px;
    z-index: -1;
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 11px;
    line-height: 18px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 10px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
@media only screen and (max-width: 567px) {
  .swiper-nav-fix {
    max-width: 1170px;
  }
  .swiper-nav-fix .swiper-container {
    padding: 20px 30px 20px 30px;
  }
  .swiper-nav-fix .swiper-container:before {
    content: "";
    position: absolute;
    width: 92.8%;
    height: 95%;
    border: 2px solid #DEBD6E;
    top: -9px;
    right: -9px;
    z-index: -1;
    display: none;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author img {
    border-radius: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info h3 {
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    margin-bottom: 0px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .author .author_info p {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    margin: 0;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.newsletter {
  color: #000000;
  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: #000000;
  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: #000000;
  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: #FFFFFF;
  border-radius: 3px;
  margin-right: 0em;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto";
  border: 0;
  cursor: auto;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::-moz-placeholder {
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::placeholder {
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
  background: #79797A;
  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: #000000;
  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 (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .newsletter .newsletter_card .wpcf7 form p {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter .newsletter_card .wpcf7 form p br {
    display: none;
  }
  .newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
    margin-left: 0;
  }
}
#masthead.search_active {
  background-color: white;
}

.ds_search_form_wrapper {
  transform: translate(100%, 100%);
  transition: 0.5s ease-out;
  width: 100%;
  position: absolute;
  text-align: center;
  justify-content: space-between;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  z-index: 10;
  padding-left: 2em;
}
.ds_search_form_wrapper.ds_search_active {
  transform: translate(0%, 100%);
}
.ds_search_form_wrapper .ds_header_search {
  height: 3.5em;
  border: 1px solid #999999;
  border-radius: 0.25em;
  padding-left: 1.5em;
  transition: 0.2s ease-out;
  width: calc(100% - 20em);
  margin-right: 1em;
  padding-right: 11.5em;
}
.ds_search_form_wrapper .ds_header_search_button {
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #000000;
  border: 0;
  border-radius: 0.25em;
  padding: 1.1875em 2.25em;
  width: 10em;
  text-align: center;
  font-weight: 800;
  justify-content: center;
  position: absolute;
  right: 9.5625em;
  left: unset;
}
.ds_search_form_wrapper .ds_header_search_close {
  max-width: 6em;
  width: 100%;
  height: 3em;
  font-weight: 800;
  border: 0.125em solid #000000;
  border-radius: 0.25em;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  background: none;
  outline: none !important;
  position: relative;
  left: unset;
  color: #000000;
  padding: 0;
  top: 3px;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1540px) {
  .ds_search_wrapper {
    padding: 1em 0;
  }
  .ds_search_wrapper .container {
    max-width: 100%;
  }
  .ds_search_wrapper .ds_search_close {
    right: 3em;
    top: 4.3em;
    padding: 0.45em 0.5em;
  }
}
@media (max-width: 767px) {
  .ds_search_wrapper .search_line .ds_search_clear {
    right: 5em;
  }
  .ds_search_wrapper .search_line .ds_search_btn {
    padding: 0.85em 0.6em;
  }
  .ds_search_wrapper .ds_search_close {
    right: 1.5em;
  }
  .ds_search_wrapper .search_recomended {
    font-size: 0.85em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_placeholder {
    margin-right: 0.3em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_txt_wrap .search_recomended_txt {
    margin-right: 0.3em;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_post_item {
  padding: 10px;
}
.ds_post_item.swiper-slide {
  padding: 0px;
}
.ds_post_item .ds_post_thumbnail_img {
  max-width: 100%;
}
.ds_post_item .ds_post_title a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}
.ds_post_item .ds_post_meta_tags span {
  background: #EFDED0;
  border-radius: 8px;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.4em;
  margin-right: 5px;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_archive_header {
  padding: 2em;
}

.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item {
  margin-right: 15px;
  cursor: pointer;
  background-color: #999999;
  color: #000000;
  font-weight: 800;
  padding: 0.875em 2.25em;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item:hover {
  background-color: #000000;
  color: #999999;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item.active {
  background-color: #000000;
  color: #999999;
  pointer-events: none;
}

.ds_archive_content .ds_btn_more_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5em;
}
.ds_archive_content .ds_btn_more_wrapper button {
  background-color: #999999;
  color: #000000;
}
.ds_archive_content .ds_btn_more_wrapper button:hover {
  background-color: #000000;
  color: #999999;
}

.accordion_wrapper .accordion_item .accordion_header {
  font-size: 1.125em;
  background: white;
  border: 0;
  border-top: 1px solid #cfcfcf;
  padding: 1.2em 0em;
  position: relative;
  color: #000000;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.accordion_wrapper .accordion_item .accordion_header::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/chevron2.svg");
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
.accordion_wrapper .accordion_item .accordion_header.active {
  background-color: transparent;
}
.accordion_wrapper .accordion_item .accordion_header.active::after {
  transform: rotate(270deg);
}
@media (min-width: 992px) {
  .accordion_wrapper .accordion_item .accordion_header:hover {
    background-color: #EFDED0;
  }
  .accordion_wrapper .accordion_item .accordion_header:hover::after {
    transform: rotate(270deg);
  }
}
.accordion_wrapper .accordion_item .accordion_body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_wrapper .accordion_item .accordion_body p {
  margin-bottom: 1.4em;
}
.accordion_wrapper .accordion_item:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.ds_breadcrumb_wrapper {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.ds_breadcrumb_wrapper .breadcrumb {
  color: #999999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*.breadcrumb_arrow {
      width: 1.4em;
      height: 1.4em;
      background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
      background-position: center;
      background-size: 1.3em;
      background-repeat: no-repeat;
      display: inline-block;
      opacity: 0.3;
      margin-right: $spacing;
  }*/
}
.ds_breadcrumb_wrapper .breadcrumb a {
  margin-right: 0.3em;
  text-decoration: none;
  color: #999999;
  /**/
}
.ds_breadcrumb_wrapper .breadcrumb a:first-child {
  width: 1.4em;
  height: 1.4em;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/Home.svg");
  background-position: center;
  background-size: 1em;
  background-repeat: no-repeat;
  display: inline-block;
  color: transparent;
}

main {
  background-image: url("/wp-content/uploads/2024/04/Pattern_bg-1.webp");
}

.ds_gall_section_hero {
  padding-top: 200px;
}
.ds_gall_section_hero .container h1 {
  font-size: 72px;
  line-height: 86.4px;
  font-weight: 700;
}

.ds_gall_section_filters {
  padding-top: 90px;
  padding-bottom: 110px;
}
.ds_gall_section_filters .container .ds_filters_wrapp {
  display: flex;
  flex-direction: row;
  gap: 77px;
}
.ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item.active {
  color: #DEBD6E;
}
.ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item:hover {
  color: #C29F4B;
}

.ds_gall_section_list {
  padding-bottom: 101px;
}
.ds_gall_section_list .container .ds_galls_wrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card {
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card::before {
  content: " ";
  position: absolute;
  width: calc(100% - 45px);
  height: calc(100% - 30px);
  background: white;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
  display: block;
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_con {
  padding-right: 90px;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_con a {
  text-decoration: none;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_con a h3 {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #DEBD6E;
  margin-bottom: 12px;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_con .ds_card_type {
  font-size: 20px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 10px;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_con .ds_card_text {
  font-size: 16px;
  line-height: 1.6;
  color: #4A4A4A;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_gall {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap {
  grid-column: span 2;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap .ds_pagination_wrap_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap .ds_pagination_wrap_inner .ds_pagNum:not(.ds_pagNum_prevnext) {
  background: transparent !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out !important;
  margin: 0 8px !important;
  border: 0 !important;
  position: relative;
  width: 1em !important;
  height: 1em !important;
  box-sizing: border-box;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap .ds_pagination_wrap_inner .ds_pagNum:not(.ds_pagNum_prevnext)::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  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;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap .ds_pagination_wrap_inner .ds_pagNum:not(.ds_pagNum_prevnext).active::before {
  left: 0em;
  top: 0em;
  width: 1em;
  height: 1em;
  opacity: 1;
  border: 0.25em solid #DEBD6E;
}
.ds_gall_section_list .container .ds_galls_wrapp .ds_paginationWrap .ds_pagination_wrap_inner .ds_pagNum_prevnext {
  margin: 0 30px;
}

@media only screen and (max-width: 1599px) {
  .ds_gall_section_hero {
    padding-top: 190px;
  }
  .ds_gall_section_hero .container h1 {
    font-size: 45px;
  }
  .ds_gall_section_filters {
    padding-top: 30px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 25px;
    text-underline-offset: 6px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 297px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    font-size: 28px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 18px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_gall_section_hero {
    padding-top: 190px;
  }
  .ds_gall_section_hero .container h1 {
    font-size: 45px;
  }
  .ds_gall_section_filters {
    padding-top: 30px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 25px;
    text-underline-offset: 6px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 280px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    font-size: 28px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 18px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_gall_section_hero {
    padding-top: 190px;
  }
  .ds_gall_section_hero .container h1 {
    font-size: 38px;
  }
  .ds_gall_section_filters {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 22px;
    text-underline-offset: 5px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp {
    gap: 85px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 297px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    margin-top: 22px;
    font-size: 28px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 17px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .ds_gall_section_hero {
    padding-top: 190px;
  }
  .ds_gall_section_hero .container h1 {
    font-size: 38px;
  }
  .ds_gall_section_filters {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 22px;
    text-underline-offset: 5px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp {
    gap: 80px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card {
    padding-left: 35px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 190px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    margin-top: 22px;
    font-size: 23px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 17px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    width: 180px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ds_gall_section_hero {
    padding-top: 140px;
  }
  .ds_gall_section_hero .container h1 {
    font-size: 32px;
  }
  .ds_gall_section_filters {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp {
    gap: 50px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 18px;
    text-underline-offset: 5px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card {
    background-color: white;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 30px 28px;
    row-gap: 30px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card::before {
    display: none;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 190px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con {
    padding-right: 0px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    margin: 0 auto;
    margin-top: 22px;
    font-size: 23px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 17px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    margin: 0 auto;
    max-width: 340px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .ds_gall_section_hero {
    padding-top: 120px;
  }
  .ds_gall_section_hero .container h1 {
    line-height: 100%;
    font-size: 32px;
  }
  .ds_gall_section_filters {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp {
    flex-direction: row;
    gap: 15px;
  }
  .ds_gall_section_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 14px;
    text-underline-offset: 5px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card {
    background-color: white;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 30px 28px;
    row-gap: 30px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card::before {
    display: none;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_img a figure img {
    height: 190px !important;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con {
    padding-right: 0px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con a h3 {
    margin: 0 auto;
    margin-top: 22px;
    font-size: 20px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_type {
    font-size: 15px;
  }
  .ds_gall_section_list .container .ds_galls_wrapp .ds_gallery_card .ds_gallery_card_wrapp .ds_gallery_card_con .ds_card_text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
}
main {
  background-image: url("/wp-content/uploads/2024/04/Pattern_bg-1.webp");
}

h2.title_textp {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #DEBD6E;
}

.ds_price_section_hero {
  padding-top: 200px;
}

.ds_price_section_packs .container h2 {
  padding-top: 90px;
  margin-bottom: 30px;
}
.ds_price_section_packs .container p {
  font-size: 20px;
  color: #4a4a4a;
  max-width: 580px;
}
.ds_price_section_packs .container .ds_pack_wrapp {
  width: 1235px;
  height: 760px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
  padding: 73px 39px 73px 105px;
}
.ds_price_section_packs .container .ds_pack_wrapp.odd {
  margin-left: auto;
  margin-bottom: 0;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  color: #DEBD6E;
  margin-bottom: 16px;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_price {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_text {
  font-size: 16px;
  line-height: 1.6;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers {
  display: flex;
  gap: 40px;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p {
  font-size: 24px;
  color: #4A4A4A;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers_items p {
  font-size: 24px;
  font-weight: 700;
  color: #DEBD6E;
  display: list-item;
}
.ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  width: 409px;
  height: 614px;
  -o-object-position: center;
     object-position: center;
}

.ds_price_section_serv {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ds_price_section_serv .container p {
  font-size: 24px;
  color: #4a4a4a;
  max-width: 546px;
}
.ds_price_section_serv .container .ds_eventy {
  max-width: 87.5%;
  width: 100%;
}
.ds_price_section_serv .container .ds_eventy.ds_firemni_akce {
  margin-left: auto;
}
.ds_price_section_serv .container .ds_serv_wrapp {
  margin-bottom: 90px;
}
.ds_price_section_serv .container .ds_serv_wrapp h3 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  color: #DEBD6E;
  margin-bottom: 60px;
}
.ds_price_section_serv .container .ds_serv_card {
  display: flex;
  background-color: white;
  padding: 62px 105px 61px 105px;
}
.ds_price_section_serv .container .ds_serv_card .ds_serv_card_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ds_price_section_serv .container .ds_serv_card .ds_serv_card_row::after {
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  height: 24px;
  background-image: url("/wp-content/uploads/2024/03/Mask-group.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.ds_price_section_serv .container .ds_serv_card .card_name {
  font-size: 24px;
  font-weight: 700;
  color: #DEBD6E;
  position: relative;
  z-index: 1;
  background-color: white;
  margin-bottom: 0;
  padding-right: 7px;
}
.ds_price_section_serv .container .ds_serv_card .card_price {
  font-size: 24px;
  color: #DEBD6E;
  position: relative;
  z-index: 1;
  background-color: white;
  margin-bottom: 0;
  padding-left: 7px;
}

@media only screen and (max-width: 1599px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 36px;
  }
  .ds_price_section_hero {
    padding-top: 200px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 55px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 40px;
  }
  .ds_price_section_packs .container p {
    font-size: 20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 1100px;
    height: auto;
    padding: 50px 50px 50px 50px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 32px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p .ds_card_price {
    font-size: 22px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 23px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 23px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 400px;
    height: auto;
  }
  .ds_price_section_serv .container p {
    font-size: 20px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 60px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 34px;
    line-height: 100%;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 45px 90px 45px 90px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 36px;
  }
  .ds_price_section_hero {
    padding-top: 200px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 48px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 30px;
  }
  .ds_price_section_packs .container p {
    font-size: 18px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 1050px;
    height: auto;
    padding: 50px 50px 50px 50px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 32px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p .ds_card_price {
    font-size: 22px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 21px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 21px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 380px;
    height: auto;
  }
  .ds_price_section_serv .container p {
    font-size: 18px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 60px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 40px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 35px 70px 35px 70px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 27px;
  }
  .ds_price_section_hero {
    padding-top: 200px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 42px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 30px;
  }
  .ds_price_section_packs .container p {
    font-size: 17px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 885px;
    height: auto;
    padding: 30px 20px 30px 20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 26px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p .ds_card_price {
    font-size: 19px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 19px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 19px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 300px;
    height: auto;
  }
  .ds_price_section_serv {
    padding-bottom: 30px;
  }
  .ds_price_section_serv .container p {
    font-size: 17px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 60px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 25px 30px 25px 30px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 27px;
  }
  .ds_price_section_hero {
    padding-top: 200px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 42px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 30px;
  }
  .ds_price_section_packs .container p {
    font-size: 17px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 700px;
    height: auto;
    padding: 20px 20px 20px 20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 26px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_price {
    font-size: 19px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_text {
    font-size: 14px;
    max-width: 310px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers {
    gap: 24px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 16px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 16px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 300px;
    height: auto;
  }
  .ds_price_section_serv {
    padding-bottom: 30px;
  }
  .ds_price_section_serv .container p {
    font-size: 17px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 60px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 25px 30px 25px 30px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 25px;
  }
  .ds_price_section_hero {
    padding-top: 160px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 42px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 30px;
  }
  .ds_price_section_packs .container p {
    font-size: 17px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left {
    background-color: white;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 30px 28px;
    row-gap: 30px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 26px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_price {
    font-size: 19px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_text {
    font-size: 14px;
    max-width: 310px;
    margin: 0 auto;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers {
    flex-direction: column;
    gap: 24px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 16px;
    line-height: 100%;
    margin-top: 20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items {
    margin-top: -20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 16px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right {
    margin: 0 auto;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 260px;
    height: auto;
  }
  .ds_price_section_serv {
    padding-bottom: 30px;
  }
  .ds_price_section_serv .container p {
    font-size: 17px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 60px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 25px 30px 25px 30px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  h2.title_textp {
    padding-top: 50px;
    font-size: 24px;
  }
  .ds_price_section_hero {
    padding-top: 160px;
  }
  .ds_price_section_hero .container .ds_price_title {
    font-size: 32px;
  }
  .ds_price_section_packs .container h2 {
    padding-top: 30px;
    font-size: 23px;
  }
  .ds_price_section_packs .container p {
    font-size: 15px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp {
    max-width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left {
    background-color: white;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 15px 28px;
    row-gap: 30px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left h3 {
    font-size: 22px;
    line-height: 150%;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_price {
    font-size: 17px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left p.ds_card_text {
    font-size: 13px;
    max-width: 310px;
    margin: 0 auto;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers {
    flex-direction: column;
    gap: 24px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers p {
    font-size: 15px;
    line-height: 100%;
    margin-top: 20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items {
    margin-top: -20px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_left .ds_card_offers .ds_card_offers_items p {
    font-size: 15px;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right {
    margin: 0 auto;
  }
  .ds_price_section_packs .container .ds_pack_wrapp .ds_pack_wrapp_right img {
    max-width: 200px;
    height: auto;
  }
  .ds_price_section_serv {
    padding-bottom: 30px;
  }
  .ds_price_section_serv .container p {
    font-size: 15px;
  }
  .ds_price_section_serv .container .ds_firemni_akce {
    margin-left: 0 !important;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp {
    margin-bottom: 30px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp h3 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card {
    padding: 25px 30px 25px 30px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row::after {
    bottom: 3px;
  }
  .ds_price_section_serv .container .ds_eventy .ds_serv_wrapp .ds_serv_card .ds_serv_card_row p {
    font-size: 14px;
  }
  .ds_non_home_section_form {
    padding-bottom: 35px;
  }
}
.ds_modal_wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 11111;
  padding-top: 10px;
}
.ds_modal_wrapper .ds_modal_header {
  text-align: right;
  padding: 5px 20px;
}
.ds_modal_wrapper .ds_modal_header .ds_modal_close {
  cursor: pointer;
}
.ds_modal_wrapper .ds_modal_header .ds_modal_close img {
  width: 24px;
}
.ds_modal_wrapper .ds_modal_header .ds_modal_close img:hover {
  width: 28px;
}
.ds_modal_wrapper .ds_modal_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
  max-height: 50vh;
  gap: 4%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
  padding-left: 85px;
  width: 60%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix {
  height: 100%;
  width: 100%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
  padding: 0;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container::before {
  display: none;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-next::after {
  content: url("/wp-content/uploads/2024/04/Path.svg");
  position: relative;
  top: -9px;
  left: 1px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-prev {
  background-color: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-prev::after {
  content: url("/wp-content/uploads/2024/04/Path-1.svg");
  position: relative;
  top: -9px;
  left: -1px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
  width: 23%;
  padding: 30px 30px 0px 29px;
  border: 2px solid #DEBD6E;
  text-align: center;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
  font-size: 20px;
  color: #333333;
  margin-bottom: 32px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 150%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref {
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
  font-size: 16px;
  color: #999999;
  margin-bottom: 52px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper {
  padding-top: 32px;
  max-width: 1380px;
  margin: 0 auto;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #DEBD6E;
  overflow: hidden;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before, .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
  background-color: #DEBD6E;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before {
  right: 1.5em;
  margin-left: -50%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
  left: 1.5em;
  margin-right: -50%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap {
  height: 30vh;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix {
  height: 100%;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container {
  padding: 0px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container::before {
  display: none;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  top: 80px !important;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-next::after {
  content: url("/wp-content/uploads/2024/04/Path.svg");
  position: relative;
  top: -9px;
  left: 1px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-prev {
  background-color: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 80px !important;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-prev::after {
  content: url("/wp-content/uploads/2024/04/Path-1.svg");
  position: relative;
  top: -9px;
  left: -1px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 160px;
  max-height: 160px;
}
.ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-pagination-modalT {
  display: none;
}

@media only screen and (min-width: 1960px) {
  .ds_modal_wrapper {
    padding-top: 0px;
  }
  .ds_modal_wrapper .ds_moda_header {
    padding-top: 50px;
  }
  .ds_modal_wrapper .ds_modal_body {
    padding-top: 25%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
    font-size: 27px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    max-height: 30vh;
    justify-content: center;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    width: 60%;
    padding-left: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 42px !important;
  }
}
@media only screen and (max-width: 1599px) {
  .ds_modal_wrapper {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 11111;
    padding-top: 10px;
  }
  .ds_modal_wrapper .ds_modal_header {
    text-align: right;
    padding: 5px 20px;
  }
  .ds_modal_wrapper .ds_modal_header .ds_modal_close img {
    width: 24px;
  }
  .ds_modal_wrapper .ds_modal_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    justify-content: center;
    gap: 4%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    padding-left: 0px;
    width: 60%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix {
    height: 100%;
    width: 100%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
    padding: 0;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container::before {
    display: none;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    width: 100%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-next {
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-next::after {
    content: url("/wp-content/uploads/2024/04/Path.svg");
    position: relative;
    top: -9px;
    left: 1px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-prev {
    background-color: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container .swiper-button-prev::after {
    content: url("/wp-content/uploads/2024/04/Path-1.svg");
    position: relative;
    top: -9px;
    left: -1px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
    width: 23%;
    padding: 30px 30px 0px 29px;
    border: 2px solid #DEBD6E;
    text-align: center;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
    margin-bottom: 32px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref {
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
    margin-bottom: 52px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper {
    padding-top: 32px;
    max-width: 1380px;
    margin: 0 auto;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #DEBD6E;
    overflow: hidden;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before, .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
    background-color: #DEBD6E;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before {
    right: 1.5em;
    margin-left: -50%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
    left: 1.5em;
    margin-right: -50%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap {
    height: 30vh;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix {
    height: 100%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container {
    padding: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container::before {
    display: none;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-next {
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    top: 80px !important;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-next::after {
    content: url("/wp-content/uploads/2024/04/Path.svg");
    position: relative;
    top: -9px;
    left: 1px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-prev {
    background-color: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 80px !important;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-prev::after {
    content: url("/wp-content/uploads/2024/04/Path-1.svg");
    position: relative;
    top: -9px;
    left: -1px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 160px;
    max-height: 160px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-pagination-modalT {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_modal_wrapper {
    padding-top: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
    font-size: 27px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    justify-content: center;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    width: 60%;
    padding-left: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 42px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_modal_wrapper {
    padding-top: 20px;
    overflow: auto;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
    font-size: 27px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
    padding-top: 310px;
    padding-bottom: 320px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    width: 60%;
    padding-left: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
    max-height: 320px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
    width: 60%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 42px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    flex-direction: column;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    padding-left: 0px;
    width: 68%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
    max-height: 320px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
    width: 68%;
    max-height: 320px;
    margin: 0 auto;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
    margin-top: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before, .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
    width: 25%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    width: 160px !important;
    margin-right: 42px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    flex-direction: column;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    padding-left: 0px;
    width: 68%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
    max-height: 320px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
    width: 68%;
    max-height: 320px;
    margin: 0 auto;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 20px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
    margin-top: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 16px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before, .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
    width: 25%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    width: 160px !important;
    margin-right: 42px !important;
  }
}
@media only screen and (max-width: 567px) {
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap {
    flex-direction: column;
    padding-top: 340px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe {
    padding-left: 0px;
    margin: 0 auto;
    width: 100%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_swipe .swiper-nav-fix .swiper-container {
    max-height: 320px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card {
    width: 100%;
    max-height: 320px;
    margin: 0 auto;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_term {
    font-size: 16px;
    color: #333333;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_text p {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 150%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_ref {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 150%;
    margin-top: 0px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_full_wrap .ds_modal_full_card .ds_modal_full_card_user {
    font-size: 14px;
    color: #999999;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p {
    font-size: 24px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::before, .ds_modal_wrapper .ds_modal_body .ds_modal_title .ds_modal_title_wrapper p::after {
    width: 25%;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide {
    width: 100px !important;
    margin-right: 15px !important;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100px;
  }
  .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-next, .ds_modal_wrapper .ds_modal_body .ds_modal_thumb_wrap .swiper-nav-fix .swiper-container .swiper-button-prev {
    display: none;
  }
}
main {
  background-image: url("/wp-content/uploads/2024/04/Pattern_bg-1.webp");
}

.ds_page_header {
  padding-top: 200px;
  margin-top: 0px;
}
.ds_page_header .container h1 {
  padding-bottom: 90px;
}

h2.title_textk {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #DEBD6E;
}

.ds_contacs_content_wrapper {
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}
.ds_contacs_content_wrapper .container .contacts_text {
  max-width: 570px;
  margin-bottom: 75px;
}
.ds_contacs_content_wrapper .container .contacts_text p {
  font-size: 20px;
  line-height: 32px;
  color: #4A4A4A;
  margin-bottom: 50px;
}
.ds_contacs_content_wrapper .container .contacts_text span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form {
  background-color: white;
  padding: 75px 90px 80px 90px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.ds_contacs_content_wrapper .container .ds_form:before {
  content: "";
  position: absolute;
  width: 98.7%;
  height: 97.2%;
  border: 2px solid #DEBD6E;
  top: -30px;
  right: -30px;
  z-index: -1;
  display: block;
}
.ds_contacs_content_wrapper .container .ds_form .w_form {
  background-color: white;
  display: flex;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left {
  width: 34%;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .ds_form_left_info h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #DEBD6E;
  margin-bottom: 4px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .ds_form_left_info p {
  margin-bottom: 43px;
  color: #4A4A4A;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line a {
  text-decoration: none;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line .ds_form_contact_line_text {
  font-size: 16px;
  color: #4A4A4A;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line .ds_form_contact_line_text:hover {
  color: #C29F4B;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line .ds_form_contact_line_label {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .contact_info .contact_info_line .ds_form_contact_line_label svg {
  display: block;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials {
  margin-top: 70px;
  display: flex;
  gap: 40px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a {
  position: relative;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a img:nth-child(1) {
  opacity: 1;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a:hover img:nth-child(1) {
  opacity: 0;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_left .form_socials a:hover img:nth-child(2) {
  opacity: 1;
  transition: 0.3s ease;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right {
  width: 66%;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner {
  max-width: 770px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 32px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group {
  max-width: 370px;
  width: 100%;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input {
  width: 100%;
  height: 48px;
  color: #DEBD6E;
  font-size: 16px;
  border: 1px solid #DEBD6E;
  padding: 16px;
  font-family: "Inter";
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input::-moz-placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input::placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input:focus {
  background-color: rgba(194, 158, 75, 0.3411764706);
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input:focus::-moz-placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials .form-group input:focus::placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group {
  width: 100%;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
  width: 100%;
  height: 48px;
  color: #EFDEB7;
  font-size: 16px;
  border: 1px solid #DEBD6E;
  padding: 16px;
  font-family: "Inter";
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input::-moz-placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input::placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input:focus {
  background-color: rgba(194, 158, 75, 0.3411764706);
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input:focus::-moz-placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input:focus::placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group textarea {
  width: 100%;
  height: 100%;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
  height: 144px;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input::-moz-placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input::placeholder {
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input:focus {
  background-color: rgba(194, 158, 75, 0.3411764706);
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input:focus::-moz-placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input:focus::placeholder {
  color: white;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
  font-size: 1em;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box label {
  padding: 0;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  cursor: pointer;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
  color: #DEBD6E;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark:after {
  content: "";
  color: #DEBD6E;
  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);
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.15;
}
.ds_contacs_content_wrapper .container .ds_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
  color: #DEBD6E;
}

@media only screen and (max-width: 1599px) {
  h2.title_textkk {
    font-size: 38px;
    font-weight: 700;
    line-height: 57.6px;
    color: #DEBD6E;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 18px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 50px 60px 50px 60px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 30px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 40px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 40px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 18px;
         column-gap: 18px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
@media only screen and (max-width: 1439px) {
  h2.title_textkk {
    font-size: 36px;
    font-weight: 700;
    line-height: 57.6px;
    color: #DEBD6E;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 17px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 50px 60px 50px 60px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 30px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 40px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 40px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 18px;
         column-gap: 18px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
@media only screen and (max-width: 1199px) {
  h2.title_textkk {
    font-size: 32px;
    font-weight: 700;
    line-height: 57.6px;
    color: #DEBD6E;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 50px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 17px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 50px 60px 50px 60px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 26px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials {
    margin-bottom: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field {
    gap: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
@media only screen and (max-width: 991px) {
  h2.title_textk {
    padding-top: 20px;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 40px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 15px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .contacts_text p span {
    font-size: 18px;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 50px 60px 50px 60px;
  }
  .ds_contacs_content_wrapper .container .ds_form::before {
    display: none;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left {
    max-width: 100%;
    width: 67%;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 26px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .form_socials {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials {
    margin-bottom: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 30px;
    font-size: 12px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field {
    gap: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
    font-size: 12px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 30px;
    font-size: 12px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 26px;
    height: 21px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
@media only screen and (max-width: 767px) {
  h2.title_textk {
    padding-top: 0px;
    font-size: 20px;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 28px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 14px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .contacts_text p span {
    font-size: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 50px 60px 50px 60px;
  }
  .ds_contacs_content_wrapper .container .ds_form::before {
    display: none;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left {
    max-width: 100%;
    width: 67%;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 26px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .form_socials {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right {
    max-width: 100%;
    width: 100%;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials {
    margin-bottom: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field {
    gap: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
@media only screen and (max-width: 575px) {
  h2.title_textk {
    padding-top: 0px;
    font-size: 24px;
  }
  .ds_page_header {
    padding-top: 140px;
  }
  .ds_page_header .container h1 {
    font-size: 28px;
  }
  .ds_contacs_content_wrapper .container .contacts_text p {
    font-size: 14px;
    line-height: 120%;
  }
  .ds_contacs_content_wrapper .container .contacts_text p span {
    font-size: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form {
    padding: 30px 30px 30px 30px;
  }
  .ds_contacs_content_wrapper .container .ds_form::before {
    display: none;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left {
    max-width: 100%;
    width: 100%;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info h3 {
    font-size: 26px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .ds_form_left_info p {
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_left .form_socials {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right {
    max-width: 100%;
    width: 100%;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials {
    flex-direction: column;
    margin-bottom: 16px;
    gap: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field-initials input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field {
    gap: 16px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group:last-of-type input {
    height: 110px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .ds_form_container_inner .form-field .form-group input {
    height: 40px;
    font-size: 14px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_submit_wrapper .btn_outline {
    font-size: 0.9em;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    cursor: pointer;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark {
    width: 20px;
    height: 16px;
    background: transparent;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox .checkmark:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    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);
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox input:checked ~ .checkmark:after {
    opacity: 1;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.15;
  }
  .ds_contacs_content_wrapper .container .ds_form .w_form .ds_form_right .ds_form_container .gdpr_box .ds_checkbox p a {
    color: #DEBD6E;
  }
}
.error-404 {
  padding-top: 200px;
  padding-bottom: 150px;
}
.error-404 .page-header h1 {
  margin-bottom: 30px;
}

.entry-header {
  text-align: center;
}
.entry-header h2 a {
  text-decoration: none;
  color: #DEBD6E;
  margin: 0 auto;
  font-weight: 700;
  font-size: 48px;
}

.ds {
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px;
}
.ds h2.wp-block-heading {
  color: #DEBD6E;
  font-weight: 700;
}

@media only screen and (max-width: 1439px) {
  .ds {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .entry-header {
    text-align: center;
  }
  .entry-header h2 a {
    text-decoration: none;
    color: #DEBD6E;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
  }
  .ds h2.wp-block-heading {
    font-size: 22px;
  }
}
.ds_blog_header {
  padding-top: 200px;
}
.ds_blog_filters {
  padding-top: 90px;
  padding-bottom: 110px;
}
.ds_blog_filters .container .ds_filters_wrapp {
  display: flex;
  flex-direction: row;
  gap: 77px;
}
.ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.ds_blog_filters .container .ds_filters_wrapp .ds_filters_item.active {
  color: #DEBD6E;
}
.ds_blog_filters .container .ds_filters_wrapp .ds_filters_item:hover {
  color: #C29F4B;
}

.ds_contacs_content_wrapper .container .ds_blog_wrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  padding: 80px 178px 80px 180px;
  -moz-column-gap: 250px;
       column-gap: 250px;
  row-gap: 90px;
}
.ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_img a figure img {
  width: 100%;
  border-radius: 7px;
}
.ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 31px;
  color: #4A4A4A;
}
.ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
  text-decoration: none;
}
.ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
  margin-top: 17px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #DEBD6E;
  margin-bottom: 0;
}

article {
  background-color: white;
  padding: 57px 114px 0px 114px;
  margin-top: 87px;
}
article .ds_post_header .ds_card_date {
  font-size: 16px;
  line-height: 1.5em;
  color: #888888;
  margin-bottom: 58px;
}
article .ds_post_header .ds_post_image img {
  max-width: 1121px;
  height: auto;
  border-radius: 7px;
}
article .ds_post_content {
  padding-bottom: 80px;
  border-bottom: 3px solid #DEBD6E;
}
article .ds_post_content p {
  color: #333333;
  font-size: 20px;
  line-height: 1.6em;
  max-width: 1122px;
  margin-top: 53px;
}

.ds_post_author {
  background-color: white;
  padding: 67px 0 126px 114px;
}
.ds_post_author .ds_post_author_wrap .ds_post_author_left img {
  width: 164px;
  height: auto;
  margin-right: 35.4px;
}
.ds_post_author .ds_post_author_wrap .ds_post_author_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_author {
  font-size: 16px;
  line-height: 1.5em;
  color: #999999;
}
.ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  color: #DEBD6E;
}
.ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_text {
  font-size: 16px;
  line-height: 1.5em;
  color: #999999;
  max-width: 461px;
}

@media only screen and (max-width: 1599px) {
  .ds_blog_header {
    padding-top: 190px;
  }
  .ds_blog_header .container h1 {
    font-size: 45px;
  }
  .ds_blog_filters {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
    font-size: 25px;
    text-underline-offset: 6px;
  }
  article {
    background-color: white;
    padding: 57px 334px 57px 334px;
    margin-top: 87px;
  }
  article .ds_post_header .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    color: #888888;
    margin-bottom: 58px;
  }
  article .ds_post_header .ds_post_image img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
  }
  article .ds_post_content {
    padding-bottom: 60px;
    border-bottom: 3px solid #DEBD6E;
  }
  article .ds_post_content p {
    color: #333333;
    font-size: 18px;
    line-height: 1.6em;
    max-width: 1122px;
    margin-top: 53px;
  }
  .ds_post_author {
    background-color: white;
    padding: 20px 0 126px 334px;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_contacs_content_wrapper .container .ds_blog_wrapp {
    padding: 80px 100px 80px 100px;
    -moz-column-gap: 110px;
         column-gap: 110px;
    row-gap: 90px;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 31px;
    color: #4A4A4A;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
    text-decoration: none;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
    margin-top: 17px;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
    color: #DEBD6E;
    margin-bottom: 0;
  }
}
article {
  background-color: white;
  padding: 57px 180px 57px 180px;
  margin-top: 87px;
}
article .ds_post_header .ds_card_date {
  font-size: 16px;
  line-height: 1.5em;
  color: #888888;
  margin-bottom: 58px;
}
article .ds_post_header .ds_post_image img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}
article .ds_post_content {
  padding-bottom: 55px;
  border-bottom: 3px solid #DEBD6E;
}
article .ds_post_content p {
  color: #333333;
  font-size: 17px;
  line-height: 1.6em;
  max-width: 1122px;
  margin-top: 53px;
}

.ds_post_author {
  background-color: white;
  padding: 20px 0 126px 180px;
}

@media only screen and (max-width: 1199px) {
  .ds_blog_header {
    padding-top: 190px;
  }
  .ds_blog_header .container h1 {
    font-size: 38px;
  }
  .ds_blog_filters {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
    cursor: pointer;
    font-size: 22px;
    text-underline-offset: 5px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item.active {
    color: #DEBD6E;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item:hover {
    color: #C29F4B;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp {
    padding: 80px 60px 80px 60px;
    -moz-column-gap: 110px;
         column-gap: 110px;
    row-gap: 90px;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 31px;
    color: #4A4A4A;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
    text-decoration: none;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
    margin-top: 17px;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 700;
    color: #DEBD6E;
    margin-bottom: 0;
  }
  article {
    margin-top: 77px;
  }
  .ds_post_author {
    background-color: white;
    padding: 10px 0 126px 180px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_left img {
    width: 120px;
    height: auto;
    margin-right: 35.4px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_author {
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: #DEBD6E;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_text {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    max-width: 461px;
  }
}
@media only screen and (max-width: 991px) {
  .ds_blog_header {
    padding-top: 190px;
  }
  .ds_blog_header .container h1 {
    font-size: 38px;
  }
  .ds_blog_filters {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
    cursor: pointer;
    font-size: 22px;
    text-underline-offset: 5px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item.active {
    color: #DEBD6E;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item:hover {
    color: #C29F4B;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp {
    padding: 80px 60px 80px 60px;
    -moz-column-gap: 110px;
         column-gap: 110px;
    row-gap: 90px;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 31px;
    color: #4A4A4A;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
    text-decoration: none;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
    margin-top: 17px;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 700;
    color: #DEBD6E;
    margin-bottom: 0;
  }
  article {
    background-color: white;
    padding: 48px 100px 48px 100px;
    margin-top: 57px;
  }
  article .ds_post_header .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    color: #888888;
    margin-bottom: 48px;
  }
  article .ds_post_header .ds_post_image img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
  }
  article .ds_post_content {
    padding-bottom: 55px;
    border-bottom: 3px solid #DEBD6E;
  }
  article .ds_post_content p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6em;
    max-width: 1122px;
    margin-top: 53px;
  }
  .ds_post_author {
    background-color: white;
    padding: 10px 100px 126px 100px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_left img {
    width: 140px;
    height: auto;
    margin-right: 35.4px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_author {
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: #DEBD6E;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_text {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    max-width: 461px;
  }
}
@media only screen and (max-width: 767px) {
  .ds_blog_header {
    padding-top: 140px;
  }
  .ds_blog_header .container h1 {
    font-size: 32px;
  }
  .ds_blog_filters {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .ds_blog_filters .container .ds_filters_wrapp {
    gap: 50px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
    cursor: pointer;
    font-size: 18px;
    text-underline-offset: 5px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item.active {
    color: #DEBD6E;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item:hover {
    color: #C29F4B;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp {
    padding: 30px 30px 30px 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 50px;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 31px;
    color: #4A4A4A;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
    text-decoration: none;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
    color: #DEBD6E;
    margin-bottom: 0;
  }
  article {
    background-color: white;
    padding: 40px 40px 20px 40px;
    margin-top: 67px;
  }
  article .ds_post_header .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    color: #888888;
    margin-bottom: 35px;
  }
  article .ds_post_header .ds_post_image img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
  }
  article .ds_post_content {
    padding-bottom: 55px;
    border-bottom: 3px solid #DEBD6E;
  }
  article .ds_post_content p {
    color: #333333;
    font-size: 15px;
    line-height: 1.6em;
    max-width: 1122px;
    margin-top: 53px;
  }
  .ds_post_author {
    background-color: white;
    padding: 10px 40px 90px 40px;
  }
  .ds_post_author .ds_post_author_wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_left img {
    width: 100px;
    height: auto;
    margin-right: 35.4px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_author {
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: #DEBD6E;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_text {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
    max-width: 461px;
  }
}
@media only screen and (max-width: 575px) {
  .ds_blog_header {
    padding-top: 120px;
  }
  .ds_blog_header .container h1 {
    font-size: 32px;
  }
  .ds_blog_filters {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .ds_blog_filters .container .ds_filters_wrapp {
    gap: 15px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item {
    cursor: pointer;
    font-size: 14px;
    text-underline-offset: 5px;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item.active {
    color: #DEBD6E;
  }
  .ds_blog_filters .container .ds_filters_wrapp .ds_filters_item:hover {
    color: #C29F4B;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp {
    grid-template-columns: 1fr;
    padding: 30px 30px 30px 30px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 50px;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con .ds_card_date {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 31px;
    color: #4A4A4A;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a {
    text-decoration: none;
  }
  .ds_contacs_content_wrapper .container .ds_blog_wrapp .ds_blog_card .ds_blog_card_wrapp .ds_blog_card_con a h3 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700;
    color: #DEBD6E;
    margin-bottom: 0;
  }
  article {
    background-color: white;
    padding: 24px 25px 20px 25px;
    margin-top: 47px;
  }
  article .ds_post_header .ds_card_date {
    font-size: 14px;
    line-height: 1.5em;
    color: #888888;
    margin-bottom: 24px;
  }
  article .ds_post_header .ds_post_image img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
  }
  article .ds_post_content {
    padding-bottom: 35px;
    border-bottom: 3px solid #DEBD6E;
  }
  article .ds_post_content p {
    color: #333333;
    font-size: 15px;
    line-height: 1.6em;
    max-width: 1122px;
    margin-top: 53px;
  }
  .ds_post_author {
    background-color: white;
    padding: 10px 25px 70px 25px;
  }
  .ds_post_author .ds_post_author_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_left img {
    width: 100px;
    height: auto;
    margin-right: 35.4px;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_author {
    font-size: 15px;
    line-height: 1.5em;
    color: #999999;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    color: #DEBD6E;
  }
  .ds_post_author .ds_post_author_wrap .ds_post_author_right .ds_post_author_row_text {
    font-size: 14px;
    line-height: 1.5em;
    color: #999999;
    max-width: 461px;
  }
}/*# sourceMappingURL=ds_front.css.map */