@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'PFHandbookBold';
    src: url('../fonts/pfhandbookpro-boldweb.eot');
    src: url('../fonts/pfhandbookpro-boldweb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfhandbookpro-boldweb.woff') format('woff'),
        url('../fonts/pfhandbookpro-boldweb.ttf') format('truetype'),
        url('../fonts/pfhandbookpro-boldweb.svg#PFHandbookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookRegular';
    src: url('../fonts/pfhandbookpro-regular-webfont.eot');
    src: url('../fonts/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfhandbookpro-regular-webfont.woff') format('woff'),
        url('../fonts/pfhandbookpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookLight';
    src: url('../fonts/pfhandbookpro-light-webfont.eot');
    src: url('../fonts/pfhandbookpro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfhandbookpro-light-webfont.woff') format('woff'),
        url('../fonts/pfhandbookpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookThin';
    src: url('../fonts/pfhandbookpro-thin.eot');
    src: url('../fonts/pfhandbookpro-thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfhandbookpro-thin.woff') format('woff'),
        url('../fonts/pfhandbookpro-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* -------------  Reset CSS  -------------
------------------------------------------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/***********************************************************************************/


html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-wrap: break-word;
    font-family: 'PFHandbookRegular';
    font-size: 18px;
}

body {
    line-height: 1;
    color: #666564;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #666564;
}

h1,
h2,
h3 {
    color: #5A3E68;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

strong {
    font-family: "PFHandbookBold";
}

.blue-txt {
    color: #5A3E68;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.max-w-390 {
    max-width: 390px;
}

.max-w-450 {
    max-width: 450px;
}

.arrow-down {
    position: absolute;
    top: 28px;
    right: 15px;
    height: 6px;
    width: 9px;
    background: url("../images/arrow-down.png") no-repeat center center;
}

.arrow-up {
    height: 6px;
    width: 9px;
    background-image: url("../images/arrow-up.png");
    position: absolute;
    top: 22px;
    background-repeat: no-repeat;
    margin-left: 44px;
}

.fb-icon {
    height: 30px;
    width: 30px;
    background-image: url("../images/fb-icon.png");
    position: absolute;
    top: 11px;
    background-repeat: no-repeat;
    margin-left: 200px;
    z-index: 10;
}

.btn,
.field-name-field-cta a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #5F3B6B;
    font-size: 18px;
    background-color: #F4EDF9;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
}

.btn.d-block {
    display: block;
}

.dark-btn {
    color: #ffffff;
    background-color: #5F3B6B;
}

.big-btn {
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
}

.big-btn::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/btn-arrow.png') no-repeat center center;
    margin-left: 10px;
}

/* Paragraph button-1 CTAs: match D7 .field-name-field-cta a styling */
.paragraphs-item-button .btn {
    font-size: 16px;
    border: 1px #e6d6f1 solid;
    min-width: 235px;
    padding: 0;
}

/* Button wrapper: flex layout with gap between buttons, matching D7 */
.paragraphs-item-button-wrapper .field-name-field-button > .field-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.paragraphs-item-button-wrapper .field-name-field-button > .field-items > .field-item {
    padding: 0 5px 10px;
}


.column {
    float: left;
    width: 25%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

ul.menu li a.active {
    color: #5F3B6B;
}

.wrapper {
    width: 100%;
}

.container,
.view-announcements,
.view-paketa-omilias-frog,
.node-page>.content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}



/***********************************************************************************/


.cc_read-more-button,
.cc_read-more-button:hover {
    background-color: #FFC42C !important;
    color: #5f3b6b !important;
}


/* -------------------  HEADER  -------------------
--------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 59px;
    background: #ffffff;
    z-index: 100;
}

#header .container {
    position: relative;
}

#header .region-header {
    position: absolute;
    right: 20px;

}

#logo {
    float: left;
    display: block;
    width: 123px;
    height: 94px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: contain;
}

#logo h1 {
    font-size: 0px;
}

.burger-menu {
    float: left;
    display: none;
    position: relative;
    z-index: 52;
    font-size: 0px;
    width: 20px;
    height: 59px;
}

.burger-menu span {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgb(0, 76, 139);
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.burger-menu span:first-child {
    margin: -6px 0 0 0;
    width: 20px;
}

.burger-menu span:last-child {
    margin: 6px 0 0 0;
    width: 20px;
}

.burger-menu.active span {
    opacity: 0;
    width: 0;
}

.burger-menu.active span:first-child {
    opacity: 1;
    width: 20px;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 1px;
}

.burger-menu.active span:last-child {
    opacity: 1;
    width: 20px;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 1px;
}

#navigation,
ul.language-switcher-locale-url {
    font-size: 16px;
    color: #646464;
    line-height: 19px;
}

#navigation,
.region-header {
    float: right;
}

#navigation>ul {}

#navigation ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.language-switcher-locale-url,
ul.language-switcher-locale-url li.active {
    position: relative;
}

#navigation ul li.follow-us {
    padding: 0 105px 0 70px;
    padding: 0 85px 0 50px;
}

#navigation ul li a,
ul.language-switcher-locale-url li a {
    display: block;
    text-align: center;
    padding: 20px 15px;
}

ul.language-switcher-locale-url li a {
    padding-left: 0;
}

#navigation ul li.expanded a {
    /*:not(:last-of-type)*/
    padding-right: 30px;
}

#navigation ul li.follow-us a {
    /*
						color: #5f3b6b;
						background: url("../images/fb-icon.png") no-repeat center right;
						background-size: 30px;
						padding-right: 40px;
						*/

    width: 140px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #5F3B6B !important;
    background: #FFC42C !important;
    border-radius: 25px;
    font-family: 'PFHandbookLight';
    padding: 0px;
    text-align: center;

}

#navigation .region-menu ul>li.follow-us>a.active::before {
    display: none !important;
}

#navigation .region-menu ul>li>a.active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    height: 2px;
    width: calc(100% - 20px);
    background: #5f3b6b;
}

#navigation .region-menu ul>li.expanded>a::after,
ul.language-switcher-locale-url li.active a::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 15px;
    height: 6px;
    width: 9px;
    background: url("../images/arrow-down.png") no-repeat center center;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

#navigation .region-menu ul>li.expanded>ul>li a::after {
    background: none;
}

ul.language-switcher-locale-url li.active a::after {
    right: 0;
}

@media all and (min-width: 900px) {

    #navigation ul li:not(.follow-us):hover>a,
    ul.language-switcher-locale-url li:not(.active):hover a,
    #navigation ul li:not(.follow-us):hover,
    ul.language-switcher-locale-url li:not(.active):hover {
        background-color: #f4f1f7;
    }


    #navigation .region-menu>ul>li:hover>a::after,
    ul.language-switcher-locale-url:hover li.active a::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

#navigation ul li.expanded ul.menu,
ul.language-switcher-locale-url li:not(.active) {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #FFFFFF;
    min-width: 140px;
    -webkit-box-shadow: 0px 31px 38px 0px rgba(95, 59, 107, 0.1);
    box-shadow: 0px 31px 38px 0px rgba(95, 59, 107, 0.1);
    padding: 10px 0px;
    border-radius: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.language-switcher-locale-url li:not(.active) {
    min-width: 70px;
    padding: 8px 0;
}

@media screen and (min-width: 960px) {
    #navigation ul li.expanded:hover>ul.menu {
        display: block;
    }
}

#navigation ul li.expanded ul.menu>li,
#navigation ul li.expanded ul.menu li.expanded,
ul.language-switcher-locale-url:hover li:not(.active),
ul.language-switcher-locale-url li span.locale-untranslated {
    display: block;
}

#navigation ul li.expanded ul.menu li a,
#navigation ul li.expanded ul.menu li span,
ul.language-switcher-locale-url li:not(.active) a,
ul.language-switcher-locale-url li span.locale-untranslated {
    font-size: 17px;
    color: #5f3b6b;
    text-align: left;
    padding: 8px 30px 8px 10px;
    white-space: nowrap;
    display: block;
    cursor: default;
}

#navigation ul li.expanded ul.menu li.expanded>a,
#navigation ul li.expanded ul.menu li.expanded>span {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 14px;
}

#navigation ul li.expanded ul.menu ul.menu {
    top: 50%;
    left: 150%;
    /* right: calc(100% * -2); */
}


/* --------------------  MAIN  --------------------
--------------------------------------------------- */

main {
    position: relative;
    /* margin-top: 94px; */
    background: #ffffff;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f3f7));
    background: -o-linear-gradient(top, #ffffff 0%, #f6f3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f3f7));
    background: linear-gradient(to bottom, #ffffff 0%, #f6f3f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f3f7', GradientType=0);
    /*
	overflow-x: hidden;
	*/
}

main {
    position: relative;
    margin-top: 94px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f3f7 100%);
}

body.front main,
body.Front main {
    margin-top: 59px;
    background: none;
}

h1#page-title {
    margin-bottom: 30px;
}

/* -------------------  PAGE NODE SUBTITLE  -------------------
   Adapted from D7 style_old.css #subtitle rules.
   Displays field_subtitle as a prominent heading above body content.
--------------------------------------------------------------- */
.node-page .node-page-subtitle {
    margin: 0 0 30px 0;
}

.node-page .node-page-subtitle p,
.node-page .node-page-subtitle .field-item {
    font-size: 32px;
    line-height: 40px;
    color: #5a3e68;
    font-family: 'PFHandbookProBlack', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .node-page .node-page-subtitle p,
    .node-page .node-page-subtitle .field-item {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 600px) {
    .node-page .node-page-subtitle p,
    .node-page .node-page-subtitle .field-item {
        font-size: 22px;
        line-height: 30px;
    }
}

body:not(.front) .node-page {
    padding-bottom: 80px;
}

.node-page .field-name-body p,
.node-page .field-name-body li {
    max-width: 950px;
    font-size: 17px;
    line-height: 26px;
}

.node-page .field-name-body p,
.node-page .field-name-body li {
    max-width: 950px;
    font-size: 17px;
    line-height: 26px;
}

.node-page .field-name-body p a {
    /* text-decoration: underline;
    color: #000; */
}

.node-page .field-name-body p {
    padding: 0 0 20px 0;
    color: #000;
}


/* -------------------  BREADCRUMB  -------------------
------------------------------------------------------- */

.breadcrumb {
    padding: 20px 0 40px;
    color: #5F3B6B;
    font-size: 16px;
    font-family: 'PFHandbookBold';
}

.breadcrumb:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 17px;
    background: url('../images/breadcrumb-icon.png') no-repeat center center;
    vertical-align: bottom;
    margin-right: 10px;
}

.breadcrumb a {
    font-family: 'PFHandbookRegular';
}








/* -------------------  HERO SECTION  -------------------
--------------------------------------------------------- */

.hero-section {
    height: calc(100vh - 59px);
    max-height: 712px;
    background: #fff;
    background-size: cover;
}

.hero-section .container {
    position: relative;
    top: 35px;
    height: calc(100% - 35px);
}

.map-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 410px;
    color: #ffffff;
}

.map-overlay-title {
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}

.map-overlay-text {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 30px;
}

.map-overlay-text a {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-decoration: underline;
}

.map-overlay-text a:hover {
    text-decoration: none;
}

.map-overlay-text strong {
    display: block;
}

.location-bar {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 440px;
    height: 45px;
    padding: 0 20px;
    z-index: 4;
}

