@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Exo 2";
}

body {
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #fff;
}

main {
  width: 100%;
}

.content {
  width: 100%;
  overflow: hidden;
}

.page {
  overflow: hidden;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
  padding: 0;
  min-height: 100vh;
  width: 100%;
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

.container {
  margin: 0 auto;
  max-width: 123rem;
  padding: 0 1.5rem;
}

.hidden {
  display: none !important;
}

/* QB ONE EXTRABOLD */
@font-face {
  font-family: "QB-ONE";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/qb-one-extrabold.woff2") format("woff2");
}
.footer {
  background: #0e4b67;
}
.footer__wrapper {
  max-width: 120rem;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  color: #fff;
}
.footer__item {
  width: 100%;
  padding: 0 2rem;
}
@media only screen and (min-width: 800px) {
  .footer__item {
    width: 33.33%;
  }
}
.footer__item img {
  width: 100%;
  max-width: 20rem;
}
.footer__item p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.footer__item a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}
.footer__item a:hover {
  text-decoration: underline;
}
.footer__item a i {
  color: #fff;
  margin: 0 2rem 0 0;
}
.footer__item .mail {
  color: #fff;
  margin: 0 0 1rem 0;
}
.footer__item .phone {
  color: #fff;
}
.footer .footer-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background: #fff;
  width: 100%;
}
.footer .footer-copyright a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.footer .footer-copyright * {
  margin: auto 5px;
}

.header {
  text-align: right;
  background: #fff;
  z-index: 1000;
  width: 100%;
  position: fixed;
  line-height: 1;
  top: 0;
  left: 0;
  height: 8rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.5rem solid #c82973;
}
@media only screen and (min-width: 550px) {
  .header {
    height: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 9rem;
  }
}
.header__container {
  position: relative;
  max-width: 180rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  height: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header__container {
    padding: 0 2rem;
  }
}
.header__logo {
  display: block;
  text-decoration: none;
  margin: 0;
  background: #fff;
  font-size: 0;
  line-height: 1;
  padding: 0;
  z-index: 999;
}
.header__buttons {
  display: flex;
  align-items: center;
}
.header__buttons .header-buttons__btn {
  color: #000;
  text-decoration: none;
  font-size: 0rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .header__buttons .header-buttons__btn {
    font-size: 1.6rem;
  }
}
.header__buttons .header-buttons__btn i {
  color: #c82973;
  margin: 0 1rem 0 2rem;
  font-size: 2rem;
}
.header__buttons .header-buttons .control-link__caption {
  display: flex;
  align-items: center;
}

.logo-link {
  display: block;
}
.logo-link__text {
  font-size: 0;
  display: none;
}
.logo-link__svg img {
  width: 10rem;
  display: block;
}
@media only screen and (min-width: 550px) {
  .logo-link__svg img {
    width: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-link__svg img {
    width: 16rem;
  }
}

.header-navigation__list {
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 auto 0 2.5rem;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .header-navigation__list {
    display: flex;
  }
}
.header-navigation__list.open {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 0 1rem 0;
  padding: 2rem 3rem;
  width: 100%;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  box-shadow: 0px 12px 12px 5px rgba(41, 42, 37, 0.33);
}
@media (min-width: 1200px) {
  .header-navigation__list.open {
    display: none;
  }
}
.header-navigation__item {
  list-style: none;
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  font-weight: 600;
  padding: 0;
}
@media (min-width: 1200px) {
  .header-navigation__item {
    padding: 1rem 0;
  }
}
@media (min-width: 1400px) {
  .header-navigation__item {
    font-size: 1.4rem;
  }
}
.header-navigation__item--mobile {
  width: 100%;
}
.header-navigation__item--selected .header-navigation__link span:after {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header-navigation__item:first-child span {
    font-size: 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/home.svg) no-repeat center;
    background-size: contain;
    padding: 0.8rem 2rem 0.8rem 1rem;
    top: -0.5rem;
    left: 0;
    filter: brightness(0) saturate(100%) invert(25%) sepia(68%) saturate(2115%) hue-rotate(306deg) brightness(91%) contrast(96%);
  }
}
.header-navigation__item:first-child span:after {
  display: none;
}
.header-navigation__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: 0.4s;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .header-navigation__link {
    padding: 2rem 2.2rem;
  }
}
@media (min-width: 1800px) {
  .header-navigation__link {
    padding: 2rem 2.2rem;
  }
}
.header-navigation__link:hover span:after {
  width: 100%;
}
.header-navigation__underline {
  transition: all 0.2s;
  position: relative;
}
.header-navigation__underline:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -0.4rem;
  height: 0.3rem;
  background: #c82973;
  left: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, 0);
}

.header-navigation__list.open .header-navigation__item {
  text-align: center;
}

.header-navigation__item.has-child.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .header-navigation__item.has-child.open .dropdown-menu {
    top: 100%;
  }
}

.header-navigation__item.has-child .header-navigation__link:before {
  content: "";
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 1.4rem;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .header-navigation__item.has-child .header-navigation__link:before {
    top: 3.5rem;
  }
}

.header-navigation__item.has-child.open .header-navigation__link:before {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .dropdown-menu {
    position: absolute;
    top: 150%;
    left: -2rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    padding: 1rem 0;
    height: auto;
    min-width: 350px;
    border-radius: 0.3rem;
    z-index: 99;
  }
}
.dropdown-menu li {
  width: 100%;
  text-align: left;
}
.dropdown-menu li a {
  display: block;
  text-align: center;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .dropdown-menu li a {
    padding: 0.7rem 2rem !important;
    text-align: left;
    font-size: 1.4rem;
  }
}
.dropdown-menu li a:hover {
  color: #c82973;
}

.submenu.open .profile-links {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
  top: calc(100% + 1rem);
  right: 0;
  min-width: 20rem;
}
@media only screen and (min-width: 1200px) {
  .submenu.open .profile-links {
    top: calc(100% + 1rem);
  }
}

.submenu {
  position: relative;
  cursor: pointer;
}
.submenu .profile-links {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .submenu .profile-links {
    position: absolute;
    top: 150%;
    right: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    padding: 1rem 0;
    height: auto;
    min-width: 20rem;
    border-radius: 0.3rem;
    z-index: 99;
  }
}
.submenu .profile-links li {
  width: 100%;
  text-align: left;
}
.submenu .profile-links li a {
  display: block;
  text-align: center;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .submenu .profile-links li a {
    padding: 0.7rem 2rem !important;
    text-align: left;
    font-size: 1.4rem;
  }
}
.submenu .profile-links li a:hover {
  color: #c82973;
}

.menu-btn {
  display: flex;
  align-items: center;
  height: 4.1rem;
  width: 10rem;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  margin: 0;
  background-color: #c82973;
  z-index: 1000;
  outline: none !important;
  padding: 1.5rem;
  top: 0;
  margin: 0 0 0 1.5rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.menu-btn__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.menu-btn__icon span:nth-child(1) {
  top: 0rem;
}
.menu-btn__icon span:nth-child(2) {
  top: 0.4rem;
}
.menu-btn__icon span:nth-child(3) {
  top: 0.4rem;
}
.menu-btn__icon span:nth-child(4) {
  top: 0.8rem;
}
.menu-btn__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.menu-btn__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-btn__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-btn__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.menu-btn__label {
  margin: 0 0 0 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  min-width: 5.3rem;
  display: none;
}
@media only screen and (min-width: 300px) {
  .menu-btn__label {
    display: block;
  }
}
.menu-btn__label .toggle-lbl-1 {
  display: block;
}
.menu-btn__label .toggle-lbl-2 {
  display: none;
}
.menu-btn__label.open .toggle-lbl-1 {
  display: none;
}
.menu-btn__label.open .toggle-lbl-2 {
  display: block;
}

.btn {
  background: #c82973;
  border-color: #c82973;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
}

.box-reccomend {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ACACAC;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 25px;
  height: 270px;
  width: 240px;
  transition: all 0.25s;
}
.box-reccomend:hover {
  transition: all 0.15s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-reccomend__image {
  width: 180px;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-reccomend img {
  width: 100%;
}
.box-reccomend p {
  font-size: 1.1rem;
  color: #212121;
}

/* filtr box dropdown*/
.filter-box {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  /*select 2*/
  /*end select 2*/
}
.filter-box__p {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}
.filter-box .select2-search {
  padding: 8px 5px !important;
}
.filter-box .select2-results__option {
  padding: 2px 6px !important;
}
.filter-box .select2-results__option::before {
  width: 15px !important;
  height: 15px !important;
}
.filter-box .select2-selection__rendered {
  height: 48px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.filter-box .select2-selection__choice {
  font-weight: 600;
  font-size: 1.35rem !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  outline: none;
  border: none !important;
  background: #bdeeff !important;
  margin: 8px 5px 8px 4px !important;
  padding: 4px 4px 4px 6px !important;
  border-radius: 8px;
  color: #03438b;
  /*stav kdy je dlouhe a da to classu long a ukaze jeden*/
  /* normal stav ukaze 2 pak da plusko*/
}
.filter-box .select2-selection__choice .long:nth-child(n+3) {
  display: none;
}
.filter-box .select2-selection__choice .long:nth-child(2) {
  position: relative;
  color: transparent;
  overflow: hidden;
  min-width: 35px !important;
  max-width: 35px !important;
  height: 35px !important;
  background: #ececec !important;
}
.filter-box .select2-selection__choice .long:nth-child(2)::after {
  position: absolute;
  content: "+";
  right: 10px;
  top: 8px;
  font-size: 2rem !important;
  color: #747474;
}
.filter-box .select2-selection__choice .long:nth-child(2) span {
  display: none;
}
.filter-box .select2-selection__choice:nth-child(n+4) {
  display: none;
}
.filter-box .select2-selection__choice:nth-child(3) {
  position: relative;
  color: transparent;
  overflow: hidden;
  min-width: 35px !important;
  max-width: 35px !important;
  height: 35px !important;
  background: #ececec !important;
}
.filter-box .select2-selection__choice:nth-child(3)::after {
  position: absolute;
  content: "+";
  right: 10px;
  top: 8px;
  font-size: 2rem !important;
  color: #747474;
}
.filter-box .select2-selection__choice:nth-child(3) span {
  display: none;
}
.filter-box .select2-selection__choice__remove {
  color: #fb0b45 !important;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0;
  margin-left: 5px;
  transition: all 0.25s;
}
.filter-box .select2-selection__choice__remove:hover {
  color: #a5072d !important;
  transition: all 0.15s;
}
.filter-box input {
  border: 0;
  outline: 0;
}
.filter-box input[type=text] {
  padding: 10px 15px;
  border-radius: 5px;
}
.filter-box input[type=text]:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.filter-box p {
  color: #fff;
}
.filter-box__inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-box__inputs input[type=checkbox] {
  -webkit-appearance: none;
  margin-right: 5px;
  appearance: none;
  background-color: white;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid white;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.filter-box__inputs input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em green;
  background-color: cyan;
}
.filter-box__inputs input[type=checkbox]:checked::before {
  transform: scale(1);
}
.filter-box__inputs input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid transparent;
  outline-offset: max(2px, 0.15em);
}
.filter-box__inputs input[type=checkbox]:disabled {
  --form-control-color: red;
  color: red;
  cursor: not-allowed;
}
.filter-box__inputs label {
  color: #fff;
  margin-right: 2rem;
}

/* === imports ==== */
/* === mfp things === */
.mfp-bg {
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  backdrop-filter: blur(2px);
}

/* === breakpointy === */
/* === keyframes === */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* === mixin === */
/* button */
/* animace */
/* fonty */
/* before after*/
/* flex */
/* fa */
/* nahled */
/*button */
/* triangles */
/* placeholder */
/* cover background */
/* transitioning btn */
/* quantity buttons */
.content__catalogue {
  padding: 4rem 0;
  /* reply box je 100% okna*/
}
.content__catalogue__reply-box {
  background: #ececec;
  padding: 2rem 0;
  position: relative;
  margin: 5rem 0;
  width: 100%;
  /* limit na layout */
}
.content__catalogue__reply-box__content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.content__catalogue__reply-box__content .reply-title {
  font-size: 2rem;
}
.content__catalogue__reply-box__content .reply-info {
  font-size: 1.5rem;
  font-weight: 600;
}
.content__catalogue__reply-box__content .reply-input {
  outline: 0;
  border: 1px solid white;
  border-radius: 8px;
  padding: 10px;
  min-width: 420px;
}
.content__catalogue__reply-box__content .reply-input:focus {
  border: 1px solid #0E4B67;
}
.content__catalogue__reply-box__content .reply-alt {
  margin: 1rem 0 4rem 0;
  max-width: 420px;
  font-size: 1rem;
}
.content__catalogue__reply-box__content .reply-alt mark {
  background: none;
  text-decoration: underline;
}
.content__catalogue__reply-box__content .reply-btn {
  background: #0E4B67;
  color: #fff;
  transition: all 0.25s;
  margin-right: 1rem;
  padding: 10px 20px;
  font-size: 1.35rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  margin: 2rem 0;
}
.content__catalogue__reply-box__content .reply-btn:hover {
  background: #0a364b;
  transition: all 0.15s;
}
.content__catalogue__reply-box::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid transparent;
  border-bottom: 30px solid #ececec;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.content__catalogue__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.content__catalogue__wrapper__aside {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  /* propisuje se box-reccomend*/
}
.content__catalogue__wrapper__aside h3 {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}

/* containrer */
.content__detail {
  padding: 7rem 0 0 0;
}

/* stranka detailu*/
.detail {
  margin-right: 10rem;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 3rem;
  /*box s info*/
  /* o firme dole*/
}
.detail p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.detail__title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
}
.detail__description {
  margin: 2rem 0 4rem;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 22px;
  word-spacing: 2px;
}
.detail h1 {
  font-weight: 700;
  font-size: 2.25rem;
}
.detail h2 {
  font-size: 1.6rem;
  margin: 1rem 0 2rem 0;
  font-weight: 700;
}
.detail h3 {
  font-size: 1.5rem;
}
.detail p {
  font-size: 1.4rem;
  font-weight: 500;
}
.detail__part {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.detail ul {
  font-size: 1.4rem;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail ul li {
  position: relative;
  padding: 0 0 0 2rem;
  color: #000000;
  font-weight: 500;
}
.detail ul li:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 5px;
  top: 50%;
  background: #0E4B67;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.detail .value {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.detail__content {
  background: #fff;
  padding: 5rem 8.5rem;
  color: #040404;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail__content__name {
  color: #040404;
  font-size: 1.3rem;
  font-weight: 700;
}
.detail__content__address {
  color: #c82973;
  font-size: 1.3rem;
  font-weight: 500;
}
.detail__content__time {
  color: #0E4B67;
  font-size: 1.3rem;
  font-weight: 500;
}
.detail__container {
  width: calc(80% - 3rem);
  margin-right: 3rem;
}
.detail__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
  position: relative;
  padding-top: 25px;
}
.detail__footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ececec;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.detail__footer a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
}
.detail__footer i {
  margin: 0 5px;
}
.detail__footer__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
}
.detail__footer__btns .btn-favorite {
  background: transparent;
  color: #c82973;
  transition: all 0.25s;
}
.detail__footer__btns .btn-favorite:hover {
  transition: all 0.15s;
}
.detail__footer__btns .btn-favorite:hover i {
  color: gold;
  transition: all 0.15s;
}
.detail__footer__btns .btn-favorite:hover p {
  text-decoration: none;
  transition: all 0.15s;
}
.detail__footer__btns .btn-favorite p {
  text-decoration: underline;
}
.detail__footer__review {
  font-size: 1.4rem;
}
.detail__footer__review .btn-reviews:hover i {
  border-radius: 50%;
  background: #e40908;
  color: #fff;
  transition: all 0.15s;
}
.detail__footer__review .btn-reviews:hover p {
  text-decoration: underline;
  transition: all 0.15s;
}
.detail__footer__review .btn-reviews p {
  color: #040404;
}
.detail__footer__review .btn-reviews i {
  color: #e40908;
  padding: 5px;
  border-radius: 0%;
}
.detail__imageimg {
  width: 100%;
  border-radius: 8px;
  width: 20%;
}
.detail__tabs {
  /* related list, tabs -> zatim vyhozene*/
  /* konec */
}
.detail__tabs .detail-tabs-nav {
  display: none;
}
.detail__tabs .filters-tab-box:nth-child(n+3) {
  display: none;
}
.detail__tabs .filters-tab-box__title {
  display: none;
}
.detail__tabs .filters-tab-box__right {
  display: none;
}
.detail__tabs ul {
  list-style-type: none;
}
.detail__tabs ul li::before {
  content: "•";
  color: #0E4B67;
  font-weight: bold;
  display: inline-block;
  width: 0.75em em;
  margin-left: -1em;
  font-size: 1.5rem;
}
.detail__about-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  border-radius: 12px;
  border: 1px solid #cbcbcb;
  padding: 3rem 2rem 0.3rem 2rem;
  margin-bottom: 5rem;
}
.detail__organ {
  margin: 3rem 0 0 0;
  font-weight: 700;
}
.detail__address {
  margin: 1rem 0 0 0;
  font-weight: 500;
  color: #01024A;
}
.detail__cont-desc {
  font-size: 1.5rem;
  margin: 1rem 0 3rem 0;
  line-height: 180%;
}
.detail__main {
  width: calc(100% - 200px);
  padding-bottom: 2rem;
}
.detail__gallery {
  width: 180px;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.detail__gallery img {
  width: 100%;
}
.detail__controls {
  border-top: 1px solid #cbcbcb;
  width: 100%;
  min-height: 38px;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.detail__company {
  background: #ececec;
  position: relative;
}
.detail__company::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid #ececec;
  margin-bottom: -13px;
  content: "";
}
.detail__company-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem 0;
}
.detail__company-left {
  width: 50%;
  flex-grow: 1;
}
.detail__company-left .detail_hrefs {
  width: fit-content;
  margin-top: 2.5rem;
}
.detail__company-left .detail_hrefs a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #c82973;
  text-decoration: none;
  padding: 8px;
  margin: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.25s;
}
.detail__company-left .detail_hrefs a i {
  font-size: 1.75rem;
}
.detail__company-left .detail_hrefs a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #1a1c5c;
  transition: all 0.15s;
  border-bottom: 2px solid #1a1c5c;
}
.detail__company-left .detail_desc {
  font-size: 1.5rem;
  margin: 10px 0;
}
.detail__company-left .detail_desc p {
  line-height: 160%;
  color: #2f2f2f;
  font-weight: 500;
}
.detail__company-right {
  width: 200px;
}
.detail__company-right img {
  width: 100%;
}

