#pc, #pc-bg {
    width: 100%
}

#pc, #pc-open {
    overflow: hidden
}

#pc-close, #pc-open {
    top: 0;
    height: var(--size)
}

#pc .pc-content .members .value, .pc-content .members span, .pc-content .value-container > a {
    color: var(--secondary-text-color)
}

.pc-content, .pc-content > div.extra-channels p > span, .pc-content > div:last-child p > span, .right {
    float: right
}

#pc, .pc-content .members.front-page .value {
    line-height: var(--line-height);
    height: 100%
}

#pc .members:not(.front-page) .value-container > div:first-child, .pc-content .members:not(.front-page) a > span:last-child {
    text-align: left;
    text-decoration: underline;
    text-decoration-color: transparent
}

:root {
    --transition-duration: 400ms;
    --transition-timing-function: ease;
    --transition-delay: 0s;
    --max-width: 100%;
    --popup-main-color: #656d78;
    --popup-main-color-light: #e3e3e3;
    --popup-secondary-color: #829632;
    --popup-secondary-color-light: #c2ce5e;
    --popup-color-3: #f7f7f7;
    --title-box-height: 50px;
    --padding: 25px;
    --line-height: 1.2;
    --main-text-color: #fff;
    --secondary-text-color: #454545;
    --promo-text-color: #b4b4b4;
    --secondary-hover-color: #827e79
}

#pc-close, #pc-open {
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    position: absolute;
    z-index: 100;
    cursor: pointer
}

#pc .members:not(.front-page) .value-container, #pc .members:not(.front-page) .value-container > div:first-child, #pc .value-container ul li:before, #pc-bg, #pc-close:before, #pc-open:before, .pc-content, .pc-content .members span.title, .pc-content .members:not(.front-page) a > span:last-child, .pc-content .value-container > a, .pc-content > div:last-child a.offers {
    -webkit-transition: .3s;
    transition: .3s
}

#pc.from-left #pc-open, #pc.from-right #pc-open {
    -webkit-transition: width .4s;
    transition: width .4s
}

.is-animated {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

#pc .block {
    display: block;
    width: auto;
    padding: 0;
    position: relative
}

#pc-close, #pc-open.active {
    width: var(--size)
}

.fix-float:after {
    content: "";
    display: table;
    clear: both
}

*, :active, :focus, :visited {
    -webkit-tap-highlight-color: transparent !important;
    outline: 0
}

#pc {
    z-index: 40000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    position: fixed;
    visibility: hidden
}

#pc-sizer, .show {
    visibility: visible
}

#pc-bg {
    position: absolute;
    height: 100%;
    background: rgba(197, 158, 63, .2);
    opacity: 0
}

#pc-open, .pc-content .title {
    background: var(--popup-main-color)
}

#pc-sizer {
    height: auto;
    max-height: 100%;
    will-change: transform;
    -webkit-transition: all var(--transition-duration) var(--transition-timing-function) var(--transition-delay);
    transition: all var(--transition-duration) var(--transition-timing-function) var(--transition-delay)
}

#pc-open {
    --size: 50px;
    -webkit-transition-delay: calc(
            var(--transition-duration) + var(--transition-delay)
    ) !important;
    transition-delay: calc(
            var(--transition-duration) + var(--transition-delay)
    ) !important
}

#pc-open.fade {
    animation: .4s 1s both fade;
    -webkit-animation: .4s 1s both fade
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#pc-close:before, #pc-open:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: var(--size);
    height: 100%;
    top: 0;
    left: 0;
    background: var(--main-text-color);
    mask: url(../images/arrow.svg) center center no-repeat;
    -webkit-mask: url(../images/arrow.svg) center center no-repeat
}

.pc-active #pc-open {
    width: 0 !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

#pc-close {
    --size: var(--title-box-height);
    z-index: 100000;
    text-indent: -9999px;
}

#pc-close:hover:before {
    left: 3px
}

#pc.from-left {
    justify-content: flex-start
}

#pc.from-right {
    justify-content: flex-end
}

.from-left #pc-sizer {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.from-right #pc-sizer {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.from-left .pc-active, .from-right .pc-active {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.from-left #pc-open {
    left: 100%
}

.from-right #pc-open {
    left: auto;
    right: 100%
}

