.pct-front {
--pct-primary: #24a0bd;
--pct-primary-dark: #0d6578;
--pct-primary-light: #b1ecff;
--pct-on-surface: #1a1a1a;
--pct-muted: #456870;
--pct-surface: #f4f7f8;
--pct-surface-low: #eef3f5;
--pct-surface-high: #e2eaed;
--pct-surface-white: #ffffff;
--pct-g-primary: linear-gradient(135deg, #48c9e5 0%, #24a0bd 100%);
--pct-sh-sm: 0 2px 12px rgba(0, 0, 0, 0.08);
--pct-sh-md: 0 4px 20px rgba(0, 0, 0, 0.1);
--pct-r-sm: 12px;
--pct-r-md: 16px;
--pct-r-xl: 32px;
font-family: 'Proxima Nova', 'ProximaNova', 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--pct-on-surface);
line-height: 1.6;
box-sizing: border-box;
}
.pct-front *,
.pct-front *::before,
.pct-front *::after {
box-sizing: border-box;
}
.pct-front .container {
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.pct-front.section {
padding: 72px 0;
}
.pct-front.section--white {
background: var(--pct-surface-white);
}
.pct-front.section--gray {
background: var(--pct-surface-low);
}
.pct-front .section-label {
display: block;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--pct-primary);
margin-bottom: 8px;
}
.pct-front .section-title {
font-size: 26px;
font-weight: 800;
color: var(--pct-on-surface);
line-height: 1.2;
margin: 0;
}
@media (min-width: 768px) {
.pct-front .section-title {
font-size: 36px;
}
}
.pct-front .section-line {
width: 64px;
height: 3px;
background: var(--pct-primary-light);
border-radius: 2px;
margin-top: 16px;
}
.pct-front .section-header {
margin-bottom: 48px;
} .pct-front .material-symbols-outlined,
.phuket-yndx-lightbox .material-symbols-outlined {
font-family: 'Material Symbols Outlined' !important;
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 24px;
display: inline-block !important;
vertical-align: middle;
line-height: 1;
} .pct-front .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 24px;
border-radius: var(--pct-r-sm);
font-family: inherit;
font-size: 15px;
font-weight: 700;
border: none;
cursor: pointer;
transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
text-decoration: none;
}
.pct-front .btn:active {
opacity: 0.88;
transform: scale(0.97);
}
.pct-front .btn--primary {
background: var(--pct-g-primary);
color: #fff;
}
.pct-front .btn--primary:hover {
box-shadow: 0 6px 24px rgba(0, 103, 124, 0.35);
}
.pct-front .btn--dark {
background: var(--pct-on-surface);
color: #fff;
}
.pct-front .btn--full {
width: 100%;
} .pct-front .timeline {
display: flex;
flex-direction: column;
}
.pct-front .timeline__item {
display: flex;
gap: 20px;
padding-bottom: 28px;
position: relative;
}
.pct-front .timeline__item:not(:last-child)::after {
content: '';
position: absolute;
left: 22px;
top: 44px;
bottom: 0;
width: 2px;
background: var(--pct-primary-light);
}
.pct-front .timeline__year {
width: 44px;
height: 44px;
flex-shrink: 0;
background: var(--pct-g-primary);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-weight: 800;
text-align: center;
line-height: 1.15;
box-shadow: 0 4px 12px rgba(0, 103, 124, 0.3);
transition: transform 0.25s;
}
.pct-front .timeline__year--today {
font-size: 9px;
}
.pct-front .timeline__item:hover .timeline__year {
transform: scale(1.1);
}
.pct-front .timeline__body h3 {
font-size: 16px;
font-weight: 700;
margin: 0 0 4px;
line-height: 1.2;
}
.pct-front .timeline__body p {
font-size: 14px;
color: var(--pct-muted);
margin: 0;
}
@media (min-width: 768px) {
.pct-front .timeline {
flex-direction: row;
position: relative;
}
.pct-front .timeline::before {
content: '';
position: absolute;
top: 22px;
left: 22px;
right: 22px;
height: 2px;
background: var(--pct-surface-high);
}
.pct-front .timeline__item {
flex: 1;
flex-direction: column;
padding-bottom: 0;
padding-right: 24px;
}
.pct-front .timeline__item:not(:last-child)::after {
display: none;
}
.pct-front .timeline__year {
margin-bottom: 16px;
}
} .pct-front .reviews-layout {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
}
@media (min-width: 820px) {
.pct-front .reviews-layout {
grid-template-columns: 280px 1fr;
}
}
.pct-front .platform-card {
background: var(--pct-surface-white);
border-radius: var(--pct-r-xl);
padding: 28px;
box-shadow: var(--pct-sh-md);
}
.pct-front .platform-card__logo {
width: 52px;
height: 52px;
border-radius: var(--pct-r-sm);
display: flex;
align-items: center;
justify-content: center;
font-weight: 900;
font-size: 22px;
margin-bottom: 14px;
}
.pct-front .platform-card__logo--yandex {
background: #fc3f1d;
color: #fff;
}
.pct-front .platform-card__title {
font-size: 20px;
font-weight: 800;
margin-bottom: 6px;
}
.pct-front .platform-card__score {
font-size: 52px;
font-weight: 900;
color: var(--pct-primary);
line-height: 1;
margin-bottom: 6px;
}
.pct-front .platform-card__stars {
color: #ffd700;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 8px;
}
.pct-front .platform-card__count {
font-size: 13px;
color: var(--pct-muted);
margin: 0 0 20px;
}
@media (max-width: 819px) {
.pct-front .platform-card {
display: grid;
grid-template-columns: 46px 1fr 56px;
grid-template-rows: auto auto auto auto;
column-gap: 12px;
row-gap: 0;
padding: 14px 16px;
align-items: center;
}
.pct-front .platform-card__logo {
grid-column: 1;
grid-row: 1 / 3;
width: 46px;
height: 46px;
font-size: 18px;
margin-bottom: 0;
align-self: center;
}
.pct-front .platform-card__title {
grid-column: 2;
grid-row: 1;
font-size: 13px;
font-weight: 700;
margin-bottom: 0;
align-self: end;
}
.pct-front .platform-card__score {
grid-column: 3;
grid-row: 1 / 3;
font-size: 30px;
margin-bottom: 0;
text-align: right;
align-self: center;
}
.pct-front .platform-card__stars {
grid-column: 2;
grid-row: 2;
font-size: 12px;
margin-bottom: 0;
align-self: start;
}
.pct-front .platform-card__count {
grid-column: 1 / 4;
grid-row: 3;
font-size: 11px;
margin: 6px 0 10px;
}
.pct-front .platform-card .btn {
grid-column: 1 / 4;
grid-row: 4;
width: 100%;
padding: 10px 14px;
font-size: 13px;
}
}
.pct-front .review-cards--grid {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
margin-top: 20px;
}
@media (min-width: 600px) {
.pct-front .review-cards--grid {
grid-template-columns: 1fr 1fr;
}
}
.pct-front .review-card {
background: var(--pct-surface-white);
border-radius: var(--pct-r-md);
padding: 20px;
box-shadow: var(--pct-sh-sm);
transition: box-shadow 0.2s;
display: flex;
flex-direction: column;
}
.pct-front .review-card:hover {
box-shadow: var(--pct-sh-md);
}
.pct-front .review-card__header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.pct-front .review-avatar {
width: 38px;
height: 38px;
border-radius: 50%;
background: var(--pct-primary);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 700;
flex-shrink: 0;
}
.pct-front .review-avatar--orange {
background: #e8821a;
}
.pct-front .review-avatar--green {
background: #2d6a4f;
}
.pct-front .review-avatar--pink {
background: #c94fbb;
}
.pct-front .review-card__name {
font-size: 14px;
font-weight: 700;
}
.pct-front .review-card__date {
font-size: 11px;
color: var(--pct-muted);
}
.pct-front .review-card__stars {
color: #ffd700;
font-size: 13px;
margin-bottom: 6px;
}
.pct-front .review-card__text {
font-size: 13px;
color: var(--pct-muted);
line-height: 1.6;
font-style: italic;
flex: 1;
margin: 0;
}
.pct-front .review-card__photos {
display: grid;
grid-template-columns: repeat(3, 56px);
gap: 6px;
margin-top: 12px;
justify-content: start;
}
.pct-front .review-card__photo-thumb {
display: block;
width: 56px;
height: 56px;
flex-shrink: 0;
border: none;
padding: 0;
margin: 0;
border-radius: 6px;
overflow: hidden;
background: var(--pct-surface-low);
box-shadow: var(--pct-sh-sm);
cursor: zoom-in;
-webkit-tap-highlight-color: transparent;
}
.pct-front .review-card__photo-thumb img {
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
background-color: var(--pct-surface-low);
}
.pct-front .review-card--hidden {
display: none;
} @media (max-width: 599px) {
#reviews.pct-front .reviews-layout__main {
overflow: hidden;
}
.pct-front .review-cards--grid {
display: flex !important;
overflow-x: scroll;
scroll-snap-type: x mandatory;
scroll-padding-inline: 20px;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
gap: 12px;
padding: 8px 20px 16px;
margin: 16px -20px 0;
scrollbar-width: none;
}
.pct-front .review-cards--grid::-webkit-scrollbar {
display: none;
}
.pct-front .review-cards--grid .review-card {
flex: 0 0 calc(100vw - 72px);
max-width: none;
scroll-snap-align: start;
scroll-margin-inline: 0;
display: flex !important;
flex-direction: column;
}
.pct-front .review-cards--grid .review-card--hidden {
display: none !important;
}
.pct-front .review-card--action {
flex: 0 0 calc(100vw - 72px) !important;
min-height: 180px;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
background: var(--pct-surface-white);
border: 2px dashed var(--pct-primary);
border-radius: var(--pct-r-md);
padding: 20px 16px;
text-align: center;
scroll-snap-align: start;
cursor: pointer;
}
.pct-front .review-card--action .ra-icon {
font-size: 32px;
color: var(--pct-primary);
}
.pct-front .review-card--action .ra-text {
font-size: 14px;
font-weight: 700;
color: var(--pct-primary);
line-height: 1.4;
}
.pct-front .review-card--action .ra-sub {
font-size: 12px;
color: var(--pct-muted);
}
.pct-front .yandex-action-final {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
width: 100%;
text-align: center;
}
.pct-front .yandex-maps-action-logo {
display: block;
flex-shrink: 0;
width: 48px;
height: 48px;
border-radius: 12px;
}
.pct-front .yandex-action-final__link {
color: var(--pct-primary) !important;
text-decoration: none;
font-weight: 700;
font-size: 14px;
line-height: 1.35;
}
.pct-front .yandex-desktop-load-more {
display: none;
}
}
@media (min-width: 600px) {
.pct-front .review-card--action:not(.review-card--google-cta) {
display: none;
}
} .phuket-yndx-lightbox {
position: fixed;
inset: 0;
z-index: 100050;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
box-sizing: border-box;
}
.phuket-yndx-lightbox[hidden] {
display: none !important;
}
.phuket-yndx-lightbox__backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.92);
cursor: pointer;
}
.phuket-yndx-lightbox__stage {
position: relative;
z-index: 2;
max-width: min(96vw, 1200px);
max-height: 88vh;
display: flex;
align-items: center;
justify-content: center;
}
.phuket-yndx-lightbox__stage img {
max-width: 100%;
max-height: 88vh;
width: auto;
height: auto;
object-fit: contain;
border-radius: var(--pct-r-sm, 12px);
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}
.phuket-yndx-lightbox__close,
.phuket-yndx-lightbox__prev,
.phuket-yndx-lightbox__next {
position: absolute;
z-index: 3;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: rgba(255, 255, 255, 0.12);
border-radius: 50%;
width: 44px;
height: 44px;
transition: background 0.2s;
}
.phuket-yndx-lightbox__close:hover,
.phuket-yndx-lightbox__prev:hover,
.phuket-yndx-lightbox__next:hover {
background: rgba(255, 255, 255, 0.22);
}
.phuket-yndx-lightbox__close {
top: 12px;
right: 12px;
}
.phuket-yndx-lightbox__close .material-symbols-outlined {
font-size: 28px !important;
}
.phuket-yndx-lightbox__prev {
left: 8px;
top: 50%;
transform: translateY(-50%);
}
.phuket-yndx-lightbox__next {
right: 8px;
top: 50%;
transform: translateY(-50%);
}
.phuket-yndx-lightbox__prev .material-symbols-outlined,
.phuket-yndx-lightbox__next .material-symbols-outlined {
font-size: 36px !important;
}
.phuket-yndx-lightbox__counter {
position: absolute;
z-index: 3;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
color: rgba(255, 255, 255, 0.85);
font-size: 14px;
font-weight: 600;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 599px) {
.phuket-yndx-lightbox__prev {
left: 4px;
width: 40px;
height: 40px;
}
.phuket-yndx-lightbox__next {
right: 4px;
width: 40px;
height: 40px;
}
}