/*reply btn*/
.btn-reply {
  background: #0E4B67;
  color: #fff;
  transition: all 0.25s;
  margin: 10px 0;
  padding: 1.2rem 2.15rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-style: normal;
  border-radius: 6px;
}
.btn-reply i {
  margin-right: 20px;
}
.btn-reply:hover {
  background: #0a364b;
  transition: all 0.15s;
}

/* response */
.response {
  margin: 2.5rem 0;
  background: #fff;
  padding: 5rem 2rem;
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto;
  border-radius: 12px;
  max-width: 100vw;
}
.response .editButton {
  margin: 0 auto;
}
.response .editButton input {
  margin: 0 auto;
  outline: 0;
  border: 0;
  padding: 12px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  background: #0E4B67;
  color: white;
}
.response .form-inputs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1180px) {
  .response .form-inputs {
    flex-direction: row;
  }
}
.response .form-inputs__half {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media only screen and (min-width: 1180px) {
  .response .form-inputs__half {
    width: 50%;
    padding-left: 2.5rem;
  }
}
.response label {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 5px 0;
}
.response span.error {
  margin-top: 8px;
  color: #e40908;
  font-weight: 500;
  font-size: 1.15rem;
}
.response .form-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1rem 0 2rem 0;
  border-bottom: 1px solid #0E4B67;
  padding-bottom: 1rem;
  width: 100%;
  color: #0E4B67;
}
.response .form-field-select, .response .form-field-textArea, .response .form-field-fileUpload {
  margin: 1rem 0 2.75rem 0 !important;
}
.response .form-field-textArea {
  flex-grow: 1;
  resize: none;
}
.response .form-field-textArea .edit {
  height: 100%;
}
.response .form-field-fileUpload {
  margin: 0 0 5px 0;
}
.response .form-field {
  margin: 0 0 1rem 0;
}
.response .form-field .edit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.response .form-field input {
  padding: 10px 5px 10px 5px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}
.response .form-field input:focus, .response .form-field input :active {
  border: 1px solid #0E4B67;
  outline: 0;
}
.response .form-field textarea {
  padding: 10px 5px 10px 5px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  flex-grow: 1;
  border: 1px solid #f1f1f1;
  resize: none;
}
.response .form-field textarea:focus, .response .form-field textarea :active {
  border: 1px solid #0E4B67;
  outline: 0;
}
.response .form-field select {
  padding: 10px 10px 10px 0;
  border: none;
  cursor: pointer;
}
.response .form-field .uploader-input-file {
  outline: none;
  border: 0;
  margin: 5px 0;
}
.response .form-field .uploader-btn-add button {
  background: #1a1c5c;
}

.content {
  padding: 8rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .content {
    padding: 9rem 0 0 0;
  }
}
.content__subpage {
  padding: 1rem 2rem;
  max-width: 120rem;
  margin: 0 auto;
}

.text-default {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .text-default {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.text-default a {
  color: #c82973;
}
.text-default a:hover {
  color: #0E4B67;
}
.text-default h1 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 3rem;
}
.text-default h2 {
  margin: 0 0 2rem 0;
  color: #c82973;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-default h2 {
    font-size: 2.4rem;
    margin: 0 0 3.5rem 0;
  }
}
.text-default h3 {
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
  color: #0E4B67;
}
@media only screen and (min-width: 768px) {
  .text-default h3 {
    font-size: 2rem;
    margin: 0 0 2.5rem 0;
  }
}
.text-default h4 {
  margin: 0 0 1rem 0;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .text-default h4 {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
  }
}
.text-default hr {
  margin: 0 0 4rem 0;
  padding: 0;
  border-top: 0.1rem solid #666;
}
.text-default ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .text-default ul {
    margin: 0 0 6rem 0;
  }
}
.text-default ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}
.text-default ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #c82973;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .text-default ul li:before {
    top: 0.9rem;
  }
}
.text-default ul.big {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .text-default ul.big {
    margin: 0 0 6rem 0;
  }
}
.text-default ul.big li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.5rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}
.text-default ul.big li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/templates/styles/images/eye.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*@media only screen and (min-width: 768px) {
      top: 0.2rem;
  }*/
}
.text-default ul.big li ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 1rem 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .text-default ul.big li ul {
    margin: 0 0 6rem 0;
  }
}
.text-default ul.big li ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}
.text-default ul.big li ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #c82973;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .text-default ul.big li ul li:before {
    top: 0.9rem;
  }
}
.text-default img {
  max-width: 100%;
}
.text-default p {
  font-size: 1.6rem;
  margin: 0 0 4rem 0;
}
.text-default p.blockquote {
  padding: 0.5rem 0 0.5rem 3rem;
  border-left: 0.5rem solid #c82973;
  color: #777;
}
.text-default .text-center {
  text-align: center;
}
.text-default .image-404 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 55rem;
}
.text-default .text-404 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  margin: 3rem 0 6rem;
  color: #de001f;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .text-default .text-404 {
    font-size: 3.5rem;
  }
}
.text-default .h2-404 {
  font-size: 3rem;
  max-width: 60rem;
  margin: 6rem auto 2.5rem;
}
.text-default .btn-primary {
  min-width: 20rem;
  margin: 0 auto;
}
.text-default .backtohp {
  background: #0e4b67 !important;
  border-color: #0e4b67 !important;
}

/*subpage boxy*/
.subpage-intro {
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-intro {
    padding: 0 0 6rem 0;
  }
}
.subpage-intro p {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 990px) {
  .subpage-intro p {
    font-size: 2.4rem;
  }
}

.subpage-image-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 4rem;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left {
    margin: 0 0 8rem;
    justify-content: flex-start;
  }
}
.subpage-image-left__image {
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__image {
    width: calc(33% - 3rem);
    padding: 0;
  }
}
.subpage-image-left__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 0.6rem;
}
.subpage-image-left__image--tabs {
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__image--tabs {
    width: calc(25% - 3rem);
  }
}
.subpage-image-left__text {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .subpage-image-left__text {
    border-left: 0.9rem solid #afafaf;
    padding: 0 0 0 3rem;
    text-align: left;
  }
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__text {
    max-width: calc(100% - 560px);
    margin: 0 0 0 5rem;
  }
}
.subpage-image-left__text--tabs {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__text--tabs {
    width: calc(75% - 2rem);
  }
}
.subpage-image-left__text--tabs p {
  font-size: 1.6rem !important;
}
.subpage-image-left__tabs-title {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 2.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.subpage-image-left p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left p {
    font-size: 1.8rem;
  }
}
.subpage-image-left p:last-child {
  margin: 0;
}

.subpage-three-boxes {
  margin: 0 0 6rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-three-boxes {
    margin: 0 0 11rem 0;
  }
}
.subpage-three-boxes__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.subpage-box {
  width: 100%;
  padding: 3rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-box {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 990px) {
  .subpage-box {
    width: calc(33.333% - 3rem);
  }
}
.subpage-box__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 990px) {
  .subpage-box__title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .subpage-box__title {
    font-size: 3.8rem;
  }
}
.subpage-box p {
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .subpage-box p {
    font-size: 1.8rem;
  }
}
.subpage-box--primary {
  background: #c82973;
}
.subpage-box--primary a {
  background: #0E4B67;
}
.subpage-box--primary a:hover {
  border-color: #fff;
  background: transparent;
}
.subpage-box--primary a:not(.button) {
  display: flex;
  align-items: center;
  color: #fff;
  background: transparent;
  padding: 0.8rem 0;
  text-decoration: underline;
  text-underline-position: under;
}
.subpage-box--primary a:not(.button):hover {
  text-decoration: none;
}
.subpage-box--primary a:not(.button) img {
  margin: 0 1rem 0 0;
}
.subpage-box--secondary {
  background: #0E4B67;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.subpage-box--secondary a:hover {
  border-color: #fff;
  background: transparent;
}
.subpage-box--gray {
  background: #d9d9d9;
  display: flex;
  align-items: center;
}
.subpage-box--gray p {
  color: #0E4B67;
}
.subpage-box--blue {
  background: #0E4B67;
}
@media only screen and (min-width: 990px) {
  .subpage-box:first-child {
    margin: 0 2.2rem 0 0;
  }
  .subpage-box:nth-child(2) {
    margin: 0 2.2rem 0 2.2rem;
  }
  .subpage-box:last-child {
    margin: 0 0 0 2.2rem;
  }
}

.subpage-quotation {
  margin: 0 auto;
  max-width: 77rem;
  position: relative;
}
.subpage-quotation p {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 990px) {
  .subpage-quotation p {
    font-size: 4rem;
  }
}
.subpage-quotation:before {
  content: "";
  position: absolute;
  background: url(/templates/styles/images/quote.svg) center center no-repeat;
  left: 0;
  top: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: translateX(-50%);
}

.subpage-text-center {
  margin: 0 auto;
  max-width: 77rem;
}
.subpage-text-center p {
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 990px) {
  .subpage-text-center p {
    font-size: 1.8rem;
  }
}

