﻿@charset "utf-8";
/* CSS Document */
* {
    font-family: 'Open Sans Hebrew', sans-serif;
    direction: rtl;
}
/* MIKL CSS */
/* ----------- DESKTOP ----------- */
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/OpenSansHebrew-Light.eot);
    src: url(../fonts/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSansHebrew-Light.woff2) format('woff2'), url(../fonts/OpenSansHebrew-Light.woff) format('woff'), url(../fonts/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/OpenSansHebrew-Regular.eot);
    src: url(../fonts/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSansHebrew-Regular.woff2) format('woff2'), url(../fonts/OpenSansHebrew-Regular.woff) format('woff'), url(../fonts/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/OpenSansHebrew-Bold.eot);
    src: url(../fonts/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSansHebrew-Bold.woff2) format('woff2'), url(../fonts/OpenSansHebrew-Bold.woff) format('woff'), url(../fonts/OpenSansHebrew-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/OpenSansHebrew-ExtraBold.eot);
    src: url(../fonts/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSansHebrew-ExtraBold.woff2) format('woff2'), url(../fonts/OpenSansHebrew-ExtraBold.woff) format('woff'), url(../fonts/OpenSansHebrew-ExtraBold.ttf) format('truetype');
}
#Header {
    background-color: #e2c0b3;
    background-image: url("../images/header-web.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 85vh;
    position: relative;
    background-size: contain;
}
.phcTopNavigationWrap {
    margin: 0;
    padding: 10px 30px;
    background-color: rgba(244, 223, 215, 0.75);
    transition: .5s ease;
    border: none;
}
.phcNavigationWrap {
    float: right;
    width: 70%;
    text-align: right;
    padding: 8px 0;
}
.phcSticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(244, 223, 215, 1);
    transition: .5s ease;
}
ul.phcTopNav {
    text-align: right;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.phcTopNavigationWrap li.phcTopNavBtn > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a:focus {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #000 !important;
    text-decoration: none;
    position: relative;
    padding: 10px 15px 0;
    background-color: transparent;
}
.phcTopNavigationWrap li.phcTopNavBtn a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #9e4b47;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0;
}
.phcTopNavigationWrap li.phcTopNavBtn a:hover:after, .phcTopNavigationWrap li.phcTopNavBtn.active a:after {
    width: 100%;
    left: 0;
}
.phcTopNavigationWrap li.phcTopNavBtn img {
    display: inline-block;
}
.phcTopLogo {
    float: left;
    text-align: center;
    max-width: 30%;
}
.phcTopLogo img {
    display: inline-block;
    transition: width 3s
}
.container {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.phcTopHeaderWrap {
    margin: 0;
    position: absolute;
    width: 45%;
    top: 30%;
}
.phcTopHeaderMarkom {
    padding: 0;
    text-align: center;
    position: relative;
}
.phcHeaderTitle {
    font-size: 42px;
    line-height: 50px;
    color: #000;
    margin: 0 0 5px;
}
.phcTopHeaderMarkom img {
    display: inline-block;
}
.phcRotateTextWrap {
    width: 100%;
    position: relative;
    margin: 0 auto 80px;
    padding: 0;
}
.phcRotateWords {
    display: inline;
    text-indent: 10px;
}
.phcRotateWords span {
    font-family: 'Open Sans Hebrew', sans-serif;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #a55651;
    right: 0;
    font-size: 43px;
    line-height: 43px;
    font-weight: 700;
}
.phcRotateWords-1 span {
    -ms-animation: rotateWordsFirst 12.5s linear infinite 0s;
    -webkit-animation: rotateWordsFirst 12.5s linear infinite 0s;
    animation: rotateWordsFirst 12.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.phcRotateWords span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}
.phcRotateWords span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.phcRotateWords span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}
.phcRotateWords span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}
@keyframes rotateWordsFirst {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    30% {
        opacity: 0;
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.phcTopHeaderSep {
    display: inline-block;
    text-align: center;
    margin-bottom: 35px;
}
.phcTopHeaderSep img {
    display: inline-block;
}
.phcTopHeaderTitleDate {
    font-family: 'Open Sans Hebrew', sans-serif;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.phcTopHeaderDateWrap {
    font-family: 'Open Sans Hebrew', sans-serif;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.phcDate {
    padding-left: 5px;
}
.phcHour {
    padding-right: 5px;
}
/*.phcTopHeaderBtn {
    text-align: center;
    width: 100%;
}*/
.phcTopHeaderBtn {
    text-align: center;
    width: 50%;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #e2223b;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: 700;
    border-radius: 6px;
}
.phcTopHeaderBtn a {
    font-family: 'Open Sans Hebrew', sans-serif;
    text-align: center;
    width: 27%;
    display: inline-block;
    background-color: #9e4b47;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    border-radius: 7px;
    text-decoration: none;
    transition: .5s ease;
}
.phcTopHeaderBtn a:hover {
    background-color: #b86764;
    transition: .5s ease;
}
#Movies {
    background-color: #f4dfd7;
    padding: 2% 8%;
}
.phcBlockMoviesTextWrap {
    margin: 0 0 20px;
    text-align: center;
}
.phcBlockMoviesTitleWrap {
    text-align: center;
}
.phcBlockMoviesTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000;
}
.phcBlockVdoWrap {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    float: none;
}
.phcVideo {
    border: none;
    outline: none;
    width: 100%;
    min-height: 441px;
}
#Gift {
    background-color: #fff;
    padding: 4.5% 8% 1%;
}
.phcBlockGiftWrap {
    margin: 0;
}
.phcGiftPicture {
    text-align: left;
    float: right;
    display: inline-block;
}
.phcGiftPicture img {
    display: inline-block;
}
.phcGiftTextWrap {
    text-align: center;
    max-width: 38%;
    padding: 5% 0;
    float: none;
    display: inline-block;
}
.phcGiftTextPrice {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #000;
}
.phcGiftTextPrice sup {
    font-size: 60%;
}
.phcGiftTextGift {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 43px;
    line-height: 50px;
    color: #a5524e;
}
.phcSymNis {
    font-size: 80%;
}
.phcGiftTextLink {
    text-align: center;
    margin-top: 20px;
}
.phcGiftTextLink a {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    color: #000;
}
.phcGiftConditions {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
#Program {
    background-color: #e2c0b3;
}
.phcBlockProgramWrap {
    margin: 0;
}
.phcProgramWrap {
    text-align: center;
    padding: 20px 5% 0;
}
.phcProgramTextWrap {
    display: inline-block;
    float: right;
    text-align: right;
    width: 44%;
    padding-top: 30px;
}
.phcProgramTextTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #9e4b47;
    margin-top: 0;
}
.phcProgramTextSubTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #9e4b47;
    max-width: 80%;
    margin-bottom: 30px;
}
.phcProgramText {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    max-width: 78%;
    margin-bottom: 15px;
}
.phcProgramText:nth-child(3) {
    margin-bottom: 0;
}
.phcProgramText:nth-child(4) {
    margin-bottom: 15px;
}
.phcProgramSep {
    text-align: center;
}
.phcProgramSep img {
    display: inline-block;
    max-width: 15%;
}
.phcProgramTextLink {
    text-align: right;
    margin: 20px 0 0;
}
.phcProgramTextLink a {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #9e4b47;
    padding: 10px 0;
    border: 2px solid #9e4b47;
    display: inline-block;
    width: 25%;
    border-radius: 6px;
}
.phcProgramPicture {
    display: inline-block;
    float: right;
    width: 26%;
}
.phcProgramPicture img {
    display: inline-block;
}
.phcProgramBtn {
    text-align: right;
    margin-bottom: 0;
}
.phcProgramBtn a {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    padding: 0 0 10px;
}
.phcProgramBtn a:hover {
    color: #000;
    text-decoration: none;
}
.phcProgramBtn a .phcPlus {
    display: inline-block;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    transform: rotate(0deg);
    transition: .5s ease;
    vertical-align: bottom;
}
.phcProgramBtn a .phcPlus.active {
    transform: rotate(45deg);
    transition: .5s ease;
}
.phcPresentTextWrap {
    display: inline-block;
    float: right;
    text-align: center;
    width: 30%;
    padding-top: 6.3%;
}
.phcPresentTextTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.phcPresentText {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}
.phcPresentText:nth-child(3) {
    margin: 40px 0;
}
.phcPresentTextBtn {
    text-align: center;
}
.phcPresentTextBtn a {
    font-family: 'Open Sans Hebrew', sans-serif;
    text-align: center;
    width: 45%;
    display: inline-block;
    background-color: #9e4b47;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    border-radius: 7px;
    text-decoration: none;
    transition: .5s ease;
}
.phcPresentTextBtn a:hover {
    background-color: #b86764;
    transition: .5s ease;
}
.phcPresentTextBtn {
    text-align: center;
}
.phcChatWrap {
    background-color: #feded2;
    text-align: center;
    padding: 20px 55px 0;
}
.phcChatTextWrap {
    display: inline-block;
    float: right;
    text-align: center;
    width: 53%;
    padding-top: 75px;
}
.phcChatTextTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    margin-bottom: 40px;
}
.phcChatText {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.phcChatPicture {
    display: inline-block;
    float: left;
    width: 47%;
}
.phcChatPicture img {
    display: inline-block;
}
#Activities {
    background-color: #fff;
    padding: 4.5% 0;
}
.phcBlockCouponsTextWrap {
    margin: 0;
    text-align: center;
}
.phcBlockCouponsTitleWrap {
    text-align: center;
}
.phcBlockCouponsTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000;
}
.phcBlockCouponsSubTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}
.phcCouponsTextBtn {
    text-align: center;
    margin-top: 15px;
}
.phcCouponsTextBtn a {
    font-family: 'Open Sans Hebrew', sans-serif;
    text-align: center;
    width: 15%;
    display: inline-block;
    background-color: #9e4b47;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    border-radius: 7px;
    text-decoration: none;
    transition: .5s ease;
}
.phcCouponsTextBtn a:hover {
    background-color: #b86764;
    transition: .5s ease;
}
.phcBlockHowToWrap {
    margin-top: 45px;
    display: inline-block;
    width: 100%;
    padding: 0 15%;
}
.phcHowToWrap {
    text-align: right;
    max-width: 27%;
}
.phcHowToWrap:nth-child(2) {
    max-width: 32%;
}
.phcHowToWrap:last-child {
    max-width: 36%;
    width: 40%;
}
.phcHowToNumber {
    float: right;
    display: inline-block;
    margin-left: 20px;
    padding-top: 5px;
}
.phcHowToNumber img {
    display: inline-block
}
.phcHowToText {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    display: inline-block;
}
.phcHowToText sup {
    font-size: 60%;
}
.phcBlockCouponsSliderWrap {
    margin: 150px 0 0;
}
.phcCouponsSliderWrap {
    width: 100%;
    display: inline-block;
}
.phcBlockCouponsWrap {
    margin: 0;
}
.phcBlockCoupons {
    padding: 0;
    position: relative;
}
.phcCouponsImage {
    text-align: center;
    margin: 0;
    transition: .5s ease;
}
.phcCouponsImage img {
    display: inline-block;
}
#phcCarouselCoupons .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    #phcCarouselCoupons .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
#phcCarouselCoupons .carousel-inner > .item.active.right, #phcCarouselCoupons .carousel-inner > .item.next {
    right: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
