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

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

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

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.12;
  font-weight: 300;
  margin-bottom: 1em;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400;
}

h1 {
  font-size: 60px;
  margin-bottom: 0.76em;
}
h1 i {
  font-style: normal;
  position: relative;
}
h1 i:before {
  content: "";
  position: absolute;
  right: -73px;
  top: -36px;
  width: 116px;
  height: 116px;
  background-image: url(/wp-content/uploads/2023/08/branch-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

h3 {
  font-size: 36px;
  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.375em;
  font-family: "Barlow";
}

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

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*btns*/
a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #f15b3d;
  text-decoration: underline;
}

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

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

button {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
}
button:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
button img {
  max-width: 25px;
}

.btn, #cookie-notice #cn-notice-buttons a, .btn_outline {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
}
.btn:hover, #cookie-notice #cn-notice-buttons a:hover, .btn_outline:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
.btn img, #cookie-notice #cn-notice-buttons a img, .btn_outline img {
  max-width: 25px;
}

.btn_bottom {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
  overflow: hidden;
}
.btn_bottom:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
.btn_bottom img {
  max-width: 25px;
}
.btn_bottom img {
  transform: translateY(0px);
  transition: 0.3s ease-in-out;
}
.btn_bottom:hover {
  padding: 10px 10px 10px 0px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  color: #144B3E;
  text-decoration: none;
}
.btn_bottom:hover img {
  animation-name: arrow_btn;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.btn_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}
.btn_outline:hover {
  background: #262626;
  color: white;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
.btn_big img, .btn_big_outline img {
  max-width: 25px;
}

.btn_big_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}
.btn_big_outline:hover {
  background: #262626;
  color: white;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
.btn_small img, .btn_small_outline img {
  max-width: 25px;
}

.btn_small_outline {
  background-color: transparent;
  color: #383a3e;
  border: 1px solid #383a3e;
}
.btn_small_outline:hover {
  background: #262626;
  color: white;
  text-decoration: none;
}

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

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

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

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

/*forms*/
label input, label textarea {
  margin-top: 0.75em;
}

input, select, textarea, button {
  font-family: "Barlow";
  -moz-appearance: none;
  -webkit-appearance: none;
}

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.5em 1em;
  font-size: 16px;
  line-height: 1;
  color: #2B2B2B;
  border: 1px solid #144B3E;
  border-radius: 10px;
  height: 3em;
  cursor: auto;
  outline: unset !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder {
  color: #afafaf;
}
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: #afafaf;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=email]:hover, input[type=email]:active, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:active, input[type=tel]:focus, input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=number]:hover, input[type=number]:active, input[type=number]:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus, input[type=search]:hover, input[type=search]:active, input[type=search]:focus, input[type=date]:hover, input[type=date]:active, input[type=date]:focus, input[type=month]:hover, input[type=month]:active, input[type=month]:focus, input[type=time]:hover, input[type=time]:active, input[type=time]:focus, input[type=week]:hover, input[type=week]:active, input[type=week]:focus, input[type=url]:hover, input[type=url]:active, input[type=url]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=file]:hover, input[type=file]:active, input[type=file]:focus, select:hover, select:active, select:focus {
  border: 1px solid #79797a;
}

.wpcf7-spinner {
  display: none;
}

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

