

/* 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 */
/* /local/templates/stressovit/styles.css?17694433255865 */
/* /local/templates/stressovit/template_styles.css?175438461240 */
