

/* Start:/local/templates/stressovit/styles.css?17694433255865*/
.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;
}


html {
   font-size: .522vw;
}

#mission {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: 1920px;
    background: #00AA00;
    color: #fff;
     text-transform: uppercase;
    text-align: center;
}

.s-mission__title {
    font-size: 4.2rem;
    font-weight: 300;
    margin-bottom: 4rem;
   
}

.s-mission__text {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 3.5rem;
}

#history {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 4.8rem;
    padding-bottom: 5.2rem;
}

.s-history__title {
    font-size: 4.2rem;
    font-weight: bold;
}

.s-history__title-1 {
    color: #00AA00;
}
.s-history__title-2 {
    color: #B2B3B3;
    font-weight: 400;
}

.s-history__descr {
    font-size: 2.8rem;
    margin: 4rem 0 3.5rem 0;
}

.s-history__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-history__item {
    min-width: 49%;
    max-width: 49%;
    box-shadow: 0px .5rem 1rem 0px #1A470640;
    margin-bottom: 11rem;
    z-index: 5;
    position: relative;
    display: flex;
    padding: 4rem;
    border: 1px solid #E9E9E9;
    background: #fff;
}

.s-history__item-text {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 3rem;
}
.s-history__item-left {
    min-width: 15rem;
    margin-right: 3rem;
}
.s-history__item-pic {
    height: 100%;
    object-fit: cover;
}

.s-history__item-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #00AA00;
    text-transform: uppercase;
}

.s-history__item-title1 {
    color: #B2B3B3 !important;
    font-weight: 400;
}
.s-history__item-title2 {
    color: #000;
    text-transform: lowercase;
}

.s-history__item-shish {
    position: absolute;
    right: 0;
    top: 2rem;
    width: 23.9rem;
}
.s-history__item-flower {
    position: absolute;
    left: 34%;
    z-index: 1;
    top: 30%;
    width: 25.3rem;
}
.s-history__item-flower2 {
    position: absolute;
    right: 12%;
    top: 58%;
    width: 33rem;
}

.s-history__item-text span {
    text-transform: uppercase;
    font-weight: 700;
    color: #00AA00;
    text-transform: initial;
}

.s-history__item-text span span {
    color: #B2B3B3;
    font-weight: 400;
}

.s-history__item-arr {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -60%);
    width: 19.1rem;
}
.s-history__item-arr2 {
    position: absolute;
    bottom: 0;
    left: 0;
     transform: translate(0, 100%);
     width: 19.1rem;
}

.s-history__item-text-b {
    color: #000 !important;
}


.s-history__item2 {
   transform: translatey(calc(50% + 5.5rem)); 
}

.s-history__item-title11 {
    color: #000;
    text-transform: initial;
}

#values {
    background: #F5F5F5;
    padding-top: 12rem;
    padding-left: 8rem;
    padding-right: 8rem;

}

.values__title {
    font-size: 4.2rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

.values__content {
    display: flex;
    justify-content: space-between;
}

.values__item {
    min-width: 31.6%;
     width: 31.6%;
}
.values__item-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values__item-top {
    height: 33.2rem;
}

.values__item-bottom {
    min-height: 21.4rem;
    padding-top: 3.5rem;
    color: #fff;
    padding-left: 5rem;
    padding-right: 4rem;
    padding-bottom: 1rem;
}

.values__item-bottom1 {
    background: #00AA00;
}
.values__item-bottom2 {
    background: #FFAE00;
}
.values__item-bottom3 {
    background: #00AA00;
}

.values__item-title {
    font-size: 2.8rem;
    font-weight: 600;
        margin-bottom: 3rem;
}
.values__item-text {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
.values__item-text span {
    font-weight: 600;
}

@media (max-width: 1100px) {
    html {
    font-size: .7vw;
}

.values__content {
    flex-wrap: wrap;
}

.values__item {
    width: 49%;
    min-width: 49%;
    margin-bottom: 20px;

}

}

@media (max-width: 767px) {
  .values__item {
    width: 100%;
    min-width: 100%;

}
#mission {
  padding-top: 20px;
  padding-bottom: 20px;
}


.s-mission__title {
    font-size: 26px;
    margin-bottom: 25px;
}
.s-mission__text {
    font-size: 20px;
    padding: 0 30px;
}

.s-history__item {
        min-width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px 0px #1A470640;
    flex-wrap: wrap;

}
.s-history__item-arr, .s-history__item-arr2,
.s-history__item-shish, .s-history__item-flower,
.s-history__item-flower2 {
    display: none;
}
.s-history__item2 {
    transform: translate(0);
}

.s-history__title {
    font-size: 26px;
    line-height: 1.2;
}
.s-history__descr {
    font-size: 18px;
}

.s-history__item-title {
    font-size: 18px;
            line-height: 1.2;
}
.s-history__item-text {
    font-size: 14px;
    margin-top: 20px;
}

.s-history__item-left {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    height: 292px;
}

.values__title {
    font-size: 26px;
    margin-bottom: 20px;
}

.values__item-top {
  height: 130px;
}

.values__item-title {
    font-size: 20px;
    margin-bottom: 20px;
    word-break: break-all;
}

.values__item-bottom {
   height: initial;
   padding: 20px;
}

.values__item-text {
     font-size: 14px;
}

#history {
   margin-top: 60px;
   padding-left: 20px;
   padding-right: 20px;
}
.s-history__title {
   margin-bottom: 20px;
}

#values {
    margin-top: 50px;
     padding-left: 20px;
   padding-right: 20px;
}
.s-history__content {
    margin-top: 20px;
}

}
/* 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?17694433255865 */
/* /local/templates/stressovit/template_styles.css?175438461240 */
/* /include/tooltip/custom.css?17543846197357 */