.subpage-box-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 5rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-box-image {
    margin: 0 0 9rem 0;
  }
}
.subpage-box-image__box {
  width: 100%;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-box-image__box {
    width: calc(50% - 5rem);
    margin: 2.5rem;
  }
}
.subpage-box-image__inner {
  background: #0E4B67;
  border-radius: 0.6rem;
  padding: 5.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.6rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .subpage-box-image__inner {
    text-align: left;
  }
}
.subpage-box-image p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.subpage-stick-list {
  max-width: 63rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subpage-stick-list__box {
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .subpage-stick-list__box {
    width: 50%;
  }
}
.subpage-stick-list__box--image {
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .subpage-stick-list__box--image {
    text-align: left;
  }
}

.subpage-stick-list-background {
  max-width: 111rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.subpage-stick-list-background__box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subpage-stick-list-background__box {
    padding: 2rem;
    width: 50%;
  }
}
.subpage-stick-list-background__box--image {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .subpage-stick-list-background__box--image {
    text-align: left;
  }
}
.subpage-stick-list-background__box ol {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .subpage-stick-list-background__box ol {
    padding: 3rem;
  }
}

a.subpage-button {
  text-decoration: none;
  background: #c82973;
  border: 1px solid #c82973;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 1.5rem 5rem;
  transition: 0.3s;
}
a.subpage-button:hover {
  background: #fff;
  color: #c82973;
}

/* === mixins === */
/* === container obsahu main === */
/* === layout box === */
/* === flex dolu nalevo === */
/* === flex doprava center === */
.content__catalogue {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 2rem;
  /*vykopu co nechci */
  /*konec uklidu */
}
.content__catalogue .catalogue-heading {
  color: #040404;
  text-align: left;
  font-size: 2.3rem;
  font-weight: 700;
}
.content__catalogue .catalogue-btn {
  margin: 10px 0 10px auto;
  background: #0E4B67;
  color: #fff;
  text-decoration: none;
  font-size: 1.45rem;
  padding: 10px 12px;
  border-radius: 8px;
  display: block;
  max-width: fit-content;
  font-weight: 600;
}
.content__catalogue .catalogue-btn:hover {
  transition: all 0.15s;
  background: #0a364b;
}
.content__catalogue nav {
  width: 100%;
}
.content__catalogue .catalogue {
  width: calc(100% - 0rem);
}
@media only screen and (min-width: 997px) {
  .content__catalogue .catalogue {
    width: calc(75% - 5rem);
    margin-right: 5rem;
  }
}
.content__catalogue aside {
  display: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 997px) {
  .content__catalogue aside {
    width: 25%;
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.5rem;
  }
}
.content__catalogue aside .aside-heading {
  font-weight: 600;
  font-size: 1.65rem;
}
.content__catalogue aside .aside-box {
  width: 250px;
  height: 250px;
  padding: 1rem;
  border: 1px solid #c7cad5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center !important;
  justify-content: space-between;
  margin-bottom: 2rem;
  transition: all 0.25s;
}
.content__catalogue aside .aside-box:hover {
  transition: all 0.15s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content__catalogue aside .aside-box p {
  font-size: 1.25rem;
  font-weight: 500;
}
.content__catalogue aside .aside-box img {
  width: 80%;
  padding: 1rem;
}
.content__catalogue .catalogue-header {
  display: none;
}
.content__catalogue .content__filters {
  display: none;
}
.content__catalogue .grid-list__item {
  background: white;
  width: 100%;
  text-decoration: none;
  transition: all 0.25s;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e8e7eb;
  text-decoration: none;
  color: #040404;
  margin-bottom: 25px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content__catalogue .grid-list__item:hover {
  transition: all 0.15s;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.content__catalogue .grid-list__item img {
  display: none;
}
.content__catalogue .grid-list__item .product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content__catalogue .grid-list__item .product-card__title {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 1.75rem;
  text-align: left;
  margin: 0;
}
.content__catalogue .grid-list__item .product-card__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}
.content__catalogue .grid-list__item .product-card__info li {
  color: #c82973;
  font-size: 1.5rem;
  padding-right: 12px;
  position: relative;
  margin-right: 12px;
}
.content__catalogue .grid-list__item .product-card__info li::after {
  height: 100%;
  width: 1px;
  background: #c82973;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.content__catalogue .grid-list__item .product-card__info li:last-child::after {
  display: none;
}
.content__catalogue .grid-list__item .product-card__salary {
  color: #0E4B67;
  font-weight: 700;
  font-size: 1.85rem;
  margin: 10px 0 0 0;
}

@keyframes blur {
  0% {
    transform: translateY(-100%) scale(0.9);
    filter: blur(50px);
  }
  100% {
    transform: translateY(0%) scale(1);
    filter: blur(0);
  }
}
.head-slider {
  position: relative;
}
.head-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.head-slider .slick-slide,
.head-slider .head-slider__item {
  height: 20rem;
}
@media only screen and (min-width: 550px) {
  .head-slider .slick-slide,
.head-slider .head-slider__item {
    height: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .head-slider .slick-slide,
.head-slider .head-slider__item {
    height: 38rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-slider .slick-slide,
.head-slider .head-slider__item {
    height: 48rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider .slick-slide,
.head-slider .head-slider__item {
    height: 50rem;
  }
}
.head-slider .slick-slide.slick-active .head-slider__text {
  animation: blur 1s ease 0s;
}
.head-slider .slick-slide.slick-active.slick-current .head-slider__text {
  opacity: 1 !important;
}
.head-slider__item {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.head-slider__item img {
  display: block;
  width: 100%;
}
.head-slider__text {
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 10;
  opacity: 0 !important;
  width: 100%;
  /*@media only screen and (min-width: 768px) {
      bottom: 10%;
  }

  @media only screen and (min-width: 991px) {
      bottom: 14%;
  }

  @media only screen and (min-width: 1500px) {
      bottom: 12%;
  }

  @media only screen and (min-width: 1700px) {
      bottom: 12%;
  }*/
}
@media only screen and (min-width: 2000px) {
  .head-slider__text {
    left: 20%;
  }
}
.head-slider__text .container {
  max-width: 30rem;
  margin: 0 auto 0 0rem;
}
@media only screen and (min-width: 768px) {
  .head-slider__text .container {
    margin: 0 auto 0 10rem;
  }
}
@media only screen and (min-width: 991px) {
  .head-slider__text .container {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__text .container {
    max-width: 80rem;
  }
}
.head-slider__text span {
  display: block;
  text-align: right;
}
.head-slider__text span.small {
  font-size: 1.8rem;
}
.head-slider__text p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .head-slider__text p {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 991px) {
  .head-slider__text p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-slider__text p {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__text p {
    font-size: 5rem;
  }
}
.head-slider__btn {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: -4rem;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #c82973;
  border: 2px solid #c82973;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  border-radius: 1rem;
}
@media only screen and (min-width: 550px) {
  .head-slider__btn {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .head-slider__btn {
    font-size: 1.6rem;
    padding: 2rem 4rem;
  }
}
.head-slider__btn:hover {
  color: #c82973;
  background: #fff;
}
.head-slider__icons {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  left: 2rem;
  bottom: 2rem;
}
@media only screen and (min-width: 2000px) {
  .head-slider__icons {
    left: 30%;
    bottom: 2rem;
    transform: translate(-50%, -50%);
  }
}
.head-slider__icons .banner-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 3rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .head-slider__icons .banner-icon {
    font-size: 1.5rem;
  }
}
.head-slider__icons .banner-icon img {
  width: 100%;
  max-width: 2.5rem;
}
@media only screen and (min-width: 550px) {
  .head-slider__icons .banner-icon img {
    max-width: 3.5rem;
  }
}
.head-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .head-slider .slick-dots {
    bottom: 2.5rem;
  }
}
.head-slider .slick-dots li {
  margin: 0 0.3rem;
  width: 3rem;
  height: 0.1rem;
}
@media only screen and (min-width: 550px) {
  .head-slider .slick-dots li {
    margin: 0 0.6rem;
    width: 5rem;
    height: 0.2rem;
  }
}
.head-slider .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.head-slider .slick-dots li button {
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  padding: 0;
  width: 3rem;
  height: 0.1rem;
}
@media only screen and (min-width: 550px) {
  .head-slider .slick-dots li button {
    width: 5rem;
    height: 0.2rem;
  }
}
.head-slider .slick-dots li button:before {
  content: none;
}

.slick-slider {
  width: 100%;
}
.slick-slider .slick-track {
  background: #1E1919;
}
.slick-slider .slick-track .item-img {
  margin-top: 1rem;
  width: 100%;
  height: 100%;
  max-width: 22rem;
  max-height: 24rem;
  min-width: 12rem;
  min-height: 0rem;
  padding: 0 6rem;
}
.slick-slider .slick-dots {
  display: none;
}

.head-slider .slick-track {
  background: transparent;
  padding: 0 0 2rem 0;
}

.content__blog {
  margin: 0 auto;
  max-width: 156rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .content__blog {
    padding: 0 2rem;
  }
}
.content__blog h1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 3rem;
}

.blog {
  padding: 2rem 0;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .blog {
    padding: 2rem 0 6rem;
  }
}
.blog__title {
  width: 100%;
  padding: 0;
  margin: 0 0 3rem 0;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 2.6rem;
}
@media only screen and (min-width: 550px) {
  .blog__title {
    margin: 0 0 4rem 0;
  }
}
.blog__action {
  padding: 2rem 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .blog__action {
    padding: 4rem 0 0 0;
  }
}
.blog__action a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  position: relative;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.3s;
}
.blog__action a:hover {
  text-decoration: none;
  color: #c82973;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  justify-content: center;
}
@media only screen and (min-width: 1400px) {
  .blog-list {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-list {
    width: calc(100% + 8rem);
    margin: 0 -4rem;
  }
}
.blog-list__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 550px) {
  .blog-list__item {
    width: 50%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 990px) {
  .blog-list__item {
    width: 25%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__item {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-list__item {
    padding: 0 3.8rem;
  }
}

.blog-card {
  min-height: 100%;
  text-decoration: none;
  background: #fff;
  color: #000;
  display: block;
  transition: 0.3s;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 1rem;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card__image {
  display: block;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.3s;
}
.blog-card__info {
  position: relative;
  z-index: 2;
  padding: 1.5rem 1rem 1rem 1rem;
}
.blog-card__name {
  padding: 0;
  margin: 1rem;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.2rem;
  text-align: center;
}
.blog-card__desc {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6.3rem;
}
.blog-card__desc p {
  margin: 0;
}
.blog-card__date {
  font-size: 1.2rem;
  border-left: 0.1rem solid #0E4B67;
  padding: 0 0 0 0.7rem;
  margin: 2rem 0 0rem 0;
}
.blog-card__btn {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  background: #c82973;
  padding: 0.5rem 1.5em;
  border: 1px solid #c82973;
  transition: 0.3s;
  margin: 2rem 0 0 0;
  border-radius: 1rem;
}
.blog-card__btn:hover {
  color: #c82973;
  background: transparent;
}

.blog-detail {
  width: 100%;
  margin: 0 auto;
  max-width: 76rem;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .blog-detail {
    padding: 1rem 0 0 0;
  }
}
.blog-detail h1 {
  margin: 0 0 3rem 0 !important;
}
.blog-detail__date {
  font-size: 1.2rem;
  margin: 0 0 3.5rem 0;
}

.siroky-obrazek-wrapper {
  display: block;
  margin: 0 0 4rem 0;
}

.breadcrumb {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #c82973;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  margin: 0;
  list-style: none;
  font-weight: 600;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    padding: 2rem 2rem;
  }
}
.breadcrumb a {
  color: #c82973 !important;
  text-decoration: underline !important;
  background: none !important;
  font-weight: 600;
}
.breadcrumb a:hover {
  text-decoration: none !important;
  color: #1a1c5c !important;
}
.breadcrumb img {
  width: 1.5rem;
  height: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  display: inline-block;
  padding: 0 0.7rem;
  color: #828483;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-ready {
  /*backdrop-filter: blur(5px) !important;
  opacity: 1 !important;
  background: transparent !important;*/
  /*& #loginForm {
      margin: 0 auto;
      max-width: 500px;
      width: fit-content;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      padding: 10rem 5rem;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
      -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
      -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
      -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
      -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
      //odkaz
      & a{
          text-decoration: underline;
          color: #333;
      }
      //form
      & form{
          width: 100%;
      }
      //field
      & .form-field {
          margin: 2rem auto;

          & .label {
              font-size: 1.2rem;
              margin-bottom: 8px;
          }

          & .error{
              color: red;
          }

          & input {
              font-size: 15px;
              color: #333;
              line-height: 1.2;
              display: block;
              width: 100%;
              height: 45px;
              background: 0 0;
              padding: 0 5px;
              border: 0;
              outline: 1px solid #ececec;
              background: #ececec;
              border-radius: 5px;
              margin: 5px 0;*/
  /*&:focus {
      outline: 1px solid $secondary;
      -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      background: #ececec;
  }*/
  /*}
      }
      //login btn
      & .editButton {
          margin: 2rem auto;

          & .button {
              outline: 0;
              border: 0;
              background: $secondary;
              width: 100%;
              border-radius: 5px;
              padding: 8px 12px;
              font-size: 1.6rem;
              font-weight: 600;
              color: white;
              transition: $transtition;
              cursor: pointer;

              &:hover {
                  background: $secondaryHover;
                  transition: $transitionHover;
              }
          }
      }
  }*/
}

/* === mixins === */
/* === container obsahu main === */
/* === layout box === */
/* === flex dolu nalevo === */
/* === flex doprava center === */
/* === imports ==== */
/* === mfp things === */
.mfp-bg {
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  backdrop-filter: blur(2px);
}

/* === breakpointy === */
/* === keyframes === */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* === mixin === */
/* button */
/* animace */
/* fonty */
/* before after*/
/* flex */
/* fa */
/* nahled */
/*button */
/* triangles */
/* placeholder */
/* cover background */
/* transitioning btn */
/* quantity buttons */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.profile {
  display: flex;
  flex-wrap: wrap;
}
.profile .customer-group {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 0 1rem 0;
}
.profile .customer-group__title {
  text-align: center;
}
.profile .customer-group__fields {
  display: flex;
  flex-wrap: wrap;
}
.profile .customer-group__button {
  text-align: center;
}
.profile .customer-group__button a {
  display: inline-block;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  background-color: #c82973;
  z-index: 1000;
  outline: none !important;
  padding: 1.5rem;
  top: 0;
  margin: 0 0 1rem 1.5rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.profile__menu.open {
  left: 0;
}
.profile__menu.open .profile-menu-toggle img {
  transform: rotate(180deg);
}
.profile__menu {
  max-width: 30rem;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  line-height: 1.6;
  position: absolute;
  transition: 0.4s;
  left: -30rem;
  z-index: 1;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .profile__menu {
    position: relative;
    left: 0;
  }
}
.profile__menu .profile-menu-toggle {
  position: absolute;
  width: 5.5rem;
  background: #fff;
  right: -5.5rem;
  top: 0;
  z-index: 1;
  text-align: center;
  display: block;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(-15px 0px -15px -15px);
  clip-path: inset(-15px -15px -15px 0px);
  cursor: pointer;
  padding: 1rem;
}
@media only screen and (min-width: 1200px) {
  .profile__menu .profile-menu-toggle {
    display: none;
  }
}
.profile__menu .profile-menu-toggle img {
  max-width: 3.5rem;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(1380%) hue-rotate(302deg) brightness(94%) contrast(102%);
}
.profile__menu .profile-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  margin: 4rem 0 4rem 0;
}
.profile__menu .profile-links li {
  background: transparent;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 0.5rem 2.5rem;
  /*
  &.current {
      border-bottom: 2px solid $secondary;
  }*/
}
.profile__menu .profile-links li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: #c82973;
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:nth-child(1):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:nth-child(2):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:nth-child(3):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:nth-child(4):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:last-child:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.profile__menu .profile-links li:hover {
  /* border-bottom: 2px solid $secondaryHover;*/
}
.profile__menu .profile-links li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  width: 100%;
}
.profile__menu .product-links {
  font-size: 1.6rem;
}
.profile__menu .product-links h3 {
  margin: 0 0 0.5rem 0;
  font-weight: 800;
}
.profile__menu .product-links h4 {
  color: #c82973;
  margin: 0 0 1rem 0;
  font-weight: 800;
}
.profile__menu .product-links__item .product-link {
  margin: 0 0 2rem 0;
}
.profile__menu .product-links__item .product-link .actions a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0 0 1rem;
}
.profile__menu .product-links__item .product-link .actions a:hover {
  text-decoration: underline;
}
.profile__menu .login_preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.profile__menu .login_preview .image {
  max-width: 3.5rem;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.profile__menu .login_preview .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.profile__menu .login_preview .name {
  font-size: 1.6rem;
  width: calc(100% - 5rem);
  margin: 0 0 0 auto;
  line-height: 1.2;
}
.profile__menu .login_preview .name div:nth-child(2) {
  font-size: 1.2rem;
}
.profile__menu .login_preview .other-account {
  display: block;
  text-align: center;
  margin: 1rem 0 1rem 0;
  width: 100%;
  font-size: 1.2rem;
  color: #c82973;
  font-weight: 600;
}
.profile__container {
  margin: 0 auto;
  width: 100%;
  padding: 2rem 2rem 5rem 2rem;
  background: #e5e5e5;
  position: relative;
  /* vyttvoreni apod*/
}
@media only screen and (min-width: 1200px) {
  .profile__container {
    width: calc(100% - 30rem);
  }
}
.profile__container .controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.profile__container .controls a.createBtn {
  width: unset;
  padding: 15px 20px;
  margin-left: 0;
}
.profile__container .controls a.delete {
  background: #e40908;
  transition: all 0.25s;
}
.profile__container .controls a.delete:hover {
  transition: all 0.15s;
  background: #ef6e6d;
}
.profile__container h2 {
  margin: 2rem 0 4rem 0;
  text-align: center;
  color: #244f65;
  font-size: 2rem;
}
.profile__container h1 {
  text-align: center;
  color: #244f65;
  margin: 2rem 0 3rem 0;
}
.profile__container p {
  font-size: 1.3rem;
}
.profile__container .filter {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.profile__container .profile__calls-list .drp-buttons .btn {
  background: #357ebd;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
}
.profile__container .profile__calls-list .call_item.unread {
  font-weight: 700;
}
.profile__container .profile__calls-list .call_item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
  background: #d3dce1;
  align-items: center;
  font-size: 1.4rem;
  /*&:last-child {
      border-radius: 0px 0px 12px 12px;
  }*/
}
.profile__container .profile__calls-list .call_item:first-child {
  background: white;
  border-radius: 12px 12px 0 0px;
  font-weight: 800;
  padding: 2rem 1rem;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .profile__container .profile__calls-list .call_item:first-child {
    display: flex;
  }
}
.profile__container .profile__calls-list .call_item:first-child div:nth-child(3) {
  font-weight: 800;
}
.profile__container .profile__calls-list .call_item:nth-child(2n+1) {
  background: white;
}
.profile__container .profile__calls-list .call_item > div {
  text-align: center;
  padding: 0 1rem 1.5rem;
  width: 100%;
  flex-grow: 1;
}
.profile__container .profile__calls-list .call_item > div:nth-child(1) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(2) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(3) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(4) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(5) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(6) {
  width: calc(100% / 2);
}
.profile__container .profile__calls-list .call_item > div:nth-child(7) {
  width: 100%;
}
.profile__container .profile__calls-list .call_item > div:nth-child(8) {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .profile__container .profile__calls-list .call_item > div {
    padding: unset;
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(1) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(2) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(3) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(4) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(5) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(6) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(7) {
    width: 50%;
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(8) {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .profile__container .profile__calls-list .call_item > div {
    padding: unset;
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(1) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(2) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(3) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(4) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(5) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(6) {
    width: calc(100% / 12);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(7) {
    width: calc(100% / 6);
  }
  .profile__container .profile__calls-list .call_item > div:nth-child(8) {
    width: calc(100% / 5);
  }
}
.profile__container .profile__calls-list .call_item .audio audio {
  width: 100%;
  max-height: 3rem;
}
.profile__container .profile__calls-list .call_item .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile__container .profile__calls-list .call_item .actions a {
  background: #595959;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 1rem;
  margin: 0 0.2rem 0.2rem;
  border: 2px solid #595959;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
}
.profile__container .profile__calls-list .call_item .actions a:hover {
  background: #c82973;
  color: #fff;
  border: 2px solid #c82973;
}
.profile__container .profile__calls-list .call_item .actions a.cp {
  border: 2px solid #ae366c;
  background: #ae366c;
  color: #fff;
}
.profile__container .profile__calls-list .call_item .actions a.cp:hover {
  background: #fff;
  color: #ae366c;
}
.profile__container .profile__calls-list .cp {
  cursor: pointer;
}
.profile__container .stars {
  display: inline-flex;
  flex-direction: row;
  font-size: 10px;
}
.profile__container .star {
  color: gray;
  position: relative;
  display: block;
  font-size: 3em;
  font-weight: 800;
}
.profile__container .star.selected {
  color: #c43874;
}
.profile__container .call-wrapper {
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
  font-size: 1.4rem;
}
.profile__container .call-wrapper .call_header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.profile__container .call-wrapper .call_header .cp {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ae366c;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1.8rem;
  border-radius: 1rem;
  margin: 0 0.2rem;
  border: 2px solid #ae366c;
  transition: 0.3s;
  font-size: 1.3rem;
}
.profile__container .call-wrapper .call_header .cp:hover {
  background: #fff;
  color: #ae366c;
}
.profile__container .call-wrapper .call_header > div {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  .profile__container .call-wrapper .call_header > div {
    width: 50%;
  }
}
.profile__container .call-wrapper .call_header > div > * {
  margin: 0 0 0 1rem;
  font-weight: 700;
}
.profile__container .call-wrapper .call_header > div audio {
  max-height: 3rem;
}
.profile__container .call-wrapper .zaznam ul {
  width: 100%;
  /*min-height: 100dvh;*/
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.profile__container .call-wrapper .zaznam ul li {
  width: 100%;
  padding: 1em;
  margin: 0.5em;
  border-radius: 1rem;
  max-width: 60%;
  display: inline-flex;
  align-self: flex-start;
  margin-left: 0;
  line-height: 1.4;
}
.profile__container .call-wrapper .zaznam ul li > div {
  width: calc(90%);
  display: block;
  overflow: overlay;
  white-space: break-spaces;
}
.profile__container .call-wrapper .zaznam ul li ul li {
  margin: 0;
  position: relative;
  padding: 0px 0px 5px 15px;
  white-space: normal;
  display: inline-block;
}
.profile__container .call-wrapper .zaznam ul li ul li:before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 5px;
}
.profile__container .call-wrapper .zaznam ul li[data-src=User] {
  background: #d2dde1;
}
.profile__container .call-wrapper .zaznam ul li[data-src=Assistant] {
  background: #d9dbda;
  align-self: flex-end;
  margin-right: 0;
}
.profile__container .call-wrapper .zaznam ul li[data-src=Code] {
  background: yellow;
  align-self: flex-end;
  margin-right: 0;
}
.profile__container .call-wrapper .zaznam p {
  margin: 0 0 0.4rem 0;
  white-space: normal;
}
.profile__container .call-wrapper .zaznam h2 {
  margin: 0 0 1rem 0;
}
.profile__container .call-wrapper .zaznam .back-button {
  background: #1e516c;
  color: #fff;
  padding: 0.8rem 4rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  margin: 3rem 0 0 0;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #1e516c;
  transition: 0.3s;
}
.profile__container .call-wrapper .zaznam .back-button:hover {
  background: #fff;
  color: #1e516c;
}
.profile__container .pager {
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.profile__container .pager ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.profile__container .pager ul input[name=dates] {
  border: none;
  background: transparent;
  color: black;
  outline: none;
  cursor: pointer;
}
.profile__container .pager ul li {
  list-style: none;
  margin: 0.5rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.profile__container .pager ul li span, .profile__container .pager ul li a {
  text-decoration: none;
  color: #0E4B67;
}
.profile__container .pager ul li.current {
  background: #b7487a;
  color: #fff;
}
.profile__container .pager ul li.current span {
  color: inherit;
}
.profile__container .status-filter {
  margin: 0 0 2rem 0;
}
.profile__container .status-filter__title {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.profile__container .status-filter .status {
  margin: 0 0 1rem 0;
}
.profile__container .helper_button {
  width: 3rem;
  height: 3rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e4b67;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 3.5rem;
}
.profile__container .new-set {
  width: 100%;
  text-align: center;
}
.profile__container .new-set__btn {
  background: #c82973;
  text-decoration: none;
  color: #fff;
  padding: 1.2rem 3.4rem;
  border-radius: 1rem;
  margin: 2rem 0 0 0;
  border: 2px solid #c82973;
  transition: 0.3s;
  display: inline-block;
  font-size: 1.8rem;
}
.profile__container .new-set__btn:hover {
  background: #fff;
  color: #c82973;
}
.profile__container .newbtn {
  background: #c82973;
  text-decoration: none;
  color: #fff;
  padding: 0.2rem 1.4rem;
  border-radius: 1rem;
  margin: 0 0.2rem;
  border: 2px solid #c82973;
  transition: 0.3s;
  display: inline-block;
}
.profile__container .plachta {
  margin: 0 auto 2rem;
  max-width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
}
.profile__container .plachta__graph {
  display: inline-block;
  max-height: 250px;
  width: 100%;
}
.profile__container .plachta__graph canvas {
  cursor: pointer;
}
.profile__container .plachta .remove-filter {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  top: unset;
  display: block;
  background: white;
  padding: 0.8rem;
  border-radius: 1.5rem;
  cursor: pointer;
  border: 1px solid #dadada;
  font-size: 1.4rem;
}
.profile__container .remove-filter {
  position: absolute;
  top: 1rem;
  right: 20rem;
  display: block;
  background: white;
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
  border: 1px solid #dadada;
}
.profile__container .status-update {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #727270;
  border-radius: 99%;
  background: #fff;
  color: #727270;
  height: 2em;
  width: 2em;
  cursor: pointer;
  margin: 0 auto;
}
.profile__container .statis-update:hover {
  border: 1px solid black;
}
.profile__container .status {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid lightgray;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
}
.profile__container .status.selected {
  border-bottom: 2px solid pink;
}
.profile__container .status.status-new {
  background: white;
  color: black;
}
.profile__container .status.status-ongoing {
  background: green;
  color: #fff;
}
.profile__container .status.status-done {
  background: black;
  color: white;
}
.profile__container .status.status-stop {
  background: orange;
  color: white;
}
.profile__container .status.status-accepted {
  background: lightgreen;
  color: black;
}
.profile__container .status.status-pending {
  background: #ffa700;
  color: #000;
}
.profile__container .status.status-canceled {
  background: red;
  color: white;
}
.profile__container .status-no-answer {
  background: #888888;
  color: #fff;
}
.profile__container .status-completed {
  background: #000000;
  color: #fff;
}
.profile__container .status-failed, .profile__container .status-failed_tries, .profile__container .status-failed_data, .profile__container .status-duplicate {
  background: #ffffff;
}
.profile__container .status-busy {
  background: #FF0000;
  color: #fff;
}
.profile__container .status-in-progress {
  background: #FFA500;
}
.profile__container .status-queued {
  background: #fb7979;
}
.profile__container .status-ringing {
  background: #90ee90;
}
.profile__container .status-initiated {
  background: #1494de;
}
.profile__container .status-canceled {
  background: #863f8c;
}
.profile__container .status-success {
  background: #08bd08;
  color: #fff;
}
.profile__container .status-dont {
  background: #500767;
  color: #fff;
}
.profile__container .status-again {
  background: #0b1f78;
  color: #fff;
}
.profile__container .status-pendingResult {
  background: #8dbff2;
}
.profile__container .openMinedData {
  padding: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  position: relative;
  text-decoration: underline dotted;
}
.profile__container .openMinedData:before {
  position: absolute;
  top: -5px;
  left: -5px;
  font-family: "FontAwesome";
  content: "";
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #919191;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__container .my-products__list {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.profile__container .my-products__item {
  padding: 0 1rem;
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .profile__container .my-products__item {
    width: 50%;
  }
}
@media only screen and (min-width: 990px) {
  .profile__container .my-products__item {
    width: 33.33%;
  }
}
.profile__container .my-products .my-products-card {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.profile__container .my-products .my-products-card h3 {
  color: white;
  background: #0e4b67;
  width: 100%;
  text-align: center;
  padding: 1rem;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  position: relative;
}
.profile__container .my-products .my-products-card h3 button {
  position: absolute;
  top: 4px;
  right: 5px;
}
.profile__container .my-products .my-products-card h3.voicebot {
  color: white;
  background: #c82973;
}
.profile__container .my-products .my-products-card b {
  font-size: 2.2rem;
  margin: 0 auto 2rem auto;
  display: block;
  text-align: center;
  color: #272727;
}
.profile__container .my-products .my-products-card .pair {
  display: flex;
  padding: 0 2rem;
  margin: 0 auto 1rem;
  font-size: 1.6rem;
}
.profile__container .my-products .my-products-card .pair span {
  width: 50%;
}
.profile__container .my-products .my-products-card .pair span:nth-child(2) {
  font-weight: 700;
}
.profile__container .my-products .my-products-card .actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 0 0;
}
.profile__container .my-products .my-products-card .actions a {
  color: #000;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  padding: 0 1.1rem 0 1.1rem;
}
.profile__container .my-products .my-products-card .usage.last {
  margin-top: auto;
}
.profile__container .back-button {
  background: #1e516c;
  color: #fff;
  padding: 0.8rem 4rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  margin: 3rem 0 0 0;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #1e516c;
  transition: 0.3s;
}
.profile__container .back-button:hover {
  background: #fff;
  color: #1e516c;
}
.profile__container .dashboard-graph {
  background: #fff;
  padding: 1rem;
  margin: 0 1rem;
  border-radius: 1rem;
}
.profile__container .dashboard-graph h2 {
  margin: 2rem 1rem 4rem 1rem;
  text-align: center;
  color: #244f65;
  font-size: 2rem;
}
.profile__container .text {
  font-size: 1.6rem;
  text-align: center;
}
.profile .forDevelopers {
  font-weight: 500;
  font-size: 1.3rem;
  color: gray;
  cursor: pointer;
}
.profile .forDevelopers i {
  color: #c82973;
}
.profile .prompt {
  text-align: center;
  margin: 0 0 3rem 0;
}
.profile .prompt__text {
  display: block;
  padding: 1rem 1.5rem;
  border: 2px solid #d0d1d0;
  background: #eaeaea;
  margin: 0 0 1rem 0;
  width: 100%;
  border-radius: 1rem;
  text-align: left;
}
.profile .prompt__text p {
  line-height: 1.4;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}
.profile .ulohy {
  max-width: 80rem;
  margin: 0 auto;
}
.profile .ulohy strong {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
.profile .ulohy h2 {
  color: #c82973;
  margin: 0 0 1.5rem 0;
}
.profile .ulohy__box {
  display: inline-block;
  font-size: 1.6rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  background: #fff;
  line-height: 1.4;
}
.profile .ulohy .editButton {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #c82973;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 2rem;
  margin: 0.5rem auto;
  max-width: 10rem;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s;
  border: 0.2rem solid #c82973;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.profile .ulohy .editButton:hover {
  background: #fff;
  color: #c82973;
}

#MyMoves .caption_main {
  font-size: 2rem;
  font-weight: 600;
}
#MyMoves .controls {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
#MyMoves .controls a {
  margin: 1em 2em;
  background: #019f14;
  color: white;
  text-decoration: none;
  padding: 2em 3em;
}
#MyMoves .controls a.del {
  background: #df0e46cf;
}
#MyMoves .controls a.edit {
  background: purple;
}
#MyMoves .controls a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#MyMoves .items__list {
  padding: 2em 0;
}
#MyMoves .items__list .item {
  margin: 2rem auto;
  background: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
}
#MyMoves .items__list .item__caption {
  width: 25%;
  font-size: 1.8rem;
  font-weight: 700;
}
#MyMoves .items__list .item__status {
  width: 25%;
}
#MyMoves .items__list .item__status span {
  font-size: 1.5rem;
  margin: 0 0.5rem 0 0;
}
#MyMoves .items__list .item__credits {
  width: 25%;
  font-size: 1.6rem;
  font-weight: 700;
}
#MyMoves .items__list .item__date {
  width: 25%;
}
#MyMoves .items__list .item__date span {
  font-size: 1.5rem;
  margin: 0 0.5rem 0 0;
}
#MyMoves .items__list [data-ajax-form=true] {
  background: wheat;
}

/* rest */
.heading-box {
  min-width: 300px;
}

/* odeslani reakce notifikace*/
.response .success {
  display: flex;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
.response .success .success-icon {
  color: #0E4B67;
  font-size: 5rem;
  margin: 0 2rem 0 0;
}

/* === odpovedi */
#MyResponsesList {
  /* top btns*/
  /* table */
  /* popup all zaznamy*/
}
#MyResponsesList .action_btns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 2rem 0;
}
@media only screen and (min-width: 1024px) {
  #MyResponsesList .action_btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
#MyResponsesList .action_btns a {
  max-width: 200px;
  margin: 0 1rem 0 0;
  text-align: center;
}
#MyResponsesList .items__list {
  max-width: 100%;
  width: fit-content;
  min-width: unset;
  font-size: 1.25rem;
  border-collapse: collapse;
  border: none;
  outline: hidden;
  /* head */
  /* rest */
  /* inputy v tabulce */
}
@media only screen and (min-width: 1024px) {
  #MyResponsesList .items__list {
    min-width: 600px;
  }
}
#MyResponsesList .items__list tr:first-child {
  transition: all 0.25s;
  background: #019f14;
  color: #fff;
  cursor: default;
}
#MyResponsesList .items__list tr:first-child th {
  border: none;
  outline: none;
  padding: 12px 20px;
}
#MyResponsesList .items__list tr:first-child:hover {
  background: #019f14;
  transition: all 0.15s;
}
#MyResponsesList .items__list tr {
  transition: all 0.25s;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: none;
  outline: hidden;
  cursor: default;
}
#MyResponsesList .items__list tr td {
  padding: 8px 20px;
  border-collapse: collapse;
  border: none;
  outline: hidden;
  text-align: center;
}
#MyResponsesList .items__list tr:nth-child(even) {
  background: #dadadada;
}
#MyResponsesList .items__list tr:hover {
  background: #c4c4c4;
  transition: all 0.15s;
}
#MyResponsesList .items__list input[type=checkbox] {
  -webkit-appearance: none;
  margin-right: 5px;
  appearance: none;
  background-color: white;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid white;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
