

/* Start:/sos-tonic/css/style.css?177546617212479*/
.care-page {
    font-family: "Wix Madefor Display", sans-serif;
    font-optical-sizing: auto;
    overflow: hidden;
}
.care-section {
    position: relative;
    z-index: 5;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.care-video-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(-1);
    z-index: -1;
}
.care-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}
.care-text img {
    display: block;
}
.care-hero {
    background-image: url('/sos-tonic/css/img/hero-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 900px;
}
.care-hero__title {
    max-width: 608px;
    margin: 0 auto;
    padding-left: 82px;
}
.care-title {
    color: #FC4678;
}
.care-hero__title-line {
    display: block;
    font-weight: 400;
}
.care-title-main {
    font-size: 55px;
    line-height: 1.1;
}
.fw-ultra {
    font-weight: 800;
}
.fw-bold {
    font-weight: 700;
}
.care-title-2 {
    font-size: 48px;
    line-height: 1.1;
}
.care-title-3 {
    font-size: 36px;
    line-height: 1.15;
}
.care-title-4 {
    font-size: 32px;
    line-height: 1.1;
}
.care-hero__subtitle {
    max-width: 558px;
    margin-left: auto;
    margin-top: 21px;
}
.care-hero__block {
    max-width: 652px;
    margin-left: auto;
    position: relative;
    margin-top: 64px;
}
.care-block {
    padding: 60px 40px;
    background: #F8F8F8;
    font-size: 22px;
    line-height: 1.3;
}
.care-block p {
    margin-bottom: 0;
}
.care-block p:not(:first-child) {
    margin-top: 32px;
}
.care-block_red {
    background: #FC4678;
    color: #ffffff;
}
.care-hero-bubbles {
    position: absolute;
    width: 356px;
    left: 100%;
    bottom: 100%;
    margin-left: -73px;
    margin-bottom: -110px;
    z-index: -1;
}
.care-hero__button {
    margin-top: 40px;
}
.care-button {
    display: inline-flex;
    height: 60px;
    align-items: center;
    font-size: 24px;
    padding: 0 55px;
    transition: 0.3s;
}
.care-button_primary {
    background-color: #ffffff;
    color: #FC4678;
}
.care-button_secondary {
    color: #ffffff;
    background-color: #FC4678;
}
.care-button:hover {
    color: #ffffff;
    background-color: #FF8BAB;
}
.care-hero-text {
    position: absolute;
    top: 100%;
    left: 180px;
    transform: translateY(-50%);
}
.care-active {
    min-height: 1051px;
}
.care-active-text {
    position: absolute;
    top: 20px;
    right: 220px;
}
.care-active__block {
    margin-top: 32px;
    max-width: 673px;
}
.care-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.care-list li {
    position: relative;
    margin-top: 32px;
    padding-left: 32px;
}
.care-list li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FC4678;
    top: 12px;
    left: 0;
}
.care-active__block .care-list {
    margin-top: 40px;
}
.care-ectoin {
    background-image: url('/sos-tonic/css/img/ectoin-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 682px;
    background-position: 50% 10%;
}
.care-ectoin__block {
    max-width: 647px;
    margin-left: auto;
}
.care-ectoin-text {
    position: absolute;
    bottom: 36px;
    left: 206px;
}
.care-tonic {
    background-image: url('/sos-tonic/css/img/tonic-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 760px;
    background-position: 50% 50%;
}
.care-tonic__block {
    max-width: 652px;
}
.care-bio {
    background-color: #ffffff;
    z-index: 6;
}
.care-bio .container {
    position: relative;
}
.care-bio-top-text {
	position: absolute;
	top: -61px;
	right: 39px;
	z-index: 5;
}
.care-bio__block {
    width: 671px;
    margin-left: 204px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.care-bio__image {
    position: relative;
    width: 44vw;
}
.care-bio-bottom-text {
	position: absolute;
	top: 100%;
	left: -10px;
	margin-top: 38px;
}
.care-bio__subtitle {
	margin-left: 50px;
	margin-top: 23px;
	font-size: 39px;
	line-height: 1.4;
}
.care-use {
    min-height: 778px;
    background-color: #ffffff;
}
.care-use-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.care-use-bg_front {
    background-image: url('/sos-tonic/css/img/us-front-bg.png');
}
.care-use-bg_back {
    background-image: url('/sos-tonic/css/img/us-back-bg.png');
    opacity: 0;
    z-index: 2;
    transition: 1s;
}
.care-use:hover .care-use-bg_back {
    opacity: 1;
}
.care-use .container {
    z-index: 5;
}
.care-use__title {
    max-width: 364px;
}
.care-use__block {
    max-width: 640px;
    margin-top: 40px;
}
.care-solution {
    background-color: #ffffff;
    padding-bottom: 0;
}
.care-solution__row {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.care-solution__item {
    padding: 0 15px;
    flex-grow: 1;
    min-width: 0;
}
.care-solution__item_mobile {
    display: none;
}
.care-solution__bg {
    width: 44vw;
    min-width: 44vw;
    margin-left: -40px;
}
.care-solution__image {
    position: relative;
}
.care-solution__image-back {
    position: relative;
    z-index: 1;
    transition: 0.2s;
    opacity: 0;
}
.care-solution__image-front {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transition: 0.2s; 
    object-fit: contain; 
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
}
.care-solution__name {
    font-size: 20px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.care-solution__block {
    width: 630px;
    margin-bottom: 30px;
    margin-left: -16px;
}
.care-solution__button {
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    .care-solution__image:hover .care-solution__image-front {
        opacity: 0;
    }
    .care-solution__image:hover .care-solution__image-back {
        opacity: 1;
    }
}
@media screen and (max-width: 1400px) {
    .care-bio__image {
        width: 49vw;
    }
    .care-text img {
        display: block;
    }
    .care-hero-text {
        width: 8vw;
        left: 4vw;
    }
    .care-active-text {
        width: 8vw;
        right: 8vw;
    }
    .care-ectoin-text {
        width: 8vw;
        left: 8vw;
    }
    .care-bio-top-text {
        right: 4vw;
        width: 13vw;
        top: -2vw;
    }
    .care-bio-bottom-text {
        width: 20vw;
        margin-top: -2vw;
    }
    .care-solution__block {
        width: 48vw;
    }
    .care-solution__col {
        justify-content: flex-end;
    }
    .care-solution__bg {
        width: 60vw;
        min-width: 60vw;
        margin-left: 0;
        margin-right: -10vw;
    }
}
@media screen and (max-width: 1200px) {
    .care-title-main {
        font-size: 46px;
    }
    .care-title-2 {
        font-size: 42px;
    }
    .care-bio__subtitle {
        margin-top: 10px;
        font-size: 35px;
    }
    .care-title-3 {
        font-size: 32px;
    }
    .care-solution__name {
        font-size: 15px;
    }
    .care-bio__block {
        margin-left: 0;
    }
}
/* 1200 */
@media screen and (max-width: 991px) {
    .slick-current .care-solution__image .care-solution__image-front {
        opacity: 0;
    }
    .slick-current .care-solution__image .care-solution__image-back {
        opacity: 1;
    }
    .care-use-bg_back {
        animation: fade 5s ease infinite;
        transition: 0s;
    }
    .care-use-bg {
        background-attachment: scroll;
        background-size: 100%;
    }
    .care-use-bg_front {
        position: relative;
        padding-top: 55.556%;
        background-image: url('/sos-tonic/css/img/us-front-bg-mobile.png');
    }
    .care-use-bg_back {
        background-image: url('/sos-tonic/css/img/us-back-bg-mobile.png');
    }
    .care-use {
        padding-top: 0;
    }
    .care-use__title {
        margin-top: -144px;
        margin-left: 30px;
    }
    .care-use__block {
        max-width: none;
    }
    .care-bio__block {
        width: 100%;
    }
    .care-bio__image {
        width: 100%;
        margin-top: 40px;
    }
    .care-bio-top-text {
        top: auto;
        bottom: -2vw;
    }
    .care-solution {
        padding-top: 0;
    }
    .care-solution__bg {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .care-solution__block {
        width: auto;
        margin: -100px -30px 0 60px;
    }
    .care-video-bg video {
        object-position: 0% 50%;
    }
    .care-section {
        min-height: 0;
    }
    .care-hero {
        background-image: url('/sos-tonic/css/img/hero-bg-mobile.png');
        background-position: 50% 100%;
        padding-bottom: 85%;
    }
    .care-hero-bubbles {
        display: none;
    }
    .care-hero__title {
        margin: 0;
        padding-left: 0;
        max-width: none;
    }
    .care-active {
        padding-bottom: 40%;
    }
    .care-ectoin {
        padding-top: 25%;
    }
    .care-tonic {
        background-position: 50% 0%;
        padding-top: 62%;
    }
    .care-hero__subtitle {
        max-width: none;
        margin-left: 60px;
    }
    .care-bio__subtitle {
        margin-left: 60px;
    }
    .care-solution__item_mobile {
        display: block;
    }
    .care-solution__item_equals {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        padding: 0;
    }
    .care-solution__item_bottle {
        min-width: 16%;
        padding-right: 0;
    }
}
/* 991 */

@media screen and (max-width: 767px) {
    .care-section {
        padding: 60px 0;
    }
    .care-text {
        display: none;
    }
    .care-hero {
        padding-top: 36px;
    }
    .care-hero__title {
       margin-left: 30px;
    }
    .care-title-main {
        font-size: 24px;
    }
    .care-hero__subtitle {
        margin-top: 8px;
    }
    .care-title-2 {
        font-size: 24px;
    }
    .care-title-3 {
        font-size: 15px;
    }
    .care-hero__block {
        margin-left: 90px;
        margin-top: 16px;
    }
    .care-block {
        padding: 24px 20px;
        font-size: 12px;
    }
    .care-hero__button {
        margin-top: 20px;
    }
    .care-button {
        height: 24px;
        font-size: 10px;
        padding: 0 24px;
    }
    .care-hero {
        padding-bottom: 91%;
    }
    .care-active {
        padding-bottom: 40%;
    }
    .care-active__block {
        margin-top: 13px;
        margin-right: 60px;
    }
    .care-title-4 {
        font-size: 15px;
    }
    .care-active__block .care-list {
        margin-top: 12px;
    }
    .care-list li {
        position: relative;
        margin-top: 12px;
        padding-left: 12px;
    }
    .care-list li::before {
        width: 6px;
        height: 6px;
        top: 6px;
    }
    .care-ectoin {
        background-position: 45% 50%;
    }
    .care-ectoin__block {
        margin-left: 60px;
    }
    .care-block p:not(:first-child) {
        margin-top: 12px;
    }
    .care-tonic {
        background-image: url('/sos-tonic/css/img/tonic-bg-mobile.png');
        padding-top: 96%;
    }
    .care-tonic__block {
       margin-right: 60px;
    }
    .care-bio__subtitle {
        font-size: 19px;
        margin-top: 2px;
    }
    .care-bio__block {
        margin-top: 16px;
    }
    .care-bio__image {
        margin-top: 16px;
    }
    .care-bio {
       padding-bottom: 20px;
    }
    .care-use {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .care-use__title {
        margin-top: -56px;
    }
    .care-use__block {
        margin-top: 8px;
        margin-right: 60px;
    }
    .care-solution {
        padding-top: 0;
    }
    .care-solution__block {
        width: auto;
        margin: -45px -15px 0 30px;
    }
    .care-solution__item {
        padding: 0 2px;
    }
    .care-solution__row {
        margin-top: 20px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .care-solution__name {
        font-size: 8px;
        margin-left: -4px;
        margin-right: -4px;
    }
    .care-solution__item:last-child .care-solution__image {
        right: -3px;
    }
}
/* 767 */


@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
   
/* End */
/* /sos-tonic/css/style.css?177546617212479 */