.location-bar select {
    width: 400px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    top: 600px;
    -webkit-box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.location-bar .sbHolder {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 0 20px;
    z-index: 5;
}

.location-bar .sbSelector {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
    padding: 0 15px 0 30px;
    z-index: 5;
    background: #ffffff;
}

.location-bar .sbSelector::before {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 45px;
    background: url('../images/place.png') no-repeat 50% 11px;
    background-size: contain;
}

.location-bar .sbSelector::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    height: 6px;
    width: 9px;
    background: url('../images/arrow-down.png') no-repeat center center;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.location-bar .sbToggleOpen+.sbSelector::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.location-bar .sbOptions {
    position: absolute;
    top: 25px !important;
    left: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 4;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    -webkit-box-shadow: 0px 31px 38px 0px rgba(95, 59, 107, 0.1);
    box-shadow: 0px 31px 38px 0px rgba(95, 59, 107, 0.1);
}

.location-bar .sbOptions li:last-child {
    border-radius: 0 0 23px 23px;
}

.location-bar .sbOptions li:hover {
    background-color: #f4f1f7;
}

.location-bar .sbOptions li a {
    display: block;
    padding: 12px 20px;
}

.scroll {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 25px);
    width: 50px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.scroll::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    margin: 5px auto 0;
    background-color: #F4EDF9;
}


/* -------------------  MAIN SECTION  -------------------
--------------------------------------------------------- */

.main-section {
    background: #ffffff;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f3f7));
    background: -o-linear-gradient(top, #ffffff 0%, #f6f3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f3f7));
    background: linear-gradient(to bottom, #ffffff 0%, #f6f3f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f3f7', GradientType=0);
}


#node-17 {
    display: none;
}

/* ------------------- -----------------
	--------------------------------------------------------- */

.home-stripe {
    position: relative;
    padding: 50px 0 240px 0;
}

.home-stripe .icon-frog {
    background: url("../images/icon-frog.png") no-repeat center center;
    background-size: contain;
    width: 96px;
    height: 97px;
}

.home-stripe h2 {
    padding: 20px 0 10px 0;
    font-size: 40px;
}

.home-stripe .text {
    font-size: 18px;
    line-height: 26px;
    max-width: 450px;
    padding: 0 0 30px 0;
}

.home-stripe::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0px;
    background: url("../images/img-home-mobiles.png") no-repeat center center;
    background-size: contain;
    width: 723px;
    height: 722px;
    margin: 0 0 0 -50px;
}

.home-stripe .appstore-link,
.home-stripe .googleplay-link,
.home-stripe .huawei-link {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 40px;
    margin: 0 15px 0 0;
    background: url("../images/svg/icon-apple-store.svg") no-repeat center center;
    background-size: contain;
    font-size: 0px;
}

.home-stripe .googleplay-link {
    background-image: url("../images/svg/icon-google-play.svg");
}

.home-stripe .huawei-link {
    background-image: url("../images/svg/icon-huawei-store.svg");
    width: 134px;
}


/* -------------------  MIDDLE FIRST  -------------------
	--------------------------------------------------------- */
.middle-first {
    position: relative;
    padding-top: 75px;
    /* padding-bottom: 70px; */
}

.frog-feet-half {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: right;
    overflow: hidden;
}

.middle-first .white-bg-wrapper {
    /* background: #ffffff; */
    margin: 0 -40px;
    padding: 0 40px 70px;
    position: relative;
    z-index: 2;
}

body.front .middle-first .white-bg-wrapper,
body.Front .middle-first .white-bg-wrapper {
    background: none;
}














.presentation-wrapper {
    position: relative;
    z-index: 1;
}

.offers-wrapper .presentation-wrapper {
    padding-top: 100px;
}

.presentation-wrapper h2 {
    font-size: 40px;
    padding: 30px 0 0px;
}

.presentation-wrapper h2.presentation-text {
    line-height: normal;
    max-width: 1000px;
}

.presentation-wrapper h2.presentation-text strong {
    display: block;
    padding: 0 0 10px 0;
}


.presentation-text {
    margin: 0 auto 30px;
    line-height: 26px;
}

.offers-wrapper .presentation-wrapper .presentation-text {
    margin-bottom: 50px;
    margin-top: 10px;
}

.views-field-field-quick-offer .item-list ul.slick-slider {
    z-index: 2;
}

.views-field-field-quick-offer .item-list ul::after {
    content: "";
    clear: both;
    display: table;
}

.views-field-field-quick-offer .item-list ul li {
    float: left;
    width: 25%;
    min-width: 285px;
    max-width: 300px;
    margin: 0;
}

.offer-icon {
    position: relative;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto -65px auto;
    z-index: 2;
}

.square {
    position: relative;
    max-width: 272px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 15px;
    padding: 30px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 20px 20px 0 rgba(95, 59, 107, 0.1);
    box-shadow: 0px 20px 20px 0 rgba(95, 59, 107, 0.1);
}

.offer-icon+.square {
    top: -45px;
    top: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
}

.square-date {
    font-family: 'PFHandbookBold';
    font-size: 15px;
}

.square-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.offer-icon+.square .square-title {
    font-family: "PFHandbookBold";
    line-height: 36px;
    margin-bottom: 0;
}

.square-subtitle {
    font-size: 20px;
    line-height: 110%;

    color: #5F3B6B;

}

.offer-icon+.square .square-subtitle {
    font-size: 20px;
    line-height: 1;
}

.square-footer {
    padding-top: 0px;
    font-family: 'PFHandbookLight';
    font-size: 35px;
    line-height: 30px;
}

.square-left-border,
.square-right-border {
    width: 30px;
    height: 1px;
    background-color: rgba(95, 59, 107, 0.3);
    float: left;
    margin: 17px 0;
    display: none;
}

.square-right-border {
    float: right;
}

.square .btn {
    margin-top: 30px;
}

.square-footer+.btn {
    margin-top: 20px;
}


.square-new-specs {
    padding: 40px 0 10px 0;
    min-height: 160px;
    text-align: left;

    color: #5F3B6B;
    font-size: 19px;
}

.square-new-specs strong {
    font-size: 23px;
    font-family: 'PFHandbookBold';
    font-weight: normal;
}

.square-new-specs p {
    margin: 0px;
    padding: 0px 0 8px 0;
}



/* -------------------  MIDDLE SECOND  -------------------
	--------------------------------------------------------- */

.middle-second-wrapper {
    padding: 125px 0 95px;
}

.middle-second-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.middle-second-wrapper .container>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.middle-second-wrapper .container>div.presentation-wrapper {
    -ms-flex-preferred-size: calc(100% * (5 / 12));
    flex-basis: calc(100% * (5 / 12));
    padding-right: 15px;
}

.middle-second-wrapper .container>div.guy {
    -ms-flex-preferred-size: calc(100% * (7 / 12));
    flex-basis: calc(100% * (7 / 12));
    text-align: center;
    padding-left: 15px;
}

.middle-second-wrapper .container>div.guy img {
    max-width: 100%;
}




/* -------------------  PAGE TOP SECTION  -------------------
	------------------------------------------------------------- */

.page-top-section {
    position: relative;
}

.page-top-section::before {
    content: url('../images/stamp.png');
    position: absolute;
    top: 0;
    left: 60.5%;
    z-index: 0;
}

.page-top-section .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.page-top-section .text-col {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-top-section .page-img {
    max-width: calc(100% + 75px);
    margin-left: -75px;
}

.page-top-section .page-hub-icon {
    width: 76px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 0;
}

.page-top-section h1 {
    margin: 20px 0;
}

.page-top-section .text {
    line-height: 26px;
}


/* -------------------  PAGE BOTTOM SECTION  -------------------
	------------------------------------------------------------- */

.page-bottom-section {
    position: relative;
    padding: 75px 0 50px;
}

.page-bottom-section .field-name-field-main-content>.field-items>.field-item+.field-item {
    margin-top: 20px;
}

.frog-table {
    width: 100%;
    color: #5F3B6B;
    font-size: 16px;
    line-height: 26px;
}

.frog-table th,
.frog-table td {
    vertical-align: middle;
    padding: 5px 15px 5px 0;
}

.frog-table thead {
    background-color: #f4edf9
}

.frog-table thead.cells-2 th {
    width: 50%;
}

.frog-table thead.cells-3 th {
    width: calc(100% / 3);
}

.frog-table thead.cells-4 th {
    width: 25%;
}

.frog-table thead.cells-5 th {
    width: 20%;
}

.frog-table thead.cells-6 th {
    width: calc(100% / 6);
}

.frog-table th {
    height: 50px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.frog-table th:first-child {
    border-top-left-radius: 10px;
}

.frog-table th:last-child {
    border-top-right-radius: 10px;
}

.packs_sms .frog-table th:nth-child(2),
.packs_sms .frog-table th:nth-child(3),
.packs_sms .frog-table th:nth-child(4) {
    background: url('../images/circle-clock-icon.png') no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
}

.packs_sms .frog-table th:nth-child(3) {
    background-image: url('../images/circle-euro-icon.png');
}

.packs_sms .frog-table th:nth-child(4) {
    background-image: url('../images/circle-tick-icon.png');
}

.frog-table th:first-child,
.frog-table td:first-child {
    padding-left: 30px;
}

.frog-table th:last-child,
.frog-table td:last-child {
    padding-right: 30px;
}

.frog-table tbody {
    background-color: rgb(255, 255, 255);
}

.frog-table td {
    height: 90px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(3, 4, 3, 0.07);
    box-shadow: inset 0px -1px 0px 0px rgba(3, 4, 3, 0.07);
    color: #646464;
}

.frog-table tbody tr:last-child td {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.frog-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.frog-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* .frog-table td strong {
						font-family: 'PFHandbookRegular';
						font-size: 22px;
						color: #5F3B6B;
					} */

/* Normalize all inline font-size overrides inside table cells to match base table size */
.frog-table td span[style*="font-size"],
.frog-table td font[size] {
    font-size: inherit !important;
}

.page-bottom-section .field-name-field-quick-offer .field-items,
.page-bottom-section .field-name-field-button>.field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item .square-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-bottom-section .field-name-field-quick-offer .field-items {
    margin: -10px;
}

.page-bottom-section .field-name-field-quick-offer .field-items .entity {
    height: 100%;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item {
    width: 33.3%;
    max-width: 388px;
    min-width: 292px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item .square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 368px;
    min-width: 272px;
    height: 100%;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item .square .square-title {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item .square .square-subtitle {
    margin-bottom: 30px;
}

.page-bottom-section .field-name-field-quick-offer .field-items .field-item .square .btn {
    margin-top: auto;
}

.field-name-field-button {
    margin-top: 20px;
}

.field-name-field-cta {
    text-align: center;
    margin-top: 10px;
    padding: 0 5px;
}

.field-name-field-cta a {
    min-width: 235px;
    padding: 0;
    font-size: 16px;
    border: 1px #e6d6f1 solid;
}

.field-name-field-cta a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/btn-arrow.png') no-repeat center center;
    margin-left: 10px;
}

.field-name-field-cta .field-item {
    padding: 0 10px 10px 10px;
}

.field-name-field-content {
    line-height: 26px;
}


/* -------------------  ANNOUNCEMENTS & VOICE PAGE  -------------------
---------------------------------------------------------- */

.node-type-page #content,
.page-anakoinoseis #content {
    background: url('../images/stamp2.png') no-repeat right top;
}

.node-type-page #content .page-top-section::before,
.view-announcements .view-header .page-top-section::before {
    display: none;
}

.view-announcements .view-content,
.view-paketa-omilias-frog .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    /* justify-content: center; */
    margin: 40px -10px 0;
}

.view-paketa-omilias-frog .view-content {
    margin: 85px -10px 30px;
}

.view-announcements .view-content .views-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    padding: 0 10px 20px;
    max-width: 386px;
    min-width: 272px;
}

.view-paketa-omilias-frog .view-content .views-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 10px 20px;
    max-width: 330px;
    min-width: 272px;
}

.view-announcements .view-content .square,
.view-paketa-omilias-frog .view-content .square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
}

.view-announcements .view-content .square {
    /* max-width: 368px; */
    /* min-width: 272px; */
    padding-top: 50px;
}

.view-announcements .view-content .square .square-title {
    margin: 10px 0;
}

.view-paketa-omilias-frog .view-content .square .square-title {
    margin-top: 15px;
}

.view-announcements .view-content .square .square-subtitle {
    margin-bottom: 45px;
}