#MyResponsesList .items__list input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em green;
  background-color: cyan;
}
#MyResponsesList .items__list input[type=checkbox]:checked::before {
  transform: scale(1);
}
#MyResponsesList .items__list input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid transparent;
  outline-offset: max(2px, 0.15em);
}
#MyResponsesList .items__list input[type=checkbox]:disabled {
  --form-control-color: red;
  color: red;
  cursor: not-allowed;
}
#MyResponsesList .items__list label {
  color: #fff;
  margin-right: 2rem;
}
#MyResponsesList .response-select-all {
  position: relative;
  cursor: help;
}
#MyResponsesList .response-select-all:hover .check-all-responses {
  visibility: visible;
}
#MyResponsesList .check-all-responses {
  display: block;
  max-width: 120px;
  position: absolute;
  top: 0px;
  right: 65px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.85);
  font-size: 0.9rem;
  text-align: center;
  padding: 8px 4px;
  z-index: 100;
  cursor: help;
}

.daterangepicker .ranges li.active {
  background-color: #0e4b67 !important;
}
.daterangepicker td.active {
  background-color: #0e4b67 !important;
}
.daterangepicker .drp-buttons {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.daterangepicker .drp-buttons .btn {
  border: none !important;
}
.daterangepicker .cancelBtn {
  background-color: #595959;
  border-color: #595959;
}

.voice-lines {
  text-align: center;
}
.voice-lines__list {
  display: flex;
  flex-wrap: wrap;
}
.voice-lines__item {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 650px) {
  .voice-lines__item {
    width: 50%;
  }
}
@media only screen and (min-width: 990px) {
  .voice-lines__item {
    width: 33.33%;
  }
}
.voice-lines__item .formField {
  width: 100% !important;
}
.voice-lines__item .formField .label label {
  white-space: normal !important;
}
.voice-lines__item .formField .label label span {
  font-weight: 500;
}
.voice-lines__item .actions {
  padding: 0 1rem;
}

.publish_section {
  padding: 1em 2em;
  border: 2px solid #d0d1d0;
  border-radius: 0.6rem;
  background: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.publish_section > div {
  font-size: 1.4rem;
}
.publish_section .btn {
  background: gray;
  pointer-events: none;
}
.publish_section .btn.active {
  background: #c82973;
  pointer-events: initial;
}
.publish_section .btn.active:hover {
  opacity: 0.8;
}

/*ustredna responsive*/
@media only screen and (max-width: 550px) {
  .profile .settings_table {
    border-spacing: 0.5em 0.8em;
  }
}
.profile .cr-sim {
  flex-wrap: wrap;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quantity-edit {
  display: flex;
  border: 0.1rem solid #c1c1c1;
  width: 7rem;
  flex-wrap: wrap;
}
.quantity-edit .quantity-input {
  flex-grow: 1;
  border: none;
  background: #fff;
  min-width: 0;
  text-align: center;
  width: calc(100% - 2rem);
}
.quantity-edit .quantity-buttons {
  width: 2rem;
  font-size: 0;
}
.quantity-edit .quantity-buttons .quantity-button {
  border: none;
  background: #e2e2e2;
  color: #000;
  height: 2.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.quantity-edit .quantity-buttons .quantity-button--down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover {
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover:before {
  border-bottom: 0.6rem solid #000;
}
.quantity-edit .quantity-buttons .quantity-button--up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover {
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover:before {
  border-top: 0.6rem solid #000;
}

.popup-buy {
  width: 100%;
  max-width: 50rem;
  background: #fff;
  box-shadow: 0 0 50px rgba(26, 30, 34, 0.2);
  z-index: 4000;
  position: relative;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 768px) {
  .popup-buy {
    width: 73rem;
    max-width: unset;
  }
}
.popup-buy .mfp-close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  text-decoration: none;
  font-size: 28px;
  font-family: Arial, sans-serif;
  color: #000 !important;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.popup-buy .mfp-close:active {
  top: 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .mfp-close {
    right: 1.2rem;
    top: 0.5rem;
  }
  .popup-buy .mfp-close:active {
    top: 0.5rem;
  }
}
.popup-buy .popup-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-heading {
    font-size: 1.6rem;
    padding: 1rem 1rem 0 1rem;
  }
}
.popup-buy .popup-content {
  padding: 0 2rem 1.5rem 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-content {
    padding: 1rem;
  }
}
.popup-buy .popup-products {
  margin: 0;
  display: table;
  position: relative;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.popup-buy .popup-products-row {
  display: table-row;
  border: 0.2rem solid #e1effb;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row {
    zoom: 1;
    display: block;
    padding: 1.5rem 0;
    border: 0.1rem solid transparent;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
  background: #fff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
    padding: 2rem 0 1rem 0;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col-second {
  text-align: right;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary .popup-products-col-second {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary {
    padding: 0;
    border: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-label {
  padding-right: 3rem;
  padding-left: 1rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-price {
  text-align: right;
  padding-left: 2rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next {
  background: #00034a;
  color: #fff;
  border: 1px solid #00034a !important;
  font-size: 1.4rem;
  padding: 1.7rem 3.5rem;
  margin: 0 0 0 1rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary .popup-button-next {
    margin: 1rem 0 1rem 1rem;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next:hover {
  background: #fff;
  color: #00034a;
}
.popup-buy .popup-products-row.popup-products-row-summary .close {
  background: grey;
  /*color: color.$primary;*/
  font-size: 1.4rem;
  padding: 1.7rem 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup-buy .popup-products-row.popup-products-row-summary .close:hover {
  /*background: color.$secondary;
  color: color.$secondary;*/
}
.popup-buy .popup-products-row .popup-products-col {
  display: table-cell;
  vertical-align: middle;
  min-width: 19rem;
  padding: 1rem 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col {
    display: block;
    padding: 1rem;
    border: none;
  }
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col:first-child {
    width: 100%;
  }
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-price {
  text-align: right;
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
    width: 100%;
    display: inline-block;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image a {
  display: block;
  position: relative;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image img {
  max-width: 7rem;
  max-height: 7rem;
  padding: 0.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 0;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
    font-size: 1.3rem;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title a {
  text-decoration: none;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-price {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.popup-buy .popup-products-row.popup-products-row-head {
  background: #efefef;
  color: #000;
  line-height: 4rem;
  height: 4.5rem;
  display: none;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-head {
    display: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-head .popup-products-col {
  font-size: 1.4rem;
  font-weight: 600;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-ready {
  /*    backdrop-filter: blur(5px) !important;
      opacity: 1 !important;
      background: transparent !important;*/
}

.btn {
  background: #c82973;
  border-color: #c82973;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
}

.box-reccomend {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ACACAC;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 25px;
  height: 270px;
  width: 240px;
  transition: all 0.25s;
}
.box-reccomend:hover {
  transition: all 0.15s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-reccomend__image {
  width: 180px;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-reccomend img {
  width: 100%;
}
.box-reccomend p {
  font-size: 1.1rem;
  color: #212121;
}

/* filtr box dropdown*/
.filter-box {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  /*select 2*/
  /*end select 2*/
}
.filter-box__p {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}
.filter-box .select2-search {
  padding: 8px 5px !important;
}
.filter-box .select2-results__option {
  padding: 2px 6px !important;
}
.filter-box .select2-results__option::before {
  width: 15px !important;
  height: 15px !important;
}
.filter-box .select2-selection__rendered {
  height: 48px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.filter-box .select2-selection__choice {
  font-weight: 600;
  font-size: 1.35rem !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  outline: none;
  border: none !important;
  background: #bdeeff !important;
  margin: 8px 5px 8px 4px !important;
  padding: 4px 4px 4px 6px !important;
  border-radius: 8px;
  color: #03438b;
  /*stav kdy je dlouhe a da to classu long a ukaze jeden*/
  /* normal stav ukaze 2 pak da plusko*/
}
.filter-box .select2-selection__choice .long:nth-child(n+3) {
  display: none;
}
.filter-box .select2-selection__choice .long:nth-child(2) {
  position: relative;
  color: transparent;
  overflow: hidden;
  min-width: 35px !important;
  max-width: 35px !important;
  height: 35px !important;
  background: #ececec !important;
}
.filter-box .select2-selection__choice .long:nth-child(2)::after {
  position: absolute;
  content: "+";
  right: 10px;
  top: 8px;
  font-size: 2rem !important;
  color: #747474;
}
.filter-box .select2-selection__choice .long:nth-child(2) span {
  display: none;
}
.filter-box .select2-selection__choice:nth-child(n+4) {
  display: none;
}
.filter-box .select2-selection__choice:nth-child(3) {
  position: relative;
  color: transparent;
  overflow: hidden;
  min-width: 35px !important;
  max-width: 35px !important;
  height: 35px !important;
  background: #ececec !important;
}
.filter-box .select2-selection__choice:nth-child(3)::after {
  position: absolute;
  content: "+";
  right: 10px;
  top: 8px;
  font-size: 2rem !important;
  color: #747474;
}
.filter-box .select2-selection__choice:nth-child(3) span {
  display: none;
}
.filter-box .select2-selection__choice__remove {
  color: #fb0b45 !important;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0;
  margin-left: 5px;
  transition: all 0.25s;
}
.filter-box .select2-selection__choice__remove:hover {
  color: #a5072d !important;
  transition: all 0.15s;
}
.filter-box input {
  border: 0;
  outline: 0;
}
.filter-box input[type=text] {
  padding: 10px 15px;
  border-radius: 5px;
}
.filter-box input[type=text]:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.filter-box p {
  color: #fff;
}
.filter-box__inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-box__inputs input[type=checkbox] {
  -webkit-appearance: none;
  margin-right: 5px;
  appearance: none;
  background-color: white;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid white;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.filter-box__inputs input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em green;
  background-color: cyan;
}
.filter-box__inputs input[type=checkbox]:checked::before {
  transform: scale(1);
}
.filter-box__inputs input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid transparent;
  outline-offset: max(2px, 0.15em);
}
.filter-box__inputs input[type=checkbox]:disabled {
  --form-control-color: red;
  color: red;
  cursor: not-allowed;
}
.filter-box__inputs label {
  color: #fff;
  margin-right: 2rem;
}

.filters-tabs-bar-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.filters-tabs-bar-nav ul li {
  position: relative;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  color: #000647;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  margin: 0 1rem 1rem 0;
  position: relative;
}
.filters-tabs-bar-nav ul li:after {
  content: "";
  border-color: #000647 transparent transparent;
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 7px;
}
.filters-tabs-bar-nav ul li.selected {
  background: #000647;
  color: #fff;
  position: relative;
}
.filters-tabs-bar-nav ul li.selected:after {
  content: "";
  border-color: #ffffff transparent transparent;
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  position: absolute;
  transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
  right: 7px;
}

.filters-tab-box {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
  background: white;
  z-index: 999;
  display: none;
  min-width: 30rem;
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0 0 0;
}

.filters-tab-box.expanded {
  display: block;
}

.sort-popup__form {
  display: flex;
  flex-direction: column;
  color: #000;
}
.sort-popup__form label {
  padding: 0.5rem 0 0.5rem 0;
  cursor: pointer;
  transition: 0.3s;
}
.sort-popup__form label:hover {
  background: #f5f6f7;
}
.sort-popup__form label.disabled {
  color: #b1a0a0;
}

.input-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 3rem 0;
  width: 100%;
}
.input-filters p, .input-filters label {
  font-size: 1.2rem;
}
.input-filters .filter-box {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
}
.input-filters .filter-box input {
  border: 0;
  outline: 0;
}
.input-filters .filter-box input[type=text] {
  padding: 10px 15px;
  border-radius: 5px;
}
.input-filters .filter-box input[type=text]:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.input-filters .filter-box p {
  color: #000;
}
.input-filters .filter-box__inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-filters .filter-box__inputs label {
  color: #fff;
  margin-right: 2rem;
}

/*selection filters region*/
.selection .select2-selection__rendered {
  min-height: 30px;
}
.selection .select2-selection__choice {
  padding: 5px !important;
  font-size: 1.1rem !important;
}
.selection .select2-selection .select2-search__field {
  font-size: 1.5rem !important;
  margin: 6px 0 0 0 !important;
}

.select2-container .select2-dropdown {
  border: none;
}
.select2-container .select2-results__option {
  padding: 1rem;
  font-size: 1.5rem;
}
.select2-container .select2-results__option--highlighted {
  background-color: #f6f6f7 !important;
  color: #000 !important;
}
.select2-container .select2-results__option[aria-selected=true] {
  background-color: #f6f6f7 !important;
  color: #000 !important;
}
.select2-container .select2-results__option[aria-selected=true]:before {
  background: #c82973 !important;
  color: white !important;
  border: none !important;
}

/*end region*/
/* === mixins === */
/* === container obsahu main === */
/* === layout box === */
/* === flex dolu nalevo === */
/* === flex doprava center === */
/* === imports ==== */
/* === mfp things === */
.mfp-bg {
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  backdrop-filter: blur(2px);
}

/* === breakpointy === */
/* === keyframes === */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* === mixin === */
/* button */
/* animace */
/* fonty */
/* before after*/
/* flex */
/* fa */
/* nahled */
/*button */
/* triangles */
/* placeholder */
/* cover background */
/* transitioning btn */
/* quantity buttons */
#shopOrderProcess {
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 4rem auto 2rem auto;
  padding: 3rem 3rem 6rem 3rem;
  flex-wrap: wrap;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* navigace */
  /* header */
  /* polozky */
  /* footer panel */
  /* cart sstep btns */
  /* krok 2*/
}
#shopOrderProcess .cart-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  max-width: 80%;
  margin: 2rem auto;
}
#shopOrderProcess .cart-nav__step {
  background: none;
  /*aktivni*/
  /*current - wtf*/
  /*obecna*/
}
#shopOrderProcess .cart-nav__step--active .cart-nav-step {
  text-decoration: none;
  cursor: pointer;
}
#shopOrderProcess .cart-nav__step--active .cart-nav-step__caption {
  color: #0E4B67;
}
#shopOrderProcess .cart-nav__step--active .cart-nav-step__link {
  text-decoration: none;
}
#shopOrderProcess .cart-nav__step--current .cart-nav-step {
  text-decoration: none;
}
#shopOrderProcess .cart-nav__step--current .cart-nav-step__icon {
  background: #0E4B67 !important;
}
#shopOrderProcess .cart-nav__step--current .cart-nav-step__caption {
  color: #0E4B67 !important;
}
#shopOrderProcess .cart-nav__step--current .cart-nav-step__caption::after {
  border-left: 0.5rem solid #0E4B67 !important;
}
#shopOrderProcess .cart-nav__step .cart-nav-step {
  padding: 5px 8px;
  cursor: default;
}
#shopOrderProcess .cart-nav__step .cart-nav-step__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: unset;
  color: #040404;
  text-transform: uppercase;
  color: #c82973;
  padding: 0 1.5rem;
}
#shopOrderProcess .cart-nav__step .cart-nav-step__icon {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 100%;
  background: #242933;
  margin-right: 8px;
}
#shopOrderProcess .cart-nav__step .cart-nav-step__caption {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: unset;
  color: #040404;
  padding: 0 3rem 0 2rem;
  position: relative;
}
#shopOrderProcess .cart-nav__step .cart-nav-step__caption::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 0.5rem solid #242933;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
#shopOrderProcess .cart-header {
  display: none;
}
#shopOrderProcess .cart-products__item {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: normal;
  margin: 0 0 1.5rem 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.25s;
}
#shopOrderProcess .cart-products__item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.15s;
}
#shopOrderProcess .cart-products__cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
}
#shopOrderProcess .cart-products__cell--remove {
  margin: auto 0 auto 2.5rem;
}
#shopOrderProcess .cart-products__cell--name {
  margin: auto auto auto 0;
}
#shopOrderProcess .cart-products__cell--price {
  margin: auto 0 auto 2.5rem;
}
#shopOrderProcess .cart-products__cell--quantity {
  margin: auto 0 auto 2.5rem;
}
#shopOrderProcess .cart-products__image img {
  height: 95px;
}
#shopOrderProcess .cart-products__price {
  font-weight: 600;
}
#shopOrderProcess .cart-products__caption {
  margin-left: 1.5rem;
}
#shopOrderProcess .cart-products__caption a {
  color: #040404;
  text-decoration: none;
}
#shopOrderProcess .cart-products__caption p {
  color: #313131;
  margin-top: 0.75rem;
}
#shopOrderProcess .cart-products__remove {
  border: none;
  border-radius: 0;
  background: transparent;
  width: 3rem;
  width: 3rem;
  outline: none !important;
  cursor: pointer;
  position: relative;
  display: block;
}
#shopOrderProcess .cart-products__remove::before {
  content: "";
  position: absolute;
  content: "x";
  font-size: 2.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.25s;
}
#shopOrderProcess .cart-products__remove:hover::before {
  transition: all 0.15s;
  opacity: 1;
}
#shopOrderProcess .cart-footer-panel {
  margin: 1rem 0 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: flex-end;
}
#shopOrderProcess .cart-footer-panel .cart-final-price {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: unset;
  color: #040404;
  margin-bottom: 1.5rem;
}
#shopOrderProcess .cart-footer-panel .cart-final-price span {
  color: #0E4B67 !important;
  font-weight: 800 !important;
  font-size: 2.4rem;
  margin-left: 12px;
}
#shopOrderProcess .cart-footer-panel .cart-final-price--vat {
  font-weight: 500;
}
#shopOrderProcess .cart-footer-panel .cart-final-price--vat span {
  color: #040404 !important;
  font-weight: 600;
  font-size: 2rem;
  margin-left: 8px;
}
#shopOrderProcess .cart-step-buttons {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#shopOrderProcess .cart-step-buttons a {
  text-transform: uppercase;
}
#shopOrderProcess .cart-step-buttons .btnNext {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: unset;
  color: #fff;
  background-color: #0E4B67;
  transition: all 0.25s;
  text-decoration: none;
  padding: 1rem 2.5rem;
}
#shopOrderProcess .cart-step-buttons .btnNext:hover {
  transition: all 0.15s;
  background-color: #115b7d;
}
#shopOrderProcess .cart-step-buttons .btnBack {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: unset;
  color: #242933;
}
#shopOrderProcess .delivery-payment-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem 0;
}
#shopOrderProcess .delivery-payment-box__left {
  width: calc(50% - 5rem);
  margin-right: 5rem;
}
#shopOrderProcess .delivery-payment-box__right {
  background: #e5e9ec;
  padding: 2.5rem;
  width: 50%;
}

