/*Font*/
/*Colors*/
/*Icon*/
/*Transition*/
.coral-tooltip--info {
    width: auto !important;
}

.toggleIngridients {
    display: none;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
}

.hiddenIngridients {
    display: block;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.fs-96 {
    font-size: calc(50px + (96 - 50)*(100vw - 500px)/(1920 - 500));
    line-height: calc(55px + (101 - 55)*(100vw - 500px)/(1920 - 500));
    letter-spacing: 0.01em;
}

.fs-36 {
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.01em;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-16 {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.25em;
}

.fs-16-30 {
    font-size: 16px;
    line-height: 30px;
}

.ttu {
    text-transform: uppercase;
}

.tac {
    text-align: center;
}

.whiteText {
    color: #fff;
}

.darkGreenText {
    color: #18352E;
}

.desktopHidden {
    display: none;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.levels {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100% !important;
}
.levels .level {
    width: 33.3333%;
    padding: 140px 0 0 70px;
    border-right: 1px solid #fff;
    transition: width 0.45s;
}
.levels .level:last-child {
    border-right: none;
}
.levels .level .smallTitle, .levels .level .bigTitle {
    z-index: 3;
    position: relative;
}
.levels .level .bigTitle {
    height: 245px;
    transition: font-size 0.45s, line-height 0.45s, margin-top 0.45s;
}
.levels .level .rcp-text {
    margin-top: 45px;
    opacity: 0;
    width: 490px;
    transition: opacity 0.7s;
}
.levels .level:hover {
    width: 100%;
}
.levels .level:hover .bigTitle {
    font-size: 96px;
    line-height: 101px;
    letter-spacing: 0.01em;
}
.levels .level:hover .rcp-text {
    opacity: 1;
}

.marquee {
    width: 100%;
    overflow: hidden;
}
.marquee .wrapper-marquee {
    width: 100000px;
    transform: translateX(0);
    animation: 10s linear 0s infinite normal none running marqueeAnimation;
}
.marquee .wrapper-marquee .js-marquee {
    float: left;
}

.coral-tooltip--info, .coral-tooltip--info.b {
    border-color: #194238 !important;
}

.coral-tooltip--info--arrow {
    background-color: #194238 !important;
}

.tooltipHeader {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.tooltipHeader img {
    margin-right: 10px;
}

.tooltipListItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.tooltipListItem .tooltipListItemText {
    color: #194238;
    margin-left: 15px;
    letter-spacing: 0;
}
.tooltipListItem .tooltipListItemText span {
    opacity: 0.3;
    font-style: italic;
}
.tooltipListItem img {
    width: 90px;
    height: 90px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    margin-right: 20px;
}

.rcp {
    overflow-x: hidden;
    /*SECTION BANNER*/
    /*SECTION PRODUCT CART*/
    /*SECTION ONE*/
    /*SECTION TWO*/
    /*SECTION THREE*/
    /*SECTION FOUR*/
    /*SECTION FIVE*/
    /*SECTION SIX*/
}
.rcp * {
    box-sizing: border-box;
}
.rcp img {
    width: 100%;
    vertical-align: top;
}
.rcp section {
    max-height: 1000px;
    overflow: hidden;
}
.rcp .rcp-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    max-width: 1900px;
    padding: 0 7.14%;
    height: 100%;
}
.rcp .rcp-container > div {
    width: 50%;
}
.rcp .rcp-container > div.rcp-allWidth {
    width: 100%;
}
.rcp .rcp-container .rcp-left {
    position: relative;
}
.rcp .rcp-container .rcp-left .circle {
    width: 630px;
    height: 630px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 10px;
    z-index: 1;
    transform: scale(0) translateY(-50%);
    transform-origin: top;
}
.rcp .rcp-container .rcp-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.rcp .rcp-container .rcp-right .bannerInfo {
    padding-top: 140px;
}
.rcp .rcp-container .smallTitle {
    margin-bottom: 11px;
}
.rcp .rcp-container .smallTitle span {
    padding: 15.5px 17.02px;
}
.rcp .rcp-container .smallTitle span.wthiteBg {
    background: #fff;
    color: #37424C;
}
.rcp .rcp-container .smallTitle span.greenBg {
    background: #18352E;
    color: #fff;
}
.rcp .rcp-container .smallTitle span.ghost {
    border: 1px solid #fff;
    color: #fff;
}
.rcp .rcp-container .smallTitle span.ghostDark {
    border: 1px solid #18352E;
    color: #18352E;
}
.rcp .rcp-container .smallTitle span > span {
    opacity: 0.3;
    padding: 0;
}
.rcp .rcp-container .bigTitle {
    font-family: var(--cci-font-title), serif;
}
.rcp .rcp-container .bigTitle span {
    padding: 0 15px;
    color: #fff;
}
.rcp .rcp-container .bigTitle.greenBg span {
    background: #18352E;
}
.rcp .rcp-container .bigTitle.noBg span {
    background: transparent;
    padding: 0;
}
.rcp .rcp-container .whiteLink {
    display: inline-block;
    background: #fff;
    padding: 6px 62px 6px 17px;
    position: relative;
    margin-top: 177px;
}
.rcp .rcp-container .whiteLink i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.rcp .rcp-container .greenLink {
    display: inline-block;
    background: #194238;
    padding: 6px 62px 6px 17px;
    position: relative;
    margin-top: 177px;
    color: #fff;
}
.rcp .rcp-container .greenLink i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.webp .rcp section.banner {
    background-image: url(/images/rcp/phitoviron/webp/main_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.bx-ios.bx-safari .rcp section.banner{
    background: url(/images/rcp/phitoviron/main_bg.jpg) 100% 100% !important ;
}
.rcp section.banner {
    background: url(/images/rcp/phitoviron/main_bg.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 90vh;
}
.rcp section.productCard {
    padding-top: 95px;
    background: #fafafa;
}
.webp .rcp section.oneSection {
    background: #194238 url(/images/rcp/phitoviron/webp/oneSectionBg.webp);
    background-repeat: no-repeat;
}
.rcp section.oneSection {
    background: #194238 url(/images/rcp/phitoviron/oneSectionBg.png)  100% 100% no-repeat;
    background-repeat: no-repeat;
    min-height: 600px;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden;
}
.rcp section.oneSection .rcp-left {
    padding-right: 120px;
}
.rcp section.oneSection .rcp-left .image {
    width: 100%;
    position: relative;
    height: 100%;
}
.rcp section.oneSection .rcp-left .image img {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.rcp section.oneSection .rcp-left .image .circle {
    max-width: 630px;
    max-height: 630px;
    width: 100%;
    height: 100%;
    border: none;
}
.rcp section.oneSection .rcp-text {
    max-width: 560px;
    margin-top: 40px;
}
.rcp section.twoSection {
    background: #122317;
    position: relative;
    height: 1000px;
    overflow: hidden;
}
.rcp section.twoSection .parallax {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.rcp section.twoSection .parallax img {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 1323px;
    z-index: 1;
    left: 0;
}
.rcp section.twoSection .benefitsItem {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.rcp section.twoSection .benefitsItem:last-child {
    margin-bottom: 0;
}
.rcp section.twoSection .benefitsItem .benefitsItemTitle {
    font-family: var(--cci-font-title), serif;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 35px;
}
.rcp section.twoSection .benefitsItem .benefitsItemTitle span {
    margin-top: 15px;
    display: inline-block;
}
.rcp section.twoSection .benefitsItem .benefitsItemTitle:before, .rcp section.twoSection .benefitsItem .benefitsItemTitle:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 50px;
    top: 13px;
}
.rcp section.twoSection .benefitsItem .benefitsItemTitle:before {
    border-left: 1px solid #fff;
    width: 20px;
    left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.rcp section.twoSection .benefitsItem .benefitsItemTitle:after {
    border-right: 1px solid #fff;
    width: calc(100% - 125px);
    right: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.rcp section.twoSection .benefitsItem .benefitsItemIcon {
    max-width: 73px;
    margin-right: 35px;
    float: left;
}
.rcp section.twoSection .benefitsItem .benefitsDescription {
    max-width: 435px;
    margin-left: 145px;
}
.rcp section.threeSection {
    background: #18352E;
    height: 1000px;
}
.rcp section.threeSection .image {
    position: absolute;
    width: 100vw;
    max-width: 1150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.rcp section.threeSection .image img {
    position: relative;
    z-index: 5;
    transition: opacity 0.45s;
    cursor: pointer;
}
.rcp section.threeSection .image img.openVideo {
    opacity: 0;
}
.rcp section.threeSection .image img.zIndex {
    z-index: -1;
}
.rcp section.threeSection .image .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rcp section.threeSection .rcp-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.rcp section.threeSection .rcp-right .information {
    max-width: 580px;
    padding-top: 15%;
}
.rcp section.threeSection .rcp-right .information .rcp-text {
    max-width: 560px;
    margin-top: 40px;
}
.rcp section.fourSection {
    background: #F9F9F9;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 1000px;
    padding-top: 100px;
    position: relative;
}
.rcp section.fourSection .bigTitle span {
    color: #18352E;
}
.rcp section.fourSection .tabsNav {
    margin: 50px 0;
    position: relative;
    z-index: 100;
}
.rcp section.fourSection .tabsNav a {
    display: inline-block;
    position: relative;
    padding: 2.5px 10px;
}
.rcp section.fourSection .tabsNav a:first-child {
    margin-right: 30px;
}
.rcp section.fourSection .tabsNav a:before, .rcp section.fourSection .tabsNav a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #18352E;
    transform-origin: left;
    transition: transform 0.45s;
}
.rcp section.fourSection .tabsNav a:before {
    height: 3px;
    transform: scaleX(0);
}
.rcp section.fourSection .tabsNav a.active:before {
    transform: scaleX(1);
}
.rcp section.fourSection .tabsNav a:after {
    height: 2px;
    opacity: 0.3;
}
.rcp section.fourSection .rcp-text {
    max-width: 510px;
}
.rcp section.fourSection .map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.rcp section.fourSection .map svg {
    width: 100%;
    max-width: 1450px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
}
.rcp section.fourSection .map svg g.mapDotted {
    cursor: pointer;
}
.rcp section.fourSection .ingredientsGroup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    display: none;
    margin-top: 90px;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem {
    width: 100%;
    margin-bottom: 40px;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 33.333%;
    margin-bottom: 45px;
    padding: 20px;
    align-items: center;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem picture  img {
    width: 118px;
    height: 118px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    margin-right: 20px;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem .ingredientInfo .ingredientTitle {
    color: #194238;
    letter-spacing: 0;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem .ingredientInfo .ingredientTitle span {
    opacity: 0.3;
    font-style: italic;
    display: block;
    margin-top: 5px;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem .ingredientInfo .ingredientPlace {
    margin-top: 15px;
}
.rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem .ingredientInfo .ingredientPlace img {
    max-width: 14px;
    margin-right: 8px;
}
.rcp section.fourSection.listActive {
    height: auto;
    max-height: 100%;
}
.rcp section.fourSection.listActive .rcp-allWidth {
    max-height: 100% !important;
}
.rcp section.fourSection.listActive .map {
    display: none;
}
.rcp section.fourSection.listActive .ingredientsGroup {
    display: block;
}
.rcp section.fiveSection {
    height: 1000px;
    position: relative;
}
.rcp section.fiveSection .rcp-container {
    max-width: 100%;
    padding: 0;
}
.rcp section.fiveSection .rcp-container .centerCircle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 297px;
    height: 297px;
    background: #fff;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
.rcp section.fiveSection .rcp-container .centerCircle img {
    position: absolute;
    width: 714px;
    animation: spin 30s linear infinite;
}
.webp .rcp section.fiveSection .rcp-left {
    background-image: url(/images/rcp/phitoviron/webp/fiveSectionBg-min.webp);
    background-size: cover;
    background-position: center;
}
.rcp section.fiveSection .rcp-left {
    background-image: url(/images/rcp/phitoviron/fiveSectionBg-min.jpg);
    background-size: cover;
    background-position: center;
}
.rcp section.fiveSection .rcp-right {
    background: #F9F9F9;
    justify-content: center;
}
.rcp section.fiveSection .rcp-right .rcp-text {
    max-width: 398px;
    margin-left: 210px;
}
.rcp section.sixSection {
    height: 900px;
    padding-top: 90px;
    padding-bottom: 68px;
    background: #F9F9F9;
}
.rcp section.sixSection .steps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
}
.rcp section.sixSection .steps > div {
    width: calc(16% - 3px);
    transition: width 0.45s ease-in-out;
    margin-right: 3px;
    position: relative;
    cursor: pointer;
}
.rcp section.sixSection .steps > div .stepWrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.rcp section.sixSection .steps > div .stepWrap > div {
    position: absolute;
    width: 100%;
}
.rcp section.sixSection .steps > div .stepWrap .stepImg img {
    max-width: 882px;
    width: 100vw;
    opacity: 0.3;
    transition: opacity 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo {
    bottom: 0;
    padding-left: 20px;
    height: 308px;
    transition: height 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo .smallTitle {
    margin-bottom: 40px;
    margin-top: 120px;
    transition: margin 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo .smallTitle span {
    padding-left: 0;
    transition: background 0.45s, color 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo .bigTitle {
    transition: font-size 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo .bigTitle span {
    color: #37424C;
    padding-left: 0;
    transition: background 0.45s, color 0.45s;
}
.rcp section.sixSection .steps > div .stepWrap .stepInfo .stepText {
    width: 480px;
    margin-top: 24px;
    opacity: 0;
    transition: 0.45s;
}
.rcp section.sixSection .steps > div.active {
    width: calc(52% - 3px);
    max-width: 882px;
}
.rcp section.sixSection .steps > div.active .stepImg img {
    opacity: 1;
}

.rcp section.sixSection .steps > div.active .stepInfo {
    height: 365px;
}
.rcp section.sixSection .steps > div.active .stepInfo .smallTitle {
    margin-bottom: 11px;
    margin-top: 5px;
}
.rcp section.sixSection .steps > div.active .stepInfo .smallTitle span {
    background: #18352E;
    color: #fff;
    padding-left: 17.02px;
}
.rcp section.sixSection .steps > div.active .stepInfo .bigTitle {
    font-size: calc(50px + (96 - 50)*(100vw - 500px)/(1920 - 500));
    line-height: calc(55px + (101 - 55)*(100vw - 500px)/(1920 - 500));
    letter-spacing: 0.01em;
}
.rcp section.sixSection .steps > div.active .stepInfo .bigTitle span {
    background: #fff;
    color: #37424C;
    padding-left: 15px;
}
.rcp section.sixSection .steps > div.active .stepInfo .stepText {
    opacity: 1;
    transition-delay: 0.3s;
}
.rcp section.sixSection .steps > div.stepItem-2:before, .rcp section.sixSection .steps > div.stepItem-3:before, .rcp section.sixSection .steps > div.stepItem-4:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    display: block;
    background: #37424C;
}
.webp .rcp section.sevenSection {
    background: url(/images/rcp/phitoviron/webp/sevenSectionBg.webp) 100% 100% no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bx-ios.bx-safari .rcp section.sevenSection {
    background-attachment: scroll ;
}
.rcp section.sevenSection {
    background: url(/images/rcp/phitoviron/sevenSectionBg.jpg) 100% 100% no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
}
.rcp section.sevenSection .rcp-right {
    padding-left: 11%;
}
.rcp section.sevenSection .rcp-right .whiteLink {
    margin-top: 55px;
}
.rcp section.eightSection {
    height: 900px;
}
.rcp section.eightSection .rcp-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.rcp section.eightSection .rcp-left .bigTitle span {
    color: #37424C;
}
.rcp section.eightSection .rcp-left .rcp-text {
    max-width: 515px;
    margin-top: 20px;
}
.rcp section.eightSection .rcp-right {
    align-items: flex-end;
    position: relative;
}
.rcp section.eightSection .rcp-right .image {
    position: absolute;
    left: 276px;
    z-index: 2;
    width: 519px;
}
.rcp section.eightSection .rcp-right .image img {
    margin-bottom: -3px;
}
.rcp section.eightSection .rcp-right .circle {
    width: 660px;
    height: 660px;
    position: absolute;
    border: 1px solid #18352E;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    top: 37px;
    left: -176px;
    transform: none;
    z-index: -1;
}
.webp .rcp section.eightSection .rcp-right .circle[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/webp/virus.webp);
}
.rcp section.eightSection .rcp-right .circle[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/virus.png);
    transition: background 0.45s, opacity 0.45s;
}
.rcp section.eightSection .rcp-right .circle-virus {
    opacity: 0;
}
.webp .rcp section.eightSection .rcp-right .circle-virus[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/webp/virus.webp);
}
.rcp section.eightSection .rcp-right .circle-virus[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/virus.png);
    transition: background 0.45s, opacity 0.45s;
}
.webp .rcp section.eightSection .rcp-right .circle-virus[data-background=fungi] {
    background-image: url(/images/rcp/phitoviron/webp/fungi.webp);
}
.rcp section.eightSection .rcp-right .circle-virus[data-background=fungi] {
    background-image: url(/images/rcp/phitoviron/fungi.png);
    transition: background 0.45s, opacity 0.45s;
}
.webp .rcp section.eightSection .rcp-right .circle-virus[data-background=bakteria] {
    background-image: url(/images/rcp/phitoviron/webp/bakteria.webp);
}
.rcp section.eightSection .rcp-right .circle-virus[data-background=bakteria] {
    background-image: url(/images/rcp/phitoviron/bakteria.png);
    transition: background 0.45s, opacity 0.45s;
}
.rcp .image.fixed {
    position: fixed !important;
    bottom: 0;
}
.rcp section.nineSection {
    height: 1000px;
}
.rcp section.nineSection .rcp-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.rcp section.nineSection .rcp-left .spoilers {
    width: 100%;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerTitle {
    padding: 13px 30px;
    cursor: pointer;
    position: relative;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerTitle:before, .rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerTitle:after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background: #18352E;
    position: absolute;
    right: 20px;
    top: 30px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerTitle:after {
    transform: rotate(90deg);
    transition: transform 0.45s;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease-in-out;
    height: 100%;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent > div {
    padding: 30px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent > div:first-child {
    border-bottom: 1px solid #18352E;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent ul {
    margin-top: 20px;
    list-style: disc;
    padding-left: 20px;
    column-count: 2;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent ul li {
    margin-bottom: 10px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem .icon {
    max-width: 30px;
    display: block;
    width: 100%;
    margin-right: 25px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem .icon img {
    max-width: 30px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus {
    max-width: 30px;
    height: 30px;
    background: #18352E;
    width: 100%;
    border-radius: 50%;
    margin-right: 25px;
    position: relative;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:before, .rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 14px;
    left: 7px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:after {
    transform: rotate(90deg);
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus.minus:after {
    display: none;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem.active .spoilerTitle:after {
    transform: rotate(0deg);
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem.active .spoilerContent {
    max-height: 700px;
}
.rcp section.nineSection .rcp-left .spoilers {
    max-width: 610px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem {
    border: 1px solid #18352E;
    margin-bottom: 20px;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem .spoilerTitle {
    transition: background 0.45s, color 0.45s;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem.active .spoilerTitle {
    color: #fff;
    background: #18352E;
}
.rcp section.nineSection .rcp-left .spoilers .spoilerItem.active .spoilerTitle:before, .rcp section.nineSection .rcp-left .spoilers .spoilerItem.active .spoilerTitle:after {
    background: #fff;
}
.rcp section.nineSection .rcp-right {
    align-items: flex-end;
    position: relative;
}
.rcp section.nineSection .rcp-right .image {
    position: absolute;
    left: 276px;
    z-index: 2;
    display: none;
    width: 519px;
}
.rcp section.nineSection .rcp-right .circle {
    width: 660px;
    height: 660px;
    position: absolute;
    border: 1px solid #18352E;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 100px;
    bottom: -170px;
    background-position: -1px;
    opacity: 0;
}
.webp .rcp section.nineSection .rcp-right .circle[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/webp/virus.webp);
}
.rcp section.nineSection .rcp-right .circle[data-background=virus] {
    background-image: url(/images/rcp/phitoviron/virus.png);
}
.webp .rcp section.nineSection .rcp-right .circle[data-background=fungi] {
    background-image: url(/images/rcp/phitoviron/webp/fungi.webp);
}
.rcp section.nineSection .rcp-right .circle[data-background=fungi] {
    background-image: url(/images/rcp/phitoviron/fungi.png);
}
.webp .rcp section.nineSection .rcp-right .circle[data-background=bakteria] {
    background-image: url(/images/rcp/phitoviron/webp/bakteria.webp);
}
.rcp section.nineSection .rcp-right .circle[data-background=bakteria] {
    background-image: url(/images/rcp/phitoviron/bakteria.png);
}
.rcp section.tenSection {
    height: 100vh;
    background: #194238;
}
.rcp section.tenSection .rcp-container .rcp-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
}
.rcp section.tenSection .rcp-container .rcp-left .circle {
    width: 100%;
    height: auto;
    max-width: 630px;
    border: none !important;
    transform: scale(1) translateY(-50%) !important;
}
.rcp section.tenSection .rcp-container .rcp-left .circle > div {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.rcp section.tenSection .rcp-container .rcp-left .circle.fixed {
    position: fixed;
}
.rcp section.tenSection .rcp-container .rcp-left .image {
    max-width: 667px;
}
.rcp section.tenSection .rcp-container .rcp-left .image picture > img {
    z-index: 2;
    position: relative;
}
.rcp section.tenSection .rcp-container .rcp-right .information {
    width: 100%;
    max-width: 822px;
}
.rcp section.tenSection .rcp-container .rcp-right .information .titleBorder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 822px;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-left: -20px;
    align-items: center;
}
.rcp section.tenSection .rcp-container .rcp-right .information .titleBorder span:first-child {
    font-family: var(--cci-font-title), serif;
    color: #fff;
}
.rcp section.tenSection .rcp-container .rcp-right .information .titleBorder span:last-child {
    width: 100%;
    max-width: 210px;
}
.rcp section.elevenSection {
    height: 100vh;
    position: relative;
}
.rcp section.elevenSection .image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 50%;
}
.rcp section.elevenSection .rcp-container .rcp-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.rcp section.elevenSection .rcp-container .rcp-left .circle {
    border: none;
    width: auto;
    height: auto;
}
.rcp section.elevenSection .rcp-container .rcp-left .circle.noScale {
    transform: scale(1) translateY(-50%) !important;
}
.rcp section.elevenSection .rcp-container .rcp-right .bigTitle {
    margin-bottom: 20px;
}
.rcp section.elevenSection .rcp-container .rcp-right .bigTitle span {
    color: #18352E;
}
.rcp section.twelveSection {
    background: #194238;
    height: 700px;
}
.rcp section.twelveSection .rcp-container {
    max-width: 100%;
    padding: 0;
}
.rcp section.twelveSection .rcp-container .level {
    position: relative;
    overflow: hidden;
}
.rcp section.twelveSection .rcp-container .level .image {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    margin-left: 260px;
}
.rcp section.twelveSection .rcp-container .level:before, .rcp section.twelveSection .rcp-container .level:after {
    content: "";
    display: block;
    opacity: 0;
}

.rcp section.twelveSection .rcp-container .level:before {
    background-image: url(/images/rcp/phitoviron/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 800px;
    position: absolute;
    top: -120px;
    left: -120px;
}
.rcp section.twelveSection .rcp-container .level:after {
    width: 860px;
    height: 860px;
    border: 1px solid #fff;
    position: absolute;
    display: block;
    top: -145px;
    left: -145px;
    opacity: 0;
    border-radius: 50%;
    transform: translate(100px, 100px);
    transform-origin: right bottom;
    transition: transform 0.45s, opacity 0.3s;
}
.rcp section.twelveSection .rcp-container .level:first-child .image {
    margin-left: 305px;
}
.rcp section.twelveSection .rcp-container .level:first-child:before {
    width: 1190px;
    height: 1190px;
    top: -300px;
    left: -325px;
}
.rcp section.twelveSection .rcp-container .level:first-child:after {
    width: 1040px;
    height: 1040px;
    top: -220px;
    left: -245px;
}
.rcp section.twelveSection .rcp-container .level:nth-child(2) .image, .rcp section.twelveSection .rcp-container .level:last-child .image {
    margin-left: 0;
    right: 40px;
}
.rcp section.twelveSection .rcp-container .level:nth-child(2):before, .rcp section.twelveSection .rcp-container .level:last-child:before {
    width: 950px;
    height: 950px;
    top: -185px;
    left: -220px;
}
.rcp section.twelveSection .rcp-container .level:nth-child(2):after, .rcp section.twelveSection .rcp-container .level:last-child:after {
    width: 1050px;
    height: 1050px;
    top: -240px;
    left: -280px;
}
.rcp section.twelveSection .rcp-container .level g#move-1 {
    transform: translate(300px, 41px);
    opacity: 0;
    transition: transform 0.45s, opacity 0.2s;
}
.rcp section.twelveSection .rcp-container .level g#move-2 {
    transform: translate(245px, 275px);
    opacity: 0;
    transition: transform 0.45s, opacity 0.2s;
}
.rcp section.twelveSection .rcp-container .level:hover .image {
    opacity: 0.5;
}
.rcp section.twelveSection .rcp-container .level:hover:before, .rcp section.twelveSection .rcp-container .level:hover:after {
    opacity: 0.5;
}
.rcp section.twelveSection .rcp-container .level:hover:after {
    transform: translate(0, 0);
}
.rcp section.twelveSection .rcp-container .level:hover g#move-1 {
    opacity: 0.5;
    transform: translate(473px, 178px);
}
.rcp section.twelveSection .rcp-container .level:hover g#move-2 {
    opacity: 0.5;
    transform: translate(445px, 475px);
}
.webp .rcp section.thirteenSection {
    background: #194238 url(/images/rcp/phitoviron/webp/thirteenSectionBg.webp);
    background-repeat: no-repeat;
    background-position: right;
}
.rcp section.thirteenSection {
    height: 1000px;
    background: #194238 url(/images/rcp/phitoviron/thirteenSectionBg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
.rcp section.thirteenSection .levels {
    height: 100%;
    position: absolute;
    z-index: 1;
}
.webp .rcp section.thirteenSection .levels .level:first-child {
    background: url(/images/rcp/phitoviron/webp/thirteenSectionBg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.rcp section.thirteenSection .levels .level:first-child {
    width: 66.6666%;
    padding: 0;
    background: url(/images/rcp/phitoviron/thirteenSectionBg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.rcp section.thirteenSection .levels .level:first-child > div {
    height: 100%;
    width: 50.05%;
}
.rcp section.thirteenSection .levels .level:hover {
    width: 33.333%;
}
.rcp section.thirteenSection .rcp-container {
    position: relative;
    z-index: 2;
}
.rcp section.thirteenSection .rcp-right {
    width: 60%;
}
.webp .rcp section.thirteenSection .levels .level:first-child {
    background: #18352E url(/images/rcp/phitoviron/webp/fourteenSectionBg.webp);
    background-position: left;
    background-repeat: no-repeat;
}
.rcp section.fourteenSection {
    height: 1000px;
    background: #18352E url(/images/rcp/phitoviron/fourteenSectionBg.png);
    background-position: left;
    background-repeat: no-repeat;
}
.rcp section.fourteenSection .rcp-container {
    max-width: 100%;
    padding: 0;
}
.rcp section.fourteenSection .rcp-container .level {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rcp section.fourteenSection .rcp-container .level:first-child:hover {
    width: 33.333%;
}
.rcp section.fourteenSection .rcp-container .level .image {
    max-width: 161px;
}
.rcp section.fourteenSection .rcp-container .level .rcp-text {
    max-width: 370px;
    max-height: 0;
    transition: opacity 0.45s, max-height 0.5s;
}
.rcp section.fourteenSection .rcp-container .level:hover .rcp-text {
    max-height: 300px;
}
.webp .rcp section.fifteenSection {
    background: url(/images/rcp/phitoviron/webp/fifteenSectionBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 30% 0;
}
.rcp section.fifteenSection {
    height: 1000px;
    background: url(/images/rcp/phitoviron/fifteenSectionBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 30% 0;
}
.rcp section.fifteenSection .rcp-right .bigTitle {
    margin-bottom: 55px;
}
.rcp section.fifteenSection .rcp-right .bigTitle span {
    color: #18352E;
}
.rcp section.fifteenSection .rcp-right .rcp-text {
    text-transform: uppercase;
}
.rcp section.fifteenSection .rcp-right .rcp-text > span {
    display: block;
    margin-bottom: 30px;
}
.rcp section.fifteenSection .rcp-right .rcp-text > span span {
    opacity: 0.3;
    margin-right: 15px;
    display: inline-block;
}
.rcp section.sixteenSection {
    height: 1000px;
}
.rcp section.sixteenSection .rcp-allWidth {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers {
    width: 100%;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerTitle {
    padding: 13px 30px;
    cursor: pointer;
    position: relative;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerTitle:before, .rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerTitle:after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background: #18352E;
    position: absolute;
    right: 20px;
    top: 30px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerTitle:after {
    transform: rotate(90deg);
    transition: transform 0.45s;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease-in-out;
    height: 100%;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent > div {
    padding: 30px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent > div:first-child {
    border-bottom: 1px solid #18352E;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent ul {
    margin-top: 20px;
    list-style: disc;
    padding-left: 20px;
    column-count: 2;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent ul li {
    margin-bottom: 10px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem .icon {
    max-width: 30px;
    display: block;
    width: 100%;
    margin-right: 25px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem .icon img {
    max-width: 30px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus {
    max-width: 30px;
    height: 30px;
    background: #18352E;
    width: 100%;
    border-radius: 50%;
    margin-right: 25px;
    position: relative;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:before, .rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 14px;
    left: 7px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus:after {
    transform: rotate(90deg);
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentBottomItem span.plus-minus.minus:after {
    display: none;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem.active .spoilerTitle:after {
    transform: rotate(0deg);
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem.active .spoilerContent {
    max-height: 700px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem {
    border-bottom: 1px solid #37424C;
    opacity: 0.7;
    color: #37424C;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerTitle {
    padding: 13px 15px;
}
.rcp section.sixteenSection .rcp-allWidth .spoilers .spoilerItem .spoilerContent .spoilerContentWrap {
    padding: 15px 60px 15px 15px;
    border-bottom: none !important;
}

@media screen and (max-width: 1800px) {
    .rcp section.threeSection .image {
        width: 60vw;
    }
}
@media screen and (max-width: 1700px) {
    .rcp section.twoSection .parallax img {
        left: -10%;
    }
    .rcp section.twoSection .rcp-right {
        width: 70%;
    }
    .rcp section.sixSection .steps > div .bigTitle {
        font-size: 24px;
        line-height: 35px;
    }
    .rcp section.sixSection .steps > div.active .stepInfo .bigTitle {
        font-size: 86px;
        line-height: 91px;
    }
}
@media screen and (max-width: 1650px) {
    .rcp section.tenSection .rcp-container .rcp-left {
        margin-right: 80px;
    }
}
@media screen and (max-width: 1520px) {
    .rcp section.threeSection .rcp-right .information {
        padding-left: 18%;
    }
}
@media screen and (max-width: 1460px) {
    .rcp section.twoSection .parallax img {
        left: -20%;
    }
    .rcp section.twoSection .rcp-right {
        width: 85%;
    }
    .rcp section.twoSection .rcp-right .benefitsItem .benefitsItemTitle {
        font-size: 33px;
    }
    .rcp section.threeSection .rcp-right .information {
        padding-top: 0%;
    }
    .rcp section.fiveSection .rcp-container .centerCircle {
        width: 255px;
        height: 255px;
    }
    .rcp section.fiveSection .rcp-container .centerCircle img {
        width: 575px;
    }
    .rcp section.sevenSection {
        background-position: center right;
    }
    .rcp section.sevenSection .rcp-right {
        padding-left: 0;
    }
}
@media screen and (max-width: 1300px) {
    .rcp .fs-16 {
        font-size: 14px;
        line-height: 32px;
    }
    .rcp .fs-16-30 {
        font-size: 14px;
        line-height: 28px;
    }
    .rcp .levels .level {
        padding: 140px 0 0 25px;
    }
    .rcp .levels .level .smallTitle {
        font-size: 12px;
    }
    .rcp section.twoSection .parallax img {
        left: -315px;
    }
    .rcp section.twoSection .rcp-right {
        width: 85%;
    }
    .rcp section.twoSection .rcp-right .benefitsItemTitle {
        font-size: 24px;
    }
    .rcp section.twoSection .rcp-right .benefitsDescription {
        font-size: 14px;
        line-height: 28px;
    }
    .rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem {
        width: 50%;
    }
    .rcp section.fiveSection .rcp-container .centerCircle {
        width: 195px;
        height: 195px;
        font-size: 12px;
        line-height: 26px;
    }
    .rcp section.fiveSection .rcp-container .centerCircle img {
        width: 460px;
    }
    .rcp section.fiveSection .rcp-container .rcp-right .rcp-text {
        max-width: 325px;
        margin-left: 168px;
    }
    .rcp section.sixSection {
        height: 900px;
    }
    .rcp section.sixSection .steps > div .stepWrap .stepInfo {
        height: 220px;
    }
    .rcp section.sixSection .steps > div .stepWrap .stepInfo .smallTitle {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .rcp section.sixSection .steps > div .stepWrap .stepInfo .bigTitle {
        font-size: 18px;
        line-height: 28px;
    }
    .rcp section.sixSection .steps > div .stepWrap .stepInfo .stepText {
        width: 325px;
    }
    .rcp section.sixSection .steps > div.active .stepWrap .stepInfo {
        height: 375px;
    }
    .rcp section.sixSection .steps > div.active .stepWrap .stepInfo .bigTitle {
        font-size: 64px;
        line-height: 69px;
    }
    .rcp section.eightSection, .rcp section.nineSection {
        height: 100vh;
    }
}
@media screen and (max-width: 1023px) {
    .hiddenMobile {
        display: none !important;
    }

    .desktopHidden {
        display: block;
    }

    .rcp .rcp-container {
        padding: 0 42px;
    }
    .rcp .rcp-container .smallTitle {
        margin-bottom: 9px;
    }
    .rcp .rcp-container .hiddenIngridients {
        display: none;
    }
    .rcp .rcp-container .toggleIngridients {
        display: block;
    }
    .rcp section.banner {
        height: 100vh;
    }
    .rcp section.banner .rcp-container .rcp-left {
        display: none;
    }
    .rcp section.banner .rcp-container .rcp-right {
        width: 100%;
        position: relative;
    }
    .rcp section.banner .rcp-container .rcp-right .bannerInfo {
        position: absolute;
        bottom: 105px;
        width: 100%;
    }
    .rcp section.banner .rcp-container .rcp-right .whiteLink {
        margin-top: 53px;
        width: 100%;
    }
    .rcp section.productCard {
        padding-top: 0;
        max-height: 2000px;
    }
    .rcp section.oneSection {
        height: 100vh;
        background: #194238;
    }
    .rcp section.oneSection .rcp-container .rcp-left {
        width: 100%;
        padding: 0;
    }
    .rcp section.oneSection .rcp-container .rcp-left .image img {
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        max-width: 667px;
        width: 150%;
    }
    .rcp section.oneSection .rcp-container .rcp-left .image .circle {
        left: 50%;
    }
    .rcp section.oneSection .rcp-container .rcp-right {
        display: none;
    }
    .webp .rcp section.twoSectionMobile {
        background: #194238 url(/images/rcp/phitoviron/webp/oneSectionBg.webp);
    }
    .rcp section.twoSectionMobile {
        background: #194238 url(/images/rcp/phitoviron/oneSectionBg.png);
    }
    .rcp section.twoSectionMobile .rcp-container {
        padding: 0;
    }
    .rcp section.twoSectionMobile .rcp-container > div {
        width: 100%;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .smallTitle {
        margin-bottom: 0;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .smallTitle > span {
        width: 100%;
        display: inline-block;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer {
        padding: 35px 42px 0;
        position: relative;
        overflow-x: hidden;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .bigTitle {
        margin-bottom: 45px;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSlider {
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSlider .benefitsSliderItem {
        width: 100%;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSlider .benefitsSliderItem .benefitsItemTitle {
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0.25em;
        margin-bottom: 15px;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 35px 0;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem {
        width: 25%;
        position: relative;
        text-align: center;
        opacity: 0.3;
        transition: opacity 0.45s;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem img {
        max-width: 45px;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem.active, .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem.prevSlide {
        opacity: 1;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem:after {
        content: "";
        width: 25px;
        display: block;
        position: absolute;
        height: 1px;
        background: #fff;
        top: 50%;
        left: -12px;
    }
    .rcp section.twoSectionMobile .rcp-container > div.information .wrapperContainer .benefitsSliderNav .benefitsSliderNavItem:first-child:after {
        display: none;
    }
    .rcp section.threeSection {
        height: auto;
    }
    .rcp section.threeSection .rcp-container {
        flex-wrap: wrap;
        padding: 0;
    }
    .rcp section.threeSection .rcp-container > div {
        width: 100%;
    }
    .rcp section.threeSection .rcp-container > div .image {
        width: 100%;
        top: 0;
        transform: none;
        position: relative;
    }
    .rcp section.threeSection .rcp-container > div.rcp-right {
        justify-content: start;
    }
    .rcp section.threeSection .rcp-container > div.rcp-right .information {
        padding: 55px 42px 35px;
    }
    .rcp section.threeSection .rcp-container > div.rcp-right .information .bigTitle {
        margin-top: 30px;
    }
    .rcp section.fourSection {
        height: auto;
        max-height: 100%;
    }
    .rcp section.fourSection .rcp-container .information .tabsNav {
        display: none;
    }
    .rcp section.fourSection .rcp-container .information .bigTitle {
        margin-top: 30px;
    }
    .rcp section.fourSection .rcp-container .ingredientsGroup {
        display: block;
    }
    .rcp section.fourSection .rcp-container .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem.hiddenIngridients {
        display: none;
    }
    .rcp section.fourSection .map {
        display: none;
    }
    .rcp section.fiveSection {
        height: auto;
    }
    .rcp section.fiveSection .rcp-container {
        flex-wrap: wrap;
        padding: 0;
    }
    .rcp section.fiveSection .rcp-container > div {
        width: 100%;
    }
    .rcp section.fiveSection .rcp-container > div.rcp-left {
        min-height: 375px;
        background-size: cover;
        background-position: center;
    }
    .webp .rcp section.fiveSection .rcp-container > div.rcp-right {
        background: url(/images/rcp/phitoviron/webp/fiveSectionMobileBg.webp);
    }
    .rcp section.fiveSection .rcp-container > div.rcp-right {
        background: url(/images/rcp/phitoviron/fiveSectionMobileBg.png);
        flex-wrap: wrap;
    }
    .rcp section.fiveSection .rcp-container .fiveSectionMarquee {
        position: absolute;
        transform: rotate(90deg);
        top: 45vh;
        margin-left: calc(100vw - 100px);
        width: 100vh;
    }
    .rcp section.fiveSection .rcp-container > div.rcp-right .information {
        width: 100%;
        position: relative;
    }
    .rcp section.fiveSection .rcp-container > div.rcp-right .centerCircle {
        width: 215px;
        height: 195px;
        font-size: 16px;
        line-height: 34px;
        background: transparent;
        color: #fff;
        left: 50px;
        transform: none;
        position: relative;
    }
    .rcp section.fiveSection .rcp-container > div.rcp-right .centerCircle img {
        display: none;
    }
    .rcp section.fiveSection .rcp-container > div.rcp-right .rcp-text {
        margin: 0;
        position: relative;
        background: #fff;
        max-width: 100%;
        padding: 30px 5.14%;
    }
    .rcp section.sixSectionMobile {
        padding-bottom: 30px;
    }
    .rcp section.sixSectionMobile .rcp-container {
        padding: 0;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemImg {
        padding-left: 42px;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemImg img {
        width: 85%;
        margin-right: 20px;
        opacity: 0.15;
        transition: opasity 0.45s;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemImg img.is-selected {
        opacity: 1;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0 42px;
        margin-top: -25px;
        z-index: 999;
        position: relative;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle {
        width: 50px;
        height: 50px;
        background: #F9F9F9;
        margin-right: 10px;
        line-height: 48px;
        text-align: center;
        transition: background 0.45s;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle > span {
        color: #194238;
        transition: color 0.45s;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle > span span {
        display: none;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle.active {
        background: #194238;
        width: 120px;
        margin-right: 50px;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle.active > span {
        color: #fff;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle.active > span span {
        display: inline;
        opacity: 1;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemNav .smallTitle:last-child {
        margin-right: 0;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemTexts {
        padding: 0 42px;
        position: relative;
        width: 100%;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemTexts .stepsSliderItemText {
        width: 100%;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemTexts .stepsSliderItemText .bigTitle span {
        color: #18352E;
        padding: 0;
    }
    .rcp section.sevenSection {
        background-position: center;
    }
    .rcp section.sevenSection .rcp-container {
        flex-wrap: wrap;
    }
    .rcp section.sevenSection .rcp-container .rcp-left {
        display: none;
    }
    .rcp section.sevenSection .rcp-container .rcp-right {
        width: 100%;
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .rcp section.sevenSection .rcp-container .rcp-right .information {
        width: 100%;
    }
    .rcp section.sevenSection .rcp-container .rcp-right .information .whiteLink {
        width: 100%;
    }
    .rcp section.eightSection {
        height: auto;
    }
    .rcp section.eightSection .rcp-container {
        height: auto;
    }
    .rcp section.eightSection .rcp-container .rcp-left {
        width: 100%;
        align-items: flex-start;
        padding: 30px 0;
    }
    .rcp section.eightSection .rcp-container .rcp-left .information .smallTitle {
        margin-bottom: 40px;
    }
    .rcp section.eightSection .rcp-container .rcp-right {
        display: none;
    }
    .rcp section.eightSection .bottomCircle {
        height: 50vw;
        width: 50vw;
        background: #18352E;
        border-radius: 50%;
        margin-bottom: -25vw;
        margin-left: 75vw;
    }
    .rcp section.eightSection {
        height: auto;
    }
    .rcp section.eightSection .rcp-container {
        height: auto;
    }
    .rcp section.eightSection .rcp-container .rcp-left {
        width: 100%;
        align-items: flex-start;
        padding: 30px 0;
    }
    .rcp section.eightSection .rcp-container .rcp-left .information .smallTitle {
        margin-bottom: 40px;
    }
    .rcp section.eightSection .rcp-container .rcp-left .information .smallTitle > span {
        display: inline-block;
        padding: 8px 17.02px;
        width: 100%;
    }
    .rcp section.eightSection .rcp-container .rcp-right {
        display: none;
    }
    .rcp section.nineSection {
        height: auto;
    }
    .rcp section.nineSection .rcp-container {
        height: auto;
    }
    .rcp section.nineSection .rcp-container .rcp-left {
        width: 100%;
        align-items: flex-start;
        padding: 30px 0;
    }
    .rcp section.nineSection .rcp-container .rcp-left .spoilers {
        max-width: 100%;
        margin-top: 0;
    }
    .rcp section.nineSection .rcp-container .rcp-right {
        display: none;
    }
    .rcp section.tenSection {
        height: auto;
        padding-bottom: 30px;
    }
    .rcp section.tenSection .rcp-container {
        flex-wrap: wrap;
    }
    .rcp section.tenSection .rcp-container > div {
        width: 100%;
    }
    .rcp section.tenSection .rcp-container > div.rcp-left {
        margin-right: 0;
    }
    .rcp section.tenSection .rcp-container > div.rcp-left .circle {
        left: 0 !important;
        position: absolute !important;
        opacity: 1 !important;
        display: block !important;
    }
    .rcp section.tenSection .rcp-container > div.rcp-left .circle > div {
        display: none !important;
    }
    .rcp section.tenSection .rcp-container > div.rcp-right {
        align-items: flex-start;
    }
    .rcp section.tenSection .rcp-container > div.rcp-right .information .bigTitle {
        text-align: center;
        margin-left: -30px;
        width: calc(100% + 60px);
    }
    .rcp section.tenSection .rcp-container > div.rcp-right .information .whiteText {
        text-align: center;
        margin-top: 30px;
    }
    .rcp section.twelveSection {
        height: auto;
        max-height: 2000px;
    }
    .rcp section.twelveSection .rcp-container {
        flex-wrap: wrap;
        align-items: baseline;
    }
    .rcp section.twelveSection .rcp-container > div {
        width: 100%;
    }
    .rcp section.twelveSection .rcp-container > div.information .smallTitle > span {
        width: 100%;
        display: inline-block;
        padding: 9px 17.02px;
    }
    .rcp section.twelveSection .rcp-container > div.information .bigTitle, .rcp section.twelveSection .rcp-container > div.information .rcp-text {
        padding: 30px 0 0;
        margin-left: 5.14%;
    }
    .rcp section.twelveSection .rcp-container > div.information .rcp-text {
        margin-top: 20px;
        width: 280px;
    }
    .rcp section.twelveSection .rcp-container > div.levels {
        margin-top: 40px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level {
        width: 100%;
        height: 100%;
        max-height: 135px;
        overflow: hidden;
        padding: 20px 42px;
        border-bottom: 1px solid #fff;
        border-right: none;
        transition: max-height 0.45s;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level:first-child {
        border-top: 1px solid #fff;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level .smallTitle span {
        border: none;
        font-size: 16px;
        line-height: 34px;
        padding: 0;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level .bigTitle {
        margin-top: 0;
        height: 50px;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level .rcp-text {
        max-width: 280px;
        opacity: 1;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level:before, .rcp section.twelveSection .rcp-container > div.levels .level:after {
        display: none;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level:hover {
        max-height: 135px;
        padding-bottom: 0;
        position: relative;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level:hover .bigTitle {
        font-size: 36px;
        line-height: 47px;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level:hover .image {
        opacity: 0;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level.active {
        max-height: 450px !important;
        padding-bottom: 100px !important;
        position: relative !important;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level.active .bigTitle {
        font-size: 36px !important;
        line-height: 47px !important;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level.active .image {
        margin: 0 !important;
        right: 20px !important;
        opacity: 1 !important;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level.active .image svg {
        max-width: 65vw !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        height: auto !important;
    }
    .rcp section.thirteenSectionMobile {
        height: 100vh;
    }
    .rcp section.thirteenSectionMobile .rcp-container {
        padding: 0;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information .bigTitle {
        height: auto;
        margin: 0 42px;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information .bigTitle span {
        display: inline-block;
        padding: 0;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information .smallTitle {
        position: absolute;
        bottom: -21px;
        height: 45px;
        margin-bottom: 0;
        left: 42px;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information .smallTitle span {
        display: inline-block;
        padding: 7px 17.02px;
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels {
        flex-wrap: wrap;
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level {
        height: 33.333vh;
        width: 100%;
        background: #18352E;
        padding: 0;
        border-right: none;
    }
    .webp .rcp section.thirteenSectionMobile .rcp-container .levels > .level:last-child {
        background: url(/images/rcp/phitoviron/webp/thirteenSectionBgMobile.webp);
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level:last-child {
        height: 66.666vh;
        border-top: 1px solid #fff;
        background: url(/images/rcp/phitoviron/thirteenSectionBgMobile.jpg);
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level:hover {
        width: 100%;
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level:hover .bigTitle {
        font-size: 36px;
        line-height: 47px;
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level > .level {
        width: 100%;
        height: 33.333vh;
        padding: 0;
        border-right: none;
    }
    .rcp section.thirteenSectionMobile .rcp-container .levels > .level > .level:last-child {
        border-top: 1px solid #fff;
    }
    .rcp section.fourteenSection {
        height: 100vh;
    }
    .rcp section.fourteenSection .rcp-container .levels {
        flex-wrap: wrap;
    }
    .rcp section.fourteenSection .rcp-container .levels .level {
        width: 100% !important;
        border-right: none;
        height: 33.3333vh;
        border-bottom: 1px solid #fff;
        padding: 0 0 0 42px;
        position: relative;
    }
    .rcp section.fourteenSection .rcp-container .levels .level:first-child {
        padding: 0;
    }
    .rcp section.fourteenSection .rcp-container .levels .level:last-child {
        border-bottom: none;
    }
    .rcp section.fourteenSection .rcp-container .levels .level:nth-child(2), .rcp section.fourteenSection .rcp-container .levels .level:nth-child(3) {
        align-items: flex-start;
    }
    .rcp section.fourteenSection .rcp-container .levels .level:nth-child(2) .image, .rcp section.fourteenSection .rcp-container .levels .level:nth-child(3) .image {
        position: absolute;
        right: -30px;
    }
    .rcp section.fourteenSection .rcp-container .levels .level .smallTitle {
        font-size: 16px;
        line-height: 34px;
        color: #fff;
    }
    .rcp section.fourteenSection .rcp-container .levels .level .rcp-text {
        text-align: left;
        max-height: 100%;
        opacity: 1;
    }
    .rcp section.fifteenSection {
        height: 100vh;
    }
    .rcp section.fifteenSection .rcp-container {
        flex-wrap: wrap;
    }
    .rcp section.fifteenSection .rcp-container .rcp-left {
        display: none;
    }
    .rcp section.fifteenSection .rcp-container .rcp-right .smallTitle {
        margin-bottom: 25px;
    }
    .webp .rcp section.fifteenSection {
        background-image: url(/images/rcp/phitoviron/webp/fifteenSectionBgMobile.webp);
    }
    .rcp section.fifteenSection {
        height: 100vh;
        background-image: url(/images/rcp/phitoviron/fifteenSectionBgMobile.png);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .rcp section.fifteenSection .rcp-container .rcp-left {
        display: none;
    }
    .rcp section.fifteenSection .rcp-container .rcp-right {
        width: 100%;
    }
    .rcp section.fifteenSection .rcp-container .rcp-right .rcp-text {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: normal;
        text-transform: none;
    }
    .rcp section.fifteenSection .rcp-container .rcp-right .rcp-text > span {
        display: block;
        margin-bottom: 30px;
    }
    .rcp section.fifteenSection .rcp-container .rcp-right .rcp-text > span span {
        opacity: 0.3;
        margin-right: 15px;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem {
        width: 100%;
        margin-bottom: 0;
    }
    .rcp section.fourSection .ingredientsGroup .ingredientsGroupItem .ingredientsList .ingredientItem > img {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .rcp .rcp-container {
        padding: 0 24px;
    }
    .rcp section.threeSection .rcp-container .rcp-right {
        padding: 8px 0;
    }
    .rcp section.threeSection .rcp-container .rcp-right .information {
        padding: 16px 24px !important;
    }
    .rcp section.twoSectionMobile .rcp-container .wrapperContainer {
        padding: 16px 24px !important;
    }
    .rcp section.sixSectionMobile .rcp-container .stepsSlider .stepsSliderItemImg {
        padding-left: 22px;
    }
    .rcp section.twelveSection .rcp-container > div.levels .level {
        padding: 8px 24px !important;
    }
    .rcp section.thirteenSectionMobile .rcp-container .information .bigTitle {
        margin: 0 24px !important;
    }
    .rcp section.fourteenSection .rcp-container .levels .level {
        padding: 0 0 0 22px;
    }
}
@media screen and (max-height: 900px) {
    .rcp section.twoSection .rcp-right .benefitsItem {
        margin-bottom: 40px;
    }
    .rcp section.sixSection {
        height: 750px;
    }
    .rcp section.sixSection .steps > div .stepWrap .stepImg img {
        max-width: 745px;
    }
}