/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

/*fonts*/
@font-face {
  font-family: "Opensans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

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

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

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

main {
  width: 100%;
}

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

h1 {
  font-size: 3.125em;
  margin-bottom: 0.7em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

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

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

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

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

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

.line_tit {
  font-size: 1.125em;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 57px;
  color: #dba000;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

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

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

button {
  padding: 15px 40px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in-out;
}

button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}


.btn,
.btn_outline,
#cookie-notice #cn-notice-buttons a {
  padding: 15px 40px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 1em;
}

.btn:hover, .btn_outline:hover, #cookie-notice #cn-notice-buttons a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}

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

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

.btn_big, .btn_big_outline {
  padding: 15px 40px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 1.125em;
  padding: 1em 2.5em;
}

.btn_big:hover, .btn_big_outline:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}

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

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

.btn_small, .btn_small_outline {
  padding: 15px 40px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 0.938em;
  padding: 0.7em 1em;
}

.btn_small:hover, .btn_small_outline:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}

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

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

.btn_round {
  line-height: -1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 1.125em;
  color: white;
  padding: 18px 40px;
  font-family: "Montserrat";
  font-weight: 800;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_round:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}

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

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

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

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

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

.btn_cancel:hover, .btn_x_close:hover {
  background-color: #c3c9d4;
  background-image: url("../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(../img/close.svg);
  background-size: 1.8em;
}

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

/*forms*/
label {
  font-family: "Opensans";
  font-weight: 400;
  font-size: 1em;
}

label span {
  color: #DA2D39;
}

label input {
  margin-top: 8px;
}

input, select, textarea, button {
  font-family: "Opensans";
  font-weight: 400;
}

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

input[type="text"], input[type="email"], input[type="tel"], input[type="text"], input[type="number"], input[type="password"], input[type="search"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="datetime-local"], input[type="file"], select {
  padding: 0.7em 1em;
  font-size: 1em;
  line-height: 1;
  color: #737373;
  background: #F0F0F0;
  border: 0;
  border-radius: 2px;
  height: 42px;
  cursor: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}

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

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

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

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

input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="file"]:hover, input[type="file"]:focus, input[type="file"]:active, select:hover, select:focus, select:active {
  border: 1px solid #B9B9B9;
}

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

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

input[type="submit"], input[type="reset"] {
  padding: 19px 32px;
  font-family: "Montserrat";
  font-size: 1em;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  color: white;
  border: 1px solid transparent;
}

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

textarea {
  padding: 0.7em 1em;
  font-size: 1em;
  margin-top: 8px;
  line-height: 1;
  color: #737373;
  border: 0;
  background: #F0F0F0;
  border-radius: 2px;
  height: 108px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

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

textarea::placeholder {
  color: #737373;
}

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

textarea:hover, textarea:focus, textarea:active {
  border: 1px solid #B9B9B9 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

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

select option:hover {
  background: #c3c9d4;
}

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

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

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

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

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

input[type="file"]::file-selector-button {
  padding: 15px 40px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 0.7em 1.5em;
  height: 100%;
}

input[type="file"]::file-selector-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C28E00), to(#C28E00));
  background: linear-gradient(#C28E00, #C28E00);
  text-decoration: none;
  color: white;
}

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

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

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

.responsive_table {
  overflow-x: auto;
}

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

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

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

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

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

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

input[type=checkbox] {
  background: #F0F0F0;
  border-radius: 2px;
  width: 33px !important;
  height: 33px;
  color: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
}

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .container,
  .woocommerce-account.logged-in .page {
    max-width: 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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi {
  fill: currentColor;
}

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

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

dt {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

output {
  display: inline-block;
}

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

/*header - page top margin fix*/
main {
  padding-top: 90px;
}

#masthead {
  position: fixed;
  z-index: 999;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  border: 1px solid #E7E7E7;
}

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

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

#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 107px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin: 0 45px;
}

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

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#DBA000), to(#CDB900));
  background: linear-gradient(90deg, #DBA000 0%, #CDB900 100%);
  width: 100%;
  height: 5px;
  bottom: -1px;
}

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

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

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

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

#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: #c28e00;
  border-radius: 50%;
  font-size: 0.75em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

#masthead .ds_wrapper_menu_main .ds_tel_header {
  height: 30px;
  padding-top: 33px;
}

#masthead .ds_wrapper_menu_main .ds_tel_header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  text-decoration: none;
  color: #383a3e;
}

#masthead .ds_wrapper_menu_main .ds_tel_header a strong {
  font-weight: 700;
}

#masthead .ds_wrapper_menu_main .ds_tel_header a img {
  margin-right: 14px;
}

#masthead .ds_wrapper_menu_main .ds_tel_header a:hover {
  text-decoration: underline;
}

/*white text*/
.home,
.error404 {
  /*
    #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) {
        .ds_wrapper_menu_main {
            border-color: transparent;

            .navbar-brand a svg path {
                fill: white;
            }

            #main-nav ul li a {
                color: white;

                &:hover {
                    color: white;
                    border-top: 3px solid white;
                }
            }

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

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

#masthead.smallHeader {
  background: white;
  /*
    .ds_wrapper_menu_main {    
        height: $headerHeightShrink;    
        .navbar-brand a {
            max-width: 90px;
        }
    }
    */
}

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

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1200px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
    margin: 0 37px;
  }
}

@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    z-index: 500;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
}

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

footer {
  background: #20232c;
  padding-top: 146px;
  padding-bottom: 211px;
  color: #79797a;
  position: relative;
}

footer::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#2a2c35), color-stop(98.19%, #20232c));
  background: linear-gradient(270deg, #2a2c35 0%, #20232c 98.19%);
  top: 0;
  left: 0;
  height: 100%;
  width: 44vw;
  position: absolute;
}

