.values{display:flex;flex-direction:column;align-items:center}@media(min-width:640px){.values{display:grid;grid-template-columns:1fr 1fr}}.values__container{display:flex;flex-direction:column;align-items:flex-start;height:100%;padding-bottom:20px}@media(min-width:640px){.values__container{padding-bottom:0;padding-right:40px}}.values__head{display:flex;gap:8px;align-items:center;max-width:80%}.values__head-active{color:var(--page-color-secondary)}.values__text{margin-top:32px}.values__header{font-size:28px;line-height:120%;font-weight:700;color:var(--page-color-white);text-align:start}@media(min-width:1199px){.values__header{font-size:46px;line-height:120%;font-weight:700;color:var(--page-color-white)}}.values__wrapper{margin-top:32px}.values__accordion{width:100%;display:flex;flex-direction:column}.values__title{font-size:22px;line-height:150%;font-weight:600;color:var(--page-color-white);text-align:start;padding:16px 0;border-bottom:1px solid var(--page-color-light-green);display:flex;justify-content:space-between;cursor:pointer}.values__title-active{transition:max-height .5s ease;animation:values__fadeInFromBottom .5s ease}@media(min-width:1199px){.values__title{font-size:30px;line-height:150%;font-weight:600;color:var(--page-color-white)}}.values__description{text-align:start;margin-top:16px;transition:max-height 1s ease;animation:values__fadeInFromTop .5s ease;max-width:95%;font-size:18px;line-height:150%;font-weight:500;color:var(--page-color-white)}@media(min-width:1199px){.values__description{font-size:20px;line-height:150%;font-weight:500;color:var(--page-color-white)}}.values__img{border:2px solid var(--page-color-light-green);padding:16px;border-radius:32px;transition:all .5s ease;animation:values__fadeOut .5s ease;width:93%}@media(min-width:1199px){.values__img{width:95%}}.values__img-photo{object-fit:cover;border-radius:24px;width:100%;height:100%;min-height:197px;min-width:252px}@media(min-width:640px){.values__img-photo{height:483px;min-width:none}}.values__img-active{transition:all .5s ease;animation:values__fadeInFromTop .5s ease}@keyframes values__fadeInFromBottom{0%{opacity:1;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes values__fadeInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes values__fadeOut{to{opacity:.98}0%{opacity:.1}}