/*#region doprava a platba */
.delivery-payment-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box {
    max-width: 100%;
  }
}
.delivery-payment-box__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__left {
    width: calc(50% - 2.5rem);
  }
}
.delivery-payment-box__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__right {
    width: calc(50% - 2.5rem);
  }
}

.method-group {
  margin: 0 0 4rem 0;
}
.method-group__title {
  font-size: 2.5rem;
  padding: 0 0 1.5rem 0;
  color: #0E4B67;
  font-weight: bold;
  /*font-family: font.$general;*/
  margin: 0;
  line-height: 1.2;
}
.method-group__fields {
  padding: 0;
}

.method-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.method-list__item {
  margin: 0;
  padding: 0.5rem 0;
  border: 0.1rem solid #eaeaea;
  border-bottom: none;
  position: relative;
  font-size: 1.5rem;
  background: #fff;
}
.method-list__item.country-CZ a .method-name::before {
  background: url(../images/cz.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.country-SK a .method-name::before {
  background: url(../images/sk.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-dpd a .method-name::before {
  background: url(../images/dpd.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-gls a .method-name::before {
  background: url(../images/gls.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-toptrans a .method-name::before {
  background: url(../images/toptrans.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-OS a .method-name::before {
  background: url(../images/osobni.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-dobirka a .method-name::before {
  background: url(../images/dobirka.svg) center center no-repeat;
}
.method-list__item.payment-hotove_kartou a .method-name::before {
  background: url(../images/hotovekartou.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-comgate a .method-name::before {
  background: url(../images/comgate.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-zalohova_faktura a .method-name::before {
  background: url(../images/faktura.svg) center center no-repeat;
}
.method-list__item.payment-zaloh_se_splatnosti a .method-name::before {
  background: url(../images/faktura2.png) center center no-repeat;
  background-size: contain;
}
.method-list__item a {
  opacity: 0.5;
  display: block;
  position: relative;
  padding: 1rem 0.5rem 1rem 4.5rem;
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  /*font-family: font.$general;*/
}
.method-list__item a .method-name {
  padding: 0 0 0 9.7rem;
  position: relative;
}
@media (max-width: 990px) {
  .method-list__item a .method-name {
    padding: 0;
  }
}
.method-list__item a .method-name:before {
  content: "";
  width: 8.6rem;
  height: 3rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .method-list__item a .method-name:before {
    content: none;
    display: none;
  }
}
.method-list__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #737373;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}
.method-list__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  transform: translateY(-50%);
}
.method-list__item a:hover {
  color: #c82973;
}
.method-list__item:last-child {
  border-bottom: 0.1rem solid #eaeaea;
}
.method-list__item--possible a {
  opacity: 1;
}
.method-list__item--selected a {
  font-weight: bold;
}
.method-list__item--selected a:after {
  background-color: #000000;
}
.method-list__item--selected a:before {
  border-color: #000000;
}

.method-desc {
  display: none !important;
}

.method-button {
  position: absolute;
  top: 1.1rem;
  right: 0;
  padding: 0 0 0 2rem !important;
  font-weight: normal !important;
  cursor: pointer;
  font-weight: bold;
  z-index: 101;
}
.method-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.method-button:hover {
  color: #d20001;
}

/*#endregion */
/*#region kosik krok zakaznik */
.order-customer-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex {
    max-width: 100%;
  }
}
.order-customer-flex__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__left {
    width: calc(50% - 2.5rem);
  }
}
.order-customer-flex__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__right {
    width: calc(50% - 2.5rem);
  }
}
.order-customer-flex .reversechargetext {
  background: #008ed6;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
}

.order-customer-group {
  margin: 0 0 4rem 0;
}
.order-customer-group__title {
  font-size: 2.5rem;
  padding: 1.5rem 0;
  color: #0E4B67;
  font-weight: bold;
  /*font-family: font.$general;*/
  margin: 0;
  line-height: 1.2;
}
.order-customer-group__fields {
  padding: 0;
}
.order-customer-group__button {
  text-align: right;
}
.order-customer-group__button--center {
  text-align: center;
}
.order-customer-group__button a {
  background: #c82973;
  border: 0.2rem solid #c82973;
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
  display: inline-block;
  margin: 1rem 0 0 0;
  border-radius: 0;
  /*color: color.$primaryText;*/
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  /*font-family: font.$general;*/
}
.order-customer-group__button a:hover {
  background: transparent;
  color: #c82973;
  text-decoration: none;
}
.order-customer-group__separator {
  height: 0.1rem;
  width: 100%;
  background: #ccc;
  margin: 2.5rem 0 3rem 0;
}
.order-customer-group__login {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.2rem solid #ddd;
  margin: 0;
  padding: 1.5rem;
}
.order-customer-group__login .order-customer-group__button a {
  margin: 0;
}
.order-customer-group__info {
  font-size: 1.8rem;
  padding: 0 0 0 2.5rem;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  margin: 0;
  line-height: 1.2;
}

/*#endregion */
/*#region objednavka dokoncena */
.order-done-content {
  padding: 5rem 0;
  text-align: center;
}
.order-done-content .confirm-icon {
  text-align: center;
  margin: 0 0 1rem 0;
}
.order-done-content .confirm-title {
  text-align: center;
  font-size: 1.8rem;
  color: #00bb39;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .confirm-title.unsuccessful {
  color: #bb0000;
}
.order-done-content .thanks-text {
  text-align: center;
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 3rem;
  border: 0.1rem solid #ddd;
  max-width: 47.5rem;
  margin: 0 auto;
}
.order-done-content .thanks-text strong {
  color: #c82973;
  display: block;
}
.order-done-content .thanks-text .thanks-text-inner {
  padding: 3rem 0 0 0;
}
.order-done-content .thanks-text .thanks-text-inner.unsuccessful {
  padding: 0;
}
.order-done-content .thanks-text .thanks-text-inner h2 {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  display: none;
}
.order-done-content .thanks-text .thanks-text-inner ul {
  list-style: none;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.order-done-content .thanks-text .thanks-text-inner ul li {
  display: block;
  line-height: 2.6rem;
  position: relative;
  margin: 0 0 0 2rem;
  font-weight: bold;
}
.order-done-content .thanks-text .thanks-text-inner table {
  width: auto !important;
  margin: 0 auto !important;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td {
  text-align: left;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td:first-child {
  width: auto !important;
}
.order-done-content .text {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 3rem;
  max-width: 62rem;
  margin: 0 auto;
}
.order-done-content .contacts-info {
  text-align: center;
  margin: 3.5rem 0;
}
.order-done-content .contacts-info p {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .contacts-info span {
  color: #c82973;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 3rem;
  display: inline-block;
  vertical-align: middle;
}
.order-done-content .contacts-info span span {
  margin: 0 1rem 0 0;
}
.order-done-content .contacts-info span span svg {
  fill: #c82973;
}
.order-done-content .contacts-info span a {
  color: #c82973;
  text-decoration: none;
}
.order-done-content .contacts-info span a:hover {
  text-decoration: underline;
}

.countdown {
  text-align: center;
  font-size: 3rem;
  color: red;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}

/*#endregion */
/*#region prazdny kosik */
.cart-empty-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  text-align: center;
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
}

/*#endregion */
/*#region rekapitulace nakupu */
.order-recapitulation {
  padding: 1.5rem;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .order-recapitulation {
    padding: 2.5rem;
  }
}
.order-recapitulation .order-recapitulation-header {
  font-size: 1.8rem;
  padding: 0 0 1.5rem 0;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  margin: 0;
  line-height: 1.2;
}

.recapitulation__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
  background: #fff;
}
.recapitulation__item a {
  color: #000;
  text-decoration: none;
}
.recapitulation__name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .recapitulation__name {
    width: calc(100% - 6.5rem - 11rem);
    padding: 0;
  }
}
.recapitulation__image {
  width: 4rem;
  height: 4rem;
  position: relative;
}
.recapitulation__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recapitulation__title {
  padding: 0 1.5rem;
  width: calc(100% - 4rem);
  color: #000;
  text-decoration: none;
}
.recapitulation__title:hover {
  text-decoration: underline;
}
.recapitulation__quantity {
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recapitulation__quantity {
    width: 6.5rem;
    text-align: center;
  }
}
.recapitulation__amount {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .recapitulation__amount {
    width: 8.5rem;
  }
}
.recapitulation__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  line-height: 1.2;
  border-bottom: 0.1rem solid #ddd;
  padding: 1rem 0;
}
.recapitulation__final {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  /*font-family: font.$general;*/
  line-height: 1.2;
  padding: 1rem 0;
}
.recapitulation__final .recapitulation__value {
  color: #da0000;
}
.recapitulation .fontWeightNormal {
  font-weight: normal;
}

/*#endregion */
.content__hp-points {
  padding: 2rem 2rem;
}

.hp-points {
  max-width: 120rem;
  margin: 0 auto;
}
.hp-points__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-points__item {
  width: 100%;
  padding: 2rem;
}
@media only screen and (min-width: 550px) {
  .hp-points__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-points__item {
    width: 20%;
  }
}

.hp-points-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hp-points-card__image {
  max-width: 20rem;
}
.hp-points-card__image img {
  width: 100%;
  max-width: 8rem;
}
.hp-points-card__content {
  text-align: center;
  font-size: 1.4rem;
}
.hp-points-card__content h2, .hp-points-card__content h3 {
  font-size: 1.8rem;
  color: #0E4B67;
}
.hp-points-card__content p {
  line-height: 1.4;
}

.content__hp-products {
  padding: 4rem 2rem;
  background: #e6edf0;
}

/*jirka styly*/
.products_menu {
  text-align: center;
}

.products_menu ul {
  display: inline-flex;
  padding: 2rem;
}

.products_menu ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  margin: 0.5em;
  margin-left: 0;
  background: #1e516b;
  color: white;
  font-size: 1.5em;
  font-weight: 800;
}

.products_menu ul li.selected {
  background: #c82973;
}

.products_menu ul li a {
  text-decoration: none;
  background: inherit;
  color: inherit;
}

/*end jirka styly*/
.hp-products {
  max-width: 120rem;
  margin: 0 auto;
}
.hp-products__title {
  text-align: center;
  width: 100%;
  font-size: 2.6rem;
  margin: 0 0 3rem 0;
}
.hp-products__list {
  display: flex;
  flex-wrap: wrap;
}
.hp-products__item {
  width: 100%;
}

.hp-products-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 2rem;
}
.hp-products-card__image {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .hp-products-card__image {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 1050px) {
  .hp-products-card__image {
    max-width: 40rem;
  }
}
.hp-products-card__image img {
  width: 100%;
}
.hp-products-card__content {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .hp-products-card__content {
    width: calc(100% - 25rem);
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1050px) {
  .hp-products-card__content {
    width: calc(100% - 45rem);
    margin: 0 0 0 auto;
  }
}
.hp-products-card__content p {
  line-height: 1.4;
  font-size: 1.6rem;
}
.hp-products-card__sub-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.hp-products-card__sub-title h2 {
  display: none;
  color: #0E4B67;
}
.hp-products-card__sub-title img {
  max-width: 26rem;
  width: 100%;
}
.hp-products-card__btn {
  text-decoration: none;
  margin: 0 0 0 auto;
  max-width: 24rem;
  display: block;
  text-align: center;
  background: #c82973;
  border: 2px solid #c82973;
  color: #fff;
  transition: 0.3s;
  padding: 2rem 3.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 1rem;
}
.hp-products-card__btn:hover {
  background: transparent;
  color: #c82973;
}

.content__hp-clients {
  padding: 4rem 2rem;
}

.hp-clients {
  max-width: 120rem;
  margin: 0 auto;
}
.hp-clients__title {
  text-align: center;
  width: 100%;
  font-size: 2rem;
  color: #2d2a2a;
  margin: 0 0 3rem 0;
}
.hp-clients__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.hp-clients__item {
  padding: 1rem 3rem;
  width: 50%;
}
@media only screen and (min-width: 550px) {
  .hp-clients__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-clients__item {
    width: 20%;
  }
}

.hp-clients-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hp-clients-card img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.2s;
}
.hp-clients-card img:hover {
  filter: grayscale(0);
}

.product-detail {
  max-width: 70rem;
  margin: 0 auto;
  padding: 7rem 0 4rem 0;
  min-height: 70vh;
}
.product-detail .product-info {
  padding: 4rem 5rem;
  background: #fff;
  border-radius: 1rem;
}
.product-detail .product-info h1 {
  text-align: center;
  font-size: 3rem;
  background: #009b14;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 30rem;
  text-decoration: underline;
  margin: 0 auto;
}
.product-detail .product-info .product-detail-info {
  margin: 2rem 0 0 0;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-info-prices {
  font-size: 4rem;
  margin: 0 2rem;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy {
  display: flex;
  margin: 0 2rem;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy .detail-buy-button {
  background: #00034a;
  color: #fff;
  border: 1px solid #00034a !important;
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
  margin: 0 0 0 1rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy .detail-buy-button:hover {
  background: #fff;
  color: #00034a;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy .detail-buy-button:hover svg {
  fill: #00034a;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy .detail-buy-button .buy-button-icon svg {
  width: 20px;
  height: 20px;
}
.product-detail .product-info .product-detail-info .detail-info-buy-box .detail-buy .detail-buy-button .buy-button-text {
  margin: 0 1rem;
}

.jqifade {
  position: absolute;
  background-color: #0E4B67;
}

.jqi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  position: absolute;
  text-align: center;
  background: #fff;
  padding: 2rem;
  border: none;
  font-weight: 500;
  min-height: 24rem;
  box-shadow: 1px 1px 40px 10px #111236;
}
@media only screen and (min-width: 550px) {
  .jqi {
    min-height: 19rem;
  }
}
@media only screen and (min-width: 767px) {
  .jqi {
    min-height: 24rem;
  }
}
.jqi form {
  margin: 0 0 0 auto;
  width: 100%;
  /*

  @media only screen and (min-width: 550px) {
      width: calc(100% - 13%);
  }

  @media only screen and (min-width: 768px) {
      width: calc(100% - 28%);
  }*/
}
.jqi .jqistates {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jqi .jqiclose {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5rem;
  line-height: 1;
  color: #000;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 767px) {
  .jqi .jqiclose {
    top: -3.5rem;
    right: -3.5rem;
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    background: #c82973;
    color: #fff !important;
  }
}
.jqi .jqiclose:hover {
  background: #0E4B67;
}
.jqi .jqititle {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom: solid 1px #eeeeee;
}
.jqi .jqimessage {
  padding: 0 1.5rem 2.5rem 1.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 52rem;
}
@media only screen and (min-width: 767px) {
  .jqi .jqimessage {
    font-size: 2.4rem;
  }
}
.jqi .jqimessage p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
.jqi .jqimessage p span {
  font-weight: 600;
}
.jqi .jqimessage p span.asist {
  color: #c82973;
}
.jqi .jqimessage p span.client {
  color: #0E4B67;
}
.jqi .jqibuttons button {
  text-decoration: none;
  background: #c82973;
  color: #ffffff;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 1.5rem 5rem;
  border: none;
}
.jqi .jqibuttons button:hover {
  background: #0E4B67;
  color: #fff;
  cursor: pointer;
}

.formSkinDefault .form-text {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 4rem 0;
}
.formSkinDefault .form-title {
  text-align: center;
  color: #244f65;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  width: 100%;
}
.formSkinDefault .form-inputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.formSkinDefault .form-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.formSkinDefault .form-inner__date {
  font-size: 1.4rem;
}
.formSkinDefault table {
  width: 100%;
  padding: 1rem;
  font-size: 14px;
  color: #000;
  white-space: pre-wrap;
  margin: 0;
}
.formSkinDefault table input {
  border: 0.2rem solid #d0d1d0;
  background: #fff;
  border-radius: 1rem;
  margin: 0;
  padding: 1rem 1.5rem;
  outline: none !important;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.1;
  width: 100%;
}
.formSkinDefault .formField, .formSkinDefault .form-field {
  padding: 0 1rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .formSkinDefault .formField, .formSkinDefault .form-field {
    margin: 0 0 2.4rem 0;
  }
}
.formSkinDefault .formField .label, .formSkinDefault .form-field .label {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .formSkinDefault .formField .label, .formSkinDefault .form-field .label {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .formSkinDefault .formField .label, .formSkinDefault .form-field .label {
    width: 100%;
  }
}
.formSkinDefault .formField .label label, .formSkinDefault .form-field .label label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  white-space: pre-wrap;
  margin: 0;
  font-weight: 800;
}
.formSkinDefault .formField .label label.val_required::after, .formSkinDefault .form-field .label label.val_required::after {
  content: " *";
  color: #c82973;
}
.formSkinDefault .formField .edit, .formSkinDefault .form-field .edit {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .formSkinDefault .formField .edit, .formSkinDefault .form-field .edit {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .formSkinDefault .formField .edit, .formSkinDefault .form-field .edit {
    width: 100%;
  }
}
.formSkinDefault .formField .edit input, .formSkinDefault .form-field .edit input {
  border: 0.2rem solid #d0d1d0;
  background: #fff;
  border-radius: 1rem;
  margin: 0;
  padding: 1rem 1.5rem;
  outline: none !important;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.1;
  width: 100%;
}
.formSkinDefault .formField .edit input:focus, .formSkinDefault .form-field .edit input:focus {
  color: #000;
}
.formSkinDefault .formField .edit input[readonly], .formSkinDefault .form-field .edit input[readonly] {
  background: #eee;
  color: #666;
}
.formSkinDefault .formField .edit input.error, .formSkinDefault .form-field .edit input.error {
  border-color: red;
}
.formSkinDefault .formField .edit textarea, .formSkinDefault .form-field .edit textarea {
  resize: none;
  border: 0.2rem solid #d0d1d0;
  background: #fff;
  margin: 0;
  width: 100%;
  padding: 1rem;
  color: #000;
  border-radius: 1rem;
  height: 15rem;
  font-size: 1.6rem;
  color: #000;
  font-family: "Exo 2";
}
@media only screen and (min-width: 1200px) {
  .formSkinDefault .formField .edit textarea, .formSkinDefault .form-field .edit textarea {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 1500px) {
  .formSkinDefault .formField .edit textarea, .formSkinDefault .form-field .edit textarea {
    min-height: 22rem;
  }
}
.formSkinDefault .formField .edit textarea:focus, .formSkinDefault .form-field .edit textarea:focus {
  background-color: #fffef4;
  color: #000;
}
.formSkinDefault .formField .edit textarea.error, .formSkinDefault .form-field .edit textarea.error {
  border-color: red;
}
.formSkinDefault .formField .edit select, .formSkinDefault .form-field .edit select {
  display: block;
  padding: 1rem 1.5rem;
  border: 2px solid #d0d1d0;
  background: #fff;
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.formSkinDefault .formField .edit span.error, .formSkinDefault .form-field .edit span.error {
  position: absolute;
  left: 10px;
  top: 34px;
  color: white;
  padding: 5px 10px 5px 5px;
  z-index: 100;
  border: 1px solid #ccc;
  background-color: #333;
  display: none;
}
.formSkinDefault .formField .edit:hover span.error, .formSkinDefault .form-field .edit:hover span.error {
  display: block;
}
.formSkinDefault .formField .edit .select2-container, .formSkinDefault .form-field .edit .select2-container {
  width: 100% !important;
  min-width: unset;
}
.formSkinDefault .formField .edit .select2-selection--multiple, .formSkinDefault .form-field .edit .select2-selection--multiple {
  display: block;
  padding: 1rem 1.5rem;
  border: 2px solid #d0d1d0;
  background: #fff;
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.formSkinDefault .formField .edit .select2-selection--multiple input, .formSkinDefault .form-field .edit .select2-selection--multiple input {
  display: none;
}
.formSkinDefault .formField .edit .select2-selection--multiple .select2-selection__rendered, .formSkinDefault .form-field .edit .select2-selection--multiple .select2-selection__rendered {
  max-height: 30px;
  min-height: unset;
}
.formSkinDefault .formField .edit .select2-selection--multiple .select2-selection__choice, .formSkinDefault .form-field .edit .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  font-size: 1.6rem !important;
  border: none;
  margin: 0;
  padding: 0 5px 0 0 !important;
}
.formSkinDefault .formField .edit .select2-selection--multiple .select2-selection__choice__remove, .formSkinDefault .form-field .edit .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.formSkinDefault .formField.formField-checkBox .form-field__edit input, .formSkinDefault .form-field.formField-checkBox .form-field__edit input {
  width: unset !important;
}
.formSkinDefault .formField.formField-fileUpload .formField--edit__file-upload, .formSkinDefault .form-field.formField-fileUpload .formField--edit__file-upload {
  position: relative;
  height: 50px;
}
.formSkinDefault .formField.formField-fileUpload .formField--edit__file-upload input, .formSkinDefault .form-field.formField-fileUpload .formField--edit__file-upload input {
  position: absolute;
}
.formSkinDefault .formField.formField-fileUpload .formField--edit__file-upload input[type=file], .formSkinDefault .form-field.formField-fileUpload .formField--edit__file-upload input[type=file] {
  opacity: 0;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader, .formSkinDefault .form-field.formField-fileUpload .fileUploader {
  position: relative;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file, .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file {
  display: flex;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__name, .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__name {
  width: 20%;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__size, .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__size {
  width: 15%;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__progress, .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__progress {
  width: 55%;
  margin: 0 5%;
  visibility: hidden;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__progress[value]:not([value="0"]), .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__progress[value]:not([value="0"]) {
  visibility: visible;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__remove, .formSkinDefault .form-field.formField-fileUpload .fileUploader .uploaded-file .uploaded-file__remove {
  width: 10%;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader__remove, .formSkinDefault .form-field.formField-fileUpload .fileUploader__remove {
  display: none;
}
.formSkinDefault .formField.formField-fileUpload .fileUploader__remove.active, .formSkinDefault .form-field.formField-fileUpload .fileUploader__remove.active {
  display: block;
}
.formSkinDefault .formField .uploader-input-button, .formSkinDefault .form-field .uploader-input-button {
  display: none;
}
.formSkinDefault .form_success {
  color: #fff;
  font-size: 1.5rem;
}
.formSkinDefault .edit-button, .formSkinDefault .editButton {
  margin: 0 auto;
}
.formSkinDefault .edit-button input, .formSkinDefault .editButton input {
  display: block;
  text-decoration: none;
  background: #c82973;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 3rem;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s;
  border: 0.2rem solid #c82973;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.formSkinDefault .edit-button input:hover, .formSkinDefault .editButton input:hover {
  background: #fff;
  color: #c82973;
  border-color: #c82973;
}
.formSkinDefault .edit-button .submit-btn, .formSkinDefault .editButton .submit-btn {
  display: block;
  text-decoration: none;
  background: #c82973;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 3rem;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s;
  border: 0.2rem solid #c82973;
  border-radius: 1rem;
  cursor: pointer;
}
.formSkinDefault .edit-button .submit-btn:hover, .formSkinDefault .editButton .submit-btn:hover {
  background: #fff;
  color: #c82973;
  border-color: #c82973;
}
@media only screen and (min-width: 768px) {
  .formSkinDefault .formField-textBox, .formSkinDefault .form-field-textBox {
    width: calc(33.33% - 0.8rem);
  }
}
.formSkinDefault .formField-checkBox .formField__label, .formSkinDefault .form-field-checkBox .formField__label {
  width: calc(100% - 1.4rem);
  order: 2;
}
.formSkinDefault .formField-checkBox .formField__label label, .formSkinDefault .form-field-checkBox .formField__label label {
  padding: 0 0 0 1rem;
  white-space: normal;
  font-weight: 500;
}
.formSkinDefault .formField-checkBox .formField__label a, .formSkinDefault .form-field-checkBox .formField__label a {
  color: #fff;
}
.formSkinDefault .formField-checkBox .formField__label a:hover, .formSkinDefault .form-field-checkBox .formField__label a:hover {
  text-decoration: none;
}
.formSkinDefault .formField-checkBox .formField__edit, .formSkinDefault .form-field-checkBox .formField__edit {
  width: 1.4rem;
  order: 1;
}
.formSkinDefault .formField-checkBox .formField__edit input, .formSkinDefault .form-field-checkBox .formField__edit input {
  cursor: pointer;
}

#contactForm {
  background: #fff;
  margin: 1rem;
  padding: 2rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  #contactForm .form-field-textBox {
    width: calc(50% - 0.8rem);
  }
}

#davkaHovoruForm {
  background: #fff;
  margin: 1rem auto 1rem;
  padding: 2rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  #davkaHovoruForm .formField-textBox, #davkaHovoruForm .form-field-textBox {
    width: calc(50% - 0.8rem);
  }
}
@media only screen and (min-width: 768px) {
  #davkaHovoruForm .formField-textBox, #davkaHovoruForm .form-field-select {
    width: calc(50% - 0.8rem);
  }
}
#davkaHovoruForm .form-field-time-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  #davkaHovoruForm .form-field-time-select {
    width: calc(50% - 0.8rem);
  }
  #davkaHovoruForm .form-field-time-select .form-field-textBox .label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #davkaHovoruForm .form-field-time-select .form-field-textBox .label {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  #davkaHovoruForm .form-field-time-select .form-field-textBox .edit {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #davkaHovoruForm .form-field-time-select .form-field-textBox .edit {
    width: 70%;
  }
}
#davkaHovoruForm .form-field-time-select__title {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  white-space: pre-wrap;
  margin: 0;
  font-weight: 800;
  width: 100%;
}

#createVoicebot, #createChatbot {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
#createVoicebot .form-inputs__row, #createChatbot .form-inputs__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#createVoicebot .form-inputs__row h2, #createChatbot .form-inputs__row h2 {
  width: 100%;
  margin: 0 0 2rem 0;
  color: #c82973;
}
@media only screen and (min-width: 768px) {
  #createVoicebot .formField-textBox, #createVoicebot .form-field-textBox, #createChatbot .formField-textBox, #createChatbot .form-field-textBox {
    width: calc(50% - 0.8rem);
  }
}
@media only screen and (min-width: 768px) {
  #createVoicebot .formField-textBox, #createVoicebot .form-field-select, #createChatbot .formField-textBox, #createChatbot .form-field-select {
    width: calc(50% - 0.8rem);
  }
}
#createVoicebot .checkBoxField, #createChatbot .checkBoxField {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #createVoicebot .checkBoxField, #createChatbot .checkBoxField {
    width: calc(50% - 0.8rem);
  }
}

#ajaxRegistrationForm {
  margin: 5rem auto;
  max-width: 500px;
  width: fit-content;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5rem 5rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#ajaxRegistrationForm a {
  text-decoration: underline;
  color: #333;
}
#ajaxRegistrationForm form {
  width: 100%;
}
#ajaxRegistrationForm .form-field {
  margin: 2rem auto;
  width: 100% !important;
}
#ajaxRegistrationForm .form-field .label {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#ajaxRegistrationForm .form-field .error {
  color: red;
}
#ajaxRegistrationForm .form-field input, #ajaxRegistrationForm .form-field textarea {
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: 0 0;
  padding: 0 5px;
  border: 0;
  outline: 1px solid #ececec;
  background: #ececec;
  border-radius: 5px;
  margin: 5px 0;
}
#ajaxRegistrationForm .form-field input:focus, #ajaxRegistrationForm .form-field textarea:focus {
  outline: 1px solid #0E4B67;
  background: #ececec;
}
#ajaxRegistrationForm .editButton {
  margin: 2rem auto;
}
#ajaxRegistrationForm .editButton .button {
  outline: 0;
  border: 0;
  background: #0E4B67;
  width: 100%;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  transition: all 0.25s;
  cursor: pointer;
}
#ajaxRegistrationForm .editButton .button:hover {
  background: #0a364b;
  transition: all 0.15s;
}

#ajaxLoginForm {
  margin: 0 auto;
  max-width: 500px;
  width: fit-content;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5rem 5rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#ajaxLoginForm a {
  text-decoration: underline;
  color: #333;
}
#ajaxLoginForm form {
  width: 100%;
}
#ajaxLoginForm .form-field {
  margin: 2rem auto;
}
#ajaxLoginForm .form-field .label {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#ajaxLoginForm .form-field .error {
  color: red;
}
#ajaxLoginForm .form-field input {
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: 0 0;
  padding: 0 5px;
  border: 0;
  outline: 1px solid #ececec;
  background: #ececec;
  border-radius: 5px;
  margin: 5px 0;
  /*&:focus {
      outline: 1px solid $secondary;
      -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      background: #ececec;
  }*/
}
#ajaxLoginForm .editButton {
  margin: 2rem auto;
}
#ajaxLoginForm .editButton .button {
  outline: 0;
  border: 0;
  background: #0E4B67;
  width: 100%;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  transition: all 0.25s;
  cursor: pointer;
}
#ajaxLoginForm .editButton .button:hover {
  background: #0a364b;
  transition: all 0.15s;
}