.from-right #pc-open:before, :not(.from-right) > div > #pc-close:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.from-right #pc-close {
    left: auto;
    right: 0;
    border-left: solid 1px var(--main-text-color)
}

.show {
    opacity: 1 !important
}

.pc-content > div {
    padding: var(--padding);
    background: var(--popup-main-color-light)
}

.color-2 {
    background: var(--popup-main-color-light) !important
}

.color-2 span.title, .pc-content .members:not(.front-page) a:hover .value-container {
    background: var(--popup-secondary-color)
}

.color-3 {
    background: var(--popup-color-3) !important
}

.pc-content {
    width: 300px;
    opacity: 1;
    color: var(--main-text-color);
    background: var(--main-text-color);
    box-shadow: 0 0 10px 1px transparent;
    -webkit-box-shadow: 0 0 10px 1px transparent
}

.pc-active .pc-content {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2)
}

.pc-content .title {
    height: var(--title-box-height);
    line-height: var(--title-box-height);
    text-align: center;
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 30% center
}

.pc-content span.value {
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding-left: 14px;
    position: relative
}

#pc .value:before {
    content: "€";
    font-weight: 400;
    font-size: 23px;
    position: absolute;
    top: 1px;
    left: -3px
}

.pc-content > div > a, a.offers {
    position: relative
}

#pc .value-container, .pc-content .members {
    padding: 0
}

.pc-content .value-container > a {
    background: 0 0;
    padding: var(--padding);
    display: flex;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 15px
}

.pc-content .value-container > a:hover {
    background: var(--secondary-hover-color);
    color: #fff
}

#pc .value-container a > div:first-child > span, .pc-content .title {
    font-size: 15px;
    letter-spacing: .7px;
    font-weight: 400
}

.lang-el .pc-content .title {
    background-position: 25% center
}

.lang-fr_FR .pc-content .title {
    background-position: 24% center
}

#pc .value-container a > div:first-child > span {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    margin-bottom: 12px;
    width: 50%
}

#pc.value-container ul {
    line-height: 1.2;
    letter-spacing: .6px;
    font-weight: 400
}

#pc .value-container ul li {
    position: relative;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 0 0 8px;
    height: auto;
    line-height: 1.5em
}

#pc .value-container a > div:last-child > span .right, #pc .value-container ul li {
    font-size: 13px
}

#pc .value-container ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--secondary-text-color);
    position: absolute;
    left: -2px;
    top: 8px;
    border-radius: 50%
}

#pc .value-container > a:hover ul li:before {
    background: #fff
}

#pc .value-container a > div:last-child {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

#pc .value-container a > div:last-child > span {
    font-weight: 400
}

#pc .pc-content .members:hover .value, .pc-content .members:hover span, .vertical {
    color: #fff
}

.pc-content .members span.title {
    background: url(../images/heart-grey.svg) 65px center no-repeat var(--popup-secondary-color)
}

#pc .pc-content .members.front-page span.title {
    padding: 0 var(--padding) 0 calc(var(--padding) + 20px);
    background-position: var(--padding) center;
    text-align: left;
    height: 62px;
    line-height: 62px
}

#pc .pc-content .members.front-page span.title .value span {
    font-size: 12px;
    font-weight: 400;
    text-align: right
}

#pc .pc-content .members .value {
    font-size: 18px;
    font-weight: 500;
    width: max-content
}

.pc-content .members .value:before {
    top: 14px !important;
    font-size: 18px !important
}

.pc-content .members.front-page .value {
    float: right;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#pc .members.front-page .value:before {
    top: 14px !important;
    left: 0
}

.pc-content .members a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .6px
}

.pc-content .members:not(.front-page) a > span:last-child {
    max-width: calc(100% - (var(--padding) * 2));
    float: none;
    margin: calc(var(--padding) / 2) auto 0;
    margin-bottom: var(--padding);
    display: block
}

.pc-content .members.front-page a:hover span.title {
    background: url(../images/heart-2.svg) var(--padding) center no-repeat var(--popup-secondary-color-light)
}

.pc-content .members:not(.front-page) a:hover span.title {
    background: url(../images/heart-2.svg) 65px center no-repeat var(--popup-secondary-color-light)
}

#pc .members:not(.front-page) .value-container {
    padding: calc(var(--padding) - 10px) var(--padding);
    display: flex;
    flex-wrap: nowrap
}