#phcCarouselCoupons .carousel-inner > .item.active.left, #phcCarouselCoupons .carousel-inner > .item.prev {
    right: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
#phcCarouselCoupons .carousel-inner > .item.active, #phcCarouselCoupons .carousel-inner > .item.next.left, #phcCarouselCoupons .carousel-inner > .item.prev.right {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#phcCarouselCoupons .carousel-control {
    width: 5%;
}
#phcCarouselCoupons .carousel-control.left img, #phcCarouselCoupons .carousel-control.right img {
    display: inline-block;
}
#phcCarouselCoupons .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
    transition: .5s ease;
}
#phcCarouselCoupons .active > div {
    display: none;
}
#phcCarouselCoupons .active > div:first-child {
    display: inline-block;
}
#phcCarouselCoupons .item a {
    display: inline-block;
    text-decoration: none;
}
#phcCarouselCoupons .carousel-col:hover .phcCouponsImage {
    /*background-color: rgba(255,255,255,0.50);*/
    transition: .5s ease;
    opacity: 0.5;
}
#phcCarouselCoupons {
    max-width: 100%;
    margin: 0 auto;
}
#phcCarouselCoupons .carousel-control.left, #phcCarouselCoupons .carousel-control.right {
    /*margin-right: -30px;
     margin-left: -30px;*/
    background-image: none;
    opacity: 1;
    color: #000;
    font-size: 50px;
    text-shadow: none;
    margin-top: 6%;
    font-weight: 400;
}
.phcArticlesSliderWrap #phcCarouselCoupons .carousel-inner .item {
    width: 100%;
}
.phcArticlesSliderWrap #phcCarouselCoupons .phcSlideImage {
    margin: 0;
    text-align: center;
}
.phcArticlesSliderWrap #phcCarouselCoupons .phcSlideImage img {
    display: inline-block;
}
#Chat {
    background-color: #e2c0b3;
}
.phcBlockChatWrap {
    margin: 0;
    padding: 1% 7.5% 0;
}
.phcBlockChatTitleWrap {
    padding-top: 3%;
}
.phcBlockChatTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #9e4b47;
    text-align: right;
}
.phcBlockChatSubTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    color: #9e4b47;
    text-align: right;
}
.phcBlockChatTextWrap {
    padding-top: 3%;
}
.phcBlockChatText {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    max-width: 80%;
    text-align: right;
}
.phcBlockChatPictureWrap {
    text-align: left;
}
.phcBlockChatPictureWrap img {
    display: inline-block;
    max-width: 60%;
}
#Partners {
    background-color: #fff;
    padding: 60px 0;
}
.phcBlockPartnersTextWrap {
    margin: 0;
    text-align: center;
}
.phcBlockPartnersTitleWrap {
    text-align: center;
}
.phcBlockPartnersTitle {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000;
}
.phcBlockPartnersLogosWrap {
    text-align: center;
    margin: 50px 0 0;
}
.phcPartnerLogoWrap {
    text-align: center;
}
.phcPartnerLogoWrap img {
    display: inline-block;
}
#Contact {
    background-color: #9e4b47;
    padding: 40px 0;
}
.phcFooterWrap {
    margin: 0;
    padding: 0 20%;
}
.phcFooterWidget {
    text-align: right;
    color: #fff;
    min-height: 95px;
}
.phcFooterWidget:nth-child(2), .phcFooterWidget:nth-child(3) {
    text-align: center;
}
.phcFooterWidget:nth-child(2) {
    text-align: center;
    padding-top: 1.5%;
}
.phcFooterWidget:nth-child(2) .phcFooterWidgetText {
    font-size: 18px;
    line-height: 20px;
}
.phcFooterWidget:nth-child(3) {
    padding-top: 2%;
}
.phcFooterWidgetTitle {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}
.phcFooterWidgetText {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.phcFooterWidgetText a {
    color: #fff;
    text-decoration: none;
}
.modal-dialog {
    margin: 20px auto 30px;
    width: 45vw;
}
.modal-header {
    background: #e2c0b3;
    border-radius: 0;
    padding: 0 15px
}
.close {
    font-size: 41px;
    opacity: 1;
    text-shadow: none;
    color: #000 !important;
}
.modal-body {
    background-color: #fff;
    overflow-y: auto;
    height: auto;
    left: 0;
    width: 100%;
    max-height: 90vh;
}
.body-content-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.body-content-wrap .phcBlockTitleWrap {
    margin: 0;
}
.phcBlockModalTextWrap {
    margin: 10px 0;
}
.phcModalActivities .body-content-wrap .phcBlockTitleWrap {
    width: 100%;
    float: right;
    text-align: center;
    padding: 0 5%;
}
.phcModalActivities .body-content-wrap .phcBlockWinWrap {
    float: right;
    width: 100px;
    height: 100px;
    background-color: #9e4b47;
    border-radius: 50%;
    padding: 15px 18px;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.33);
}
.phcModalActivities .body-content-wrap .phcBlockWinWrap span {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}
.phcModalActivities .phcBlockModalTextWrap .phcBlockTitle {
    text-align: right;
    margin: 0 0 10px;
    display: inline-block;
    width: 60%;
    float: right;
    font-size: 35px;
    line-height: 35px;
    color: #000;
    padding: 3% 3% 0 0;
}
.phcModalActivities .phcBlockModalTextWrap .phcBlockTitle sup {
    font-size: 60%;
}
.phcModalActivities .phcBlockModalTextWrap .phcBlockLogo {
    text-align: left;
    margin: 0;
    padding-top: 2%;
    display: inline-block;
}
.phcModalActivities .phcBlockModalTextWrap .phcBlockLogo img {
    display: inline-block;
}
.phcModalActivities .phcModalTextWrap {
    float: left;
    margin-top: 20px;
}
.phcImageWrap {
    display: inline-block;
    float: right;
}
.phcImageWrap img {
    display: inline-block;
}
.phcTextWrap {
    max-width: 73%;
    display: inline-block;
    float: right;
    padding-top: 3%;
}
#Solgar .phcTextWrap, #Vichy .phcTextWrap {
    max-width: 66%;
    display: inline-block;
    float: right;
    padding-top: 3%;
}
#Or .phcTextWrap {
    max-width: 74%;
}
.phcBlockTitlepictureWrap {
    float: left;
    max-width: 38%;
    padding: 0 0 0 20px;
}
.phcBlockTitlepictureWrap img {
    display: inline-block;
    filter: grayscale(100%);
}
.phcModalTextWrap {
    text-align: right;
    max-width: 49%;
    margin-top: 20px;
}
.phcModalTextWrap {
    text-align: right;
    max-width: 100%;
    margin-top: 10px;
}
.phcModalTextBigTitle {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #2a6faa;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
}
.phcModalTextSubjectTitle {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 15px 0 0;
    font-weight: 700;
    background-color: #2a6faa;
    padding: 0 5px;
}
.phcModalTextTitle {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin: 10px 0;
    font-weight: 700;
    display: inline-block;
}
.phcModalText {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}
.phcModalTextMin {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 5px 0;
}
.phcBlockTitleGiftPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 32px;
    line-height: 32px;
    color: #9e4b47;
    font-weight: 700;
}
.phcModalTextGiftPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.phcModalSepGiftPop {
    text-align: center;
}
.phcModalSepGiftPop img {
    display: inline-block;
}
.phcImageGiftPopWrap {
    text-align: center;
}
.phcImageGiftPopWrap img {
    display: inline-block;
}
.phcModalCondGiftPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    padding: 0 7%;
}
.phcModalCondGiftPop span {
    color: #9e4b47;
    font-weight: 700;
}
#GiftPopUp .phcModalTextWrap, #GiftPopUp .phcBlockTitleWrap {
    padding: 0;
}
#ProgramPopUp .phcBlockModalTextWrap {
    margin: 10px 0;
    padding: 0 5%;
}
#ProgramPopUp .phcBlockTitleWrap {
    background-color: #9e4b47;
    padding: 15px 0;
    margin-bottom: 20px;
}
.phcModalTitleProgramPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.phcModalTitleProgramPop:last-child {
    margin-bottom: 0;
}
.phcModalTitleProgramPop br {
    display: none;
}
.phcModalTextProgramPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
#AboutPopUp .phcBlockModalTextWrap {
    margin: 10px 0;
    padding: 0 3%;
}
.phcBlockLogoWrap {
    text-align: center;
    margin-bottom: 20px;
}
.phcBlockLogoWrap img {
    display: inline-block;
}
#AboutPopUp .phcBlockTitleWrap {
    /*background-color:#9e4b47;*/
    padding: 15px 0;
    margin-bottom: 0;
}
.phcModalTitleAboutPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 32px;
    line-height: 40px;
    color: #9e4b47;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
}
#AboutPopUp .phcModalTextWrap {
    padding: 0;
}
.phcModalTextAboutPop {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-align: right;
    margin-bottom: 30px;
}
#AboutPopUp .phcModalTextAboutPop:last-child {
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 25%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: 1px solid #9e4b47;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .active > div:first-child + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div + div {
        display: inline-block;
    }
}
/* ----------- LAPTOP ----------- */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    #Header {
        min-height: 70vh;
    }
    .phcTopHeaderWrap {
        top: 25%;
    }
    .phcTopHeaderBtn a {
        width: 40%;
    }
    #Gift {
        background-color: #fff;
        padding: 4.5% 2% 3%;
    }
    .phcGiftTextWrap {
        text-align: center;
        max-width: 46%;
        padding: 3% 0;
    }
    .phcProgramWrap {
        text-align: center;
        padding: 20px 1% 0;
    }
    .phcProgramTextWrap {
        width: 42%;
        padding-top: 0;
    }
    .phcProgramText {
        max-width: 90%;
    }
    .phcProgramTextTitle {
        font-size: 35px;
        line-height: 35px;
    }
    .phcProgramTextSubTitle {
        font-size: 25px;
        line-height: 30px;
        max-width: 90%;
        margin-bottom: 20px;
    }
    .phcProgramText {
        max-width: 95%;
        margin-bottom: 15px;
    }
    .phcProgramPicture {
        width: 25%;
        padding-top: 4%;
    }
    .phcProgramTextLink {
        text-align: right;
        margin: 10px 0 0;
    }
    .phcProgramTextLink a {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0;
        width: 30%;
    }
    .phcPresentTextBtn a {
        width: 50%;
    }
    .phcBlockHowToWrap {
        padding: 0 7%;
    }
    .phcHowToWrap {
        text-align: right;
        max-width: 26%;
    }
    .phcHowToWrap:last-child {
        max-width: 41%;
        width: 41%;
    }
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 25%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: 1px solid #9e4b47;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .active > div:first-child + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div + div {
        display: inline-block;
    }
    .phcBlockChatWrap {
        padding: 1% 1% 0;
    }
    .phcBlockChatText {
        max-width: 98%;
    }
    .phcFooterWrap {
        margin: 0;
        padding: 0 12%;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 65vw;
    }
    .phcVideo {
        min-height: 315px;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1680px) {
    .phcTopHeaderBtn a {
        width: 30%;
    }
    .phcProgramWrap {
        text-align: center;
        padding: 20px 1% 0;
    }
    .phcProgramText {
        max-width: 90%;
    }
    .phcProgramTextWrap {
        padding-top: 10px;
    }
    .phcBlockHowToWrap {
        padding: 0 10%;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 60vw;
    }
    .phcModalCondGiftPop {
        padding: 0 14%;
    }
    .phcBlockChatWrap {
        padding: 1% 6.5% 0;
    }
    .phcBlockChatText {
        max-width: 86%;
    }
    .phcVideo {
        min-height: 389px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .phcTopHeaderBtn a {
        width: 30%;
    }
    .phcProgramWrap {
        text-align: center;
        padding: 20px 1% 0;
    }
    .phcProgramText {
        max-width: 90%;
    }
    .phcBlockHowToWrap {
        padding: 0 7%;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 60vw;
    }
    .phcModalCondGiftPop {
        padding: 0 12%;
    }
    .phcBlockChatWrap {
        padding: 1% 6% 0;
    }
    .phcBlockChatText {
        max-width: 90%;
    }
    .phcProgramTextWrap {
        padding-top: 5px;
    }
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 25%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -25%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 25%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: 1px solid #9e4b47;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .active > div:first-child + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div + div {
        display: inline-block;
    }
    .phcVideo {
        min-height: 370px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1280px) {
    .phcPresentTextWrap {
        width: 32%;
        padding-top: 6.3%;
    }
    .phcProgramPicture {
        width: 25%;
        padding-top: 6.5%;
    }
    .phcProgramText {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramTextWrap {
        width: 42%;
        padding-top: 3px;
    }
    .phcCouponsTextBtn a {
        font-size: 20px;
        line-height: 20px;
    }
    .phcBlockHowToWrap {
        padding: 0 3%;
    }
    .phcBlockChatTitle, .phcBlockChatSubTitle {
        font-size: 30px;
        line-height: 35px;
    }
    .phcBlockChatText {
        font-size: 19px;
        line-height: 25px;
    }
    .phcFooterWrap {
        margin: 0;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 70vw;
    }
    .phcVideo {
        min-height: 294px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #Header {
        min-height: 60vh;
    }
    .phcTopHeaderWrap {
        top: 25%;
        width: 40%;
    }
    .phcHeaderTitle {
        font-size: 35px;
        line-height: 43px;
        margin: 0 0 5px;
    }
    .phcRotateTextWrap {
        margin: 0 auto 60px;
    }
    .phcRotateWords span {
        font-size: 35px;
        line-height: 35px;
    }
    .phcTopHeaderSep {
        margin-bottom: 22px;
    }
    .phcTopHeaderBtn a {
        width: 45%;
        font-size: 23px;
        line-height: 23px;
    }
    #Gift {
        padding: 4.5% 1% 1%;
    }
    .phcGiftTextWrap {
        text-align: center;
        max-width: 46%;
        padding: 3% 0;
    }
    .phcProgramWrap {
        text-align: center;
        padding: 20px 1% 0;
    }
    .phcProgramTextWrap {
        width: 42%;
        padding-top: 0;
    }
    .phcProgramText {
        max-width: 90%;
    }
    .phcProgramTextTitle {
        font-size: 30px;
        line-height: 30px;
    }
    .phcProgramTextSubTitle {
        font-size: 20px;
        line-height: 25px;
        max-width: 90%;
        margin-bottom: 20px;
    }
    .phcProgramText {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramPicture {
        width: 25%;
        padding-top: 4%;
    }
    .phcProgramTextLink {
        text-align: right;
        margin: 10px 0 0;
    }
    .phcProgramTextLink a {
        font-size: 16px;
        line-height: 16px;
        width: 30%;
    }
    .phcProgramBtn a {
        font-size: 16px;
        line-height: 20px;
    }
    .phcPresentText:nth-child(3) {
        margin: 30px 0;
    }
    .phcPresentTextBtn a {
        width: 60%;
        font-size: 20px;
        line-height: 20px;
    }
    .phcBlockHowToWrap {
        padding: 0 1%;
    }
    .phcHowToWrap {
        text-align: right;
        max-width: 24%;
    }
    .phcHowToWrap:last-child {
        max-width: 44%;
        width: 44%;
    }
    #phcCarouselCoupons .carousel-inner > .item.active.right, #phcCarouselCoupons .carousel-inner > .item.next {
        right: 0;
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active.left, #phcCarouselCoupons .carousel-inner > .item.prev {
        right: 0;
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active, #phcCarouselCoupons .carousel-inner > .item.next.left, #phcCarouselCoupons .carousel-inner > .item.prev.right {
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -33%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 33%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 33%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -33%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 33%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: 1px solid #9e4b47;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .active > div:first-child + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div {
        display: inline-block;
    }
    .phcBlockChatWrap {
        padding: 1% 1% 0;
    }
    .phcBlockChatTitle, .phcBlockChatSubTitle {
        font-size: 29px;
        line-height: 35px;
    }
    .phcBlockChatText {
        font-size: 18px;
        line-height: 25px;
        max-width: 100%;
    }
    .phcFooterWrap {
        margin: 0;
        padding: 0 15%;
    }
    .phcFooterWidgetText {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .phcFooterWidget:nth-child(2) .phcFooterWidgetText {
        font-size: 16px;
        line-height: 20px;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 65vw;
    }
    .phcModalCondGiftPop {
        padding: 0 1%;
    }
    #ProgramPopUp .phcBlockModalTextWrap {
        padding: 0 1%;
    }
    .phcModalTitleAboutPop {
        font-size: 28px;
        line-height: 40px;
    }
    .phcCouponsTextBtn a {
        font-size: 20px;
        line-height: 20px;
    }
    .phcBlockChatPictureWrap img {
        display: inline-block;
        max-width: 75%;
    }
    .phcVideo {
        min-height: 262px;
    }
}
/* ----------- TABLET ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .phcTopNavigationWrap {
        margin: 0;
        padding: 0;
        background-color: rgba(244, 223, 215, 1);
        transition: .5s ease;
        border: none;
    }
    ul.phcTopNav {
        padding: 10px 0 0;
    }
    .phcTopNavigationWrap li.phcTopNavBtn > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a:focus {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 7px 0;
    }
    #Header {
        min-height: 50vh;
        background-position-x: -238px;
    }
    .phcTopHeaderWrap {
        top: 24%;
        width: 45%;
    }
    .phcHeaderTitle {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 5px;
    }
    .phcRotateTextWrap {
        margin: 0 auto 60px;
    }
    .phcRotateWords span {
        font-size: 30px;
        line-height: 30px;
    }
    .phcTopHeaderSep {
        margin-bottom: 22px;
    }
    .phcTopHeaderTitleDate {
        font-size: 27px;
        line-height: 27px;
    }
    .phcTopHeaderDateWrap {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .phcTopHeaderBtn a {
        width: 63%;
        font-size: 20px;
        line-height: 20px;
    }
    #Gift {
        background-color: #fff;
        padding: 6% 1% 4%;
    }
    .phcGiftPicture {
        text-align: left;
        padding: 0;
    }
    .phcGiftTextWrap {
        text-align: center;
        max-width: 48%;
        padding: 0;
    }
    .phcGiftTextPrice {
        font-size: 28px;
        line-height: 28px;
    }
    .phcGiftTextGift {
        font-size: 36px;
        line-height: 41px;
    }
    .phcProgramTextWrap {
        display: inline-block;
        float: right;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .phcProgramTextSubTitle {
        font-size: 27px;
        line-height: 27px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .phcProgramText {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramPicture {
        display: inline-block;
        float: right;
        width: 38%;
    }
    .phcProgramTextLink {
        text-align: center;
    }
    .phcProgramTextLink a {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
    }
    .phcProgramBtn {
        text-align: center;
        margin-bottom: 0;
    }
    .phcPresentTextWrap {
        width: 62%;
        padding-top: 6.3%;
    }
    .phcPresentText:nth-child(3) {
        margin: 20px 0;
    }
    .phcBlockCouponsTitle {
        font-size: 24px;
        line-height: 24px;
    }
    .phcBlockCouponsSubTitle {
        font-size: 20px;
        line-height: 22px;
    }
    .phcBlockCouponsSubTitle br {
        display: none;
    }
    .phcCouponsTextBtn a {
        font-size: 20px;
        line-height: 20px;
        width: 23%;
    }
    .phcBlockHowToWrap {
        padding: 0;
        margin-top: 30px;
    }
    .phcHowToWrap {
        text-align: center;
        max-width: 29%;
    }
    .phcHowToWrap:nth-child(2) {
        max-width: 30%;
    }
    .phcHowToWrap:last-child {
        max-width: 40%;
        width: 40%;
    }
    .phcHowToNumber {
        float: none;
        display: inline-block;
        margin-left: 0;
        padding-top: 5px;
    }
    .phcHowToText {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }
    .phcHowToText br {
        display: none;
    }
    .phcBlockCouponsSliderWrap {
        margin: 50px 0 0;
    }
    #phcCarouselCoupons .carousel-inner > .item.active.right, #phcCarouselCoupons .carousel-inner > .item.next {
        right: 0;
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active.left, #phcCarouselCoupons .carousel-inner > .item.prev {
        right: 0;
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active, #phcCarouselCoupons .carousel-inner > .item.next.left, #phcCarouselCoupons .carousel-inner > .item.prev.right {
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -33%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 33%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 33%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -33%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 33%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: 1px solid #9e4b47;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .active > div:first-child + div {
        display: inline-block;
    }
    #phcCarouselCoupons .active > div:first-child + div + div {
        display: inline-block;
    }
    .phcBlockChatWrap {
        padding: 1% 1% 0;
    }
    .phcBlockChatTitle, .phcBlockChatSubTitle {
        font-size: 18px;
        line-height: 24px;
    }
    .phcBlockChatText {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }
    #Partners {
        background-color: #fff;
        padding: 30px 0;
    }
    .phcBlockPartnersTitle {
        font-size: 24px;
        line-height: 24px;
    }
    .phcPartnerLogoWrap {
        text-align: center;
        width: 33%;
        margin: 15px 0;
        padding: 0 30px;
    }
    .phcBlockPartnersLogosWrap {
        text-align: center;
        margin: 0;
    }
    .phcFooterWrap {
        margin: 0;
        padding: 0 1%;
    }
    .phcFooterWidgetTitle {
        font-size: 20px;
        line-height: 20px;
    }
    .phcFooterWidgetText {
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
    }
    .phcFooterWidget:nth-child(2) .phcFooterWidgetText {
        font-size: 15px;
        line-height: 18px;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 96vw;
    }
    .phcModalActivities .phcBlockModalTextWrap .phcBlockTitle {
        width: 54%;
    }
    .phcModalText {
        font-size: 16px;
        line-height: 22px;
    }
    .phcTextWrap {
        max-width: 75%;
    }
    #Solgar .phcTextWrap, #Vichy .phcTextWrap {
        max-width: 60%;
    }
    .phcModalCondGiftPop {
        padding: 0 1%;
    }
    #ProgramPopUp .phcBlockModalTextWrap {
        padding: 0 1%;
    }
    .phcModalTitleAboutPop {
        font-size: 28px;
        line-height: 40px;
    }
    .phcBlockChatPictureWrap img {
        display: inline-block;
        max-width: 80%;
    }
    .phcBlockVdoWrap {
        max-width: 70%;
    }
    .phcVideo {
        min-height: 249px;
    }
    .phcBlockMoviesTitle {
        font-size: 24px;
        line-height: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .phcTopNavigationWrap {
        padding: 20px 10px;
    }
    .phcTopNavigationWrap li.phcTopNavBtn > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a, .phcTopNavigationWrap li.phcTopNavBtn.active > a:focus {
        padding: 0 15px 0;
    }
    .phcProgramTextWrap {
        width: 46%;
        padding-top: 10px;
    }
    .phcProgramTextSubTitle {
        font-size: 19px;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .phcProgramTextLink {
        text-align: right;
    }
    .phcProgramTextLink a {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        width: 30%;
    }
    .phcProgramPicture {
        width: 25%;
        padding-top: 8%;
    }
    .phcPresentTextWrap {
        width: 28%;
        padding-top: 6.3%;
    }
    .phcPresentTextTitle {
        font-size: 25px;
        line-height: 25px;
    }
    .phcPresentText {
        font-size: 18px;
        line-height: 22px;
    }
    .phcPresentText br {
        display: none;
    }
    .phcBlockCouponsTitle {
        font-size: 30px;
        line-height: 30px;
    }
    .phcHowToText {
        font-size: 18px;
        line-height: 25px;
    }
    .phcBlockCouponsSliderWrap {
        margin: 50px 0 0;
    }
    #phcCarouselCoupons .carousel-control.left, #phcCarouselCoupons .carousel-control.right {
        margin-top: 9%;
    }
    .phcBlockChatTitle, .phcBlockChatSubTitle {
        font-size: 26px;
        line-height: 30px;
    }
    #Partners {
        padding: 30px 0;
    }
    .phcBlockPartnersTitle {
        font-size: 30px;
        line-height: 30px;
    }
    .phcBlockChatText {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
    }
    .phcFooterWrap {
        margin: 0;
        padding: 0 10%;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 80vw;
    }
    .phcModalActivities .phcBlockModalTextWrap .phcBlockTitle {
        width: 54%;
    }
    .phcModalText {
        font-size: 16px;
        line-height: 22px;
    }
    .phcTextWrap {
        max-width: 75%;
    }
    #Solgar .phcTextWrap, #Vichy .phcTextWrap {
        max-width: 60%;
    }
    .phcModalCondGiftPop {
        padding: 0 6%;
    }
    #ProgramPopUp .phcBlockModalTextWrap {
        padding: 0 5%;
    }
    .phcBlockVdoWrap {
        max-width: 55%;
    }
    .phcVideo {
        min-height: 259px;
    }
    .phcBlockMoviesTitle {
        font-size: 30px;
        line-height: 30px;
    }
}
/* ----------- MOBILE LARGE ----------- */
@media screen and (max-width: 767px) {
    .phcTopNavigationWrap {
        margin: 0;
        padding: 0;
        background-color: rgba(244, 223, 215, 1);
        transition: .5s ease;
        border: none;
    }
    .phcTopLogo {
        float: left;
        text-align: center;
        max-width: 70%;
        padding: 10px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #9e4b47;
        padding-bottom: 10px;
    }
    .navbar-toggle {
        float: right;
        margin-right: 10px;
        margin-left: auto;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #9e4b47;
    }
    .navbar-default .navbar-toggle {
        border-color: #9e4b47;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #Header {
        background-image: url("../images/header-mobile.jpg");
        min-height: 625px;
        max-height: 625px;
        height: auto;
    }
    .phcTopHeaderWrap {
        top: 12%;
        width: 100%;
    }
    .phcHeaderTitle {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 5px;
    }
    .phcRotateTextWrap {
        margin: 0 auto 50px;
    }
    .phcRotateWords span {
        font-size: 30px;
        line-height: 30px;
    }
    .phcTopHeaderSep {
        margin-bottom: 15px;
    }
    .phcTopHeaderTitleDate {
        font-size: 23px;
        line-height: 23px;
    }
    .phcTopHeaderDateWrap {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .phcTopHeaderBtn {
        width: 60%;
        font-size: 25px;
        line-height: 25px;
        background-color: #e2223b;
        padding: 15px 0;
    }
    .phcTopHeaderBtn a {
        width: 63%;
        font-size: 20px;
        line-height: 20px;
    }
    #Gift {
        padding: 10% 4%;
    }
    .phcGiftTextWrap {
        text-align: center;
        max-width: 100%;
        padding: 0 0 5%;
        float: none;
        display: inline-block;
    }
    .phcGiftTextPrice {
        font-size: 20px;
        line-height: 20px;
    }
    .phcGiftTextGift {
        font-size: 30px;
        line-height: 35px;
    }
    .phcGiftTextLink {
        text-align: center;
        margin-top: 0;
    }
    .phcGiftTextLink a {
        font-size: 20px;
        line-height: 20px;
    }
    .phcGiftPicture {
        padding: 0;
        float: none;
    }
    .phcProgramWrap {
        text-align: center;
        padding: 4% 4% 0;
    }
    .phcProgramTextWrap {
        display: inline-block;
        float: right;
        text-align: center;
        width: 100%;
        padding-top: 0;
    }
    .phcProgramTextTitle {
        font-size: 25px;
        line-height: 25px;
    }
    .phcProgramTextSubTitle {
        font-size: 20px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramText {
        font-size: 15px;
        line-height: 19px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramText strong {
        display: inline-block;
        max-width: 80%;
        margin-bottom: 0;
    }
    .phcProgramPicture {
        display: inline-block;
        float: right;
        width: 100%;
    }
    .phcProgramPicture img {
        display: inline-block;
        max-width: 60%;
    }
    .phcProgramTextLink {
        text-align: center;
    }
    .phcProgramTextLink a {
        text-align: center;
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        width: 40%;
    }
    .phcProgramBtn {
        text-align: center;
        margin-bottom: 0;
    }
    .phcProgramBtn a {
        font-size: 18px;
        line-height: 30px;
        padding: 0;
    }
    .phcProgramBtn a .phcPlus {
        font-size: 25px;
        line-height: 30px;
    }
    .phcPresentTextWrap {
        width: 100%;
        padding-top: 4%;
    }
    .phcPresentTextTitle {
        font-family: 'Open Sans Hebrew', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        color: #000;
    }
    .phcPresentText {
        font-size: 15px;
        line-height: 19px;
    }
    .phcPresentText:nth-child(3) {
        margin: 20px 0;
        display: none;
    }
    .phcPresentTextBtn {
        margin-bottom: 20px;
    }
    .phcPresentTextBtn a {
        width: 50%;
        font-size: 20px;
        line-height: 20px;
    }
    #Activities {
        padding: 10% 0;
    }
    .phcBlockCouponsTitle {
        font-size: 24px;
        line-height: 30px;
    }
    .phcBlockCouponsSubTitle {
        font-size: 16px;
        line-height: 20px;
    }
    .phcBlockCouponsSubTitle br {
        display: none;
    }
    .phcBlockHowToWrap {
        margin-top: 6px;
        display: inline-block;
        width: 100%;
        padding: 0 4%;
    }
    .phcHowToWrap {
        text-align: right;
        max-width: 100%;
        padding: 0;
    }
    .phcHowToWrap:nth-child(2) {
        max-width: 100%;
    }
    .phcHowToWrap:last-child {
        max-width: 100%;
        width: 100%;
    }
    .phcHowToNumber {
        float: right;
        display: inline-block;
        margin-left: 13px;
        padding-top: 5px;
    }
    .phcHowToText {
        font-size: 17px;
        line-height: 25px;
    }
    .phcBlockCouponsSliderWrap {
        margin: 50px 0 0;
    }
    #phcCarouselCoupons .carousel-inner > .item.active.right, #phcCarouselCoupons .carousel-inner > .item.next {
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active.left, #phcCarouselCoupons .carousel-inner > .item.prev {
        right: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner > .item.active, #phcCarouselCoupons .carousel-inner > .item.next.left, #phcCarouselCoupons .carousel-inner > .item.prev.right {
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #phcCarouselCoupons .carousel-inner {
        width: 90%;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    #phcCarouselCoupons .carousel-inner .active.left {
        right: -100%;
    }
    #phcCarouselCoupons .carousel-inner .active.right {
        right: 100%;
    }
    #phcCarouselCoupons .carousel-inner .next {
        right: 100%;
    }
    #phcCarouselCoupons .carousel-inner .prev {
        right: -100%;
    }
    #phcCarouselCoupons .carousel-col {
        width: 100%;
        padding: 0;
        display: inline-block;
        background-color: #fff;
        margin: 0;
        float: left;
        vertical-align: top;
        border-left: none;
    }
    #phcCarouselCoupons .carousel-col:first-child {
        border-left: none;
        padding-left: 1px;
    }
    #phcCarouselCoupons .carousel-control {
        width: 2.5%;
    }
    #phcCarouselCoupons .carousel-control.left, #phcCarouselCoupons .carousel-control.right {
        margin-top: 25%;
    }
    .phcBlockChatWrap {
        margin: 0;
        padding: 1% 1% 0;
    }
    .phcBlockChatTitleWrap {
        padding-top: 5%;
    }
    .phcBlockChatTitle {
        font-size: 23px;
        line-height: 26px;
        text-align: center;
    }
    .phcBlockChatTitle br {
        display: none;
    }
    .phcBlockChatSubTitle {
        font-size: 23px;
        line-height: 26px;
        text-align: center;
    }
    .phcBlockChatTextWrap {
        padding-top: 0;
    }
    .phcBlockChatText {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .phcBlockChatPictureWrap {
        text-align: center;
    }
    .phcBlockChatPictureWrap img {
        max-width: 60%;
    }
    #Partners {
        background-color: #fff;
        padding: 25px 0;
    }
    .phcBlockPartnersTitle {
        font-size: 24px;
        line-height: 24px;
    }
    .phcPartnerLogoWrap {
        text-align: center;
        margin: 15px 0;
        padding: 0 10px;
    }
    .phcBlockPartnersLogosWrap {
        text-align: center;
        margin: 0;
    }
    #Contact {
        padding: 20px 0;
    }
    .phcFooterWrap {
        margin: 0;
        padding: 0 2%;
    }
    .phcFooterWidget {
        text-align: center;
        color: #fff;
        min-height: 1px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .phcFooterWidgetText {
        font-size: 16px;
        line-height: 20px;
    }
    .phcFooterWidget:nth-child(2) {
        text-align: center;
        color: #fff;
        min-height: 1px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .phcFooterWidget:nth-child(2) .phcFooterWidgetText {
        font-size: 14px;
        line-height: 18px;
    }
    .modal-dialog {
        margin: 20px auto 30px;
        width: 98vw;
    }
    .phcModalActivities .phcBlockModalTextWrap .phcBlockTitle {
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 30px;
        line-height: 30px;
    }
    .phcModalActivities .phcBlockModalTextWrap .phcBlockLogo {
        text-align: right;
        margin: 0;
        padding-top: 7%;
        display: inline-block;
        float: left;
        width: 60%;
    }
    .phcModalActivities .body-content-wrap .phcBlockWinWrap {
        float: none;
        width: 90px;
        height: 90px;
        background-color: #9e4b47;
        border-radius: 50%;
        padding: 11px 8px;
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.33);
        display: inline-block;
    }
    .phcModalActivities .body-content-wrap .phcBlockWinWrap span {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
    }
    #Solgar .phcTextWrap, #Vichy .phcTextWrap {
        max-width: 100%;
        width: 100%;
    }
    .phcModalActivities .phcModalTextWrap {
        float: left;
        margin-top: 10px;
        padding: 20px 0 0;
    }
    .phcModalActivities .phcModalTextWrap:nth-child(2) {
        border-top: 1px solid #9e4b47;
    }
    .phcImageWrap {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .phcTextWrap {
        max-width: 100%;
        width: 100%;
    }
    #Or .phcTextWrap {
        max-width: 100%;
    }
    .phcModalTextMin {
        font-size: 14px;
        line-height: 20px;
    }
    .phcModalTextTitle {
        font-size: 18px;
        line-height: 18px;
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    .phcModalText {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
    .phcBtnFloat {
        margin: 0;
    }
    .phcBtnBottomMobile {
        position: fixed;
        bottom: 0;
        text-align: center;
        background-color: rgba(244, 223, 215, 1);
        padding: 10px 0;
        display: none;
        z-index: 1010
    }
    .phcBtnBottomMobile a {
        display: inline-block;
        text-align: center;
        background-color: #9e4b47;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        padding: 15px 0;
        border-radius: 5px;
        width: 72%;
        font-family: 'Open Sans Hebrew', sans-serif !important;
        font-weight: 400;
        text-decoration: none;
    }
    .phcBtnBottomMobile a:hover {
        background-color: #b86764;
    }
    .phcBlockTitleGiftPop {
        font-size: 22px;
        line-height: 22px;
    }
    .phcModalTextGiftPop {
        font-size: 17px;
        line-height: 20px;
    }
    .phcModalTextGiftPop br {
        display: none;
    }
    #GiftPopUp .phcModalTextWrap:nth-child(2) {
        border-top: none;
    }
    .phcModalCondGiftPop {
        font-size: 16px;
        line-height: 19px;
        padding: 0;
    }
    #ProgramPopUp .phcBlockModalTextWrap {
        padding: 0 1%;
    }
    #ProgramPopUp .phcModalTextWrap:nth-child(2) {
        border-top: none;
    }
    .phcModalTitleProgramPop br {
        display: block;
    }
    .phcModalTitleProgramPop {
        font-size: 18px;
        line-height: 22px;
    }
    .phcModalTextProgramPop {
        font-size: 16px;
        line-height: 20px;
    }
    #ProgramPopUp .phcModalTextWrap {
        float: left;
        margin-top: 0;
        padding: 10px 0 0;
    }
    #AboutPopUp .phcBlockModalTextWrap {
        padding: 0 1%;
    }
    .phcModalTitleAboutPop br {
        display: none;
    }
    .phcModalTitleAboutPop {
        font-size: 24px;
        line-height: 30px;
    }
    .phcModalTextAboutPop {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .phcCouponsTextBtn a {
        width: 40%;
        font-size: 18px;
        line-height: 18px;
        padding: 15px 0;
    }
    #Movies {
        padding: 2% 4%;
    }
    .phcBlockMoviesTextWrap {
        margin: 0;
    }
    .phcBlockVdoWrap {
        max-width: 100%;
    }
    .phcVideo {
        min-height: 215px;
    }
    .phcBlockMoviesTitle {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 375px) {
    #Header {
        min-height: 597px;
        max-height: 597px;
        height: auto;
    }
    .phcBlockCouponsTitle {
        font-size: 20px;
        line-height: 25px;
    }
    .phcBlockCouponsSubTitle {
        font-size: 15px;
        line-height: 19px;
    }
    .phcBlockHowToWrap {
        padding: 0 2%;
    }
    .phcHowToWrap {
        max-width: 100%;
        width: 100%;
        margin: 10px 0 0;
    }
    .phcHowToNumber {
        float: right;
        display: inline-block;
        margin-left: 0;
        padding-top: 5px;
    }
    .phcHowToNumber img {
        display: inline-block;
        max-width: 75%;
    }
    .phcHowToText {
        font-size: 16px;
        line-height: 20px;
    }
    .phcBlockChatTitle {
        font-size: 23px;
        line-height: 26px;
    }
    .phcBlockChatSubTitle {
        font-size: 23px;
        line-height: 26px;
    }
    .phcBlockChatText {
        font-size: 15px;
        line-height: 19px;
    }
    .phcBlockTitleGiftPop {
        font-size: 20px;
        line-height: 20px;
    }
    .phcModalTextGiftPop {
        font-size: 16px;
        line-height: 18px;
    }
    .phcModalCondGiftPop {
        font-size: 14px;
        line-height: 18px;
    }
    .phcModalTitleAboutPop {
        font-size: 22px;
        line-height: 28px;
    }
    .phcProgramTextLink a {
        text-align: center;
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        width: 45%;
    }
    .phcCouponsTextBtn a {
        width: 45%;
        font-size: 18px;
        line-height: 18px;
        padding: 15px 0;
    }
    .phcVideo {
        min-height: 194px;
    }
}
@media screen and (max-width: 360px) {
    #Header {
        min-height: 580px;
        max-height: 580px;
    }
    .phcHowToText {
        font-size: 15px;
        line-height: 20px;
    }
    .phcBlockCouponsSubTitle {
        font-size: 14px;
        line-height: 19px;
    }
    .phcModalTextTitle {
        font-size: 16px;
        line-height: 16px;
    }
    .phcBlockTitleGiftPop {
        font-size: 19px;
        line-height: 20px;
    }
    .phcModalTitleAboutPop {
        font-size: 21px;
        line-height: 27px;
    }
    .phcVideo {
        min-height: 186px;
    }
}
/* ----------- MOBILE SMALL ----------- */
@media screen and (max-width: 320px) {
    #Header {
        min-height: 536px;
        max-height: 536px;
    }
    .phcHeaderTitle {
        font-size: 26px;
        line-height: 31px;
        margin: 0 0 5px;
    }
    .phcRotateTextWrap {
        margin: 0 auto 40px;
    }
    .phcRotateWords span {
        font-size: 26px;
        line-height: 30px;
    }
    .phcTopHeaderSep {
        margin-bottom: 10px;
    }
    .phcTopHeaderSep img {
        max-width: 80%;
    }
    .phcTopHeaderTitleDate {
        font-size: 23px;
        line-height: 23px;
    }
    .phcTopHeaderDateWrap {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .phcGiftTextPrice {
        font-size: 22px;
        line-height: 22px;
    }
    .phcGiftTextGift {
        font-size: 32px;
        line-height: 36px;
    }
    .phcGiftTextLink a {
        font-size: 22px;
        line-height: 22px;
    }
    .phcProgramTextSubTitle {
        font-size: 18px;
        line-height: 20px;
    }
    .phcProgramText strong {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .phcProgramText {
        font-size: 14px;
        line-height: 18px;
    }
    .phcPresentText {
        font-size: 14px;
        line-height: 18px;
    }
    .phcPresentTextBtn a {
        width: 66%;
        font-size: 18px;
        line-height: 18px;
    }
    .phcBlockCouponsTitle {
        font-size: 18px;
        line-height: 22px;
    }
    .phcBlockCouponsSubTitle {
        font-size: 13px;
        line-height: 15px;
    }
    .phcHowToText {
        font-size: 13px;
        line-height: 20px;
    }
    .phcBlockChatTitle {
        font-size: 23px;
        line-height: 26px;
    }
    .phcBlockChatSubTitle {
        font-size: 23px;
        line-height: 26px;
    }
    .phcBlockChatText {
        font-size: 14px;
        line-height: 19px;
    }
    .modal-dialog {
        margin: 10px auto 30px;
    }
    .phcModalActivities .body-content-wrap .phcBlockWinWrap {
        width: 80px;
        height: 80px;
    }
    .phcModalActivities .body-content-wrap .phcBlockWinWrap span {
        font-size: 25px;
        line-height: 25px;
    }
    .phcFooterWidgetTitle {
        font-size: 22px;
        line-height: 22px;
    }
    .phcFooterWidgetText {
        font-size: 15px;
        line-height: 20px;
    }
    .phcFooterWidget:nth-child(2) .phcFooterWidgetText {
        font-size: 13px;
        line-height: 17px;
    }
    .phcBlockTitleGiftPop {
        font-size: 17px;
        line-height: 17px;
    }
    .phcModalTextGiftPop {
        font-size: 15px;
        line-height: 18px;
    }
    .phcModalCondGiftPop {
        font-size: 13px;
        line-height: 17px;
    }
    .phcModalTitleProgramPop {
        font-size: 16px;
        line-height: 20px;
    }
    .phcModalTextProgramPop {
        font-size: 14px;
        line-height: 18px;
    }
    .phcModalTitleAboutPop {
        font-size: 19px;
        line-height: 22px;
    }
    .phcModalTextAboutPop {
        font-size: 14px;
        line-height: 18px;
    }
    .phcProgramTextLink a {
        text-align: center;
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        width: 50%;
    }
    .phcCouponsTextBtn a {
        width: 50%;
        font-size: 18px;
        line-height: 18px;
    }
	.phcVideo {
        min-height: 165px;
    }
     .phcBlockMoviesTitle {
    font-size: 24px;
    line-height: 24px;
}
}