footer .ds_footer_wrapper .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
  font-family: "Montserrat";
  font-size: 1.5em;
  margin-bottom: 50px;
  font-weight: 800;
  color: white;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_content p {
  color: #c3c9d4;
  margin-bottom: 137px;
  max-width: 335px;
  font-size: 1.0625em;
}

footer .ds_footer_wrapper .ds_footer_col .footer_logo {
  margin-bottom: 27px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_adress_condition_pack .ds_title {
  margin-bottom: 30px;
  line-height: 1.6;
}

footer .ds_footer_wrapper .ds_footer_col .ds_adress_condition_pack .ds_title .line_tit {
  letter-spacing: -0.04em;
  color: #c3c9d4;
  font-size: 1.0625em;
  margin-bottom: 1px;
  font-weight: 700;
  font-family: "Opensans";
}

footer .ds_footer_wrapper .ds_footer_col .ds_adress_condition_pack .ds_title .address-row {
  font-size: 1.0625em;
  color: #c3c9d4;
  letter-spacing: -0.04em;
  font-family: "Opensans";
}

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

footer .ds_footer_wrapper .ds_footer_col .ds_adress_condition_pack .ds_index .address-row {
  font-size: 0.6875em;
  color: #c3c9d4;
  letter-spacing: -0.04em;
  font-family: "Opensans";
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_copyright p {
  color: #c3c9d4;
  letter-spacing: -0.04em;
  font-size: 1em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_copyright p strong {
  color: white;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_copyright p strong a {
  text-decoration: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_copyright p strong a:hover {
  color: #dba000;
}

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

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

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
  text-decoration: none;
  font-size: 1.125em;
  color: #c3c9d4;
  letter-spacing: -0.04em;
  font-size: 1.0625em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
  color: #dba000;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .ds_last_pack:hover {
  color: #c3c9d4 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: unset !important;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack a {
  text-decoration: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack a span {
  font-weight: 400;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack a:hover {
  color: unset;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625em;
  font-family: "Opensans";
  letter-spacing: -0.04em;
  color: #c3c9d4;
  margin-bottom: 34px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row:first-child a .hover_icon {
  top: 4px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row .ds_normal_icon {
  margin-right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row .ds_ic_icon {
  margin-right: 16px;
  margin-bottom: 19px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row .hover_icon {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row:hover {
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row:hover .hover_icon {
  opacity: 1;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .address-row:hover .ds_normal_icon {
  opacity: 0;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link {
  margin-right: 25px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link img:first-of-type {
  opacity: 1;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link img:last-of-type {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link:hover img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link:hover img:first-of-type {
  opacity: 0;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contact_pack .contant-social-block .social-media-link:hover img:last-of-type {
  opacity: 1;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts a:hover {
  text-decoration: underline;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials {
  margin-top: auto;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
  width: 2em;
  text-decoration: none;
  background: transparent;
  border-radius: 10px;
  margin-right: 0.5em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a img {
  width: 1.25em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a:hover {
  background: #c3c9d4;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #79797a;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

footer .ds_footer_bottom_line {
  font-size: 1.125em;
  margin-top: 4em;
}

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

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

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

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

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

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1200px) {
  footer {
    padding-bottom: 60px;
  }
  footer::before {
    display: none;
  }
  footer .ds_footer_bottom_line {
    padding-top: calc(60px - 1em) !important;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_content p {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 50px;
  }
  footer {
    padding-top: 60px !important;
  }
}

@media (max-width: 576px) {
  footer {
    padding-top: 60px !important;
    padding-bottom: 3em;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 2em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
    margin-bottom: 1em;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
    margin-bottom: 0;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
    font-size: 1em;
  }
  footer .ds_footer_bottom_line {
    font-size: 1.125em;
    margin-top: 2em;
    border-top: 1px solid #323232;
    padding-top: 2em;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev, .swiper-container .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev, .service-template-default .ds_detail_sluzby_slider .container .swiper-container .swiper-button-prev {
  background: transparent;
  color: #dba000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 3px solid #dba000;
}

.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after, .swiper-container .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev::after, .service-template-default .ds_detail_sluzby_slider .container .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 1.75em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover, .swiper-container .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev:hover, .service-template-default .ds_detail_sluzby_slider .container .swiper-container .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.newsletter {
  color: white;
  margin-top: 0;
  position: unset !important;
}

.newsletter .newsletter_card {
  background: -webkit-gradient(linear, left top, right top, color-stop(43.62%, #161e3d), color-stop(-127.52%, #1c2750));
  background: linear-gradient(90deg, #161e3d 43.62%, #1c2750 -127.52%);
  border-radius: 2px;
  padding: 85px 54px 96px 77px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter .newsletter_card .ds_bracket1 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.newsletter .newsletter_card .ds_bracket2 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.newsletter .newsletter_card .ds_bracket3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.newsletter .newsletter_card .ds_bracket4 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.newsletter .newsletter_card .line_tit {
  margin-top: 0.2em;
  margin-bottom: 21px;
  font-weight: 800;
  font-size: 2.25em;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.newsletter .newsletter_card .ds_left_wrapper {
  padding-right: 45px;
}

.newsletter .newsletter_card .ds_left_wrapper .p_mid {
  margin-bottom: 0px;
}

.newsletter .newsletter_card .ds_right_wrapper {
  padding-left: 58px;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper::before {
  display: none;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_content {
  position: relative;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_content::before {
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.2;
  height: 100%;
  width: 1px;
  top: 0px;
  right: 15px;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone {
  margin-bottom: 23px;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone a {
  text-decoration: none;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_icon {
  margin-right: 13px;
  width: 28px;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1.375em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content:hover {
  color: #c28e00;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email .contact_icon {
  margin-right: 13px;
  width: 28px;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email a {
  text-decoration: none;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1.375em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content:hover {
  color: #c28e00;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper {
  position: relative;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper::before {
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.2;
  height: 63px;
  width: 1px;
  top: 2px;
  right: 15px;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_phone {
  margin-bottom: 16px;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_icon {
  margin-right: 13px;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content a {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content a:hover {
  color: #c28e00;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_email .contact_icon {
  margin-right: 13px;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content a {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.newsletter .newsletter_card .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content a:hover {
  color: #c28e00;
}

.newsletter .newsletter_card .newsletter_card_right_btn .btn_round {
  font-size: 1.125em;
  padding: 27px 70px;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1200px) {
  .newsletter .newsletter_card {
    padding: 65px 25px;
  }
  .newsletter .newsletter_card .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_phone .contact_content {
    font-size: 1.1em !important;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_email .contact_content {
    font-size: 1.1em !important;
  }
  .newsletter .newsletter_card .newsletter_card_right_btn .btn_round {
    padding: 17px 40px;
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .newsletter .newsletter_card {
    background: #161e3d;
    padding: 50px;
  }
  .newsletter .newsletter_card .row .ds_bracket1 {
    display: none;
  }
  .newsletter .newsletter_card .row .ds_bracket2 {
    display: none;
  }
  .newsletter .newsletter_card .row .ds_bracket3 {
    display: none;
  }
  .newsletter .newsletter_card .row .ds_bracket4 {
    display: none;
  }
  .newsletter .newsletter_card .ds_left_wrapper {
    padding-right: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .newsletter .newsletter_card .ds_right_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_content::before {
    display: none;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone {
    margin-bottom: 20px;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content {
    font-size: 1.125em;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email {
    margin-bottom: 20px;
  }
  .newsletter .newsletter_card .ds_right_wrapper .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content {
    font-size: 1.125em;
  }
  .newsletter .newsletter_card .newsletter_card_right_btn .btn_round {
    padding: 15px 20px;
    width: 100%;
  }
}

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.star_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.star_rating .star.outline {
  background-image: url("../img/star-outline.svg");
}

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

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.tabs_header {
  border-bottom: 1px solid #cfcfcf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.noUi-target {
  background: #dedede;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
  margin: 1.8em 0.9em 1.3em;
}

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

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

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

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

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

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

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

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

input[type=checkbox] {
  /*
    position: relative;
    max-width: 2em;
    height: 0;
    top: 8px;
    margin-right: 0;
    margin-top: 0em;
*/
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  background: #f0f0f0;
  border-radius: 2px;
}

input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 19px;
  height: 19px;
  background-image: url("../../../../uploads/2022/01/check-1-1.svg");
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media only screen and (min-width: 1400px) {
  .d-xl-block {
    display: block !important;
  }
}

.page-template-rn_frontpage main {
  padding-top: 0;
}

.main_slider {
  padding-top: 327px;
  padding-bottom: 227px;
  color: white;
  position: relative;
  z-index: 2;
}

.main_slider .swiper-button-next, .main_slider .swiper-container .swiper-button-prev, .swiper-container .main_slider .swiper-button-prev, .main_slider .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev, .service-template-default .ds_detail_sluzby_slider .container .main_slider .swiper-button-prev {
  right: 70px;
  background: transparent;
  color: #dba000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 3px solid #dba000;
}

.main_slider .swiper-button-next::after, .main_slider .swiper-container .swiper-button-prev::after, .swiper-container .main_slider .swiper-button-prev::after, .main_slider .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev::after, .service-template-default .ds_detail_sluzby_slider .container .main_slider .swiper-button-prev::after {
  font-weight: 800;
  font-size: 1.75em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
}

.main_slider .swiper-button-next:hover, .main_slider .swiper-container .swiper-button-prev:hover, .swiper-container .main_slider .swiper-button-prev:hover, .main_slider .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev:hover, .service-template-default .ds_detail_sluzby_slider .container .main_slider .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main_slider .slider_content h1 {
  margin-bottom: 48px;
  color: white;
  max-width: 824px;
}

.main_slider .slider_content h1 strong {
  font-weight: 800;
}

.main_slider .slider_content p {
  color: #b6c0d1;
  font-size: 1.375em;
  margin-bottom: 59px;
  max-width: 607px;
  font-weight: 400;
}

.main_slider .slider_content .btn_round {
  padding: 15px 41px;
}

.main_slider .swiper-nav-fix {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: unset;
  margin: 0px;
}

.main_slider .swiper-nav-fix .swiper-container {
  overflow: unset;
  padding: 0;
}

.main_slider .swiper-nav-fix .hp_main_slider .swiper-button-prev {
  display: none;
}

.main_slider .swiper-nav-fix .hp_main_slider .swiper-pagination {
  display: none;
}

.main_slider .swiper-nav-fix .hp_main_slider .swiper-wrapper .swiper-slide figure {
  position: relative;
  height: 100%;
}

.main_slider .swiper-nav-fix .hp_main_slider .swiper-wrapper .swiper-slide figure::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(34, 54, 125, 0.4);
  top: 0px;
  left: 0;
}

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

.ds_sluzby {
  padding-top: 150px;
}

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

.ds_sluzby .swiper-slide {
  height: unset;
}

.ds_sluzby .swiper-nav-fix {
  margin: 0 -15px;
}

.ds_sluzby .ds_title {
  margin-bottom: 64px;
}

.ds_sluzby .ds_title h2 strong {
  font-weight: 800;
}

.ds_sluzby .ds_title .line_tit {
  margin-bottom: 0px;
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ds_sluzby .ds_sluzby_box {
  height: 100%;
}

.ds_sluzby .ds_sluzby_box a {
  text-decoration: none;
}

.ds_sluzby .ds_sluzby_box a:hover .ds_content::before {
  bottom: -100%;
}

.ds_sluzby .ds_sluzby_box a:hover .ds_content .ds_button_sluzby {
  opacity: 1;
}

.ds_sluzby .ds_sluzby_box .ds_content {
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 38px;
  padding-right: 32px;
  padding-left: 32px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.ds_sluzby .ds_sluzby_box .ds_content::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#001437), color-stop(32.81%, rgba(17, 28, 47, 0.78)), color-stop(50%, rgba(17, 28, 47, 0.8)), color-stop(82.81%, rgba(17, 28, 47, 0.702)), to(rgba(17, 28, 47, 0)));
  background: linear-gradient(180deg, #001437 0%, rgba(17, 28, 47, 0.78) 32.81%, rgba(17, 28, 47, 0.8) 50% rgba(0, 20, 55, 0.9) 50%, rgba(17, 28, 47, 0.702) 82.81%, rgba(17, 28, 47, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack {
  z-index: 1;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_icon {
  margin-bottom: 24px;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_icon img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_title {
  margin-bottom: 14px;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_title h3 {
  font-size: 1.25em;
  margin-bottom: 0px;
  text-align: center;
  color: #dba000;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_text {
  margin-bottom: 33px;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_text p {
  font-size: 0.9375em;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  max-width: 234px;
  margin: 0 auto;
}

.ds_sluzby .ds_sluzby_box .ds_content .ds_pack .ds_button_sluzby {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.ds_sluzby .ds_sluzby_btn_wrapper {
  text-align: center;
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ds_sluzby .ds_sluzby_btn_wrapper .ds_sluzby_btn {
  font-weight: 800;
  font-size: 1.125em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_sluzby .ds_sluzby_btn_wrapper .ds_sluzby_btn img {
  margin-right: 10px;
}

.ds_about {
  padding-top: 221px;
  position: relative;
}

.ds_about .ds_vector_about {
  position: absolute;
  right: 0;
  top: -80px;
}

.ds_about .ds_vector_about img {
  width: 405;
  height: 833px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_about .ds_about_wrapper {
  position: relative;
}

.ds_about .ds_about_wrapper figure {
  position: absolute;
  left: -15px;
  width: 48%;
  height: 100%;
  top: 0px;
}

.ds_about .ds_about_wrapper figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.ds_about .ds_about_wrapper .ds_pack_about {
  padding-top: 74px;
  padding-bottom: 34px;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col {
  position: relative;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col h2 {
  margin-bottom: 16px;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col h2 strong {
  font-weight: 800;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .line_tit {
  margin-bottom: 35px;
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .ds_about_text p {
  margin-bottom: 35px;
  color: #757575;
  max-width: 530px;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .ds_about_text p p {
  margin-bottom: 35px;
  color: #757575;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .btn_round {
  padding: 15px 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 238px;
}

.ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .btn_round img {
  margin-right: 10px;
}

.ds_gallery {
  padding-top: 162px;
  padding-bottom: 177px;
}

.ds_gallery .swiper-container {
  padding-top: 0px;
}

.ds_gallery .swiper-button-next, .ds_gallery .swiper-container .swiper-button-prev, .swiper-container .ds_gallery .swiper-button-prev, .ds_gallery .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev, .service-template-default .ds_detail_sluzby_slider .container .ds_gallery .swiper-button-prev {
  color: white;
  border-color: white;
}

.ds_gallery .ds_title {
  margin-bottom: 60px;
}

.ds_gallery .ds_title h2 strong {
  font-weight: 800;
}

.ds_gallery .ds_title .line_tit {
  margin-bottom: 0px;
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ds_gallery .ds_pack .reference_slider .swiper-wrapper .swiper-slide .ds_reference_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
}

.ds_contact_fron {
  padding-top: 177px;
  padding-bottom: 177px;
  background: #f4f4f4;
}

.ds_contact_fron .container .ds_right_wrapper {
  margin-top: 30px;
}

.ds_contact_fron .container .ds_right_wrapper h2 {
  max-width: 480px;
  margin-bottom: 19px;
  line-height: 1.3;
}

.ds_contact_fron .container .ds_right_wrapper h2 strong {
  font-weight: 800;
}

.ds_contact_fron .container .ds_right_wrapper .line_tit {
  font-size: 1.0625em;
  margin-bottom: 35px;
  color: #818181;
  font-weight: 400;
  max-width: 414px;
  font-family: "Opensans";
  line-height: 1.6;
}

.ds_contact_fron .container .ds_right_wrapper .hp_contact_phone_btn {
  padding: 20px 49px;
  font-weight: 800;
}

.ds_contact_fron .container .ds_right_wrapper h5 {
  letter-spacing: -0.01em;
  color: #252525;
  font-family: "Montserrat";
  font-size: 1.5625em;
  margin-top: 46px;
  margin-bottom: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.ds_contact_fron .container .ds_right_wrapper .address-row {
  margin-bottom: 10px;
}

.ds_contact_fron .container .ds_right_wrapper .address-row a {
  font-size: 1.0625em;
  letter-spacing: -0.04em;
  color: #252525;
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_fron .container .ds_right_wrapper .address-row a img {
  background: -webkit-gradient(linear, left top, right top, from(#dba000), to(#cdb900));
  background: linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  border-radius: 2px;
  padding: 16px;
  height: 50px;
  width: 50px;
  margin-right: 19px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_fron .container .ds_right_wrapper .address-row a:hover {
  color: #c28e00;
}

.ds_contact_fron .container .ds_right_wrapper .address-row a:hover img {
  background: -webkit-gradient(linear, left top, left bottom, from(#c28e00), to(#c28e00));
  background: linear-gradient(#c28e00, #c28e00);
}

.ds_contact_fron .container .ds_form_wrapper .ds_content {
  padding: 78px 95px 91px 84px;
  background: #e6e6e6;
  border-radius: 2px;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content p {
  margin-bottom: 23px;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance .wpcf7-spinner {
  display: none;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span {
  display: block;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span .wpcf7-list-item {
  margin-left: 0px;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span .wpcf7-list-item label input {
  position: relative;
  max-width: 2em !important;
  height: 0;
  top: 8px !important;
  margin-right: 0;
  margin-top: 0em;
  width: 100%;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span .wpcf7-list-item label span {
  font-size: 0.9375em;
  letter-spacing: 0.3px;
  color: #252525;
  font-family: "Opensans";
  margin-left: 18px;
  max-width: 300px;
}

.ds_contact_fron .container .ds_form_wrapper .ds_content .ds_acceptance span .wpcf7-list-item label span a {
  font-weight: bold;
}

@media (max-width: 1199px) {
  .main_slider {
    padding-top: 227px;
    padding-bottom: 167px;
  }
  .main_slider .slider_content h1 {
    font-size: 2.75em;
  }
  .swiper-slide {
    height: auto;
  }
  .ds_about .ds_vector_about {
    top: -24px;
  }
  .ds_about .ds_vector_about img {
    width: 225px;
    height: 513px;
  }
}

@media (max-width: 991px) {
  .main_slider {
    padding-top: 197px;
    padding-bottom: 107px;
  }
  .main_slider .swiper-button-next, .main_slider .swiper-container .swiper-button-prev, .swiper-container .main_slider .swiper-button-prev, .main_slider .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev, .service-template-default .ds_detail_sluzby_slider .container .main_slider .swiper-button-prev {
    top: 79%;
    right: 49px;
  }
  .main_slider .slider_content h1 {
    margin-bottom: 18px;
    max-width: unset;
  }
  .main_slider .slider_content p {
    margin-bottom: 30px;
  }
  .ds_sluzby {
    padding-top: 80px;
  }
  .ds_sluzby .ds_title {
    margin-bottom: 40px;
  }
  .ds_sluzby .ds_title h2 {
    font-size: 2.5em;
  }
  .ds_about {
    padding-top: 90px;
  }
  .ds_about .ds_vector_about {
    display: none;
  }
  .ds_about .ds_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ds_about .ds_about_wrapper figure {
    position: unset;
    width: 100%;
    padding: 0px 15px;
  }
  .ds_about .ds_about_wrapper .ds_pack_about {
    padding-top: 0px;
  }
  .ds_about .ds_about_wrapper .ds_pack_about .ds_about_col h2 {
    font-size: 2.5em;
  }
  .ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .line_tit {
    margin-bottom: 25px;
  }
  .ds_about .ds_about_wrapper .ds_pack_about .ds_about_col .ds_about_text p {
    margin-bottom: 20px;
    max-width: unset;
  }
  .ds_gallery {
    padding-top: 93px;
    padding-bottom: 127px;
  }
  .ds_gallery .ds_title {
    margin-bottom: 40px;
  }
  .ds_gallery .ds_title h2 {
    font-size: 2.5em;
  }
  .ds_contact_fron {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .ds_contact_fron .container .ds_right_wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .ds_contact_fron .container .ds_right_wrapper h2 {
    font-size: 2.5em;
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .main_slider .slider_content h1 {
    font-size: 2.2em;
  }
  .main_slider .slider_content p {
    font-size: 1em;
    max-width: unset;
  }
  .ds_sluzby .ds_title h2 {
    font-size: 2em;
  }
  .ds_about .ds_about_wrapper .ds_pack_about .ds_about_col h2 {
    font-size: 2em;
    margin-bottom: 6px;
  }
  .ds_about .ds_about_wrapper figure {
    padding: 0px 15px;
  }
  .ds_gallery {
    padding-top: 63px;
    padding-bottom: 75px;
  }
  .ds_gallery .ds_title h2 {
    font-size: 2em;
  }
  .ds_contact_fron .container .ds_right_wrapper h2 {
    font-size: 2em;
  }
  .ds_contact_fron .container .ds_form_wrapper .ds_content {
    padding: 41px 25px;
  }
}

@media (max-width: 576px) {
  .main_slider .swiper-button-next, .main_slider .swiper-container .swiper-button-prev, .swiper-container .main_slider .swiper-button-prev, .main_slider .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev, .service-template-default .ds_detail_sluzby_slider .container .main_slider .swiper-button-prev {
    display: none;
  }
  .main_slider .slider_content h1 {
    font-size: 2em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ip-privacy-policy-sec .custom-ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: block;
  position: absolute;
  left: 0px;
  color: white;
  font-weight: bold;
  background: linear-gradient(234.73deg, #212E5F 0.46%, #192248 95.86%);
  padding: 5px 10px;
  line-height: 1;
  border-radius: 17px;
  top: 4px;
}

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

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

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

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

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

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

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  .side-nav-wrapper .side-nav li a {
    font-size: 1em;
  }
  .ip-privacy-policy-sec h1 {
    font-size: 2em !important;
    margin-bottom: 25px;
  }
}

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

@media (max-width: 575px) {
  .row-side-nav .side-nav-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: calc(100% + 5px);
    width: calc(100% + 5px);
    overflow: auto;
    margin-right: -5px;
  }
  .row-side-nav .side-nav-wrapper::before {
    display: none;
  }
  .row-side-nav .side-nav-wrapper .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 3px solid #c3c9d4;
    width: 810px;
    max-width: unset;
  }
  .row-side-nav .side-nav-wrapper .side-nav li {
    margin-right: 0.5em;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row-side-nav .side-nav-wrapper .side-nav li a {
    font-size: 1em;
    padding: 0.6em 0.8em;
    border-radius: 10px 10px 0 0;
    background-color: #c3c9d4;
  }
  .row-side-nav .side-nav-wrapper .side-nav li a:hover {
    border-right: 0;
  }
  .row-side-nav .side-nav-wrapper .side-nav li.current-menu-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row-side-nav .side-nav-wrapper .side-nav .current-menu-item a {
    background-color: #383a3e;
    color: white;
    border-right: 0;
  }
  .infopage-content-wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .infopage-content-wrapper .infopage-content {
    padding-left: 0;
  }
}

.ds_contact_page {
  position: relative;
  padding-top: 94px;
  padding-bottom: 195px;
}

.ds_contact_page .ds_vector_back {
  position: absolute;
  top: 0px;
  right: -5px;
  height: 100%;
  width: 56%;
}

.ds_contact_page .ds_vector_back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_title_contact {
  margin-bottom: 69px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_title_contact h1 {
  font-family: "Montserrat";
  letter-spacing: -0.01em;
  color: #252525;
  font-weight: 800;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_adress {
  margin-bottom: 30px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_adress .line_tit {
  font-size: 1.0625em;
  font-weight: 700;
  font-family: "Opensans";
  letter-spacing: -0.04em;
  color: #252525;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_adress .address-row {
  letter-spacing: -0.04em;
  font-size: 1.0625em;
  font-weight: 400;
  color: #252525;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info {
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info a:hover {
  color: #C28E00;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info .address-row {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625em;
  font-family: "Opensans";
  letter-spacing: -0.04em;
  color: #252525;
  margin-bottom: 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  cursor: pointer;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info .address-row .ds_normal_icon {
  margin-right: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele {
  margin-bottom: 42px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele .line_tit {
  font-size: 1.0625em;
  font-weight: 700;
  font-family: "Opensans";
  letter-spacing: -0.04em;
  color: #252525;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele .address-row {
  letter-spacing: -0.04em;
  font-size: 1em;
  font-weight: 400;
  color: #252525;
  max-width: 422px;
  text-decoration: none;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele .address-row a {
  text-decoration: none;
  font-weight: bold;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele .address-row:nth-child(3n+1) {
  margin-bottom: 20px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele .address-row span {
  margin: 0 4px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_ic_dic_pack {
  margin-bottom: 88px;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_ic_dic_pack .address-row {
  font-size: 1.0625em;
  font-weight: 400;
  font-family: 400;
  color: #252525;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_ic_dic_pack .address-row span {
  font-weight: 700;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link {
  margin-right: 25px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  transition: 0.3s ease-in-out;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link img:first-of-type {
  opacity: 1;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link img:last-of-type {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link:hover img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link:hover img:first-of-type {
  opacity: 0;
}

.ds_contact_page .ds_contact_pack .ds_left_wrapper .contant-social-block .social-media-link:hover img:last-of-type {
  opacity: 1;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper {
  padding-top: 134px;
  color: white;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .ds_contact_page .ds_contact_pack .ds_form_wrapper .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  background: #2D3A72;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper h3 {
  margin-bottom: 14px;
  font-family: "Montserrat";
  font-weight: 800;
  line-height: 1.5;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="text"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="email"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="tel"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="text"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="number"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="password"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="search"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="date"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="month"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="time"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="week"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="url"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="datetime-local"], .ds_contact_page .ds_contact_pack .ds_form_wrapper input[type="file"], .ds_contact_page .ds_contact_pack .ds_form_wrapper select {
  color: white;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper textarea {
  color: white;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance .wpcf7-spinner {
  display: none;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance input[type="checkbox"]:before {
  background: #2D3A72;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span {
  display: block;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span .wpcf7-list-item {
  margin-left: 0px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span .wpcf7-list-item label input {
  position: relative;
  max-width: 2em !important;
  height: 0;
  top: 8px !important;
  margin-right: 0;
  margin-top: 0em;
  width: 100%;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span .wpcf7-list-item label span {
  font-size: 0.9375em;
  letter-spacing: 0.3px;
  color: white;
  font-family: "Opensans";
  margin-left: 18px;
  max-width: 300px;
}

.ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span .wpcf7-list-item label span a {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .ds_contact_page {
    padding-top: 44px;
    padding-bottom: 145px;
  }
}

@media (max-width: 991px) {
  .ds_contact_page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ds_contact_page .ds_vector_back {
    display: none;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_title_contact {
    margin-bottom: 20px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_title_contact h2 {
    font-size: 2.50em;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_jednatele {
    margin-bottom: 30px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_info_c .ds_contact_info {
    margin-bottom: 8px;
  }
  .ds_contact_page .ds_contact_pack .ds_left_wrapper .ds_ic_dic_pack {
    margin-bottom: 30px;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper {
    padding-top: 50px;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_content {
    background: linear-gradient(234.73deg, #212E5F 0.46%, #192248 95.86%);
    padding: 40px 30px;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance span {
    margin-bottom: 3px;
  }
  .ds_contact_page .ds_contact_pack .ds_form_wrapper .ds_acceptance .wpcf7-submit {
    width: 100%;
  }
}

.ds_reference_page {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 111px;
  padding-bottom: 0px;
}

.ds_reference_page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(258.97deg, rgba(30, 44, 96, 0.71) 3.42%, rgba(28, 41, 86, 0.96) 99.74%);
}

.ds_reference_page .container {
  position: relative;
}

.ds_reference_page .container .reference_header_content {
  position: relative;
}

.ds_reference_page .container .reference_header_content h1 {
  font-weight: 800;
  margin-bottom: 60px;
  color: #ffffff;
  line-height: 1.4;
}

.ds_reference_page .container .reference_header_content::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -17px;
  background: white;
  z-index: 0;
}

.ds_reference_page .container .reference_header_content .reference_header_tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.ds_reference_page .container .reference_header_content .reference_header_tab_nav .tab_nav_item {
  font-family: "Opensans";
  font-weight: 700;
  font-size: 1em;
  padding: 10px 14px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 2px 2px 0px 0px;
  border-bottom: 0;
  margin-right: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.ds_reference_page .container .reference_header_content .reference_header_tab_nav .tab_nav_item:hover {
  background: white;
  color: #252525;
}

.ds_reference_page .container .reference_header_content .reference_header_tab_nav .tab_nav_active {
  background: white;
  color: #252525;
}

.ds_prace {
  padding-top: 66px;
  padding-bottom: 0px;
}

.ds_prace .container .ds_button_aktuality_page {
  padding-top: 5px;
  text-align: center;
}

.ds_prace .container .ds_button_aktuality_page .btn_round {
  background: transparent;
  border: 1px solid #dba000;
  padding: 18px 39px;
  color: #dba000;
  font-family: "Montserrat";
}

.ds_prace .container .ds_button_aktuality_page .btn_round:hover {
  background: #c28e00;
  color: white;
}

.ds_prace .container .reference_content .ds_aktuality_clanek {
  margin-bottom: 42px;
}

.ds_prace .container .reference_content .ds_aktuality_clanek .ds_reference_box {
  cursor: pointer;
}

.ds_prace .container .reference_content .ds_aktuality_clanek .ds_reference_box .ds_reference_box_wrapper .ds_reference_box_image {
  width: 100%;
}

.ds_partneri {
  padding-top: 162px;
  padding-bottom: 162px;
}

.ds_partneri .container .reference_partners_header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 56px;
}

.ds_partneri .container .reference_partners_header h3 {
  font-family: "Montserrat";
  font-size: 2.5em;
  margin-bottom: 33px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #161e3d;
  line-height: 1.3;
}

.ds_partneri .container .reference_partners_header p {
  color: #757575;
  text-align: center;
  font-size: 1.0625em;
  max-width: 910px;
  margin-bottom: 0px;
  font-family: "Opensans";
}

.ds_partneri .container .reference_partners_content .reference_partners_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox-modal_news {
  background: #2A3768;
  border-radius: 2px;
  padding: 59px 64px 85px 70px;
  margin-top: 77px;
}

.lightbox-modal_news h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 1.875em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-weight: 800;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 1.4;
}

.lightbox-modal_news .row {
  position: relative;
}

.lightbox-modal_news .row .ds_bracket1 {
  position: absolute;
  top: -113px;
  left: -47px;
}

.lightbox-modal_news .row .ds_bracket2 {
  position: absolute;
  top: -113px;
  right: -38px;
}

.lightbox-modal_news .row .ds_bracket3 {
  position: absolute;
  bottom: -60px;
  left: -47px;
}

.lightbox-modal_news .row .ds_bracket4 {
  position: absolute;
  bottom: -58px;
  right: -38px;
}

.lightbox-modal_news .newsletter_card_right_wrapper {
  position: relative;
}

.lightbox-modal_news .newsletter_card_right_wrapper::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  opacity: 0.2;
  height: 63px;
  width: 1px;
  top: 2px;
  right: 15px;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_phone {
  margin-bottom: 16px;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_icon {
  margin-right: 13px;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content a {
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_phone .contact_content a:hover {
  color: #C28E00;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_email .contact_icon {
  margin-right: 13px;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content a {
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lightbox-modal_news .newsletter_card_right_wrapper .newsletter_card_right_email .contact_content a:hover {
  color: #C28E00;
}

.lightbox-modal_news .newsletter_card_right_btn .btn_round {
  font-size: 1em;
  padding: 18px 30px;
}

@media (max-width: 991px) {
  .ds_partneri {
    padding-top: 52px;
    padding-bottom: 72px;
  }
  .ds_partneri .container .reference_partners_header {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .ds_partneri h3 {
    font-size: 2em;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .ds_reference_page .container .reference_header_content .reference_header_tab_nav .tab_nav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service-template-default .ds_detail_slider {
  position: relative;
  padding-top: 126px;
  padding-bottom: 199px;
}

.service-template-default .ds_detail_slider::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: linear-gradient(258.97deg, rgba(30, 44, 96, 0.71) 3.42%, rgba(28, 41, 86, 0.96) 99.74%);
  top: 0px;
  left: 0;
  z-index: 1;
}

.service-template-default .ds_detail_slider figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-template-default .ds_detail_slider figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.service-template-default .ds_detail_slider .ds_single_service_content {
  position: relative;
  z-index: 110;
}

.service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_title {
  font-weight: 800;
  font-family: "Montserrat";
  margin-bottom: 51px;
  max-width: 554px;
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes {
  font-size: 1.75em;
  letter-spacing: -0.01em;
  color: white;
  font-family: "Montserrat";
  font-weight: 800;
  margin-bottom: 59px;
  max-width: 595px;
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
}

.service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector1 {
  position: absolute;
  left: 3px;
  top: 4px;
}

.service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector2 {
  position: absolute;
  right: -31px;
  bottom: -10px;
}

.service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_text {
  color: #ffffff;
  font-size: 1.0625em;
  max-width: 581px;
  margin-bottom: 0px;
  padding-left: 50px;
}

.service-template-default .ds_detail_sluzby_slider {
  padding-top: 0px;
  padding-bottom: 176px;
  margin-top: -88px;
}

.service-template-default .ds_detail_sluzby_slider .swiper-container {
  overflow: hidden;
}

.service-template-default .ds_detail_sluzby_slider .ds_reference_box_wrapper .ds_reference_box_image {
  width: 100%;
  height: auto;
}

.service-template-default .ds_detail_sluzby_slider .container {
  position: relative;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
  background: transparent;
  color: #d5d5d5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -70px;
  border: 3px solid #d5d5d5;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-button-next::after, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 1.75em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-button-next:hover, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev:hover {
  background: -webkit-linear-gradient(90deg, #dba000 0%, #cdb900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 3px solid #dba000;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-pagination {
  bottom: -41px;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
  margin: 0 7px;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#dba000), to(#cdb900));
  background: linear-gradient(90deg, #dba000 0%, #cdb900 100%);
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
  left: -70px;
  right: unset;
}

.service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev::after {
  margin-left: -0.1em;
}

.service-template-default .ds_sluzby_related {
  padding-bottom: 155px;
  padding-top: 113px;
}

.service-template-default .ds_sluzby_related .ds_title_related h2 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2.5em;
  letter-spacing: -0.01em;
  color: #161e3d;
  line-height: 1.4;
}

.service-template-default .ds_sluzby_related .swiper-container {
  overflow: hidden;
}

.service-template-default .ds_sluzby_related .swiper-slide {
  height: unset;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box {
  height: 100%;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box a {
  text-decoration: none;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box a:hover .ds_content::before {
  bottom: -100%;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box a:hover .ds_content .ds_button_sluzby {
  opacity: 1;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content {
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 38px;
  padding-right: 32px;
  padding-left: 32px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#001437), color-stop(32.81%, rgba(17, 28, 47, 0.78)), color-stop(50%, rgba(17, 28, 47, 0.8)), color-stop(82.81%, rgba(17, 28, 47, 0.702)), to(rgba(17, 28, 47, 0)));
  background: linear-gradient(180deg, #001437 0%, rgba(17, 28, 47, 0.78) 32.81%, rgba(17, 28, 47, 0.8) 50% rgba(0, 20, 55, 0.9) 50%, rgba(17, 28, 47, 0.702) 82.81%, rgba(17, 28, 47, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack {
  z-index: 1;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_icon {
  margin-bottom: 24px;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_icon img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_title {
  margin-bottom: 14px;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_title h3 {
  font-size: 1.25em;
  margin-bottom: 0px;
  text-align: center;
  color: #dba000;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 300px;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_text {
  margin-bottom: 33px;
  display: none;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_text p {
  font-size: 0.9375em;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  max-width: 234px;
  margin: 0 auto;
}

.service-template-default .ds_sluzby_related .ds_sluzby_box .ds_content .ds_pack .ds_button_sluzby {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  .service-template-default .ds_detail_slider figure img {
    height: 100%;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector2 {
    right: 6px;
  }
  .service-template-default .ds_lightbox_cancel {
    font-size: 25px;
    padding: 0px;
  }
  .service-template-default .lightbox-modal_news {
    margin-top: 50px;
    padding-top: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .service-template-default .lightbox-modal {
    width: 600px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-template-default .lightbox-modal_news {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .service-template-default .lightbox-modal_news h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em !important;
    margin-left: 0px;
  }
  .lightbox-modal_news .row .ds_bracket1 {
    display: none;
  }
  .lightbox-modal_news .row .ds_bracket2 {
    display: none;
  }
  .lightbox-modal_news .row .ds_bracket3 {
    display: none;
  }
  .lightbox-modal_news .row .ds_bracket4 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service-template-default .ds_detail_slider {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector2 {
    right: 6px;
  }
  .service-template-default .ds_detail_sluzby_slider {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 90px;
  }
  .service-template-default .ds_sluzby_related {
    padding-bottom: 95px;
    padding-top: 70px;
  }
  .service-template-default .ds_sluzby_related .ds_title_related h2 {
    margin-bottom: 15px;
    font-size: 2em;
  }
  .service-template-default .lightbox-modal {
    width: 500px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_title {
    font-size: 1.8em;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes {
    font-size: 1.2em;
    padding-left: 30px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector1 {
    width: 20px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_quotes .ds_vector2 {
    width: 20px;
  }
  .service-template-default .ds_detail_slider .ds_single_service_content .ds_single_service_text {
    padding-left: 30px;
  }
  .service-template-default .ds_detail_slider {
    padding-bottom: 70px;
  }
  .service-template-default .lightbox-modal {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    display: none;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    display: none;
  }
  .service-template-default .lightbox-modal_news .newsletter_card_right_wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .service-template-default .lightbox-modal_news .newsletter_card_right_btn {
    max-width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .service-template-default .lightbox-modal_news .newsletter_card_right_btn .btn_round {
    width: 100%;
  }
  .service-template-default .lightbox-modal_news h3 {
    font-size: 1.4em !important;
  }
}

@media only screen and (max-width: 575px) {
  .service-template-default .lightbox-modal {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    left: 0;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1062px) {
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    left: 0;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 838px) {
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    left: 0;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 664px) {
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    left: 0;
  }
  .service-template-default .ds_detail_sluzby_slider .container .swiper-button-next, .service-template-default .ds_detail_sluzby_slider .container .swiper-button-prev {
    right: 0;
  }
}

.dot-preloader-overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
    top: 50%;
    transform: translatey(-50%);*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dot-preloader-overlay.d-none {
  opacity: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  pointer-events: none;
}

.dot-preloader-overlay .dot-preloader {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot-preloader-overlay .dot-flashing::before, .dot-preloader-overlay .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
}

.dot-preloader-overlay .dot-flashing::before {
  left: -15px;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-preloader-overlay .dot-flashing::after {
  left: 15px;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%,
  100% {
    background-color: #ffd9cf;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #ff7048;
  }
  50%,
  100% {
    background-color: #ffd9cf;
  }
}
/*# sourceMappingURL=main.css.map */