.view-announcements .view-content .square .btn-wrapper,
.view-paketa-omilias-frog .view-content .square .btn-wrapper {
    margin-top: auto;
    border-top: 1px solid rgba(95, 59, 107, .1);
}




.view-announcements .item-list {
    text-align: center;
    padding: 40px 0 50px;
}

.view-announcements .pager {
    position: relative;
    display: inline-block;
    z-index: 20;
    height: 40px;
    padding: 3px;
    background: #F4EDF9;
    border-radius: 20px;
    color: #5F3B6B;
    font-size: 0px;
    border: 1px #e6d6f1 solid;
}

.view-announcements .pager li {
    background-image: none;
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.view-announcements .pager .pager-first.first,
.view-announcements .pager .pager-last.last {
    display: none;
}

.view-announcements .pager .pager-previous,
.view-announcements .pager .pager-next {
    position: absolute;
    left: -50px;
    top: 0px;
    margin: 0 10px 0 0;
}

.view-announcements .pager .pager-next {
    left: auto;
    right: -50px;
    margin: 0 0 0 10px;
}

.view-announcements .pager .pager-previous a,
.view-announcements .pager .pager-next a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #5F3B6B url('../images/icon-pager-prev.png') no-repeat center center;
    background-size: cover;
    font-size: 0px;
    border-radius: 50%;
}

.view-announcements .pager .pager-next a {
    background-image: url('../images/icon-pager-next.png');
}

.view-announcements .pager .pager-current,
.view-announcements .pager .pager-item {
    height: 32px;
    width: 32px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    font-family: 'PFHandbookBold';
    color: #5F3B6B;
    position: relative;
}

.view-announcements .pager .pager-current {
    color: #ffffff;
    background: #5F3B6B;
    border-radius: 50%;
}

.view-announcements .pager li.pager-item a {
    color: #5F3B6B;
    display: block;
}



/* -------------------  CUSTOMER SERVICE  -------------------
------------------------------------------------------------- */

.customer-service-page .page-top-section {
    margin: 0 -10px;
    padding: 135px 0;
}

.customer-service-page .text p {
    font-size: 18px;
}

.customer-service-page .page-top-section .text {
    max-width: 460px;
}

.customer-service-page .contact-for-telephone,
.customer-service-page .contact-for-mobile {
    padding-left: calc((1/12) * 100%);
}

.customer-service-page .contact-for-telephone div,
.customer-service-page .contact-for-mobile div {
    font-family: 'PFHandbookThin';
    margin-bottom: 5px;
}

.customer-service-page .contact-for-mobile div {
    font-size: 50px;
    background: url('../images/icon-mobile.png') no-repeat 0 5px;
    padding-left: 35px;
}

.customer-service-page .contact-for-telephone div {
    font-size: 40px;
    margin-top: 30px;
}

.customer-service-page .page-bottom-section {
    padding-bottom: 0;
}


/* -------------------  FAQ  -------------------
------------------------------------------------ */

.faq-page .page-top-section h1 {
    margin-top: 5px;
}

body.node-type-page .node-page .field-type-paragraphs>.field-items {
    /* padding: 90px 0 80px; */
    padding: 90px 0 0;
}

body.node-type-page .node-page .field-type-paragraphs>.field-items>.field-item {
    /* padding: 30px 0 0 0; */
}

body.node-type-page .node-page .field-type-paragraphs>.field-items>.field-item .field-name-field-terms-paragraph-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding: 10px 60px 10px 30px;
    font-size: 21px;
    color: #5F3B6B;
    line-height: 1.238;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f7f5f7;
    box-shadow: inset 0px -1px 0px 0px #f7f5f7;
    cursor: pointer;
}

body.node-type-page .node-page .field-type-paragraphs>.field-items>.field-item:first-child .field-name-field-terms-paragraph-title {
    border-radius: 20px 20px 0 0;
}

body.node-type-page .node-page .field-type-paragraphs>.field-items>.field-item:last-child:not(.active) .field-name-field-terms-paragraph-title {
    border-radius: 0 0 20px 20px;
}

body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::before,
body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 2px;
    background-color: #5F3B6B;
    z-index: 2;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::before {
    width: 2px;
    height: 20px;
    right: 39px;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}

body.node-type-page .node-page .field-type-paragraphs .field-item.active .field-name-field-terms-paragraph-title::before {
    height: 0;
}

body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-body {
    display: none;
    position: relative;
    z-index: 10;
    padding: 40px 30px;
    font-size: 16px;
    line-height: 1.625;
    background-color: #f2eef3;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f7f5f7;
    box-shadow: inset 0px -1px 0px 0px #f7f5f7;
}

body.node-type-page .node-page .field-type-paragraphs .field-item.active:last-child .field-name-field-terms-paragraph-body {
    border-radius: 0 0 20px 20px;
}

body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-body>.field-items {
    max-width: 950px;
}









/* -------------------  404 ERROR PAGE  -------------------
----------------------------------------------------------- */

.error-page {
    padding: 90px 10px 120px;
}

.error-page .page-top-section .text-col {
    left: 0;
}

.error-page .page-top-section .text {
    margin-bottom: 40px;
}

.error-page .page-top-section .right-col {
    float: right;
}




/* -------------------  FOOTER  -------------------
--------------------------------------------------- */

#footer {
    position: relative;
    font-size: 16px;
}

#footer::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 76px;
    left: 40px;
    width: calc(100% - 80px);
    border-bottom: 1px solid rgba(95, 59, 107, 0.2);
}

.footer-top {
    padding: 35px 0;
}

.footer-logo,
.region-footer {
    float: left;
}

.footer-logo {
    width: calc(100% * (3 / 12));
}

.region-footer {
    width: calc(100% * (7 / 12));
}

#block-frog-frog-menu-menu-footer-secondary-menu,
#block-frog-frog-menu-menu-footer-secondary-menu-en,
#block-frog-frog-menu-menu-footer-menu,
#block-frog-frog-menu-menu-footer-menu-en {
    float: left;
    width: 40%;
}

#block-frog-frog-menu-menu-footer-menu,
#block-frog-frog-menu-menu-footer-menu-en {
    width: 60%;
}

#block-frog-frog-menu-menu-footer-secondary-menu a,
#block-frog-frog-menu-menu-footer-secondary-menu-en a {
    color: #5F3B6B;
}

.footer-top ul.menu li {
    list-style: none;
}

.footer-top ul.menu li:not(.last) {
    margin-bottom: 14px;
}

.footer-follow {
    float: right;
    width: calc(100% * (2 / 12));
}

.fb-logo {
    display: block;
    width: 38px;
    height: 39px;
    margin-top: 14px;
    background-image: url("../images/fb-icon.png");
    font-size: 0px;
}

.footer-bottom {
    padding: 30px 0;
}

.copyright {
    float: left;
    color: #666564;
}

.region-footer_bottom {
    float: right;
    width: calc(100% - 200px);
    text-align: right;
}

.footer-bottom ul.menu {
    text-align: right;
}

.footer-bottom ul.menu li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.footer-bottom ul.menu li.last {
    margin-right: 0;
}

.footer-bottom ul.menu li a,
.footer-bottom ul.menu li span {
    padding: 0 5px;
    color: #666564;
    font-size: 14px;
}

.footer-bottom ul.menu li a:hover {
    color: #5f3b6b;
}

.footer-bottom ul.menu li.last a,
.footer-bottom ul.menu li.last span {
    padding-right: 0;
}



/* -------------------  RESPONSIVE  -------------------
------------------------------------------------------- */



@media all and (max-width: 1290px) {

    .field-name-field-main-image {
        max-width: calc(100% + 25px);
        margin-left: -50px;
    }

    .page-top-section .page-img {
        max-width: calc(100% + 25px);
        margin-left: -25px;
    }

}

@media all and (max-width: 1240px) {

    #footer::after {
        left: 1.5%;
        width: 97%;
    }

    #navigation ul li a {

        padding: 20px 5px;
    }

}

@media all and (max-width: 1180px) {

    .middle-first .white-bg-wrapper {
        margin: 0 -20px;
        padding: 0 0 70px;
    }

    .home-stripe {
        padding-right: 20px;
        padding-left: 20px;
    }

}


@media all and (max-width: 1110px) {

    .view-paketa-omilias-frog .view-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
    }

    .view-paketa-omilias-frog .view-content .views-row {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 350px;
    }

}





@media all and (max-width: 1139px) {
    .home-stripe::before {
        width: 370px;
        height: 440px;
        margin: 0px;
    }

    .home-stripe {
        padding-top: 0px;
        padding-bottom: 100px;
    }



}



@media all and (max-width: 1030px) {

    /* Front page carousel: keep backgrounds centered and full-bleed */
    .view-front-page-carousel .hero-section {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #navigation ul li.follow-us {
        padding: 0 35px 0 5px;
    }

    .hero-section {
        background-size: contain;
        background-position-y: 70px;
    }

    .map-overlay {
        top: 45%;
    }

    .view-announcements .view-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .view-announcements .view-content .views-row {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 440px;
    }

}

@media screen and (max-width: 959px) {
    .view-announcements .view-header .sbHolder {
        width: 300px;
    }



    .home-stripe .text,
    .home-stripe h2 {
        max-width: 360px;
    }

}

@media all and (max-width: 900px) {

    #header {
        -webkit-box-shadow: inset 0px -1px 0px 0px #dadce0;
        box-shadow: inset 0px -1px 0px 0px #dadce0;
    }

    .burger-menu {
        display: block;
    }

    #logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 101;
    }

    #navigation,
    ul.language-switcher-locale-url {
        font-size: 19px;
        line-height: 19px;
    }

    #navigation {
        position: fixed;
        top: 0px;
        left: -250px;
        width: 220px;
        height: 100vh;
        background: #ffffff;
        padding-top: 94px;
        -webkit-box-shadow: 2px 15px 22px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 2px 15px 22px 0px rgba(0, 0, 0, 0.14);
        -webkit-transition: .25s linear;
        -o-transition: .25s linear;
        transition: .25s linear;
    }

    #navigation.active {
        left: 0;
    }

    #navigation ul li {
        display: block;
    }

    #navigation ul li.follow-us {
        padding: 0 15px 0 0;
        margin-top: 80px;
    }

    #navigation ul li.expanded {
        position: relative;
        z-index: 2;
    }

    #navigation ul li.expanded ul {
        z-index: 3;
    }

    #navigation ul li.expanded a {
        width: calc(100% - 40px);
    }



    #navigation ul li.expanded ul.menu li.expanded {
        z-index: 3;
    }

    #navigation ul.opened {
        display: block !important;
    }

    #navigation ul li.expanded ul.menu li.expanded>a,
    #navigation ul li.expanded ul.menu li.expanded>span {
        background: none;
        position: relative;
        width: 100%;
        box-shadow: none;
    }


    #navigation ul li.expanded ul.menu li.expanded>a::after,
    #navigation ul li.expanded ul.menu li.expanded>span::after {
        content: "";
        position: absolute;
        top: 15px;
        right: 0px;
        height: 6px;
        width: 9px;
        background: url("../images/arrow-down.png") no-repeat center center;
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
    }


    #navigation ul li.expanded ul.menu li.expanded>ul>li {
        background: none;
    }

    #navigation ul li.expanded ul.menu li.expanded>ul>li>a {
        padding-right: 10px;
        padding-left: 0px;
    }



    #navigation ul li.expanded ul.menu li.expanded ul.menu {
        position: relative;
        top: auto;
        left: auto;
        padding: 0px 0 0 20px;
    }



    #navigation ul li.expanded::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 100%;
        z-index: 2;
    }

    #navigation ul li.expanded ul li.expanded::before {
        z-index: 3;
    }



    #navigation ul li a {
        text-align: left;
        padding: 15px 20px;
    }

    #navigation ul li a.active,
    #navigation ul li.active-trail {
        background-color: #f4f1f7;
    }

    #navigation ul li.follow-us {
        padding-left: 20px;
    }

    #navigation ul li.follow-us a {
        background-position-x: 85%;
    }

    #navigation ul li.expanded ul.menu {
        position: relative;
        display: block;
        display: none;
        top: auto;
        left: auto;
        transform: translateX(0%);
        padding: 15px 15px 15px 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s linear;
        -o-transition: max-height .5s linear;
        transition: max-height .5s linear;
    }

    /*
				#navigation ul li.expanded:hover > ul.menu {
					max-height: 500px;
				}*/

    #navigation ul li.expanded ul.menu li a {

        white-space: normal;
        -webkit-box-shadow: inset 0px -1px 0px 0px #f7f5f7;
        box-shadow: inset 0px -1px 0px 0px #f7f5f7;
    }

    #navigation .region-menu>ul>li.expanded>a::after {
        /*display: none;*/
        /* new */
        top: 22px;
        right: 20px;
    }

    #navigation .region-menu>ul>li>a.active::before {
        /*display: none;*/
    }

    #footer::after {
        display: none;
    }

    #footer .container {
        padding: 0;
    }

    .footer-top,
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-bottom {
        border-top: 1px solid rgba(95, 59, 107, 0.2);
    }

    .region-footer_bottom {
        float: left;
        width: 100%;
        text-align: left;
    }

    .footer-bottom ul.menu {
        text-align: left;
        margin-bottom: 15px;
    }

    .footer-bottom ul.menu li {
        margin: 0 10px 12px 0;
    }

}

