.sun-editor-editable {
    background-color: #fff0 !important;
    padding: 0 !important;
}

.sun-editor-editable p {
    color: #8c8c8c !important;
}

html body .footer {
    margin-top: 50px;
    position: relative;
}

.subpage-error {
    margin-bottom: 70px;
}

html body.homepage {
    margin-bottom: 0 !important;
}

.ContactMessage {
    color: #ff0617;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5%;
}

.blog__item-img img {
    width: 100% !important;
    height: auto !important;
}

.header-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

html body .slider__slide-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}


/*POPUP SLIDE*/
.popup-info {
    position: absolute;
    z-index: 1000;
    right: 0;
    font-size: 12px;
    /* max-width: 350px;
    width: 100%; */
    width: 300px;
    min-height: 80px;
    background: white;
    border-radius: 50px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s ease;
}
#popupDesktop{
    animation-name: popupSlide;
    animation-duration: 1s;
    animation-delay: 1s;
    right: -999px;
    animation-fill-mode: forwards;
}
@media screen and (max-width: 767px){
    .popup-info {
        right: -231px;
        bottom: inherit;
        top: 200px;
    } 
    #popupMobile{
        display: flex;
    }
}

@keyframes popupSlide {
    from {right: -999px;}
    to {right: 0;}
}

.popup-icon {
    width: 30%;
    text-align: center;
}

.popup-icon img {
    width: 40px;
}

.popup-content{
    width: 70%;
    padding: 10px 15px 10px 0px;
}

.popup-content span {
    color:#b7b7b7;
}

.popup-cancel {
    cursor:pointer;
    width: 20%;
    justify-items: center;
    text-align: left;
    font-size: 18px;
}

.popup-cancel img {
    width: 17px;
}

/* switch pricing */
.subpage-pricing__switch{
    background: #CECECE;
    border-radius: 5rem;
    color: #8c8c8c;
    cursor: pointer;
    font-family: europa, sans-serif;
    position: relative;
}
.subpage-pricing__switch-item{
    font-size: 1.6rem;
    font-weight: 700;
    
    position: relative;
}
.subpage-pricing__switch-item.active{
    color: #217AFE;

}
.switch-bg{
    background: white;
    border-radius: 5rem;
    -webkit-box-shadow: 22px 9px 29px -12px rgba(0,0,0,0.3);
    -moz-box-shadow: 22px 9px 29px -12px rgba(0,0,0,0.3);
    box-shadow: 22px 9px 29px -12px rgba(0,0,0,0.3);
    border: 1px solid #CECECE;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    transition: 0.35s ease;
    left: 0;
}
.switchLeft{
    left: 168px;
}
@media (max-width: 370px){
    .subpage-pricing__switch-item{
        font-size: 1.2rem;
    }
    .switchLeft{
        left: 145px;
    }
}

.header-bg--gallery{
    background: url('../img/header_faq.jpg');
}
.header-bg--blog{
    background: url('../img/header_blog.jpg');
}
.header-bg--produkty{
    background: url('../img/header_produkty.jpg');
}
.pt-50{
    padding-top: 5rem !important;
}
.produkty__mgielka{
    left: 0;
    top: 0;
}
.produkty__serum{
    right: 0;
    top: -50px;
}
.subpage-produkty img{
    max-width: 100%;
}
.header__nav-link{
    font-size: 1.5rem;
    margin-left: 2rem;
}

.hours-info-wrapper .sun-editor-editable span, .hours-info-wrapper .sun-editor-editable p {
   color: white !important;
}