#ajaxDavkaHovoruForm {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
#ajaxDavkaHovoruForm .mfp-close {
  color: #000 !important;
}

#ajaxContactForm {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
#ajaxContactForm .mfp-close {
  color: #000 !important;
}

#loginForm .form-field-textBox {
  width: 100% !important;
}
#loginForm .form-field {
  padding: 0 !important;
}
#loginForm .remember-me {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.mfp-content > div {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem;
}
.mfp-content > div p {
  font-size: 1.4rem;
}
.mfp-content > div .mfp-close {
  color: #000 !important;
}

.bugReportPopup {
  border-radius: 2rem !important;
  padding: 2rem 4rem !important;
  font-size: 1.5rem;
}
.bugReportPopup h1 {
  color: #0E4B67;
  text-align: center;
  font-size: 2.8rem;
  margin: 1rem 0 3rem 0;
}
.bugReportPopup .head {
  display: flex;
  flex-wrap: wrap;
}
.bugReportPopup .head > div {
  width: 50%;
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
}
.bugReportPopup .head > div span:nth-child(2) {
  margin: 0 0 0 1rem;
  font-weight: 600;
}
.bugReportPopup .body > div {
  display: flex;
  width: 100%;
  margin: 0 0 2rem 0;
}
.bugReportPopup .body > div span {
  padding: 1rem 0;
  min-width: 10rem;
}
.bugReportPopup .body > div span:nth-child(2) {
  border: 1px solid #d3d3d3;
  padding: 1rem;
  margin: 0 0 0 1rem;
  width: 100%;
}
.bugReportPopup .actions {
  width: 100%;
  text-align: center;
  margin: 4rem 0 0 0;
  display: flex;
  justify-content: center;
}
.bugReportPopup .actions a {
  padding: 1rem 2rem;
  color: #fff;
  background: #c82973;
  border: 2px solid #c82973;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  margin: 0 1rem;
  cursor: pointer;
}
.bugReportPopup .actions a:hover {
  background: #fff;
  color: #c82973;
}
.bugReportPopup .actions a.call {
  background: #898989;
  border: 2px solid #898989;
}
.bugReportPopup .actions a.call:hover {
  background: #fff;
  color: #898989;
}
.bugReportPopup hr {
  border-top: 1px solid #d3d3d3;
}