@media all and (max-width: 895px) {

    .page-bottom-section .field-name-field-quick-offer .field-items .field-item {
        width: 50%;
    }

}

@media all and (max-width: 835px) {

    .view-paketa-omilias-frog .view-content .views-row {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

}

@media all and (max-width: 767px) {

    h1,
    .map-overlay-title,
    .presentation-wrapper h2 {
        font-size: 26px;
    }

    .map-overlay-title,
    .presentation-wrapper h2 {
        line-height: 30px;
        font-family: 'PFHandbookBold';
    }


    .hero-section {
        max-height: 580px;
    }

    .scroll {
        display: none;
    }

    .map-overlay {
        top: auto;
        bottom: 20px;
    }

    .map-overlay-text {
        font-size: 18px;
        line-height: 24px;
    }

    .location-bar {
        bottom: 70px;
    }

    .location-bar .sbHolder {
        padding: 0 15px;
        border-radius: 15px;
    }

    .location-bar .sbOptions {
        border-radius: 0 0 15px 15px;
    }

    .location-bar .sbSelector {
        padding-left: 25px;
        font-size: 16px;
    }

    .middle-first .white-bg-wrapper {
        background: transparent;
        padding-bottom: 0;
        margin: 0;
    }

    .frog-feet-half {
        top: 60px;
        height: auto;
    }

    .frog-feet-half img {
        max-width: 500px;
    }

    .views-field-field-quick-offer .item-list ul.slick-slider {
        margin: 0 -20px;
        padding-left: 10px;
    }

    .middle-second-wrapper {
        padding: 50px 0 80px;
    }

    .middle-second-wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .middle-second-wrapper .container>div.presentation-wrapper,
    .middle-second-wrapper .container>div.guy {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    .middle-second-wrapper .container>div.presentation-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .middle-second-wrapper .container>div.guy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 40px;
    }

    .square {
        padding: 30px 20px;
    }

    .breadcrumb {
        padding-bottom: 20px;
    }

    .page-top-section::before {
        /* width: 100vw; */
        top: 60%;
        left: -80px;
        max-width: 100%;
        overflow: hidden;
    }

    .page-top-section .col {
        float: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    .page-top-section .text-col {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 20px;
    }

    .page-top-section .page-img {
        max-width: 100%;
        margin: auto;
        display: block;
    }

    .page-top-section .page-hub-icon {
        width: 60px;
        height: 60px;
    }

    .page-top-section h1 {
        margin-bottom: 10px;
    }

    .page-bottom-section {
        padding-top: 50px;
    }

    .view-announcements .view-content .views-row {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .customer-service-page .page-top-section {
        margin: 0;
        padding: 20px 0;
    }

    .customer-service-page .contact-for-telephone,
    .customer-service-page .contact-for-mobile {
        padding-left: 0;
    }

    .customer-service-page .contact-for-mobile {
        padding-top: 50px;
    }

    .frog-table thead {
        display: none;
    }

    .frog-table tbody {
        background-color: transparent;
    }

    .frog-table tbody tr {
        display: block;
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 10px;
    }

    .frog-table td {

        display: -webkit-box;
        display: -ms-flexbox;
        /*display: flex;*/
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* width: 100%; */
        height: auto;
        margin: 0 15px;
        padding: 20px 0;
        /* background-color: #ffffff; */
        border-radius: 0;
        text-align: right;
        padding: 20px 0 20px 120px;
    }


    .frog-table td p {}



    .frog-table tbody tr:last-child td:not(:first-child):not(:last-child) {
        -webkit-box-shadow: inset 0px -1px 0px 0px rgba(3, 4, 3, 0.07);
        box-shadow: inset 0px -1px 0px 0px rgba(3, 4, 3, 0.07);
    }

    .frog-table td::before {
        content: attr(data-title);
        /* float: left; */
        text-align: left;
        color: #5a3e68;
        padding-right: 20px;
        float: left;
        margin: 0 0 0 -120px;
    }

    .frog-table td:first-child {
        position: relative;
        background-color: #f4edf9;
        padding: 20px 15px;
        margin: 0;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .frog-table td:first-child::before {
        /* display: block; */
        /* float: none; */
        width: 100%;
    }

    .frog-table td:first-child p:first-child {
        text-align: left;
        padding-right: 20px;
    }

    .frog-table td:first-child p:last-child {
        /*
					 position: absolute;
					right: 15px;
					top: 0%;
					white-space: nowrap;
					*/
        padding: 0 90px 0 0;
    }




    .packs_sms .frog-table td:first-child p:last-child,
    .packs_internet .frog-table td:first-child p:first-child,
    .packs_internet .frog-table td:first-child p:last-child {

        position: absolute;
        right: 15px;
        top: 3px;
        white-space: nowrap;
        padding-right: 0px;
    }

    .packs_internet .frog-table td:first-child p:first-child {
        top: 0px;
    }

    .packs_internet .frog-table td:first-child p:last-child {
        top: 31px;
    }

    .packs_internet .frog-table td:first-child {
        padding: 30px 15px;
    }


    .packs_internet .frog-table td:first-child p.custom {
        white-space: normal;
    }


    .frog-table td:last-child {
        padding-right: 0;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .frog-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .packs_internet .paragraphs-items .field-items .field-item+.field-item .frog-table td {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .packs_internet .paragraphs-items .field-items .field-item+.field-item .frog-table td:first-child {
        background-color: #ffffff;
        padding: 0;
    }

    .packs_internet .paragraphs-items .field-items .field-item+.field-item .frog-table td::before {
        width: 100%;
        background-color: #f4edf9;
        padding: 20px 15px;
        display: block;
        margin: 0px 0 18px 0;
    }

    .packs_internet .paragraphs-items .field-items .field-item+.field-item .frog-table td:first-child::before {
        border-radius: 10px 10px 0 0;

    }

    .packs_internet .paragraphs-items .field-items .field-item+.field-item .frog-table td p {
        width: 100%;
        padding: 20px 15px;
        position: relative;
        top: auto;
        right: auto;
    }


    .packs_internet .paragraphs-items .field-items .frog-table:nth-of-type(2) {
        font-size: 20px;
    }

    body.node-type-page .node-page .field-type-paragraphs>.field-items {
        padding-top: 50px;
    }

    body.node-type-page .node-page .field-type-paragraphs>.field-items>.field-item .field-name-field-terms-paragraph-title {
        min-height: 70px;
        padding: 10px 45px 10px 15px;
        font-size: 18px;
        line-height: 1.1;
    }

    body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::before,
    body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::after {
        right: 15px;
        width: 16px;
    }

    body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-title::before {
        right: 22px;
        width: 2px;
        height: 16px;
    }

    body.node-type-page .node-page .field-type-paragraphs .field-item .field-name-field-terms-paragraph-body {
        padding: 15px 15px 20px;
        line-height: 1.5;
    }

    .footer-logo {
        width: 50%;
    }

    .footer-follow {
        width: 30%;
    }

    .region-footer {
        width: 100%;
    }

    #block-frog-frog-menu-menu-footer-secondary-menu,
    #block-frog-frog-menu-menu-footer-menu,
    #block-frog-frog-menu-menu-footer-menu-en,
    #block-frog-frog-menu-menu-footer-secondary-menu-en {
        width: 100%;
        margin-top: 40px;
    }


    .home-stripe {
        padding-top: 300px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-stripe h2 {
        font-size: 26px;
    }

    .home-stripe::before {
        left: 50%;
        -ms-transform: translate(-50%, -0%);
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        top: -20px;
        max-width: 100%;
    }


    .frog-table tr td:first-child::before {
        margin: 0px;
        margin: -10px 0 0 0;
        position: absolute;
        left: 20px;
        top: 30px;
    }

    .frog-table tr td:first-child p {
        position: relative;

    }

    .frog-table tr td:first-child {
        padding-left: 50%;
    }

    .frog-table tr td:first-child p span:last-child {
        /*
		position: absolute;
		top: 5px;
		right: 0px;*/
        color: #646464;

    }

    .frog-table tr td:first-child p span {
        font-size: 15px !important;
        color: #5a3e68 !important;
    }

    .frog-table td:first-child p:first-child,
    .frog-table td:first-child p:nth-child(2) {
        padding-right: 0px;
        text-align: right;
    }


}

@media all and (max-width: 605px) {

    .page-bottom-section .field-name-field-quick-offer .field-items .field-item {
        width: 100%;
    }

    .page-bottom-section .field-name-field-quick-offer .field-items .field-item .square .square-title {
        min-height: auto;
    }

}

@media all and (max-width: 565px) {

    .view-paketa-omilias-frog .view-content .views-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

}







/* app page */


.node-type-page.page_bring_friend #content {
    background: #fff;

}

.node-type-page.page_bring_friend .node-page>.content {
    max-width: 5000px;
    padding-right: 0px;
    padding-left: 0px;
}


.fr-app {
    background: url("../images/app-bg.jpg") no-repeat center center;
    text-align: center;
}



.fr-app .fr-content {
    max-width: 1180px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 20px 0 20px;
    position: relative;
    z-index: 10
}


.fr-app .fr-content .fr-logo {
    background: url("../images/app-logo.png") no-repeat center center;
    background-size: contain;
    width: 97px;
    height: 97px;
}

.fr-app .fr-content .fr-title {
    font-family: 'PFHandbookRegular';
    color: #5f3b6b;
    font-size: 40px;
    line-height: 41px;
    padding: 38px 0 15px 0;
}

.fr-app .fr-content .fr-text {
    font-size: 18px;
    line-height: 26px;
    color: #666564;
    font-family: 'PFHandbookRegular';
    padding: 0px 0 235px 0;
}

.fr-buttons a {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    height: 40px;
    margin: 0 0px 5px 0;
    background: url("../images/svg/icon-google-play.svg") no-repeat center center;
    background-size: contain;
    font-size: 0px;
}

.fr-buttons a.fr-apple-store {
    background-image: url("../images/svg/icon-apple-store.svg");
    width: 120px;
}

.fr-buttons a.fr-huawei-store {
    background-image: url("../images/svg/icon-huawei-store.svg");
    width: 133px;
}


.page-node-252 .fr-buttons a.fr-apple-store,
.page-node-17.i18n-en .fr-buttons a.fr-apple-store,
.page-node-17.i18n-en .home-stripe .appstore-link {
    background-image: url("../images/svg/icon-apple-store-en.svg");
}

.page-node-252 .fr-buttons a.fr-google-plat,
.page-node-17.i18n-en .fr-buttons a.fr-google-plat,
.page-node-17.i18n-en .home-stripe .googleplay-link {
    background-image: url("../images/svg/icon-google-play-en.svg");
    background-size: auto 60px;
    width: 135px;
}


.page-node-252 .fr-buttons a.fr-huawei-store,
.page-node-17.i18n-en .fr-buttons a.fr-huawei-store {
    background-image: url("../images/svg/icon-huawei-store.svg");
}



.fr-app .fr-items {}


.fr-app .fr-items .fr-item {
    font-size: 0px;
    padding: 0 0 140px 0;
    font-size: 0px;
    text-align: center;
    position: relative;
}

#topapp {
    position: absolute;
    top: -100px;
    left: 50%;
}


.fr-app .fr-items .fr-item.fr-i1 {
    background: url("../images/app-bg-globe.png") no-repeat 60% 270px;
    margin-top: -260px;
}



.fr-app .fr-items .fr-item .fr-item-photo {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/app-img-phone1_2.png") no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 600px;
    margin: 0 30px 0 115px;
    position: relative;
}

.fr-app .fr-items .fr-item.fr-i2 .fr-item-photo {
    background-image: url("../images/app-img-phone2_2.png?v=2");
}

.fr-app .fr-items .fr-item.fr-i3 .fr-item-photo {
    background-image: url("../images/app-img-phone.png");
}

.fr-app .fr-items .fr-item.fr-i4 .fr-item-photo {
    background-image: url("../images/app-img-phone4.png");
}

.fr-app .fr-items .fr-item.fr-i5 .fr-item-photo {
    background-image: url("../images/app-img-phone5.png");
}


body.i18n-el .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo {
    background-image: url("../images/app-img-phone1-gr.png");
}

body.i18n-el .fr-app .fr-items .fr-item.fr-i2 .fr-item-photo {
    background-image: url("../images/app-img-phone2-gr-new.png?v=3");
}

body.i18n-el .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo {
    background-image: url("../images/app-img-phone1-gr-2.png");
}

body.i18n-el .fr-app .fr-items .fr-item.fr-i4 .fr-item-photo {
    background-image: url("../images/app-img-phone4-gr.png");
}

body.i18n-el .fr-app .fr-items .fr-item.fr-i5 .fr-item-photo {
    background-image: url("../images/app-img-phone5-gr.png");
}



@media all and (min-width: 960px) {
    .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo::before {
        top: -9px;
        height: 794px;
         background-size: 100% 100%;
        top: 28px;
        width: 508px;
        height: 701px;
    }

    .page_bring_friend .fr-app .fr-items .fr-item .fr-item-photo::before {
       
    }
}



body.page_bring_friend .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo {
    background-image: url("../images/app-img-phone1_2.png?v=2");
}

body.page_bring_friend .fr-app .fr-items .fr-item.fr-i2 .fr-item-photo {
    background-image: url("../images/app-img-phone2_2.png?v=2");
}

body.page_bring_friend .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo {
    background-image: url("../images/app-img-phone3_2tk.png");
}

body.i18n-el.page_bring_friend .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo {
    background-image: url("../images/app-img-phone1-gr_2.png?v=2");
}

body.i18n-el.page_bring_friend .fr-app .fr-items .fr-item.fr-i2 .fr-item-photo {
    background-image: url("../images/app-img-phone2-gr_2.png?v=2");
}

body.i18n-el.page_bring_friend .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo {
    background-image: url("../images/app-img-phone3-gr_2.png?v=2");
}



.fr-app .fr-items .fr-item .fr-item-photo::before {
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    background: url("../images/app-img-phone-shadow.png") no-repeat center center;
    background-size: contain;
    width: 508px;
    height: 808px;
    z-index: 0;


}

.fr-app .fr-items .fr-item .fr-item-photo::before  {
    background-size: 100% 100%;
    top: 28px;
    width: 508px;
    height: 701px;
}

.page_bring_friend .fr-app .fr-items .fr-item .fr-item-photo::before {
    background-size: 100% 100%;
    top: 28px;
    width: 508px;
    height: 701px;
}



.fr-app .fr-items .fr-item.fr-i3 .fr-item-photo::after {
    content: "";
    position: absolute;
    left: -190px;
    top: 230px;
    background: url("../images/app-img-phone3-popup-2-new-3.png?v=2") no-repeat center center;
    background-size: contain;
    width: 326px;
    height: 460px;
    display: none;
}

.page_bring_friend .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo::after {
    display: none;
}


body.i18n-el .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo::after {
    background-image: url("../images/app-img-phone3-popup-gr-new-3.png");
    height: 460px;
}


.fr-app .fr-items .fr-item.fr-i1 .fr-item-photo::after {
    content: "";
    position: absolute;
    left: -417px;
    top: 310px;
    background: url("../images/app-arrow.png") no-repeat center center;
    background-size: contain;
    width: 433px;
    height: 169px;
}




.fr-app .fr-items .fr-item .fr-item-content {
    max-width: 450px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 0 145px 0 0;
    text-align: left;
    direction: ltr;
}

.fr-app .fr-items .fr-item.fr-i1 .fr-item-content,
.fr-app .fr-items .fr-item.fr-i1 .fr-item-photo {
    vertical-align: bottom;
}

.fr-app .fr-items .fr-item.fr-i1 .fr-item-content {
    padding: 0 0 40px 0;
}


.fr-app .fr-items .fr-item .fr-item-title {
    font-family: 'PFHandbookRegular';
    color: #5f3b6b;
    font-size: 40px;
    line-height: normal;
    padding: 0 0 2px 0;
}

.fr-app .fr-items .fr-item .fr-item-text {
    font-size: 18px;
    line-height: 26px;
    color: #666564;
    font-family: 'PFHandbookRegular';

}

.fr-app .fr-items .fr-item:nth-child(even) {
    direction: rtl;
}


.fr-app .fr-items .fr-item:nth-child(even) .fr-item-content {
    margin: 0 0 0 145px;
}

.fr-app .fr-items .fr-item:nth-child(even) .fr-item-photo {
    margin: 0 115px 0 30px;
}

.fr-app .fr-terms {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #5F3B6B;
    font-size: 18px;
    background-color: #F4EDF9;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    position: relative;

    min-width: 235px;
    padding: 0;
    font-size: 16px;
    border: 1px #e6d6f1 solid;
}

.fr-app .fr-terms::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/btn-arrow.png") no-repeat center center;
    margin-left: 10px;
}

.home-gifts {
    text-align: center;
    padding: 50px 0 100px 0;
}

.home-gifts .home-gifts-title {
    font-size: 40px;
    color: #5f3b6b;
    font-family: 'PFHandbookBold';
    padding: 0 0 10px 0;
}

.home-gifts .home-gifts-sub-title {
    font-size: 26px;
    color: #5f3b6b;
    padding: 10px 0 80px 0;
}


.home-gifts .fr-items {
    font-size: 0px;
    padding: 0 0 80px 0;
}

.home-gifts .btn {
    min-width: 210px;
}

.home-gifts .fr-items .fr-item {
    background: #5F3B6B url("../images/img-home-gifts1.png") no-repeat calc(50% - 10px) 21px;
    background-size: auto 230px;

    width: 330px;
    height: 330px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    color: #fff;
    font-size: 20px;
    padding: 155px 0 0 0;

    border-radius: 50%;

    -webkit-box-shadow: 0px 10px 60px -8px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 10px 60px -8px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 10px 60px -8px rgba(0, 0, 0, 0.31);

}

.home-gifts .fr-items .fr-item.fr-i3 {
    background-image: url("../images/img-home-gifts2.png");
}


.home-gifts .fr-items .fr-item .fr-item-title {
    font-size: 28px;
    font-family: 'PFHandbookBold';
    line-height: 30px;
    max-width: 275px;
    margin: 0 auto;
    padding: 0 0 5px 0;

}

.home-gifts .fr-items .fr-item .fr-item-title span {
    font-family: 'PFHandbookRegular';
}


.view-front-page-carousel,
.view-front-page-carousel .view-content .views-row {
    height: calc(100vh - 59px);
    max-height: 712px;
}

.view-front-page-carousel .view-content {}

.hero-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #5f3b6b;
}

.hero-section .mob {
    display: none;
}

@media all and (max-width: 767px) {

    .hero-section {
        background: none;
    }

    .hero-section .mob {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: #5f3b6b;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

}



.view-front-page-carousel {
    position: relative;
}

.view-front-page-carousel .slick-dots {
    bottom: 80px;
}

.view-front-page-carousel .slick-dots li {
    margin: 0px;
}

.view-front-page-carousel .slick-dots li button {
    background: url("../images/icon-dots.png") no-repeat center bottom;
    background-size: cover;
    display: block;
    width: 16px;
    height: 16px;
}

.view-front-page-carousel .slick-dots li.slick-active button {
    background-position: center top;
}

.view-front-page-carousel .slick-dots li button::before {
    display: none;
}

.view-front-page-carousel .slick-prev,
.view-front-page-carousel .slick-next {
    background: url("../images/icon-prev.png") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 0px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -670px;
}

.view-front-page-carousel .slick-prev::before,
.view-front-page-carousel .slick-next::before {
    display: none;
}

.view-front-page-carousel .slick-next {
    margin: 0 0 0 630px;
}

.view-front-page-carousel .slick-next {
    background-image: url("../images/icon-next.png");
}


.location-bar {
    bottom: -20px;


}

.location-bar .sbHolder {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.hero-section .container {
    padding-left: 100px;
}

.i18n-el .en-only {
    display: none;
}

.i18n-en .el-only {
    display: none;
}

.map-overlay .btn {
    margin: 0px 10px 10px 0;
}

.btnhome2 {
    margin-right: 0px;
}

@media all and (max-width: 1380px) {
    .view-front-page-carousel .slick-prev {
        margin: 0px;
        left: 20px;
    }

    .view-front-page-carousel .slick-next {
        margin: 0px;
        left: auto;
        right: 20px;
    }
}


@media all and (max-width: 1139px) {
    .fr-app .fr-items .fr-item .fr-item-content {
        margin: 0 170px 0 0;
    }

    .fr-app .fr-items .fr-item .fr-item-content {
        max-width: 370px;
    }

    .fr-app .fr-items .fr-item .fr-item-photo {
        margin: 0 10px 0 30px;
    }

    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-content {
        margin: 0 0 0 170px;
    }

    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-photo {
        margin: 0 30px 0 10px;
    }
}






@media all and (max-width: 959px) {
    .fr-app .fr-items .fr-item .fr-item-content {
        margin: 0 80px 0 0;
    }

    .fr-app .fr-items .fr-item .fr-item-content {
        max-width: 330px;
    }

    .fr-app .fr-items .fr-item .fr-item-photo {
        margin: 0 10px 0 30px;
    }

    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-content {
        margin: 0 0 0 80px;
    }

    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-photo {
        margin: 0 30px 0 10px;
    }


    .fr-app .fr-items .fr-item .fr-item-photo {
        width: 160px;
        height: 320px;
    }

    .page_bring_friend .fr-app .fr-items .fr-item .fr-item-photo::before {
        width: 274px;
        height: 320px;
        top: 56px;
    }

    .fr-app .fr-items .fr-item .fr-item-photo::before {
        left: -9px;
        top: -44px;
        width: 268px;
        height: 500px;
    }

    .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo::after {
        left: -124px;
        top: -2px;
        height: 414px;
        width: 204px;
    }



    .fr-app .fr-items .fr-item.fr-i1 {
        margin-top: -60px;
        background-size: 50%;
        background-position: center 100px;
    }

    .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo::after {
        left: -287px;
        top: 46px;
        width: 293px;
        height: 155px;
    }

    .hero-section .container {
        padding-left: 20px;
    }

}


@media all and (max-width: 767px) {


    .fr-app .fr-content .fr-logo {
        width: 77px;
        height: 77px;
    }

    .fr-app .fr-content .fr-title {
        font-size: 26px;
        line-height: 33px;
        padding: 15px 0 10px 0;
    }

    .fr-app .fr-content .fr-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 0 25px 0;
    }


    .fr-app .fr-items .fr-item.fr-i1 {
        margin: 40px 0 0 0;
        background-size: 117%;
        background-position: center 53px;
    }


    .fr-app .fr-items {
        padding: 0 20px 0 20px;
    }

    .fr-app .fr-items .fr-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .fr-app .fr-items .fr-item .fr-item-title {
        font-size: 26px;
        line-height: 33px;
    }

    .fr-app .fr-items .fr-item .fr-item-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 0 25px 0;
    }

    .fr-app .fr-items .fr-item.fr-i1 .fr-item-content,
    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-content {
        margin: 0px;
        max-width: 1000px;
        display: block;
    }

    .fr-app .fr-items .fr-item .fr-item-photo,
    .fr-app .fr-items .fr-item:nth-child(even) .fr-item-photo {
        margin: 0 auto 30px auto;
    }

    .fr-app .fr-items .fr-item {
        padding: 0 0 30px 0;
    }


    .fr-app .fr-items .fr-item.fr-i3 .fr-item-photo {
        -ms-transform: translate(40px, -0%);
        -webkit-transform: translate(40px, -0%);
        transform: translate(40px, -0%);
    }



    .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo {
        -ms-transform: translate(75px, -0%);
        -webkit-transform: translate(75px, -0%);
        transform: translate(75px, -0%);
    }

    .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo::after {
        -ms-transform: rotate(-53deg);
        -webkit-transform: rotate(-53deg);
        transform: rotate(-53deg);
    }


    .fr-app .fr-items .fr-item.fr-i1 .fr-item-photo::after {
        left: -126px;
        top: 175px;
        width: 192px;
        height: 75px;
    }


    .location-bar {
        bottom: 8px;
    }

    .home-gifts .fr-items .fr-item {
        width: 280px;
        height: 280px;
        padding: 160px 0 0 0;
        font-size: 16px;
        margin: 0 auto 30px auto;
    }

    .home-gifts .fr-items .fr-item .fr-item-title {
        font-size: 25px;
        line-height: 25px;
        min-height: 75px;
        min-height: 70px;
    }

    .home-gifts .home-gifts-sub-title {
        padding: 0 0 60px 0;
    }



    .home-gifts {
        padding: 20px 0 0px 0;
    }



    .home-stripe .googleplay-link {
        width: 136px;
    }

    .home-stripe .huawei-link {
        margin-top: 10px;
    }



}




.entity-paragraphs-item .field-name-field-cta .field-items {
    display: inline-block;
    padding: 0 10px 10px 10px;
}




.entity-paragraphs-item .field-name-field-cta .field-item {
    display: inline-block;
}




/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* // Landing Offer //////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */



.online_sim_card_class .node-page>.content {
    max-width: 5000px;
    padding: 0px;
}

.node-type-page.online_sim_card_class #content {
    background: none;
}

.node-type-page.online_sim_card_class .node-page {
    padding-bottom: 0px;
}


.fr-offer {
    text-align: center;
    position: relative;
    padding: 25px 20px 45px 20px;
    background: #fefbfd url("../images/offer-bg.png") no-repeat center top;
    background-size: 100% 670px;
}

.fr-offer .fr-hero {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0px;
}


.fr-offer .fr-hero .fr-photo {
    background: url("../images/offer-photo.png") no-repeat center center;
    background-size: contain;
    width: 386px;
    height: 441px;
    display: inline-block;
    vertical-align: top;
    margin: 65px 0 0 0;
}

.fr-offer .fr-hero .fr-content {
    width: calc(100% - 386px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 30px;
}


.fr-offer .fr-hero .fr-content .fr-title {
    font-size: 56px;
    color: #5f3b6b;
    font-family: 'PFHandbookRegular';
}

.fr-offer .fr-hero .fr-content .fr-title span {
    font-size: 39px;
}


.fr-offer .fr-hero .fr-content .fr-text {
    font-size: 20px;
    line-height: 22px;
    color: #5f3b6b;
    padding: 10px 0 20px 0;
}


.fr-offer .fr-hero .fr-content .fr-items {
    border-radius: 26px;
    width: 620px;
    box-shadow: 0px 0px 22.56px 1.44px rgba(95, 59, 107, 0.1);
    background: #fff;

    text-align: center;
    padding: 50px 20px 20px 20px;
    position: relative;
    font-size: 0px;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 1px solid #5f3b6b;
    margin: 0 20px 10px 20px;
    color: #5f3b6b;
    padding: 25px 0 0 0;
    position: relative;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item::before {
    content: "+";
    position: absolute;
    font-family: 'PFHandbookBold';
    left: -33px;
    top: 50%;
    color: #ffc651;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    margin: -25px 0 0 0;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item.fr-i1::before {
    display: none;
}


.fr-offer .fr-hero .fr-content .fr-items .fr-item-badge {
    position: absolute;
    font-family: 'PFHandbookBold';
    right: 0px;
    top: -80px;
    width: 130px;
    height: 130px;
    background-color: rgb(255, 198, 81);
    box-shadow: 0px 0px 10px 0px rgba(129, 100, 139, 0.46);
    border-radius: 50%;
    color: #5f3b6b;
    padding: 30px 0 0 0;
    font-size: 32px;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item-badge span {
    font-size: 45px;
}





.fr-offer .fr-hero .fr-content .fr-items .fr-item-copy {
    font-size: 18px;
    padding: 10px 0 0 0;
    color: #5f3b6b;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item .fr-item-title {
    font-size: 48px;
}

.fr-offer .fr-hero .fr-content .fr-items .fr-item .fr-item-title span {
    font-size: 24px;
    line-height: 24px;
}

.fr-offer .fr-hero .fr-content .fr-links {
    padding: 35px 0 0 0;
    width: 620px;
    text-align: center;
}


.fr-offer .fr-hero .fr-content .fr-links a {
    width: 250px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-color: rgb(95, 59, 107);
    box-shadow: 0px 9px 31.15px 3.85px rgba(95, 59, 107, 0.15);
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    border-radius: 35px;
}



.fr-offer .fr-bottom-links a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #5F3B6B;
    font-size: 18px;
    background-color: #F4EDF9;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    min-width: 235px;
    padding: 0;
    font-size: 16px;
    border: 1px #e6d6f1 solid;
    margin: 0 20px;
}

.fr-offer .fr-bottom-links a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/btn-arrow.png') no-repeat center center;
    margin-left: 10px;
}


.fr-offer .fr-gifts {
    padding: 35px 20px 50px 20px;
}

.fr-offer .fr-gifts .fr-title {
    font-size: 40px;
    color: #5f3b6b;
    padding: 80px 0 45px 0;
}

.fr-offer .fr-gifts .fr-items {
    font-size: 0px;
}


.fr-offer .fr-gifts .fr-items .fr-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 23px;
    background-color: rgb(255, 255, 255);
    border-radius: 22px;
    box-shadow: 0px 0px 36px 4px rgba(95, 59, 107, 0.21);
    text-align: center;
    padding: 22px 10px 0 10px;
    min-height: 304px;
    width: 284px;
}


.fr-offer .fr-gifts .fr-items .fr-item .fr-item-icon {
    width: 60px;
    height: 60px;
    background: url("../images/offer-icon-gift.png") no-repeat center center;
    background-size: contain;
    margin: 10px auto;
}

.fr-offer .fr-gifts .fr-items .fr-item .fr-item-title {
    font-size: 24px;
    color: #ffc651;
    font-family: 'PFHandbookBold';
    padding: 10px 0 0px 0;
    min-height: 65px;
}

.fr-offer .fr-gifts .fr-items .fr-item .fr-item-text {
    font-size: 20px;
    line-height: 120%;
    color: #5f3b6b;
    padding: 0 0 20px 0;
}


.fr-offer .fr-gifts .fr-items .fr-item .fr-item-text span {
    font-size: 28px;
    font-family: 'PFHandbookBold';
    display: block;
    min-height: 57px;
}





@media all and (max-width: 1139px) {
    .fr-offer .fr-gifts .fr-items .fr-item {
        margin: 0 10px 20px 10px;
        width: 273px;
    }


    .fr-offer .fr-hero .fr-photo {
        width: 270px;
    }

    .fr-offer .fr-hero .fr-content {
        width: calc(100% - 270px);
    }

}

@media all and (max-width: 959px) {

    .fr-offer .fr-hero .fr-photo {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
    }

    .fr-offer .fr-hero .fr-content {
        display: block;
        width: auto;
        padding: 0px;
    }

    .fr-offer .fr-gifts .fr-items .fr-item {
        margin: 0 20px 20px 20px;
    }

}

@media all and (max-width: 767px) {

    .fr-offer .fr-hero .fr-content .fr-items,
    .fr-offer .fr-hero .fr-content .fr-links {
        width: auto;
    }

    .fr-offer .fr-hero .fr-photo {
        height: 270px;
    }

    .fr-offer .fr-hero .fr-content .fr-title {
        font-size: 50px;

    }

    .fr-offer .fr-hero .fr-content .fr-title span {
        font-size: 31px;
    }

    .fr-offer .fr-hero .fr-content .fr-text {
        padding: 10px 0 60px 0;
    }

    .fr-offer .fr-hero .fr-content .fr-items .fr-item-badge {

        top: -53px;
        width: 100px;
        height: 100px;
        padding: 18px 0 0 0;
        font-size: 23px;
    }

    .fr-offer .fr-hero .fr-content .fr-items {
        padding: 50px 10px 20px 10px;
    }

    .fr-offer .fr-hero .fr-content .fr-items .fr-item {
        width: 110px;
        height: 110px;
        padding: 22px 0 0 0;
    }

    .fr-offer .fr-hero .fr-content .fr-items .fr-item .fr-item-title {
        font-size: 38px;
    }

    .fr-offer .fr-hero .fr-content .fr-items .fr-item .fr-item-title span {
        font-size: 18px;
        line-height: 18px;
    }

    .fr-offer .fr-hero .fr-content .fr-links a {
        margin: 0 0 20px 0;
    }

    .fr-offer .fr-gifts .fr-title {
        font-size: 34px;
    }

    .fr-offer .fr-gifts .fr-items .fr-item {
        width: 284px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .fr-offer .fr-bottom-links a {
        margin: 0 auto 20px auto;
    }

}




/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */




/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* // conact new badge Offer /////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */






.customer-service-page .contact-new-badge {
    margin-left: calc((1/12) * 100%);
    margin-top: 40px;
    background: #5A3E68 url("../images/icon-new-contact-chat.svg") no-repeat 10px center;
    border-radius: 70px;
    height: 70px;
    padding: 13px 35px 0px 70px;
    text-align: left;
    color: #fff;
    display: inline-block;

    font-family: 'PFHandbookRegular';
    font-size: 22px;
    line-height: 100%;
}

.customer-service-page .contact-new-badge strong {
    font-family: 'PFHandbookBold';
    font-weight: normal;
}

.customer-service-page .contact-new-badge span {
    color: #FFC124;
    font-family: 'PFHandbookBold';
}

.customer-service-page .page-top-section .text a {
    color: #5A3E68;
    font-family: 'PFHandbookBold';
}


@media screen and (max-width: 767px) {
    .customer-service-page .contact-new-badge {
        margin-left: 0px;
    }
}








/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* // mobile banners /////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */




@media all and (max-width: 767px) {

    .view-front-page-carousel,
    .view-front-page-carousel .view-content .views-row,
    .hero-section {
        height: 480px;
        max-height: 480px;
    }

    .view-front-page-carousel .slick-dots {
        bottom: 35px;
    }

    .hero-section .container {
        position: absolute;
        width: 100%;
        top: 35px;
        height: calc(100% - 95px);
    }

    .map-overlay {
        bottom: 0px;
        width: calc(100% - 40px);
        -webkit-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        transform: translateY(-0%);
    }

    .location-bar {
        bottom: -22px;
    }

    .map-overlay-text {
        margin: 5px 0 15px 0;
    }



}




/* ///////////////////////////////////////////////////////////////////////////////////// */
/* // conact new badge Offer /////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */

.pg-bundle-offer .node-page>.content {
    max-width: 50000px;
    padding: 0px;
}

body.pg-bundle-offer:not(.front) .node-page {
    padding-bottom: 0px;
}

.pg-bundle-offer #breadcrumb {
    display: none;
}


.fr-bundles-offer {
    margin: 20px 0 0 0;
    padding: 0 20px;
    background: rgb(248, 243, 248);
    background: -moz-linear-gradient(top, rgba(248, 243, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 243, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 243, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f3f8', endColorstr='#ffffff', GradientType=0);
    overflow: visible;
}


.fr-bundles-offer .fr-offer-top {
    padding: 65px 0 40px 0;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fr-bundles-offer .fr-offer-top .fr-content {
    text-align: left;
}

.fr-bundles-offer .fr-offer-top .fr-content .fr-title {
    font-size: 70px;
    line-height: 84px;
    color: #5F3B6B;
}

.fr-bundles-offer .fr-offer-top .fr-content .fr-text {
    font-size: 20px;
    line-height: 24px;
    color: #5F3B6B;
}

.fr-bundles-offer .fr-offer-top .fr-photo {
    max-width: 523px;
    margin: 0 -25px 0 0;
}

.fr-bundles-offer .fr-offer-top .fr-photo img {
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.fr-bundles-offer .fr-offer-data {
    text-align: center;
    padding: 0 0 65px 0;
}

.fr-bundles-offer .fr-offer-data .fr-title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'PFHandbookBold';
    color: #5F3B6B;
    padding: 40px 0 0 0;
}

.fr-bundles-offer .fr-offer-data .fr-title a {
    text-decoration: underline;
    color: inherit;
}

.fr-bundles-offer .fr-offer-data .fr-items {
    display: flex;
    max-width: 990px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.fr-bundles-offer .fr-offer-data .fr-item {
    width: 250px;
    height: 250px;
    background: #FFFFFF;
    border: 1px solid #5F3B6B;
    border-radius: 50%;
    padding: 65px 0 0 0;
    position: relative;
}

.fr-bundles-offer .fr-offer-data .fr-item::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/bunnfle-offer-icon-plus.png") no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.fr-bundles-offer .fr-offer-data .fr-item:first-child::before {
    display: none;
}

.fr-bundles-offer .fr-offer-data .fr-item .fr-item-title {
    font-size: 70px;
    line-height: 105%;
    color: #5F3B6B;

}

.fr-bundles-offer .fr-offer-data .fr-item .fr-item-title.fr-min {
    font-size: 40px;
    font-family: 'PFHandbookBold';
}

.fr-bundles-offer .fr-offer-data .fr-item .fr-item-text {
    font-size: 34px;
    line-height: 41px;
    color: #5F3B6B;
    font-family: 'PFHandbookLight';
    font-weight: bold;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.fr-bundles-offer .fr-offer-gifts {
    text-align: center;
    padding: 0 0 65px 0;
}


.fr-bundles-offer .fr-offer-gifts .fr-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'PFHandbookBold';
    color: #5F3B6B;
    padding: 0px 0 35px 0;
}

.fr-bundles-offer .fr-offer-gifts .fr-items {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.fr-bundles-offer .fr-offer-gifts .fr-item {
    width: 370px;
    height: 370px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 32px 0 0 0;
}

.fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-title {
    font-family: 'PFHandbookBold';
    font-size: 40px;
    line-height: 48px;
    color: #FFC42C;
    padding: 80px 0 0 0;
    background: url("../images/offer-icon-gift.png") no-repeat center top;
    background-size: auto 60px;
}

.fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-data {
    font-size: 38px;
    line-height: 100%;
    color: #5F3B6B;
    font-family: 'PFHandbookLight';
    font-weight: bold;
    padding: 12px 0;
}

.fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-text {
    font-size: 25px;
    line-height: 30px;
    font-family: 'PFHandbookLight';
    font-weight: bold;
    color: #5F3B6B;
}

.fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-text a {
    text-decoration: underline;
    color: inherit;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.fr-offer-ookla {
    text-align: center;
    padding: 0 0 65px 0;
    max-width: 1180px;
    margin: 0 auto;
    background: url("../images/bunnfle-offer-bg-ookla.png") no-repeat right top;
    background-size: cover;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 60px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.fr-offer-ookla .fr-content {
    text-align: left;
    color: #fff;
    max-width: 610px;
}


.fr-offer-ookla .fr-content .fr-pre-title {
    font-size: 30px;
    line-height: 36px;
    padding: 10px 0 30px 0;
}

.fr-offer-ookla .fr-content .fr-title {
    font-size: 40px;
    line-height: 110%;
    font-family: 'PFHandbookBold';

}

.fr-offer-ookla .fr-content .fr-text {
    font-size: 16px;
    line-height: 133%;
    font-family: 'PFHandbookLight';
    font-weight: bold;
}

.fr-offer-ookla .fr-photo {
    max-width: 191px;
    margin: 0 90px 0 0;
}

.fr-offer-ookla .fr-photo img {
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */


.fr-bundles-offer .fr-offer-app {
    padding: 60px 0 65px 0;
    max-width: 1180px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.fr-bundles-offer .fr-offer-app .fr-photo {
    max-width: 347px;
    position: relative;
    margin: 0px -25px 0 0;
}

.fr-bundles-offer .fr-offer-app .fr-photo img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
}

.fr-bundles-offer .fr-offer-app .fr-photo::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 444px;
    height: 808px;
    background: url("../images/bunnfle-offer-img-mobile-shadow.png") no-repeat center center;
    background-size: contain;
}

.fr-bundles-offer .fr-offer-app .fr-content {
    text-align: left;
}

.fr-bundles-offer .fr-offer-app .fr-content .fr-title {
    font-family: 'PFHandbookLight';
    font-weight: bold;
    font-size: 40px;
    line-height: 110%;
    color: #5F3B6B;
    padding: 175px 0 0 0;
    background: url("../images/bunnfle-offer-img-frog.png") no-repeat left top;
    background-size: auto 152px;
}

.fr-bundles-offer .fr-offer-app .fr-content .fr-text {
    font-family: 'PFHandbookLight';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 30px 0;
    color: #454545;
}

.fr-bundles-offer .fr-offer-app .fr-content .fr-download-links a {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: url("../images/svg/icon-apple-store.svg") no-repeat center center;
    background-size: contain;
    font-size: 0px;
}

.fr-bundles-offer .fr-offer-app .fr-content .fr-download-links a.fr-google-play {
    background-image: url("../images/svg/icon-google-play.svg");
}

.fr-bundles-offer .fr-offer-app .fr-content .fr-download-links a.fr-app-gallery {
    background-image: url("../images/svg/icon-huawei-store.svg");
    width: 134px;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */

.fr-bundles-offer .fr-bottom-links {
    text-align: center;
    padding: 0 0 80px 0;
    position: relative;
    z-index: 10;
}

.fr-bundles-offer .fr-bottom-links a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #5F3B6B;
    font-size: 18px;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    padding: 0 75px 0 40px;
    font-size: 16px;
    border: 1px #e6d6f1 solid;
    background: #F4EDF9 url('../images/bunnfle-offer-more-gift.svg') no-repeat calc(100% - 45px) center;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

@media all and (max-width: 1179px) {


    .fr-bundles-offer .fr-offer-top .fr-content .fr-title {
        font-size: 62px;
    }

    .fr-bundles-offer .fr-offer-top .fr-content .fr-text {
        font-size: 18px;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item {
        width: 350px;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-data {
        font-size: 32px;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-text {
        font-size: 22px;
        line-height: 27px;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item .fr-item-title {
        font-size: 36px;
    }

    .fr-bundles-offer .fr-offer-data .fr-title {
        font-size: 38px;
    }

}

@media all and (max-width: 1139px) {

    .fr-bundles-offer .fr-offer-top .fr-content .fr-title br {
        display: none;
    }

    .fr-bundles-offer .fr-offer-top .fr-photo {
        max-width: 420px;
    }

    .fr-bundles-offer .fr-offer-top .fr-content .fr-title {
        font-size: 55px;
    }

    .fr-bundles-offer .fr-offer-top .fr-content .fr-text br {
        display: none;
    }

    .fr-bundles-offer .fr-offer-data .fr-items {
        max-width: 880px;
    }

    .fr-bundles-offer .fr-offer-data .fr-item::before {
        left: -48px;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item {
        width: 290px;
    }

    .fr-offer-ookla {
        padding: 50px 30px;
    }

    .fr-offer-ookla .fr-content .fr-pre-title {
        font-size: 27px;
    }

    .fr-offer-ookla .fr-content .fr-title {
        font-size: 35px;
    }

    .fr-offer-ookla .fr-content .fr-text {
        font-size: 14px;
    }

}

@media all and (max-width: 959px) {

    .fr-bundles-offer .fr-offer-top .fr-content .fr-title {
        line-height: 110%;
        font-size: 42px;
        padding: 0 0 20px 0;
    }

    .fr-bundles-offer .fr-offer-data .fr-item {
        width: 210px;
        height: 210px;
        padding: 50px 0 0px 0;
    }

    .fr-bundles-offer .fr-offer-data .fr-item .fr-item-title {
        font-size: 60px;
    }

    .fr-bundles-offer .fr-offer-data .fr-item::before {
        left: -39px;
    }

    .fr-bundles-offer .fr-offer-data .fr-title br {
        display: none;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-items {
        flex-wrap: wrap;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item {
        width: 350px;
        margin: 0 5px 10px 5px;
    }

    .fr-offer-ookla {
        flex-direction: column-reverse;
    }

    .fr-offer-ookla .fr-photo {
        margin: 0 0 30px 0;
        max-width: 200px;
    }

    .fr-offer-ookla br {
        display: none;
    }
}

@media all and (max-width: 767px) {


    .fr-bundles-offer .fr-offer-top {
        flex-direction: column-reverse;
    }

    .fr-bundles-offer .fr-offer-top {
        padding: 25px 0;
    }

    .fr-bundles-offer .fr-offer-data .fr-items {
        flex-direction: column;
    }

    .fr-bundles-offer .fr-offer-data .fr-item {
        margin: 0 0 50px 0;
    }

    .fr-bundles-offer .fr-offer-data .fr-item::before {
        left: 50%;
        top: -38px;
        transform: translate(-50%, 0);
    }

    .fr-bundles-offer .fr-offer-data .fr-title {
        font-size: 28px;
        line-height: 120%;
        padding: 0px 0 0 0;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-title {
        font-size: 25px;
        line-height: 31px;
        padding: 0px 0 21px 0;
    }

    .fr-bundles-offer .fr-offer-gifts .fr-item {
        padding: 32px 0 40px 0;
        height: auto;
    }

    .fr-offer-ookla .fr-photo {
        margin: 0 0 30px 0;
        max-width: 123px;
    }

    .fr-offer-ookla .fr-content .fr-pre-title {
        font-size: 22px;
        line-height: 120%;
    }

    .fr-offer-ookla .fr-content .fr-title {
        font-size: 28px;
    }

    .fr-offer-ookla .fr-content .fr-title br {
        display: none;
    }

    .fr-bundles-offer .fr-offer-app {
        flex-direction: column;
    }

    .fr-bundles-offer .fr-offer-app .fr-content .fr-title {
        font-size: 32px;
        padding: 135px 0 0 0;
        background-size: auto 110px;
    }

    .fr-bundles-offer .fr-offer-app .fr-photo {
        max-width: 211px;
        position: relative;
        margin: 20px auto 0 auto;
    }

    .fr-bundles-offer .fr-offer-app .fr-photo::before {
        width: 262px;
        height: 489px;
    }

    .fr-bundles-offer .fr-offer-app .fr-content .fr-download-links a {
        margin: 0 5px 10px 0;
    }

    .fr-bundles-offer .fr-offer-app .fr-content .fr-download-links a.fr-app-store {
        width: 117px;
    }

    .fr-bundles-offer .fr-offer-data .fr-item .fr-item-title.fr-min {
        font-size: 31px;
        padding: 7px 0 0 0;
    }

    .fr-bundles-offer .fr-offer-data .fr-item .fr-item-title {
        font-size: 52px;
    }

    .fr-bundles-offer .fr-offer-data .fr-item .fr-item-text {
        font-size: 27px;
    }

}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */








/* ///////////////////////////////////////////////////////////////////////////////////// */
/* // store locator //////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


.node-type-page.pg-store-locator #content {
    background: #f7f3f7;
}

.node-type-page.pg-store-locator #breadcrumb {
    display: none;
}

.store-locator {
    padding: 120px 0 100px 0;
}






.store-locator .fr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-locator .fr-top .fr-new-store .fr-title {
    font-size: 50px;
    line-height: 60px;
    color: #5F3B6B;
}

.store-locator .fr-top .fr-new-store .fr-text {
    font-size: 20px;
    line-height: 24px;
    color: #5F3B6B;
    padding: 15px 0 24px 0;
}

.store-locator .fr-top .fr-new-store .fr-more {
    background: #5F3B6B;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    width: 260px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    transition: all 200ms;
}

.store-locator .fr-top .fr-new-store .fr-more:hover {
    opacity: 0.8;
}


.store-locator .fr-top .fr-map {
    width: 533px;
    height: 306px;
    background: url("../images/img-store-locator.png") no-repeat center center;
    background-size: contain;
}

.store-locator .fr-main-text {
    padding: 80px 20px 0px 20px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #5F3B6B;
}

.store-locator .fr-main-text .fr-bottom-more {
    margin: 8px auto 0 auto;
    font-size: 30px;
    line-height: 36px;
    text-decoration: underline;
    display: inline-block;
    color: #5F3B6B;
}

@media all and (max-width: 1179px) {
    .store-locator .fr-top .fr-new-store .fr-title br {
        display: none;
    }
}

@media all and (max-width: 959px) {

    .store-locator .fr-top .fr-new-store .fr-title {
        font-size: 43px;
        line-height: 120%;
    }

    .store-locator .fr-top .fr-new-store .fr-text {
        font-size: 18px;
        line-height: 120%;
    }

}

@media all and (max-width: 767px) {
    .store-locator .fr-top {
        flex-direction: column-reverse;
    }

    .store-locator {
        padding: 30px 0px 50px 0px;
    }

    .store-locator .fr-top .fr-map {
        width: 100%;
        height: 32vw;
    }

    .store-locator .fr-top .fr-new-store .fr-title {
        font-size: 33px;
    }

    .store-locator .fr-top .fr-new-store .fr-more {
        display: block;
        width: auto;
    }

    .store-locator .fr-main-text {
        padding: 40px 0px 0px 0px;
        font-size: 25px;
        line-height: 120%;
    }

    .store-locator .fr-main-text .fr-bottom-more {
        font-size: 25px;
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


.ft-hero-new {
    text-align: center;

    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    max-width: 1190px;
    margin: 0 auto;
}

.ft-hero-new .ft-content {
    text-align: left;
    padding: 60px 0 0 0;
}

.ft-hero-new .ft-content img {
    max-width: 278px;
}


.ft-hero-new .ft-content .ft-title {
    color: #5F3B6B;
    font-size: 50px;
    line-height: 100%;
    padding: 10px 0 3px 0;
}

.ft-hero-new .ft-content .ft-text {
    color: #5F3B6B;
    font-size: 31px;
    line-height: 120.246%;
}

.ft-hero-new .ft-content .ft-disclaimer {
    color: #000;
    font-size: 16px;
    line-height: 136%;
    padding: 12px 0 0 0;
}

.ft-hero-new .ft-content .ft-disclaimer a {
    text-decoration: underline;
    font-family: 'PFHandbookBold';
    color: #000;
    font-size: inherit;
}

.ft-hero-new .ft-items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    margin: 0 0 34px 0;
}

.ft-hero-new .ft-items .ft-item {
    width: 375px;
    height: 562px;
    border-radius: 15px;
    background: #FEFEFE;
    box-shadow: 0px 7px 37px 0px rgba(95, 59, 107, 0.20);
    padding: 45px 45px 40px 45px;
    color: #5F3B6B;
}

.ft-hero-new .ft-items .ft-item .ft-pre-title {
    padding: 0 16px;
    line-height: 40px;
    background: #FFC10D;
    display: inline-block;
    color: #5F3B6B;
    font-family: 'PFHandbookBold';
    font-size: 20px;
}


.ft-hero-new .ft-items .ft-item .ft-title {
    padding: 20px 0 30px 0;
    color: #5F3B6B;
    text-align: center;
    font-family: 'PFHandbookBold';
    font-size: 35px;
    line-height: 109.5%;
}

.ft-hero-new .ft-items .ft-item .ft-item-specs {
    padding: 0px 0 30px 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

.ft-hero-new .ft-items .ft-item .ft-item-specs .ft-item-spec {
    padding: 0 0 0 38px;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    background: url("../images/icon-ft-mb.svg") no-repeat left center;
}

.ft-hero-new .ft-items .ft-item .ft-item-specs .ft-item-spec.ft-land,
.ft-hero-new .ft-items .ft-item .ft-item-specs .ft-item-spec.ft-sms {
    background-image: url("../images/icon-ft-mob.svg");
}




.ft-hero-new .ft-items .ft-item .ft-item-specs .ft-item-spec strong {
    font-size: 24px;
    font-family: 'PFHandbookBold';
}

.ft-hero-new .ft-items .ft-item .ft-item-price {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #5F3B6B;
    margin: 0 auto;
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 150%;
}

.ft-hero-new .ft-items .ft-item .ft-item-price strong {
    font-size: 42px;
    font-family: 'PFHandbookBold';
}




.ft-hero-new .ft-join-us {
    display: inline-block;
    padding: 16px 52px;

    border-radius: 40px;
    background: #5F3B6B;

    color: #FEFEFE;
    text-align: center;
    font-size: 20px;
    line-height: 120.246%;
    transition: all 200ms;
}

.ft-hero-new .ft-join-us:hover {
    opacity: 0.9;
}


@media all and (max-width: 1179px) {

    .ft-hero-new .ft-content .ft-title {
        font-size: 37px;
    }

    .ft-hero-new .ft-content .ft-text {
        font-size: 25px;
    }

}


@media all and (max-width: 1139px) {

    .ft-hero-new {
        flex-direction: column;
        align-items: center;
    }

    .ft-hero-new .ft-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 0px;
    }


}

@media all and (max-width: 959px) {

    .ft-hero-new .ft-items .ft-item {
        width: calc(50% - 10px);
        padding: 35px 25px 30px 25px;
        height: auto;
    }

    .ft-hero-new .ft-items .ft-item .ft-title {
        font-size: 30px;
    }

}

@media all and (max-width: 767px) {

    .ft-hero-new .ft-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .ft-hero-new .ft-items {
        flex-direction: column;
    }

    .ft-hero-new .ft-items .ft-item {
        width: 100%;
    }

    .fr-offer .fr-gifts .fr-title {
        padding: 20px 0 33px 0;
    }

}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


.new-pop-offer,
.frog-table tr td:first-child p span.new-pop-offer {
    position: absolute;
    background: #5a3e68;
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 13px !important;
    font-family: 'PFHandbookBold';
    line-height: 100%;
    margin: -17px 0 0 0px;
}

@media all and (max-width: 767px) {

    .new-pop-offer,
    .frog-table tr td:first-child p span.new-pop-offer {
        display: inline-block;
        position: relative;
        font-size: 13px !important;
        color: #fff !important;
        margin: 0 5px 0 0;
    }

}





















/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


body.pg-wtbl table td {
    border: 0px !important;
    border-right: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border: unset;
    padding: 5px !important;
    background: none !important;
    vertical-align: middle !important;
}

body.pg-wtbl table td p {
    font-size: 15px !important;
    line-height: 21px !important;
    max-width: 20000px !important;
}

body.pg-wtbl table {
    display: block;
    overflow: auto;
    width: calc(100% + 20px) !important;
    margin: 0 -20px 0 0 !important;
}

body.pg-wtbl table {
    width: 100% !important;
    margin: 0 !important;
    border: 0px !important;
    border-bottom: 0px solid #000 !important;
    border-left: 0px solid #000 !important;
}

body.pg-wtbl table {
    border-collapse: separate;
    border-spacing: 0px 15px;
    text-align: center;
}

body.pg-wtbl table th,
body.pg-wtbl table td {
    text-align: left;
}


body.pg-wtbl table th {
    background-color: #1f1f1f;
    color: #ffffff;
    border-top: 1px solid #6a6a6a !important;
    border-bottom: 1px solid #b4b4b4 !important;
}

body.pg-wtbl table td {
    color: #14231e;
    font-size: 30px;
}

body.pg-wtbl table tr:first-child {
    height: 55px;
    vertical-align: middle;
    font-size: 24px;
}

body.pg-wtbl table tr:not(:first-child) td {
    border-top: 1px solid #0a131c !important;
    border-bottom: 1px solid #0a131c !important;
    height: 50px;
}

body.pg-wtbl table td {
    border-top: 1px solid #0a131c !important;
    border-bottom: 1px solid #0a131c !important;
}

body.pg-wtbl table td:first-child {
    border-left: 1px solid #0a131c !important;
}

body.pg-wtbl table td:last-child {
    border-right: 1px solid #0a131c !important;
}

body.pg-wtbl table tr:not(:first-child) td:first-child {
    border-left: 1px solid #0a131c !important;
}

body.pg-wtbl table tr:not(:first-child) td:last-child {
    border-right: 1px solid #0a131c !important;
}

@media screen and (max-width: 890px) {
    body.pg-wtbl table tr:first-child {
        font-size: 14px;
    }

    body.pg-wtbl table td {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    body.pg-wtbl table th {
        position: relative;
        height: auto;
        word-wrap: break-word;
        vertical-align: middle;
        padding: 5px 25px 5px 25px;
        line-height: 20px;
    }


    body.pg-wtbl table {
        margin-top: 30px !important;
    }

    body.pg-wtbl table td {
        font-size: 15px;
        line-height: 130%;
        padding: 2px !important;
    }

    body.pg-wtbl table {
        display: block;
        overflow: auto;
        width: calc(100% + 20px) !important;
        margin: 0 -20px 0 0 !important;
    }

}

.view-front-page-carousel, .view-front-page-carousel .view-content .views-row {
    height: calc(100vh - 59px);
    max-height: 712px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ===== LOCAL TASKS (View/Edit/Revisions/Translate tabs) - minimal style ===== */
nav.tabs {
  padding: 70px 12px 0 12px;
  background: #fff;
}
/* Target ONLY the tasks list, NOT contextual-links inside nav.tabs */
nav.tabs ul.tabs.primary {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  border-bottom: 2px solid #ddd;
}
nav.tabs ul.tabs.primary > li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
nav.tabs ul.tabs.primary > li > a {
  display: block;
  padding: 8px 20px;
  font-size: 14px !important;
  font-family: sans-serif;
  font-weight: 500;
  color: #444 !important;
  text-decoration: none !important;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s, border-color 0.15s;
  background: transparent !important;
  line-height: 1.4;
}
nav.tabs ul.tabs.primary > li > a:hover {
  color: #5f3b6b !important;
  border-bottom-color: #c0a0d0;
}
nav.tabs ul.tabs.primary > li.active > a,
nav.tabs ul.tabs.primary > li > a.is-active {
  color: #5f3b6b !important;
  border-bottom-color: #5f3b6b;
  font-weight: 700;
}
/* Contextual links inside nav.tabs: hidden by default, visible only when open */
nav.tabs .contextual-links {
  display: none !important;
}
nav.tabs .contextual.open .contextual-links {
  display: block !important;
}
/* ===== END LOCAL TASKS ===== */
