

/* Start:/local/templates/stressovit/styles.css?1754384612303*/
.instrukcia{
    background-color: #ffebbe !important;
    color: #efba49  !important;
    border: 2px solid #efba49;
    margin-left: auto !important;
    margin-right: 15px !important;
}

.instrukcia:hover {
    background-color: #f6dfac !important;
}

.header__btn {
    margin-left: 0 !important;
}

/* End */


/* Start:/local/templates/stressovit/template_styles.css?175438461240*/
h2{font-size: 42px}
h3{ font-size: 26px}
/* End */


/* Start:/include/tooltip/custom.css?17543846197357*/
.tooltip__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .tooltip__wrapper {
    justify-content: center;
  }
}

.tooltip__item {
  position: relative;
}

.tooltip__item--first {
  margin-left: -30px;
}

@media screen and (max-width: 1023px) {
  .tooltip__item--first {
    margin-left: 0;
  }
}

.tooltip__item--second {
  margin-left: -73px;
}

@media screen and (max-width: 1023px) {
  .tooltip__item--second {
    margin-left: -48px;
  }
}

.tooltip__item--first .tooltip__caption {
  border-color: #4EAA25;
}

.tooltip__item--first .tooltip__caption-inner {
  background: linear-gradient(109deg, #F6A000 1.76%, rgba(249, 178, 51, 0.60) 16.24%, #F6A000 35.53%, rgba(253, 210, 142, 0.80) 54.82%, #F6A000 77.01%, rgba(249, 178, 51, 0.60) 98.24%);
}

.tooltip__item--first .tooltip__front-text {
  font-size: 20px;
  font-weight: 700;
}

.tooltip__caption1 {
  transform: translate(-28px, 47px);
}

@media screen and (max-width: 1023px) {
  .tooltip__item--first .tooltip__front-text {
    font-size: 20px;
    font-weight: 400;
  }
}

.tooltip__item--second .tooltip__caption {
  border-color: #FCA203;
}

.tooltip__item--second .tooltip__front {
  background: linear-gradient(109deg, #0A0 1.76%, rgba(0, 170, 0, 0.60) 16.24%, #0A0 35.53%, rgba(0, 170, 0, 0.80) 54.82%, #0A0 77.01%, rgba(0, 170, 0, 0.60) 98.24%);
}

.tooltip__item--second .tooltip__toggle-button {
  border-color: #FCA203;
}

.tooltip__item--second .tooltip__front-text {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .tooltip__item--second .tooltip__front-text {
    font-size: 10px;
  }
}

.home__info img {
  margin-top: 14px !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  margin-left: 0 !important;
}

.stressH {
  transform: translate(-15px, -20px);
}

@media (max-width: 1280px) {
  .home__tooltip-wraper {
    transform: translateX(35px);
  }
}

@media screen and (max-width: 1023px) {
  .home__info img {
    margin-top: 6px !important;
  }
  .home__tooltip-wraper {
    transform: translateX(0);
  }
  .tooltip__caption1 {
    transform: translate(-22px, 16px);
}
}

.home__info .tooltip__item--first img {
  max-width: 346px !important;
}

@media screen and (max-width: 1023px) {
  .home__info .tooltip__item--first img {
    max-width: 200px !important;
  }
}

.home__info .tooltip__item--second img {
  max-width: 330px !important;
}

@media screen and (max-width: 1023px) {
  .home__info .tooltip__item--second img {
    max-width: 195px !important;
  }
}

.tooltip__caption {
  width: 218px;
  height: 66px;
  position: relative;
  z-index: 1;
  border-radius: 9px;
  border: 2px solid;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .tooltip__caption {
    width: 136px;
    height: 48px;
    position: relative;
    border-radius: 7px;
  }
}

.tooltip__caption::before,
.tooltip__caption::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #F39200;
}

.tooltip__caption::before {
  width: 2px;
  height: 26px;
  top: calc(100% + 2px);
  right: 34px;
}

@media screen and (max-width: 1023px) {
  .tooltip__caption::before {
    height: 15px;
    right: 28px;
  }
}

.tooltip__caption::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(100% + 23px);
  right: 30px;
}

@media screen and (max-width: 1023px) {
  .tooltip__caption::after {
    top: calc(100% + 12px);
    right: 24px;
  }
}

.tooltip__caption-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

@media screen and (max-width: 1023px) {
  .tooltip__caption-inner {
    padding: 5px;
  }
}

.tooltip__front,
.tooltip__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tooltip__front {
  transition: 200ms linear opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .tooltip__front {
    gap: 5px;
  }
}

.tooltip__front svg {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .tooltip__front svg {
    width: 30px;
    height: 30px;
  }
}

.tooltip__front-text,
.tooltip__front-number {
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.tooltip__front-number {
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .tooltip__front-number {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.84px;
  }
}

.tooltip__back {
  background-color: #fff;
  -webkit-transition: 500ms ease clip-path;
  -o-transition: 500ms ease clip-path;
  transition: 500ms ease clip-path;
  font-size: 14px;
  line-height: 1.2;
  color: #087D08;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .tooltip__back {
    font-size: 10px;
  }
}

.tooltip__toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -14px;
  top: -14px;
  border-radius: 50%;
  border: 2px solid;
  background: linear-gradient(109deg, #0A0 1.76%, rgba(0, 170, 0, 0.60) 16.24%, #0A0 35.53%, rgba(0, 170, 0, 0.80) 54.82%, #0A0 77.01%, rgba(0, 170, 0, 0.60) 98.24%);
  z-index: 2;
}

.tooltip__toggle-button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tooltip-toggle-button__wrapper {
  position: relative;
}

.tooltip-toggle-button {
  cursor: pointer;
}

.tooltip-toggle-button__info, .tooltip-toggle-button__close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 200ms linear opacity;
  -o-transition: 200ms linear opacity;
  transition: 200ms linear opacity;
}

.tooltip-toggle-button__close {
  opacity: 0;
}

.tooltip-toggle-button__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip-toggle-button__info svg {
  height: 100%;
}

/* State styles */

.tooltip[data-state="hide"] .tooltip__back {
  -webkit-clip-path: circle(0px at 100% 0);
  clip-path: circle(0px at 100% 0);
}

.tooltip[data-state="show"] .tooltip__back {
  -webkit-clip-path: circle(180% at 100% 0);
  clip-path: circle(180% at 100% 0);
}

.tooltip[data-state="hide"] .tooltip__front {
  opacity: 1;
}

.tooltip[data-state="show"] .tooltip__front {
  opacity: 0;
}

.tooltip[data-state="hide"] .tooltip-toggle-button__info {
  opacity: 1;
}

.tooltip[data-state="show"] .tooltip-toggle-button__info {
  opacity: 0;
}

.tooltip[data-state="hide"] .tooltip-toggle-button__close {
  opacity: 0;
}

.tooltip[data-state="show"] .tooltip-toggle-button__close {
  opacity: 1;
}


@media (max-width: 360px) {
  .home__tooltip-wraper {
    transform: translateX(0) scale(0.85);
  }
}
/* End */
/* /local/templates/stressovit/styles.css?1754384612303 */
/* /local/templates/stressovit/template_styles.css?175438461240 */
/* /include/tooltip/custom.css?17543846197357 */