.helpForm p {
  margin: 0 0 2rem 0 !important;
}
.helpForm ul {
  margin: 0 0 2rem 0 !important;
}
.helpForm li {
  font-size: 1.4rem !important;
}

#customerCallForm .formField-textBox {
  width: 100% !important;
}
#customerCallForm .form-field-textBox {
  width: 100% !important;
}
#customerCallForm .editButton {
  width: 100% !important;
}

.success {
  display: flex;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
.success .success-icon {
  color: #0E4B67;
  font-size: 5rem;
  margin: 0 2rem 0 0;
}

#voiceForm h1 {
  width: 100%;
}
#voiceForm h2 {
  width: 100%;
}
#voiceForm .formField-textBox {
  width: 100%;
}
#voiceForm .aud {
  display: none;
}
#voiceForm .playBtn {
  display: block;
  width: 100%;
  max-width: 4rem;
  margin: 0 auto 3rem;
}
#voiceForm .playBtn::after {
  content: "";
  font-family: FontAwesome;
  display: block;
  text-align: center;
  font-size: 4rem;
  color: #c82973;
  cursor: pointer;
}
#voiceForm .playBtn.running::after {
  content: "";
  font-family: FontAwesome;
}

#blacklistForm .form-field {
  width: 100%;
}

.changeuser {
  width: 100%;
  max-width: 40rem;
}
.changeuser .form-field {
  padding: 0;
}
.changeuser button {
  background: #c82973;
  border-color: #c82973;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  border-style: none;
  margin: 0 0 1rem 0;
}

#setPasswordForm {
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem;
}
#setPasswordForm .form-field-textBox {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #poptavkaFormActiveCall .form-field-textBox {
    width: calc(50% - 0.8rem);
  }
}

#promptFormText .cm-header, #promptFormText h1, #promptFormText h2, #promptFormText h3, #promptFormText h4, #promptFormBranch .cm-header, #promptFormBranch h1, #promptFormBranch h2, #promptFormBranch h3, #promptFormBranch h4 {
  font-size: 2rem !important;
}
#promptFormText .CodeMirror-line > span, #promptFormBranch .CodeMirror-line > span {
  line-height: 1.4 !important;
}
#promptFormText p, #promptFormText li, #promptFormBranch p, #promptFormBranch li {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}

#select2-AjaxForm_DavkaHovoruForm_Days-results {
  display: flex;
  flex-wrap: wrap;
}

#customerReportForm .formField.checkBoxField .label, #promptFormText .formField.checkBoxField .label {
  order: 1;
  width: unset;
}
#customerReportForm .formField.checkBoxField .edit, #promptFormText .formField.checkBoxField .edit {
  order: 0;
  width: unset;
  margin: 0 0.5rem 0 0;
}

.MinedDataPopup table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  color: #26324a;
  font-size: 14px;
  line-height: 1.55;
}
.MinedDataPopup table tbody tr {
  transition: background-color 0.2s ease;
}
.MinedDataPopup table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.MinedDataPopup table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.MinedDataPopup table tbody tr:last-child td {
  border-bottom: 0;
}
.MinedDataPopup table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.MinedDataPopup table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.MinedDataPopup table tbody tr[data-c=understanding] td:last-child, .MinedDataPopup table tbody tr[data-c=infohandling] td:last-child, .MinedDataPopup table tbody tr[data-c=questionsrelevance] td:last-child {
  color: #0E4B67;
  font-size: 18px;
  font-weight: 700;
}
.MinedDataPopup table tbody tr[data-c=problem] td:last-child, .MinedDataPopup table tbody tr[data-c=rating] td:last-child {
  line-height: 1.7;
}
.MinedDataPopup table tbody tr[data-c=result] td:last-child {
  color: #c82973;
  font-weight: 700;
}
.MinedDataPopup table tbody tr td {
  padding: 14px 18px;
  border-bottom: 1px solid #e8ebf2;
  vertical-align: top;
}
.MinedDataPopup table tbody tr td:first-child {
  width: 210px;
  color: #0E4B67;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(14, 75, 103, 0.07);
}
.MinedDataPopup table tbody tr td:last-child {
  background: #fff;
  overflow-wrap: anywhere;
}
.MinedDataPopup table tbody tr td:last-child:empty::after {
  content: "Neuvedeno";
  color: #9ca5b5;
  font-style: italic;
}
@media (max-width: 700px) {
  .MinedDataPopup {
    padding: 14px;
    border-radius: 12px;
  }
  .MinedDataPopup table tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e8ebf2;
    border-radius: 10px;
    overflow: hidden;
  }
  .MinedDataPopup table tbody tr:last-child {
    margin-bottom: 0;
  }
  .MinedDataPopup table tbody tr td {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 0;
  }
  .MinedDataPopup table tbody tr td:first-child {
    width: 100%;
    border-radius: 0;
  }
  .MinedDataPopup table tbody tr td:last-child {
    border-radius: 0;
  }
}

.gallery-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 0 -1rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .gallery-items {
    padding: 3rem 0;
  }
}
.gallery-items .gallery-item {
  width: 50%;
  padding: 1rem;
  overflow: hidden;
  display: block;
  position: relative;
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .gallery-items .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .gallery-items .gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-items .gallery-item {
    width: 20%;
  }
}
.gallery-items .gallery-item img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}
.gallery-items .gallery-item:hover img {
  opacity: 0.7;
}

.gallery-special .gallery-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 0 -1rem;
}
@media only screen and (min-width: 768px) {
  .gallery-special .gallery-items {
    padding: 3rem 0;
  }
}
.gallery-special .gallery-items .gallery-item {
  width: 50%;
  padding: 1rem;
  overflow: hidden;
  display: block;
  position: relative;
  background: none !important;
}
.gallery-special .gallery-items .gallery-item img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}
.gallery-special .gallery-items .gallery-item:hover img {
  opacity: 0.7;
}