input[type=submit], input[type=reset], input[type=button] {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
  padding: 8px 21px;
  border: 1px solid #144B3E;
  color: white;
  border-radius: 10px;
  background-color: #144B3E;
  text-transform: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
input[type=submit] img, input[type=reset] img, input[type=button] img {
  max-width: 25px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  padding: 8px 21px;
  background-color: #2B2B2B;
  color: white;
}

textarea {
  padding: 0.5em 1em;
  font-size: 16px;
  line-height: 1;
  color: #2B2B2B;
  border: 1px solid #144B3E;
  border-radius: 10px;
  height: 7em;
  outline: unset !important;
}
textarea::-moz-placeholder {
  color: #afafaf;
}
textarea::placeholder {
  color: #afafaf;
}
textarea:hover, textarea:active, textarea:focus {
  border: 1px solid #79797a;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: baseline;
  margin-top: 1em;
}
.wpcf7-acceptance label .wpcf7-list-item-label a {
  text-decoration: underline;
}

select option {
  padding: 0.2em 1em;
  transition: 0.3s ease-in-out;
}
select option:hover {
  background: #f3f3f3;
}
select::-moz-placeholder {
  color: #79797a;
}
select::placeholder {
  color: #79797a;
}

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

input[type=file]::file-selector-button {
  padding: 10px 10px 10px 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #144B3E;
  border: 0px solid #383a3e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  -moz-column-gap: 35px;
       column-gap: 35px;
  text-transform: uppercase;
  padding: 0.7em 1.5em;
  height: 100%;
}
input[type=file]::file-selector-button:hover {
  padding: 10px 0px 10px 0px;
  -moz-column-gap: 45px;
       column-gap: 45px;
  color: #144B3E;
  text-decoration: none;
}
input[type=file]::file-selector-button img {
  max-width: 25px;
}

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

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

.responsive_table {
  overflow-x: auto;
}

/*quantity spinner*/
.quantity_spinner {
  width: 6em;
  height: 2.3em;
  display: flex;
  background: #f3f3f3;
  position: relative;
  border-radius: 10px;
  min-height: 1em;
}
.quantity_spinner .quantity_spinner_minus, .quantity_spinner .quantity_spinner_plus {
  min-width: 1em;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/minus.svg");
  background-size: 0.82em;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.quantity_spinner .quantity_spinner_minus:hover, .quantity_spinner .quantity_spinner_plus:hover {
  background-color: #dedede;
}
.quantity_spinner .quantity_spinner_plus {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/plus.svg");
  border-radius: 0 10px 10px 0;
}
.quantity_spinner .quantity_spinner_input {
  min-width: 1.4em;
  width: 100%;
  height: 100%;
  padding: 0.1em;
  text-align: center;
  border: 0;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.quantity_spinner .quantity_spinner_input::-webkit-outer-spin-button, .quantity_spinner .quantity_spinner_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/*
input[type=checkbox] {

}
input[type=radio] {

}
input[type=color] {

}
input[type=file] {

}
input[type=image] {

}

*/
/*---------cookie------------*/
#cookie-notice * {
  font-family: "Barlow";
}
#cookie-notice #cn-notice-buttons a {
  background: #f15b3d;
}

@keyframes arrow_btn {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*-----------respo---------------*/
@media (max-width: 1599px) {
  h1 {
    font-size: 51px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 33px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 48px;
  }
  h1 i:before {
    right: -64px;
    top: -38px;
    width: 100px;
    height: 100px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  .btn, .btn_outline, #cookie-notice #cn-notice-buttons a {
    font-size: 18px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .btn:hover, .btn_outline:hover, #cookie-notice #cn-notice-buttons a:hover {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .btn.btn_bottom:hover, .btn_bottom.btn_outline:hover, #cookie-notice #cn-notice-buttons a.btn_bottom:hover {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  h1 i:before {
    right: -50px;
    top: -30px;
    width: 80px;
    height: 80px;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h1 i:before {
    right: -45px;
    top: -25px;
    width: 60px;
    height: 60px;
  }
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
  h1 i:before {
    right: -35px;
    top: -20px;
    width: 50px;
    height: 50px;
  }
  h2 {
    font-size: 24px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

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

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

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

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

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 850px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 940px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1032px;
  }
}
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1180px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

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

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

dt {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

output {
  display: inline-block;
}

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

.text-uppercase {
  text-transform: uppercase;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: 0.3s ease-in-out;
  width: 100%;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
  height: 101px;
  transition: 0.3s ease-in-out;
  padding: 0 44px 0 11px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  max-width: 252px;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 252px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg {
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar {
  display: flex;
  align-items: center;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: center;
  margin: auto;
  list-style: none;
  height: 100%;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.125em;
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 6px 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F5BD2D;
  transition: 0.3s ease-in-out;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover:before {
  width: 50%;
}
#masthead .ds_wrapper_menu_main .navbar .ds_modal_opener {
  margin-left: 58px;
  font-size: 1.125em;
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 9px 20px;
  border-radius: 10px;
  border: 1px solid #1a5648;
  text-transform: none;
}
#masthead .ds_wrapper_menu_main .navbar .ds_modal_opener:hover {
  background-color: #1a5648;
  color: white;
}

#masthead.smallHeader {
  background: white;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 80px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
  max-width: 210px;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 80%;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #EDEDED;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-of-type {
    border-bottom: 1px solid #EDEDED;
  }
  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: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #383a3e !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: #f5f5f5;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav .ds_modal_opener {
    height: auto;
    margin-left: 0;
    margin-top: 1.5em;
    width: 200px;
    justify-content: center;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #383a3e;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main {
    padding: 0 20px 0 11px;
    height: 70px;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    max-width: 160px;
    width: 100%;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a {
    max-width: 160px;
    width: 100%;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead.smallHeader .ds_wrapper_menu_main {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
footer {
  padding-top: 74px;
  padding-bottom: 74px;
  color: white;
  background-color: #144B3E;
  position: relative;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .ds_footer_contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
footer .container .ds_footer_contacts a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-decoration: none;
}
footer .container .ds_footer_contacts a img {
  max-width: 30px;
  width: 100%;
}
footer .container .ds_footer_contacts a:hover {
  text-decoration: underline;
  color: white;
}
footer .container .ds_footer_socials {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
footer .container .ds_footer_socials a {
  max-width: 30px;
  transition: 0.3s ease-in-out;
}
footer .container .ds_footer_socials a:hover {
  transform: scale(1.1em);
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .container .ds_footer_contacts {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1em;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  footer .container {
    flex-direction: column;
    row-gap: 2em;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  background: #383a3e;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #505359;
  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;
}

.wpcf7 .wpcf7-form br {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .req-input {
  color: #f15b3d;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  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: #f15b3d;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #a4c442;
}
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #f15b3d;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*add class to open button - ds_modal_opener*/
/*use button ds_modal_close for closingr*/
.ds_modal_overlay {
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999998;
  opacity: 0;
  display: none;
}
.ds_modal_overlay.ds_modal_open {
  animation: showModal 0.3s ease-in 0s 1 forwards normal;
  display: flex;
}

.ds_modal {
  padding: 50px;
  background: white;
  border-radius: 10px;
  position: fixed;
  z-index: 99999999;
  max-width: 780px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  display: none;
  flex-direction: column;
}
.ds_modal.ds_modal_open {
  animation: showModal 0.3s ease-in 0s 1 forwards normal;
  display: flex;
}
.ds_modal .ds_modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ds_modal .ds_modal_close span {
  width: 100%;
  height: 4px;
  background-color: #222222;
  left: 50%;
  top: 50%;
  position: absolute;
}
.ds_modal .ds_modal_close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ds_modal .ds_modal_close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ds_modal h2 {
  margin-bottom: 0.4em;
}
.ds_modal p {
  font-size: 20px;
}

@keyframes showModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*tvy tridy pro tvy modaly*/
.size_guide_modal .line_tit {
  font-size: 1em;
  margin-top: 2em;
}
.size_guide_modal .text {
  margin-top: 0;
}
.size_guide_modal table {
  border-collapse: collapse;
  width: 100%;
  min-width: 400px;
  margin-bottom: 3em;
}
.size_guide_modal table tbody tr td {
  border: 1px solid #dedede;
  padding: 0.3em 0.5em;
}
.size_guide_modal table tbody tr:first-child td {
  background: #f3f3f3;
}
.size_guide_modal table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.size_guide_modal table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.size_guide_modal table tbody tr:last-child td:first-child {
  border-radius: 0 0 10px 0;
}
.size_guide_modal table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 10px;
}

@media only screen and (max-width: 991px) {
  .ds_modal {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .ds_modal {
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ds_modal p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .ds_modal {
    max-width: 92%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ds_modal .ds_modal_close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .ds_modal .ds_modal_close span {
    height: 3px;
  }
  .ds_modal p {
    font-size: 16px;
  }
}
/*insert parent selector to add custom checkbox funcionality*/
/*html like:
parent
    input
    label
*/
.ds_custom_check, .comment-form-cookies-consent {
  position: relative;
}
.ds_custom_check label, .comment-form-cookies-consent label {
  padding-left: 2em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}
.ds_custom_check input[type=checkbox], .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  top: 0.06em;
  left: 0;
}

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

input[type=checkbox] {
  position: relative;
  width: 0 !important;
  height: 0;
  top: -21px;
  margin-right: 1.6em;
  margin-top: 0em;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #383a3e;
  border-radius: 0.25em;
  background: #f3f3f3;
  transition: background 200ms ease-out;
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.2em;
  width: 0.4em;
  height: 0.6em;
  opacity: 0.2;
  border-bottom: 3px solid #383a3e;
  border-right: 3px solid #383a3e;
  transform: rotate(45deg);
  transition: transform 200ms ease-out;
  transition: border-color 0.3s ease;
}
input[type=checkbox]:checked:before {
  content: "";
  background: #383a3e;
}
input[type=checkbox]:checked:after {
  content: "";
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

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

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

input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
  top: -0.9em;
  margin-right: 1.3em;
  margin-top: 0em;
}
input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #383a3e;
  border-radius: 50%;
  background: #f3f3f3;
  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%;
  transition: background 0.3s ease;
}
input[type=radio]:checked:before {
  content: "";
  background: #383a3e;
}
input[type=radio]:checked:after {
  content: "";
  opacity: 1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  input[type=checkbox] {
    top: -19px;
  }
}
@media only screen and (max-width: 576px) {
  input[type=checkbox] {
    top: -17px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_slider_sec {
  padding-top: 176px;
  padding-bottom: 87px;
  position: relative;
}
.ds_slider_sec .ds_slider_bg {
  position: absolute;
  left: -298px;
  bottom: -291px;
  max-width: 882px;
  width: 100%;
}
.ds_slider_sec .ds_col h1 {
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.ds_slider_sec .ds_col p {
  max-width: 464px;
  font-size: 20px;
  margin-bottom: 2.35em;
}
.ds_slider_sec .ds_col:nth-child(1) {
  padding-top: 35px;
}
.ds_slider_sec .ds_col:nth-child(2) {
  position: relative;
}
.ds_slider_sec .ds_col:nth-child(2):before {
  content: "";
  position: absolute;
  right: 76px;
  bottom: -82px;
  width: 140px;
  height: 140px;
  background-image: url(/wp-content/uploads/2023/08/branch-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ds_slider_sec .ds_col:nth-child(2) img {
  max-width: 568px;
}

.ds_sluzby_sec {
  padding-top: 150px;
  padding-bottom: 168px;
  background-color: #144B3E;
  position: relative;
}
.ds_sluzby_sec .ds_sluzby_bg {
  max-width: 559px;
  position: absolute;
  left: 68px;
  top: 50px;
}
.ds_sluzby_sec .container {
  position: relative;
}
.ds_sluzby_sec .container h2 {
  color: white;
  margin-bottom: 109px;
  max-width: 350px;
}
.ds_sluzby_sec .container .ds_sluzby_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 38px;
       column-gap: 38px;
  row-gap: 93px;
}
.ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col img {
  max-width: 111px;
  width: 100%;
  height: 111px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  margin-bottom: 23px;
}
.ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col h3 {
  color: white;
  margin-bottom: 0.5em;
}
.ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
}

.ds_projekty_sec {
  padding-top: 140px;
  position: relative;
}
.ds_projekty_sec .ds_projekty_bg {
  max-width: 365px;
  right: 0;
  top: 95px;
  position: absolute;
}
.ds_projekty_sec .ds_projekty_header {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
  justify-content: space-between;
  position: relative;
}
.ds_projekty_sec .ds_projekty_header h2 {
  max-width: 300px;
  margin-bottom: 0;
}
.ds_projekty_sec .ds_projekty_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 26px;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 364px;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col figure {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper {
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 86px;
  padding-bottom: 20px;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper h3 {
  text-align: center;
  font-size: 28px;
  max-width: 200px;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col:hover figure:before {
  opacity: 1;
}
.ds_projekty_sec .ds_projekty_row .ds_projekty_col:hover .ds_projekty_wrapper {
  transform: translateX(0);
}
.ds_projekty_sec .container > a {
  display: none;
}

.ds_reference_sec {
  position: relative;
  padding-top: 159px;
  padding-bottom: 207px;
}
.ds_reference_sec .ds_reference_bg {
  position: absolute;
  left: 0;
  top: -66px;
}
.ds_reference_sec .container {
  position: relative;
}
.ds_reference_sec .container h2 {
  max-width: 404px;
  margin-bottom: 55px;
  padding: 0 50px;
}
.ds_reference_sec .container .ds_reference_branch {
  position: absolute;
  width: 113px;
  height: 113px;
  bottom: -100px;
  right: -19px;
}
.ds_reference_sec .container .dsReference {
  position: relative;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 27px;
  position: relative;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader img {
  max-width: 60px;
  border-radius: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader .swiperName {
  position: relative;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader .swiperName h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: -6px;
  color: #2b2b2b;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader .swiperName p {
  margin-bottom: 0;
  color: #6f6f6f;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperHeader:before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 48px;
  height: 43px;
  background-image: url(/wp-content/uploads/2023/08/Group-794.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ds_reference_sec .container .dsReference .swiper-slide .swiperBody p {
  color: #2b2b2b;
  margin-bottom: 0;
}

/*Portfolio*/
.ds_port_sec {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ds_port_sec .ds_port_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 26px;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 364px;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col figure {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper {
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 86px;
  padding-bottom: 20px;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper h3 {
  text-align: center;
  font-size: 28px;
  max-width: 200px;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col:hover figure:before {
  opacity: 1;
}
.ds_port_sec .ds_port_wrapper .ds_projekty_col:hover .ds_projekty_wrapper {
  transform: translateX(0);
}

/*Detail portfolia*/
.single-portfolio article {
  padding-top: 180px;
  padding-bottom: 120px;
}
.single-portfolio article .ds_portfolio_detail_bg {
  position: absolute;
  top: 380px;
  left: 0;
  max-width: 584px;
}
.single-portfolio article .ds_portfolio_detail_bg img {
  width: 100%;
}
.single-portfolio article .ds_portfolio_container {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.single-portfolio article .ds_portfolio_container .ds_portfolio_figure {
  background-color: #222222;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 67px;
}
.single-portfolio article .ds_portfolio_container .ds_portfolio_figure img {
  opacity: 0.8;
}
.single-portfolio article .ds_portfolio_container h1 {
  max-width: 572px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 34px;
}
.single-portfolio article .ds_portfolio_container h1:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 117px;
  top: 12px;
  right: -95px;
  background-image: url(/wp-content/uploads/2023/08/Group-796.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-portfolio article .ds_portfolio_container .ds_detail_text {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  color: #2b2b2b;
}
.single-portfolio article .ds_portfolio_container .ds_detail_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_galerie {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
  margin-bottom: 96px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_galerie figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_galerie figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-portfolio article .ds_portfolio_container h2 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 60px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_text_projektu {
  max-width: 888px;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.single-portfolio article .ds_portfolio_container .ds_detail_text_projektu p {
  margin-bottom: 0;
  font-size: 20px;
  color: #2b2b2b;
}
.single-portfolio article .ds_portfolio_container .ds_big_img {
  overflow: hidden;
  border-radius: 20px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_title {
  padding-top: 96px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_klienta {
  max-width: 800px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-bottom: 110px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_klienta p {
  margin-bottom: 0;
  font-style: italic;
  color: #2B2B2B;
  font-size: 28px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt {
  border-radius: 30px;
  background-color: #f2f2f2;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt figure {
  max-width: 200px;
  margin-bottom: 34px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt h2 {
  margin-bottom: 23px;
  max-width: 572px;
  font-size: 60px;
}
.single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt p {
  max-width: 600px;
  margin-bottom: 34px;
  font-size: 20px;
  text-align: center;
}

.infopages-wrapper {
  padding-top: 200px;
  padding-bottom: 150px;
}
.infopages-wrapper h2, .infopages-wrapper h3 {
  margin-bottom: 0.3em;
  margin-top: 1em;
}
.infopages-wrapper p {
  font-size: 20px;
}

/*=======================================================*/
/*========================RESPO==========================*/
/*=======================================================*/
@media only screen and (max-width: 1599px) {
  .ds_slider_sec {
    padding-top: 140px;
  }
  .ds_slider_sec .ds_slider_bg {
    left: -264px;
    bottom: -250px;
    max-width: 780px;
  }
  .ds_slider_sec .ds_col h1 {
    max-width: 400px;
  }
  .ds_slider_sec .ds_col p {
    max-width: 440px;
    font-size: 19px;
  }
  .ds_slider_sec .ds_col:nth-child(2) {
    text-align: right;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    bottom: -30px;
    right: 40px;
  }
  .ds_slider_sec .ds_col:nth-child(2) img {
    max-width: 430px;
  }
  .ds_sluzby_sec {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ds_sluzby_sec .ds_sluzby_bg {
    max-width: 440px;
    left: 83px;
    top: 55px;
  }
  .ds_sluzby_sec .container h2 {
    margin-bottom: 80px;
    max-width: 300px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row {
    -moz-column-gap: 34px;
         column-gap: 34px;
    row-gap: 70px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col img {
    max-width: 94px;
    height: 94px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col p {
    font-size: 17px;
  }
  .ds_projekty_sec {
    padding-top: 120px;
  }
  .ds_projekty_sec .ds_projekty_bg {
    max-width: 320px;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col {
    height: 300px;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper {
    padding-top: 60px;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper h3 {
    font-size: 26px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col {
    height: 300px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper {
    padding-top: 60px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper h3 {
    font-size: 26px;
  }
  .ds_reference_sec {
    padding-top: 130px;
    padding-bottom: 175px;
  }
  .ds_reference_sec .ds_reference_bg {
    max-width: 496px;
  }
  .ds_reference_sec .container .ds_reference_branch {
    right: -9px;
    bottom: -80px;
    width: 100px;
    height: 100px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_detail_bg {
    max-width: 514px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container h1 {
    max-width: 500px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container h1:before {
    width: 100px;
    height: 100px;
    top: 5px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container .ds_detail_reference_title {
    font-size: 51px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container .ds_detail_reference_klienta p {
    font-size: 25px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt figure {
    max-width: 180px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt h2 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1399px) {
  .ds_slider_sec {
    padding-top: 130px;
  }
  .ds_slider_sec .ds_slider_bg {
    left: -243px;
    bottom: -231px;
    max-width: 720px;
  }
  .ds_slider_sec .ds_col h1 {
    max-width: 375px;
  }
  .ds_slider_sec .ds_col p {
    max-width: 440px;
    font-size: 19px;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    bottom: -22px;
    right: 26px;
    width: 120px;
    height: 120px;
  }
  .ds_slider_sec .ds_col:nth-child(2) img {
    max-width: 400px;
  }
  .ds_reference_sec .ds_reference_bg {
    max-width: 440px;
    top: 12px;
  }
  .ds_reference_sec .container h2 {
    max-width: 300px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .ds_reference_sec .container .dsReference {
    max-width: 100%;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader:before {
    width: 40px;
    height: 38px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader img {
    max-width: 54px;
    height: 54px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader .swiperName h3 {
    font-size: 20px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_detail_bg {
    max-width: 514px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container h1 {
    max-width: 450px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container h1:before {
    width: 90px;
    height: 90px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container .ds_detail_reference_title {
    font-size: 48px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container .ds_detail_reference_klienta {
    max-width: 700px;
    margin-bottom: 90px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_container .ds_detail_reference_klienta p {
    font-size: 22px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt {
    padding: 60px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt figure {
    max-width: 150px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt h2 {
    font-size: 48px;
  }
  .infopages-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .ds_slider_sec .ds_slider_bg {
    left: -233px;
    bottom: -185px;
    max-width: 692px;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    right: 51px;
    bottom: 6px;
  }
  .ds_sluzby_sec .ds_sluzby_bg {
    max-width: 400px;
  }
  .ds_projekty_sec .ds_projekty_bg {
    max-width: 160px;
  }
  .ds_reference_sec .ds_reference_bg {
    top: -6px;
    max-width: 400px;
  }
  .single-portfolio article .ds_portfolio_detail_bg {
    top: 470px;
    max-width: 380px;
  }
  .infopages-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ds_slider_sec {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .ds_slider_sec .ds_col h1 {
    max-width: 350px;
  }
  .ds_slider_sec .ds_col p {
    font-size: 18px;
    max-width: unset;
  }
  .ds_slider_sec .ds_col:nth-child(2) {
    order: -1;
    text-align: center;
    margin-bottom: 30px;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    left: 70%;
    bottom: -44px;
    transform: translateX(-50%) rotate(-55deg);
    width: 100px;
    height: 100px;
  }
  .ds_slider_sec .ds_col:nth-child(2) img {
    max-width: 360px;
  }
  .ds_sluzby_sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ds_sluzby_sec .ds_sluzby_bg {
    max-width: 260px;
  }
  .ds_sluzby_sec .container h2 {
    max-width: unset;
    margin-bottom: 70px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 60px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col h3 {
    font-size: 26px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col p {
    font-size: 16px;
  }
  .ds_projekty_sec {
    padding-top: 90px;
  }
  .ds_projekty_sec .ds_projekty_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
  .ds_port_sec {
    padding-top: 160px;
    padding-bottom: 90px;
  }
  .ds_port_sec .ds_port_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
  .ds_reference_sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ds_reference_sec .ds_reference_bg {
    top: 34px;
    max-width: 300px;
  }
  .ds_reference_sec .container .dsReference {
    padding: 0;
  }
  .ds_reference_sec .container .ds_reference_branch {
    width: 80px;
    height: 80px;
    bottom: -50px;
    right: -15px;
  }
  .single-portfolio article {
    padding-top: 160px;
    padding-bottom: 90px;
  }
  .single-portfolio article .ds_portfolio_detail_bg {
    top: 420px;
    max-width: 340px;
  }
  .single-portfolio article .ds_portfolio_container h1 {
    max-width: 380px;
  }
  .single-portfolio article .ds_portfolio_container h1:before {
    width: 80px;
    height: 80px;
    top: 7px;
    right: -75px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_text {
    font-size: 18px;
    max-width: 480px;
  }
  .single-portfolio article .ds_portfolio_container h2 {
    font-size: 45px;
    margin-bottom: 24px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_text_projektu {
    max-width: 488px;
    margin-bottom: 90px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_text_projektu p {
    font-size: 18px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_klienta p {
    font-size: 18px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt {
    border-radius: 20px;
    padding: 40px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt figure {
    max-width: 140px;
    margin-bottom: 26px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt h2 {
    max-width: 360px;
    font-size: 45px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt p {
    max-width: 420px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .infopages-wrapper {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .ds_slider_sec .ds_col h1 {
    max-width: 275px;
  }
  .ds_slider_sec .ds_col:nth-child(2) {
    margin-bottom: 0;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    width: 80px;
    height: 80px;
  }
  .ds_slider_sec .ds_col:nth-child(2) img {
    max-width: 250px;
  }
  .ds_sluzby_sec .container h2 {
    margin-bottom: 40px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col img {
    max-width: 60px;
    height: 60px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row .ds_sluzby_col h3 {
    font-size: 22px;
  }
  .ds_projekty_sec .ds_projekty_header h2 {
    max-width: unset;
  }
  .ds_projekty_sec .ds_projekty_header a {
    display: none;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col {
    height: 264px;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper {
    padding-top: 40px;
  }
  .ds_projekty_sec .ds_projekty_row .ds_projekty_col .ds_projekty_wrapper h3 {
    font-size: 24px;
    max-width: 240px;
  }
  .ds_projekty_sec .container > a {
    display: inline-flex;
    margin-top: 30px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col {
    height: 264px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper {
    padding-top: 40px;
  }
  .ds_port_sec .ds_port_wrapper .ds_projekty_col .ds_projekty_wrapper h3 {
    font-size: 24px;
    max-width: 240px;
  }
  .ds_reference_sec .container h2 {
    padding: 0;
    max-width: unset;
    margin-bottom: 30px;
  }
  .ds_reference_sec .container .dsReference {
    max-width: 100%;
  }
  .ds_reference_sec .container .ds_reference_branch {
    width: 60px;
    height: 60px;
  }
  .single-portfolio article .ds_portfolio_container {
    padding-left: 0;
    padding-right: 0;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_figure {
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .single-portfolio article .ds_portfolio_container h1 {
    max-width: 260px;
  }
  .single-portfolio article .ds_portfolio_container h1:before {
    width: 60px;
    height: 60px;
    top: 2px;
    right: -65px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_btn {
    margin-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_galerie {
    row-gap: 20px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_galerie figure {
    border-radius: 10px;
  }
  .single-portfolio article .ds_portfolio_container h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .ds_slider_sec {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .ds_slider_sec .ds_slider_bg {
    left: -121px;
    bottom: -95px;
    max-width: 400px;
  }
  .ds_slider_sec .ds_col h1 {
    max-width: 230px;
  }
  .ds_slider_sec .ds_col p {
    font-size: 16px;
  }
  .ds_slider_sec .ds_col:nth-child(2):before {
    width: 60px;
    height: 60px;
    left: 80%;
    bottom: -24px;
    transform: translateX(-50%) rotate(-33deg);
  }
  .ds_sluzby_sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ds_sluzby_sec .ds_sluzby_bg {
    left: 18px;
    top: 20px;
    max-width: 120px;
  }
  .ds_sluzby_sec .container .ds_sluzby_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 50px;
  }
  .ds_projekty_sec {
    padding-top: 70px;
  }
  .ds_projekty_sec .ds_projekty_bg {
    top: 40px;
    max-width: 100px;
  }
  .ds_projekty_sec .ds_projekty_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ds_port_sec {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .ds_port_sec .ds_port_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ds_reference_sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ds_reference_sec .ds_reference_bg {
    max-width: 160px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader {
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 18px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader img {
    max-width: 50px;
    height: 50px;
  }
  .ds_reference_sec .container .dsReference .swiper-slide .swiperHeader .swiperName h3 {
    font-size: 20px;
    margin-bottom: -4px;
  }
  .ds_reference_sec .container .ds_reference_branch {
    right: -5px;
    bottom: -30px;
    width: 50px;
    height: 50px;
  }
  .single-portfolio article {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_detail_bg {
    top: 300px;
    max-width: 240px;
  }
  .single-portfolio article .ds_portfolio_container .ds_portfolio_figure {
    border-radius: 15px;
    margin-bottom: 40px;
  }
  .single-portfolio article .ds_portfolio_container h1 {
    max-width: 220px;
  }
  .single-portfolio article .ds_portfolio_container h1:before {
    width: 60px;
    height: 60px;
    top: 2px;
    right: -65px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_btn {
    margin-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_galerie {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_galerie figure {
    border-radius: 10px;
  }
  .single-portfolio article .ds_portfolio_container h2 {
    font-size: 30px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_text_projektu {
    margin-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_text_projektu p {
    font-size: 16px;
  }
  .single-portfolio article .ds_portfolio_container .ds_big_img {
    border-radius: 10px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_title {
    padding-top: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_klienta {
    margin-bottom: 70px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_klienta p {
    font-size: 16px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt {
    border-radius: 10px;
    padding: 30px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt figure {
    max-width: 90px;
    margin-bottom: 20px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt h2 {
    font-size: 30px;
  }
  .single-portfolio article .ds_portfolio_container .ds_detail_reference_kontakt p {
    font-size: 16px;
  }
  .infopages-wrapper {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.dot-preloader-overlay {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  top: 50%;
  transform: translatey(-50%);*/
  transition: 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.dot-preloader-overlay.d-none {
  opacity: 0;
  display: flex !important;
  pointer-events: none;
}
.dot-preloader-overlay .dot-preloader {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff7048;
  color: #ff7048;
  animation: dotFlashing 1s infinite linear alternate;
  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;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-preloader-overlay .dot-flashing::after {
  left: 15px;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

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