#pc .members:not(.front-page) .value-container div {
    width: 50%
}

#pc .members:not(.front-page) .value-container > div:last-child {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    text-align: right
}

#pc .members:not(.front-page) a:hover .value-container > div:first-child {
    text-decoration-color: #fff
}

.pc-content .members:not(.front-page) .value {
    margin: 0;
    line-height: 1;
    align-self: flex-end
}

.pc-content .promo, .pc-content > div.extra-channels, .pc-content > div:last-child {
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 400
}

.pc-content .promo p {
    margin: 0 !important;
    color: var(--promo-text-color)
}

.pc-content .promo .code {
    text-transform: uppercase;
    padding: 0 2px;
    color: var(--popup-main-color);
    font-weight: 700;
    letter-spacing: .6px
}

.pc-content .members a:hover span:last-child {
    text-decoration-color: var(--main-text-color)
}

.pc-content > div.extra-channels, .pc-content > div:last-child {
    background: 0 0;
    padding: calc(var(--padding) - 5px) var(--padding)
}

.pc-content > div.extra-channels p, .pc-content > div:last-child p {
    margin-bottom: 6px;
    padding-left: 20px;
    font-size: 13px
}

#pc [class*=Booking] {
    background: url(../images/b.svg) left center/auto 75% no-repeat;
    padding: 0 0 0 20px
}

#pc .Expedia {
    background: url(../images/e.svg) left center/auto 75% no-repeat;
    padding: 0 0 0 20px
}

#pc [class*=Hotels] {
    background: url(../images/h.svg) left center/auto 75% no-repeat;
    padding: 0 0 0 20px
}

#pc .Agoda {
    background: url(../images/agoda.svg) left center/16px auto no-repeat;
    padding: 0 0 0 20px
}

.pc-content > div.extra-channels p > span:before, .pc-content > div:last-child p > span:before {
    content: "€"
}

.pc-content > div.extra-channels > span, .pc-content > div:last-child > span {
    text-align: center;
    color: #b4b4b4;
    line-height: 18px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pc-content > div:last-child a.offers {
    width: 100%;
    text-align: center;
    color: var(--popup-main-color)
}

a.offers:before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 20px;
    left: 45px;
    top: -2px;
    background-color: var(--popup-main-color);
    mask: url(../images/star.svg) center center no-repeat;
    mask-image-size: auto 100%;
    -webkit-mask: url(../images/star.svg) center center no-repeat;
    -webkit-mask-size: auto 100%
}

.lang-el a.offers:before {
    left: 32px
}

.pc-content > div:last-child p + a.offers {
    border-top: 1px solid #ccc;
    margin-top: calc(var(--padding) / 2);
    padding-top: 16px !important
}

.pc-content > div:last-child p + a.offers:before {
    top: calc(var(--padding) / 2);
    top: 14px !important
}

.pc-content > div:last-child a.offers:hover {
    color: var(--secondary-hover-color)
}

@media only screen and (max-height: 600px) {
    :root {
        --padding: 20px
    }
}

@media only screen and (max-width: 420px) {
    #pc .value-container a > div:last-child {
        margin-left: -10px
    }

    .pc-content .members span.title {
        background-position: 55px center
    }

    .pc-content .members.front-page span.title {
        background-size: auto 12px;
        height: calc(var(--padding) * 3.5);
        line-height: calc(var(--padding) * 3.5)
    }
}

@media only screen and (max-width: 340px) {
    :root {
        --padding: 17px
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #pc {
        display: none
    }
}

.left, .row1 {
    float: left
}

.row1 {
    width: 100%
}

.row1.with-btn {
    background-color: #f8f8f8;
    line-height: 100px;
    margin-bottom: 0
}

.is-home .value-container-1 {
    border-bottom: 1px solid #fff
}

#pc .value-container a > div:first-child > span.min-price-date {
    margin-bottom: 0;
    position: relative;
    top: -12px;
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.large-arrow #pc-open {
    height: 180px
}

.large-arrow #pc-open:before {
    height: 30px;
    top: 8px
}

.vertical-container {
    margin-top: 47px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    border-top: 1px solid #fff
}

.vertical {
    letter-spacing: .7px;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
    transform: rotate(270deg) translateX(-50%);
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 0 center;
    padding-left: 24px
}