.zoomLightGallery {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .zoomLightGallery {
    padding: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .zoomLightGallery {
    padding: 0 5rem 0 0;
  }
}
@media screen and (max-width: 900px) {
  .zoomLightGallery {
    margin: 0 0 1.5rem 0;
  }
}
.zoomLightGallery * {
  box-sizing: border-box;
}
.zoomLightGallery .zoom-img {
  width: 100%;
  height: 320px;
  position: relative;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 550px) {
  .zoomLightGallery .zoom-img {
    margin: 0 0 1rem 0;
    height: 20rem;
  }
}
.zoomLightGallery .clicableMainImage {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.zoomLightGallery .clicableMainImage img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.zoomLightGallery .videoItem {
  position: relative;
}
.zoomLightGallery .videoItem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 52px 52px;
  width: 52px;
  height: 52px;
  z-index: 10;
}
.zoomLightGallery .zoom-thumbs {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.zoomLightGallery .zoom-thumbs a {
  width: calc(25% - 10px);
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px;
  height: 85px;
  /*&:nth-child(1) {display:inline-block; vertical-align:top;}
    &:nth-child(2) {display:inline-block; vertical-align:top;}*/
}
.zoomLightGallery .zoom-thumbs a:nth-child(4), .zoomLightGallery .zoom-thumbs a:last-child {
  /*display:inline-block; vertical-align:top;*/
}
@media screen and (max-width: 550px) {
  .zoomLightGallery .zoom-thumbs a {
    width: calc(33.33% - 10px);
  }
  .zoomLightGallery .zoom-thumbs a:nth-child(3) {
    display: none;
  }
}
.zoomLightGallery .zoom-thumbs a .hidden {
  display: none;
}
.zoomLightGallery .zoom-thumbs a .videoItem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.zoomLightGallery .zoom-thumbs a img {
  max-width: 100%;
  max-height: 100%;
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}
.zoomLightGallery .zoom-thumbs .withCount {
  width: 75%;
}
@media screen and (max-width: 549px) {
  .zoomLightGallery .zoom-thumbs .withCount {
    width: 66.66%;
  }
}
.zoomLightGallery .zoom-thumbs .withCount a {
  width: calc(33.33% - 12px);
  /*padding-top: 27.6%;*/
  /*&:nth-child(1) {display:inline-block; vertical-align:top;}
    &:nth-child(2) {display:inline-block; vertical-align:top;}
    &:nth-child(3) {display:none}*/
}
@media screen and (max-width: 549px) {
  .zoomLightGallery .zoom-thumbs .withCount a {
    width: calc(50% - 12px);
  }
}
.zoomLightGallery .zoom-gallery-count {
  border: 1px solid #ccc;
  margin: 5px 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  height: 85px;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 549px) {
  .zoomLightGallery .zoom-gallery-count {
    width: 33%;
  }
}
.zoomLightGallery .zoom-gallery-count:hover {
  color: #94c11e;
}
.zoomLightGallery .zoom-gallery-count-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.mfp-gallery .mfp-content > div {
  padding: 0 !important;
  max-width: unset !important;
  background: transparent !important;
  border: none !important;
}
.mfp-gallery .mfp-content .mfp-close {
  background: transparent !important;
}

.detail-tabs .detail-tabs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-tabs .detail-tabs-nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 550px) {
  .detail-tabs .detail-tabs-nav ul li {
    display: inline-block;
    margin: 0 0.5rem 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .detail-tabs .detail-tabs-nav ul li {
    margin: 0 1rem 0 0;
  }
}
.detail-tabs .detail-tabs-nav ul li.selected span {
  background: #c82973;
  color: #fff;
}
.detail-tabs .detail-tabs-nav ul li.selected span:hover {
  color: #fff;
}
.detail-tabs .detail-tabs-nav ul li span {
  display: inline-block;
  background: #fbfbfb;
  min-width: 10rem;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (min-width: 550px) {
  .detail-tabs .detail-tabs-nav ul li span {
    width: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-tabs .detail-tabs-nav ul li span {
    min-width: 15rem;
  }
}
.detail-tabs .detail-tabs-nav ul li span:hover {
  color: #c82973;
}
.detail-tabs__param {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.detail-tabs__param tr:nth-child(2n-1) td {
  background: #efeff0;
}
.detail-tabs__param tr td {
  padding: 0.3rem 1rem;
  background: #fff;
}
.detail-tabs__param tr td span {
  float: right;
  color: #fd8f65;
}
.detail-tabs__param tr td:nth-child(2) {
  text-align: right;
}
.detail-tabs .filters-tab-box.expanded {
  display: block;
}
.detail-tabs .filters-tab-box {
  background: #fff;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  position: relative;
  border-top: 0.5rem solid #c82973;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  padding: 1.5rem;
  box-shadow: none;
  /* klasik checkbox */
  /* Switch checkbox */
}
.detail-tabs .filters-tab-box h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: inherit;
  margin: 2rem 0 4.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.detail-tabs .filters-tab-box p {
  margin: 0 0 2.5rem 0;
}
.detail-tabs .filters-tab-box a {
  color: #c82973;
  text-decoration: underline;
}
.detail-tabs .filters-tab-box a:hover {
  text-decoration: none;
}
.detail-tabs .filters-tab-box > *:last-child {
  margin: 0;
}
.detail-tabs .filters-tab-box .profile__container {
  width: 100%;
  background: transparent;
}
.detail-tabs .filters-tab-box table th, .detail-tabs .filters-tab-box table td {
  padding: 1rem;
  text-align: left;
}
.detail-tabs .filters-tab-box table td {
  width: auto !important;
}
@media only screen and (min-width: 800px) {
  .detail-tabs .filters-tab-box table td:nth-child(2) {
    min-width: 80rem;
  }
}
.detail-tabs .filters-tab-box table input {
  width: 100%;
  max-width: unset !important;
  border: 0.2rem solid #d0d1d0;
  background: #fff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  outline: none !important;
}
.detail-tabs .filters-tab-box .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.detail-tabs .filters-tab-box .checkbox-wrapper input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.detail-tabs .filters-tab-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.detail-tabs .filters-tab-box .switch input {
  display: none;
}
.detail-tabs .filters-tab-box .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 26px;
  transition: 0.3s;
}
.detail-tabs .filters-tab-box .slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
.detail-tabs .filters-tab-box .switch input:checked + .slider {
  background-color: #0E4B67;
}
.detail-tabs .filters-tab-box .switch input:checked + .slider::before {
  transform: translateX(24px);
}

.content__landingpage {
  position: relative;
  top: -6rem;
}

.landingpage {
  /*&__prices {


      .prices {
          padding: 0 1rem 3rem;
          max-width: 120rem;
          margin: 0 auto;

          &__title {
              color: #000;
              font-size: 2rem;
              margin: 0 0 3.5rem 0;
              line-height: 1.2;
              text-align: center;

              @media only screen and (min-width: 768px) {
                  font-size: 2.4rem;
                  margin: 0 0 1.5rem 0;
              }
          }

          &__list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
          }

          &__list-item {
              padding: 1rem;
              width: 50%;
              display: flex;
              align-items: center;
              justify-content: center;

              @media only screen and (min-width: 550px) {
                  width: 50%;
              }

              @media only screen and (min-width: 1200px) {
                  width: 25%;
              }

              &.custom-item {
                  width: 100%;

                  .price-card {
                      border: none;
                      min-height: unset;

                      h3 {
                          background: none !important;
                          color: #000;
                          display:none;
                      }

                      p{
                          text-align:center;
                      }

                      .bottom {
                          background: none;
                          color: #000;
                      }
                  }
              }

              .price-card {
                  width: 100%;
                  border: 1px solid #a9a9a9;
                  min-height: 30rem;
                  height: 100%;
                  display: flex;
                  flex-direction: column;

                  &.mini {
                      h3 {
                          background: gray;
                      }
                  }

                  &.standard {
                      h3 {
                          background: #67a979;
                      }
                  }

                  &.profi {

                      h3 {
                          background: #fc8100;
                      }
                  }

                  &.custom {
                      h3 {
                          background: $primary;
                      }
                  }

                  table, p {
                      font-size: 1.4rem;
                      padding: 0.5rem;
                      margin: 0;

                      td {
                          padding: 0;

                          &:nth-child(2) {
                              text-align: center;
                              font-weight: 700;
                          }
                      }
                  }

                  h3 {
                      margin: 0;
                      color: #fff;
                      text-align: center;
                      font-size: 2.4rem;
                      padding: 1.5rem;
                      background: $secondary;
                      text-transform: uppercase;
                  }

                  .bottom {
                      background: $primary;
                      margin-top: auto;
                      padding: 1rem;
                      color: #fff;
                      font-weight: 400;
                      font-size: 1.4rem;
                      min-height: 5rem;
                      text-align: center;

                      strong {
                          font-size: 1.8rem;
                      }
                  }

                  i {
                      font-size: 1.8rem;
                  }

                  i.fa-circle-check {
                      color: $primary;
                  }

                  i.fa-circle-xmark {
                      color: $secondary;
                  }
              }
          }
      }
  }*/
}
.landingpage__banner .banner {
  position: relative;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  background-position: 20% 50% !important;
}
@media only screen and (min-width: 1200px) {
  .landingpage__banner .banner {
    background-position: center center;
  }
}
.landingpage__banner .banner__info {
  position: absolute;
  transform: translate(0%, 0%);
  bottom: 0%;
  right: 0%;
  background: rgba(255, 255, 255, 0.7);
  padding: 3rem;
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .landingpage__banner .banner__info {
    transform: translate(0%, -50%);
    top: 50%;
    right: 0%;
    bottom: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .landingpage__banner .banner__info {
    transform: translate(0, -50%);
    top: 50%;
    right: 10%;
  }
}
.landingpage__banner .banner__info.left {
  bottom: 0%;
  right: unset;
  left: 0%;
}
@media only screen and (min-width: 800px) {
  .landingpage__banner .banner__info.left {
    transform: translate(0%, -50%);
    top: 50%;
    right: unset;
    left: 0%;
    bottom: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .landingpage__banner .banner__info.left {
    transform: translate(0, -50%);
    top: 50%;
    right: unset;
    left: 10%;
  }
}
.landingpage__banner .banner__info-title {
  margin: 0 0 1rem 0;
  color: #c82973;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .landingpage__banner .banner__info-title {
    font-size: 2.4rem;
    margin: 0 0 1.5rem 0;
  }
}
.landingpage__banner .banner__info-list {
  margin: 0;
}
.landingpage__banner .banner__info-list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.9rem;
}
.landingpage__banner .banner__info-list li:before {
  content: "";
  background: url(/templates/styles/images/affirm.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
}
.landingpage__about .about {
  padding: 3rem 3rem 0;
  max-width: 85rem;
  margin: 0 auto;
}
.landingpage__about .about__title {
  color: #0E4B67;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.landingpage__about .about__text {
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
}
.landingpage__showroom {
  background: #0E4B67;
  padding: 0 0 2rem;
}
.landingpage__showroom .showroom {
  padding: 2rem 3rem 0;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.landingpage__showroom .showroom__title {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 3rem;
  width: 100%;
}
.landingpage__showroom .showroom__left {
  line-height: 1.4;
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
  padding: 0 0 1rem 0;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .landingpage__showroom .showroom__left {
    width: 30%;
    max-width: unset;
    margin: unset;
    padding: 0 1rem;
  }
}
.landingpage__showroom .showroom__left p {
  color: inherit;
}
.landingpage__showroom .showroom__right {
  line-height: 1.4;
  font-size: 1.8rem;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .landingpage__showroom .showroom__right {
    width: 70%;
  }
}
.landingpage__showroom .showroom img {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.landingpage__facts .facts {
  padding: 0 1rem 3rem;
  max-width: 100rem;
  margin: 0 auto;
}
.landingpage__facts .facts__title {
  margin: 0 0 1rem 0;
  color: #c82973;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .landingpage__facts .facts__title {
    font-size: 1.8rem;
    margin: 0 0 1.5rem 0;
  }
}
.landingpage__facts .facts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landingpage__facts .facts__list-item {
  padding: 1rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .landingpage__facts .facts__list-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .landingpage__facts .facts__list-item {
    width: 20%;
  }
}
.landingpage__facts .facts__list-item img {
  max-width: 5rem;
  padding: 0.3rem;
}
.landingpage__facts .facts__list-item h3 {
  margin: 0;
  color: #000;
  font-size: 1.3rem;
}
.landingpage__video {
  background: #e6edf0;
  padding: 4rem;
  max-height: 65rem;
}
.landingpage__video .video-title {
  text-align: center;
  color: #000;
}
.landingpage__video .video {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.landingpage__video .video iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  max-height: 46rem;
  max-width: 80rem;
  margin: 0 auto;
}
.landingpage__steps .steps {
  padding: 3rem 4rem;
  max-width: 88rem;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .landingpage__steps .steps {
    padding: 3rem 7rem;
  }
}
.landingpage__steps .steps__title {
  font-size: 2rem;
  text-align: center;
  color: #000;
}
.landingpage__steps .steps__text {
  text-align: center;
}
.landingpage__steps .steps__list {
  display: flex;
  flex-wrap: wrap;
}
.landingpage__steps .steps__item {
  width: 100%;
  padding: 1rem;
}
.landingpage__steps .steps .step-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #c82973;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .landingpage__steps .steps .step-card {
    flex-direction: row;
  }
}
.landingpage__steps .steps .step-card__left {
  font-size: 4rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  background: #c82973;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .landingpage__steps .steps .step-card__left {
    max-width: 12rem;
    max-height: 12rem;
    font-size: 5rem;
    padding: 2rem;
  }
}
.landingpage__steps .steps .step-card__right {
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .landingpage__steps .steps .step-card__right {
    padding: 0 2rem;
  }
}
.landingpage__steps .steps .step-card__title {
  color: #000;
  font-weight: 800;
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}
.landingpage__steps .steps .step-card__text {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.landingpage__steps .steps .step-card__buble {
  position: absolute;
  transform: rotate(344deg);
  right: -8rem;
  top: -4rem;
  text-align: center;
  background-image: url(/templates/styles/images/buble.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16rem;
  height: 10rem;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 1.2rem;
  color: #fff;
}
.landingpage__advantages .advantages {
  padding: 2rem 2rem 4rem;
  max-width: 120rem;
  margin: 0 auto;
}
.landingpage__advantages .advantages__title {
  color: #000;
  font-size: 2rem;
  text-align: center;
}
.landingpage__advantages .advantages__list {
  display: flex;
  flex-wrap: wrap;
}
.landingpage__advantages .advantages .advantages-item {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 900px) {
  .landingpage__advantages .advantages .advantages-item {
    border-right: 1px solid gray;
    width: 33.33%;
    padding: 0 1rem;
  }
}
.landingpage__advantages .advantages .advantages-item:last-child {
  border-right: none;
}
.landingpage__advantages .advantages .advantages-item h3 {
  color: #c82973;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0;
}
.landingpage__advantages .advantages .advantages-item h3 span {
  display: block;
  font-size: 1.3rem;
  color: #000;
}
.landingpage__prices .prices {
  padding: 0 1rem 4rem;
  max-width: 120rem;
  margin: 0 auto;
}
.landingpage__prices .prices__title {
  color: #124E66;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 4rem;
  text-align: center;
}
.landingpage__prices .prices__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landingpage__prices .prices__list-item {
  padding: 1rem;
  width: 100%;
  display: flex;
}
@media (min-width: 550px) {
  .landingpage__prices .prices__list-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .landingpage__prices .prices__list-item {
    width: 25%;
  }
}
.landingpage__prices .prices__list-item.custom-item {
  width: 100%;
}
.landingpage__prices .prices__list-item.custom-item .price-card {
  background: none;
  border: none;
  color: #000;
  text-align: center;
  min-height: unset;
}
.landingpage__prices .prices__list-item.custom-item .price-card h3 {
  display: none;
}
.landingpage__prices .prices__list-item.custom-item .price-card p {
  font-size: 1.5rem;
}
.landingpage__prices .prices__list-item.custom-item .price-card a {
  color: #D1317A;
  font-weight: 700;
  text-decoration: underline;
}
.landingpage__prices .prices__list-item.custom-item .price-card .price-card__footer {
  display: none;
}
.landingpage__prices .prices__list-item .price-card {
  width: 100%;
  min-height: 34rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.landingpage__prices .prices__list-item .price-card__badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #d1317a;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.landingpage__prices .prices__list-item .price-card__header {
  margin-bottom: 2rem;
  text-align: center;
}
.landingpage__prices .prices__list-item .price-card__header h3 {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7B8184;
  text-align: left;
}
.landingpage__prices .prices__list-item .price-card__price {
  margin-top: 1rem;
  text-align: left;
}
.landingpage__prices .prices__list-item .price-card__price .price {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #313b4c;
}
.landingpage__prices .prices__list-item .price-card__price .period {
  font-size: 1.3rem;
  color: #6b7280;
}
.landingpage__prices .prices__list-item .price-card__price .vat {
  display: block;
  font-size: 1.2rem;
  color: #9ca3af;
}
.landingpage__prices .prices__list-item .price-card__body table {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.landingpage__prices .prices__list-item .price-card__body table td {
  padding: 0.6rem 0;
}
.landingpage__prices .prices__list-item .price-card__body table td:nth-child(2) {
  text-align: right;
  font-weight: 700;
}
.landingpage__prices .prices__list-item .price-card__body p {
  font-size: 1.3rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.landingpage__prices .prices__list-item .price-card__footer {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.landingpage__prices .prices__list-item .price-card__footer strong {
  font-size: 1.8rem;
}
.landingpage__prices .prices__list-item .price-card i {
  font-size: 1.8rem;
}
.landingpage__prices .prices__list-item .price-card i.fa-circle-check {
  color: #50B848;
}
.landingpage__prices .prices__list-item .price-card i.fa-circle-xmark {
  color: #dc2626;
}
.landingpage__prices .prices__list-item .price-card.mini h3 {
  color: #7B8184;
}
.landingpage__prices .prices__list-item .price-card.standard {
  border: 2px solid #D1317A;
  transform: scale(1.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.landingpage__prices .prices__list-item .price-card.standard h3 {
  color: #50B848;
}
.landingpage__prices .prices__list-item .price-card.profi h3 {
  color: #F58220;
}
.landingpage__prices .prices__list-item .price-card.basic h3 {
  color: #124e66;
}
.landingpage__prices .prices__list-item .price-card__cta {
  display: block;
  margin-top: auto;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #7B8184;
  transition: background 0.2s ease, transform 0.2s ease;
}
.landingpage__prices .prices__list-item .price-card__cta:hover {
  transform: translateY(-2px);
}
.landingpage__prices .prices__list-item .price-card__cta.mini {
  background: #7B8184;
}
.landingpage__prices .prices__list-item .price-card__cta.basic {
  background: #124E66;
}
.landingpage__prices .prices__list-item .price-card__cta.standard {
  background: #D1317A;
}
.landingpage__prices .prices__list-item .price-card__cta.profi {
  background: #F58220;
}
.landingpage .cta {
  display: flex;
  justify-content: center;
  max-width: 25rem;
  width: 100%;
  background: #c82973;
  border: 2px solid #c82973;
  color: #fff;
  padding: 1rem;
  margin: 2rem auto;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}
.landingpage .cta:hover {
  color: #c82973;
  background: #fff;
}

.faq-list {
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #e6edf0;
}
.faq-list__title {
  color: #000;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .faq-list__title {
    font-size: 2.4rem;
    margin: 0 0 3.5rem 0;
  }
}

.clanky-dropdown {
  display: block;
  max-width: 120rem;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 550px) {
  .clanky-dropdown {
    margin: 0 auto 1.5rem;
  }
}
.clanky-dropdown__title {
  position: relative;
  padding: 1.3rem 2rem 1.3rem 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #0E4B67;
  line-height: 1.4;
}
.clanky-dropdown__title:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  /*border-top: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;*/
}
.clanky-dropdown__link {
  cursor: pointer;
}
.clanky-dropdown__link.open .clanky-dropdown__title:before {
  font-family: FontAwesome;
  content: "";
  transform: translateY(-50%) rotate(180deg);
  /*border-bottom: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;*/
  border-top: none;
}
.clanky-dropdown__content {
  display: none;
  padding: 2rem 1.5rem;
  margin: 0rem 0 0rem 0;
  background: #ffffff;
}
@media only screen and (min-width: 550px) {
  .clanky-dropdown__content {
    padding: 2rem 2rem;
  }
}
.clanky-dropdown__content p {
  color: #000;
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
}
.clanky-dropdown__content a {
  color: #c82973;
}

.testfont {
  font-family: "QB-ONE";
}

.content__reseni {
  padding: 4rem 2rem;
  background: #f8f6f7;
}

.reseni {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem;
}
.reseni__title {
  width: 100%;
  font-size: 2.6rem;
  margin: 0 0 3rem 0;
}
.reseni__list {
  display: flex;
  flex-wrap: wrap;
}
.reseni__item {
  width: 100%;
  margin: 0 0 2rem 0;
}

.reseni-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2rem;
  overflow: hidden;
}
.reseni-card__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 10rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
@media only screen and (min-width: 550px) {
  .reseni-card__image {
    min-height: 16rem;
  }
}
@media only screen and (min-width: 850px) {
  .reseni-card__image {
    min-height: 22rem;
  }
}
.reseni-card__image img {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: brightness(0.6);
}
@media only screen and (min-width: 850px) {
  .reseni-card__image img {
    top: 70%;
  }
}
.reseni-card__image .reseni-card__sub-title {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
}
.reseni-card__content {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reseni-card__content p {
  line-height: 1.4;
  font-size: 1.3rem;
  color: rgba(26, 15, 20, 0.6);
  margin: 0;
}
@media only screen and (min-width: 850px) {
  .reseni-card__content p {
    font-size: 1.6rem;
  }
}
.reseni-card__btn {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #FBE9F1;
  border: 2px solid #FBE9F1;
  color: #c82973;
  transition: 0.3s;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 1rem;
}
@media only screen and (min-width: 850px) {
  .reseni-card__btn {
    font-size: 1.6rem;
  }
}
.reseni-card__btn:hover {
  background: transparent;
  color: #c82973;
}

.helpForm {
  max-width: 80rem !important;
}
.helpForm h1 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 2.4rem;
  color: #c82973;
}
.helpForm .audio audio {
  width: 100%;
}

.reseni-detail {
  background: #f8f6f7;
}
.reseni-detail__banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1320px;
  min-height: 25rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-position: center right;
}
@media only screen and (min-width: 550px) {
  .reseni-detail__banner {
    min-height: 35rem;
    background-position: center center;
  }
}
@media only screen and (min-width: 1200px) {
  .reseni-detail__banner {
    min-height: 50rem;
  }
}
@media only screen and (min-width: 1600px) {
  .reseni-detail__banner {
    min-height: 55rem;
  }
}
.reseni-detail__banner-text {
  font-size: 3.6rem;
  padding: 1rem;
  text-shadow: 2px 2px 4px #0C1326;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .reseni-detail__banner-text {
    padding: 0 0 0 6rem;
  }
}
.reseni-detail__banner-text p {
  margin: 0;
  font-size: inherit;
  color: inherit;
  padding: 1rem;
}
.reseni-detail__banner-text b, .reseni-detail__banner-text strong {
  color: #c82973;
}
.reseni-detail h1 {
  max-width: 80rem;
  margin: 2rem auto 0;
  padding: 0 2rem;
  font-weight: 700;
  font-size: 4rem;
}
.reseni-detail .reseni-desc {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.reseni-detail__points {
  max-width: 80rem;
  margin: 0rem auto 2rem;
  padding: 0 2rem 2rem;
}
.reseni-detail__points ul {
  list-style: none;
  margin: 0 0 4rem 0;
}
.reseni-detail__points ul li {
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 0 4rem;
  margin: 0 0 2rem 0;
}
.reseni-detail__points ul li:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: none;
  color: #c82973;
  font-size: 2.2rem;
}
.reseni-detail__points p {
  margin: 0 0 1rem 0;
}
.reseni-detail__points h2, .reseni-detail__points h3 {
  margin: 2rem 0 2rem 0;
}
.reseni-detail__points .points-cta {
  text-decoration: none;
  font-weight: 700;
  background: #c82973;
  border: 2px solid #c82973;
  color: #fff;
  padding: 1.6rem 2.4rem;
  border-radius: 1rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  cursor: pointer;
}
.reseni-detail__points .points-cta:hover {
  color: #c82973;
  background: transparent;
}
.reseni-detail__points .points-cta:hover i {
  color: #c82973;
}
.reseni-detail__points .points-cta i {
  color: #fff;
  margin: 0 1rem 0 0;
  transition: 0.3s;
}
.reseni-detail__what-we-do {
  background: #fff;
  padding: 2rem;
}
.reseni-detail__what-we-do h2 {
  position: relative;
  padding: 0 0 0 6rem;
  max-width: 80rem;
  margin: 0 auto 4rem;
  display: block;
  color: #000;
}
.reseni-detail__what-we-do h2:before {
  content: "";
  background: #c82973;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 4rem;
  height: 3px;
  border-radius: 1rem;
}
.reseni-detail__what-we-do ul {
  max-width: 80rem;
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.reseni-detail__what-we-do ul li {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  background: #F8F6F7;
  border: 1px solid rgba(214, 36, 119, 0.1);
  border-radius: 1rem;
}
.reseni-detail__what-we-do ul li:before {
  display: none;
}
.reseni-detail__what-we-do ul li i {
  font-size: 2.5rem;
  color: #c82973;
  margin: 0 0 2rem 0;
}
.reseni-detail__what-we-do ul li h3 {
  margin: 0 0 1rem 0;
  color: #000;
  font-size: 1.5rem;
}
.reseni-detail__what-we-do ul li p {
  margin: 0;
  color: rgba(26, 15, 20, 0.6);
  font-size: 1.3rem;
}
.reseni-detail__how-it-works {
  max-width: 80rem;
  margin: 2rem auto;
  padding: 2rem;
}
.reseni-detail__how-it-works h2 {
  text-align: center;
  color: #000;
}
.reseni-detail__how-it-works ol {
  list-style: none;
  counter-reset: li;
  margin: 0;
  padding: 0;
  position: relative;
}
.reseni-detail__how-it-works ol:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.35rem;
  width: 0.25rem;
  height: 100%;
  background: rgba(214, 36, 119, 0.2);
}
.reseni-detail__how-it-works ol li {
  position: relative;
  padding: 0 0 0 8rem;
}
.reseni-detail__how-it-works ol li:before {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  background: #c82973;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  border-radius: 100%;
  color: #fff;
}
.reseni-detail__how-it-works ol li h3 {
  color: #000;
  margin: 0 0 1rem 0;
}
.reseni-detail__how-it-works ol li p {
  color: rgba(26, 15, 20, 0.7);
  line-height: 1.3;
}
.reseni-detail__video {
  background: #fff;
  padding: 4rem 2rem 2rem;
}
.reseni-detail__video h2 {
  text-align: center;
  color: #000;
}
.reseni-detail__video .video {
  max-width: 80rem;
  margin: auto;
  padding: 2rem;
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .reseni-detail__video .video {
    padding-bottom: 25%;
  }
}
.reseni-detail__video .video iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  max-height: 46rem;
  max-width: 80rem;
  margin: 0 auto;
}
.reseni-detail__case-study {
  background: #c82973;
  padding: 4rem 2rem;
}
.reseni-detail__case-study .case-study {
  max-width: 80rem;
  margin: 0 auto;
}
.reseni-detail__case-study .case-study-title {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.4rem 1.4rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.reseni-detail__case-study h2 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
}
.reseni-detail__case-study .case-study-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  border-radius: 2rem;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 3rem 0;
}
.reseni-detail__case-study .case-study-item span {
  font-size: 1.4rem;
}
.reseni-detail__case-study .case-study-item span:first-child {
  margin: 0 0 1rem 0;
  opacity: 0.7;
  text-transform: uppercase;
}
.reseni-detail__case-study .case-study-item strong {
  font-size: 3.4rem;
}
.reseni-detail__case-study .case-study-item__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reseni-detail__case-study .case-study-item__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.reseni-detail__case-study .case-study-review {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
.reseni-detail__case-study .case-study-review p {
  font-style: italic;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
.reseni-detail__case-study .case-study-review__person {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.reseni-detail__case-study .case-study-review__person .siroky-obrazek-wrapper {
  margin: 0;
}
.reseni-detail__case-study .case-study-review__person img {
  width: 100%;
  max-width: 4rem;
  border-radius: 100%;
  margin: 0 1rem 0 0;
}
.reseni-detail__case-study .case-study-review__person strong {
  display: block;
}
.reseni-detail__case-study .case-study-review__person span {
  display: block;
  opacity: 0.6;
  font-size: 1.3rem;
}
.reseni-detail__results {
  padding: 4rem 2rem;
}
.reseni-detail__results h2 {
  text-align: center;
  color: #000;
}
.reseni-detail__results ul {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.reseni-detail__results ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0;
  padding: 1rem;
}
@media only screen and (min-width: 550px) {
  .reseni-detail__results ul li {
    width: 33.33%;
  }
}
.reseni-detail__results ul li:before {
  display: none;
}
.reseni-detail__results ul li i {
  padding: 2rem 2.3rem;
  font-size: 3rem;
  background: rgba(214, 36, 119, 0.05);
  border-radius: 100%;
  min-width: 4rem;
  min-height: 4rem;
  color: #c82973;
  margin: 0 0 2rem 0;
}
.reseni-detail__results ul li h3 {
  color: #0E4B67;
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.reseni-detail__results ul li p {
  color: rgba(26, 15, 20, 0.6);
  text-align: center;
}
.reseni-detail h2.reseni__title {
  color: #000;
  margin: 2rem 0;
}

/*# sourceMappingURL=main.css.map */
