@charset "UTF-8";
:root {
    --width: 1440px;
    --display-width: var(--width);
    --offsets: 30px;
    --ff-primary: "Montserrat", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    --slides-per-page: 3;
    --gap: 16px
}

.starzapkegypt-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.container-full {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit
}

p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

a {
    font-weight: 400;
    font-size: 1rem;
    color: var(--color-link)
}

a:hover {
    text-decoration: none
}

ol, ul {
    margin-top: 1rem;
    padding-right: 25px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

img {
    height: auto;
    max-width: 100%
}

h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    color: var(--color-title)
}

h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: var(--color-title)
}

h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: var(--color-title)
}

h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: var(--color-title)
}

h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--color-title)
}

h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-title)
}

.starzapkegypt-wrapper > .starzapkegypt-content-button, .starzapkegypt-wrapper > .wp-block-table, .starzapkegypt-wrapper > blockquote, .starzapkegypt-wrapper > h1, .starzapkegypt-wrapper > h2, .starzapkegypt-wrapper > h3, .starzapkegypt-wrapper > h4, .starzapkegypt-wrapper > h5, .starzapkegypt-wrapper > h6, .starzapkegypt-wrapper > ol, .starzapkegypt-wrapper > p, .starzapkegypt-wrapper > ul {
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.starzapkegypt-wrapper > ol, .starzapkegypt-wrapper > ul {
    padding-right: 50px
}

.starzapkegypt-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-right: 5px solid var(--color-accent);
    padding: 1rem 2rem 1rem var(--offsets);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #f0f8ffff
}

.starzapkegypt-wrapper:not(:last-child) {
    margin-bottom: 2rem
}

.starzapkegypt-wrapper {
    margin-top: 2rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.starzapkegypt-wrapper[style] {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wp-block-table {
    overflow: auto
}

.wp-block-table table {
    margin-top: 1rem;
    border: 1px solid var(--color-table-border);
    border-collapse: collapse;
    width: 100%;
    background-color: var(--color-table-bg)
}

.wp-block-table table thead {
    border-bottom: none
}

.wp-block-table table th {
    border: 1px solid var(--color-table-th-bg);
    border-bottom-color: var(--color-table-border);
    padding: .5rem 1rem;
    text-align: center;
    color: var(--color-table-th-color);
    background-color: var(--color-table-th-bg)
}

.wp-block-table table th:not(:last-child) {
    border-left: 1px solid color-mix(in srgb, var(--color-table-th-bg) 50%, var(--color-table-border))
}

.wp-block-table table td {
    border: 1px solid var(--color-table-border);
    padding: .5rem 1rem;
    color: var(--color-table-td-color)
}

.wp-block-table table td > :first-child {
    margin-top: 0
}

.wp-block-table table td > :last-child {
    margin-bottom: 0
}

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.wp-block-table .has-fixed-layout th {
    border: 1px solid var(--color-table-th-bg);
    word-break: normal
}

.wp-block-table .has-fixed-layout td {
    border-color: var(--color-table-border);
    word-break: normal
}

.starzapkegypt-container .starzapkegypt-container {
    padding-left: 0;
    padding-right: 0
}

.get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 0
}

.visually-hidden {
    position: absolute;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    font-family: var(--ff-primary);
    color: var(--color-text);
    background-color: var(--color-body)
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: -o-linear-gradient(-150deg, #fff0 0, #fff0 5%, #cccf 50%, #fff 95%, #fff 100%);
    background: linear-gradient(-300deg, #fff0 0, #fff0 5%, #cccf 50%, #fff 95%, #fff 100%)
}

.starzapkegypt-show-posts__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

html {
    font-size: 17px
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-100.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-100.woff) format("woff");
    font-family: Montserrat;
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-200.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-200.woff) format("woff");
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-300.woff) format("woff");
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff");
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff");
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-600.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-600.woff) format("woff");
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff");
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    cursor: pointer;
    gap: 8px
}

.btn:hover {
    opacity: .8
}

.btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: var(--color-content-button)
}

.starzapkegypt-content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    gap: 12px
}

.starzapkegypt-content-button.alight-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.starzapkegypt-content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.starzapkegypt-content-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starzapkegypt-content-button__control {
    padding: 1rem 2rem
}

.page-header {
    background-color: var(--color-header)
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0
}

.page-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 150px
}

.page-header__nav {
    margin-right: auto
}

.page-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto
}

.page-header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer
}

.page-header__burger span {
    display: block;
    border-radius: 20%;
    width: 100%;
    height: 3px;
    background-color: var(--color-header-navigation-link);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotateZ(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotateZ(-45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotateZ(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotateZ(45deg)
}

.page-header__nav + .page-header__buttons {
    margin-right: 20px
}

.page-header__button {
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: .6rem 1.2rem;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    background: 100% 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.page-header__button + .page-header__button {
    margin-right: 5px
}

.page-header__button:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.page-header__button--first {
    color: var(--color-first-button);
    background-color: var(--color-first-button-bg)
}

.page-header__button--second {
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg)
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%
}

.main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-nav__item:hover > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-nav__item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto
}

.main-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .5rem;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    gap: 4px
}

.main-nav__link .get-image img {
    width: auto;
    height: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain
}

.main-nav__link--current, .main-nav__link:hover {
    color: var(--color-header-navigation-link-hover)
}

.main-nav__item--has-children {
    position: relative
}

.main-nav__item--has-children.active .sub-menu__arrow svg {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg)
}

.main-nav__item--has-children.active .sub-menu {
    position: relative;
    top: 0;
    display: block;
    margin-top: 0;
    padding: 0 1rem;
    opacity: 1;
    pointer-events: auto
}

.main-nav__item--has-children.active .sub-menu::before {
    display: none
}

.sub-menu__arrow {
    position: absolute;
    left: -4px;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%)
}

.sub-menu__arrow svg {
    width: 100%;
    height: auto;
    max-width: 15px;
    fill: var(--color-header-navigation-link);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    list-style: none;
    margin-top: .5rem;
    border-radius: 5px;
    padding: .5rem 1rem;
    background-color: var(--color-header);
    opacity: 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    pointer-events: none
}

.sub-menu::before {
    content: "";
    position: absolute;
    right: 0;
    top: -.5rem;
    width: 100%;
    height: .5rem;
    background-color: transparent
}

.sub-menu:hover {
    color: var(--color-header)
}

.sub-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5rem 0;
    font-size: 1rem;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.sub-menu__link .get-image img {
    width: auto;
    height: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--color-header-navigation-link-hover)
}

.starzapkegypt-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.starzapkegypt-bonus__title {
    margin: 0 0 10px;
    text-align: center;
    color: var(--color-accent)
}

.starzapkegypt-bonus__value {
    margin: 16px 0;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: center;
    color: var(--color-accent)
}

.starzapkegypt-bonus__text {
    margin: 0 0 16px;
    font-weight: 400;
    text-align: center
}

.starzapkegypt-bonus__button {
    margin-top: auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.starzapkegypt-bonus__button:hover {
    border: 1px solid var(--color-accent);
    color: #fff;
    background-color: var(--color-accent)
}

.starzapkegypt-bonus__item.accented {
    background-color: var(--color-accent)
}

.starzapkegypt-bonus__item.accented .starzapkegypt-bonus__text, .starzapkegypt-bonus__item.accented .starzapkegypt-bonus__title, .starzapkegypt-bonus__item.accented .starzapkegypt-bonus__value {
    color: #fff
}

.starzapkegypt-bonus__item.accented .starzapkegypt-bonus__button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.starzapkegypt-bonus__item.accented .starzapkegypt-bonus__button:hover {
    border: 1px solid #fff;
    color: var(--color-accent);
    background-color: #fff
}

.starzapkegypt-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9
}

.starzapkegypt-review__text {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #212121B2
}

.starzapkegypt-review__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto
}

.starzapkegypt-review__user-image {
    border-radius: 50%;
    max-width: 60px
}

.starzapkegypt-review__user-name {
    margin-top: 0;
    margin-right: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #6ec1e4
}

.starzapkegypt-post-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.starzapkegypt-post-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzapkegypt-post-item .get-image {
    margin-bottom: 10px
}

.starzapkegypt-post-item:hover {
    -webkit-box-shadow: 0 0 10px 1px #00000019;
    box-shadow: 0 0 10px 1px #00000019
}

.starzapkegypt-post-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.starzapkegypt-post-item__title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--color-title)
}

.starzapkegypt-post-item__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-text)
}

.starzapkegypt-post-item__hidden-link {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: block
}

.starzapkegypt-video {
    position: relative;
    aspect-ratio: 16/9
}

.media {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
}

.starzapkegypt-video__preview {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.starzapkegypt-video__button {
    position: absolute;
    right: 50%;
    top: 50%;
    outline: 0;
    border: none;
    background: 100% 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.starzapkegypt-video__button .shape {
    fill: #212121;
    fill-opacity: .8;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzapkegypt-video__button .icon {
    fill: #fff
}

.starzapkegypt-video__button:hover {
    cursor: pointer
}

.starzapkegypt-video__button:hover .shape {
    fill: red;
    fill-opacity: 1
}

.page-footer {
    margin-top: 2rem;
    padding: 20px 0;
    background-color: var(--color-footer)
}

.page-footer--enable-mobile-button {
    padding-bottom: 50px
}

.page-footer__nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    padding: 1rem 0
}

.page-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap row-reverse;
    flex-flow: wrap row-reverse;
    gap: 20px
}

.page-footer__top img {
    margin: 0 auto;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.page-footer__widget {
    color: var(--color-footer-text)
}

.page-footer__widget ol, .page-footer__widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__widget a {
    text-decoration: none;
    color: var(--color-footer-navigation-link-hover)
}

.page-footer__widget:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-footer__widget + .page-footer__widget {
    margin-left: 60px
}

.page-footer__widget + .get-image {
    margin-left: 40px
}

.page-footer__dmca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dmca-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer__copyright {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-footer-text)
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px 24px
}

.footer-nav__list .sub-menu {
    margin: .2rem 0
}

.footer-nav__link {
    display: inline-block;
    font-weight: 300;
    font-size: 1.1rem;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer-nav__link--current, .footer-nav__link:hover {
    color: var(--color-footer-navigation-link-hover)
}

.starzapkegypt-faq__item {
    border-radius: 10px
}

.starzapkegypt-faq__item:not(:last-child) {
    margin-bottom: 10px
}

.starzapkegypt-faq__details {
    outline: 0;
    border-radius: 10px;
    background-color: var(--color-faq-item)
}

.starzapkegypt-faq__details[open] {
    background-color: var(--color-faq-item-open)
}

.starzapkegypt-faq__details[open] .starzapkegypt-faq__question-title {
    color: var(--color-faq-item-title-open)
}

.starzapkegypt-faq__details[open] .starzapkegypt-faq__question-title svg {
    fill: var(--color-faq-item-title-open);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.starzapkegypt-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    padding: 16px;
    cursor: pointer
}

.starzapkegypt-faq__question::-webkit-details-marker {
    display: none
}

.starzapkegypt-faq__question-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-faq-item-title)
}

.starzapkegypt-faq__question-title svg {
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    fill: var(--color-faq-item-title);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzapkegypt-faq__answer {
    padding: 0 16px 16px
}

.starzapkegypt-faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    color: var(--color-faq-item-title-open)
}

.starzapkegypt-faq__answer :first-child {
    margin-top: 0
}

.starzapkegypt-toc {
    display: inline-block;
    margin: 1rem 0;
    border-radius: 10px;
    padding: .5rem 1rem;
    width: 100%;
    background-color: var(--color-toc-bg)
}

.starzapkegypt-toc__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.starzapkegypt-toc__title {
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.5rem;
    color: var(--color-toc-title);
    cursor: pointer
}

.starzapkegypt-toc__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.2375 0.5H7.7625C3.2125 0.5 0.5 3.2125 0.5 7.7625V18.225C0.5 22.7875 3.2125 25.5 7.7625 25.5H18.225C22.775 25.5 25.4875 22.7875 25.4875 18.2375V7.7625C25.5 3.2125 22.7875 0.5 18.2375 0.5ZM18.075 11.9625L13.6625 16.375C13.475 16.5625 13.2375 16.65 13 16.65C12.7625 16.65 12.525 16.5625 12.3375 16.375L7.925 11.9625C7.5625 11.6 7.5625 11 7.925 10.6375C8.2875 10.275 8.8875 10.275 9.25 10.6375L13 14.3875L16.75 10.6375C17.1125 10.275 17.7125 10.275 18.075 10.6375C18.4375 11 18.4375 11.5875 18.075 11.9625Z' fill='%23000000'/></svg>");
    position: absolute;
    left: 0;
    top: 50%;
    display: none;
    width: 18px;
    height: 18px;
    color: var(--color-toc-title);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.starzapkegypt-toc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 0
}

.starzapkegypt-toc__item:not(:last-child) {
    margin-left: 30px
}

.starzapkegypt-toc__link {
    display: inline-block;
    padding: .3rem 0;
    text-decoration: none;
    color: var(--color-toc-item);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzapkegypt-toc.active .starzapkegypt-toc__list {
    max-height: 100%
}

.starzapkegypt-toc.active .starzapkegypt-toc__title::after {
    -webkit-transform: translateY(-50%) rotateZ(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotateZ(-180deg)
}

.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: var(--display-width)
}

.starzapkegypt-breadcrumbs {
    padding: .5rem 0
}

.starzapkegypt-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.starzapkegypt-breadcrumbs__item {
    margin-left: 10px
}

.starzapkegypt-breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: .9rem;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.starzapkegypt-breadcrumbs__link svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    stroke: var(--color-text)
}

.starzapkegypt-breadcrumbs__link--no-active, .starzapkegypt-breadcrumbs__link:hover {
    color: var(--color-accent)
}

.starzapkegypt-promocode {
    margin: 1rem 0;
    border: 2px solid var(--color-accent);
    border-radius: 4px;
    padding: 16px;
    width: 100%
}

.starzapkegypt-promocode__bonus ol li::marker, .starzapkegypt-promocode__bonus ul li::marker {
    color: var(--color-accent)
}

.starzapkegypt-promocode__bonus > :first-child {
    margin-top: 0
}

.starzapkegypt-promocode__bonus > :last-child {
    margin-bottom: 0
}

.starzapkegypt-promocode__bonus > :not(:first-child) {
    margin-top: 12px
}

.starzapkegypt-promocode__bonus b, .starzapkegypt-promocode__bonus strong {
    font-weight: 800;
    font-size: 15px;
    line-height: 20px
}

.starzapkegypt-promocode__bonus span {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-accent)
}

.starzapkegypt-promocode__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--color-title)
}

.starzapkegypt-promocode__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 8px
}

.starzapkegypt-promocode__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-accent);
    background: #efefef
}

.starzapkegypt-promocode__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-content-button);
    background-color: var(--content-button-gradient);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 4px
}

.starzapkegypt-promocode__button svg {
    stroke: var(--color-content-button)
}

.starzapkegypt-promocode__button:hover {
    opacity: .7
}

.starzapkegypt-promocode__button span, .starzapkegypt-promocode__button svg {
    pointer-events: none
}

.starzapkegypt-promocode__button .copied {
    display: none
}

.starzapkegypt-promocode__button._active .copied {
    display: block
}

.starzapkegypt-promocode__button._active .copy {
    display: none
}

.starzapkegypt-promocode__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    gap: 12px
}

.promocode__link:hover {
    opacity: .7
}

.promocode__link--aff {
    margin: 12px auto 0;
    width: 100%;
    max-width: 300px
}

.promocode__link--android, .promocode__link--ios {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.starzapkegypt-promocode__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    gap: 12px
}

.starzapkegypt-promocode__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.starzapkegypt-promocode__info-item > svg {
    stroke: var(--color-accent)
}

.starzapkegypt-promocode__info-item > span {
    margin-top: 4px
}

.starzapkegypt-promocode__info-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.starzapkegypt-promocode__info-rating > svg {
    fill: var(--color-accent)
}

.starzapkegypt-promocode__info-rating span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px
}

.mobile-button {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    padding: 12px 8px;
    width: auto;
    -webkit-box-shadow: 0 0 16px 0 #00000014;
    box-shadow: 0 0 16px 0 #00000014;
    background: #fff;
    gap: 12px 8px
}

.mobile-button.v3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-button.v4 .mobile-button__link {
    width: 100%
}

.mobile-button.v1 .get-image {
    width: 80px;
    height: 40px
}

.mobile-button.v1 img {
    max-width: 65px;
    max-height: 14px
}

.mobile-button > .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 57px;
    height: 36px;
    background: #000
}

.mobile-button img {
    width: 100%;
    max-width: 50px;
    max-height: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.mobile-button.v2 .mobile-button__info {
    overflow: auto
}

.mobile-button__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-button__title {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: var(--color-title)
}

.mobile-button__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1
}

.mobile-button__rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, right top, left top, from(gold), to(#828282));
    background: -o-linear-gradient(right, gold var(--percent), #828282 var(--percent));
    background: linear-gradient(-90deg, gold var(--percent), #828282 var(--percent));
    -webkit-background-clip: text
}

.mobile-button__rating-counter {
    margin-right: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-text);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.mobile-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0 0;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--color-content-button);
    background-color: var(--content-button-gradient)
}

.mobile-button__link:hover {
    opacity: .7
}

.mobile-button > .mobile-button__link::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.mobile-button._active > .mobile-button__link::after {
    display: none
}

.mobile-button__link--show {
    margin-left: -8px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.mobile-button__link--show .close {
    display: none
}

.mobile-button._active .mobile-button__link--show .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-button._active .mobile-button__link--show {
    margin-left: 0;
    background-color: #0000001f
}

.mobile-button._active .mobile-button__link--show .open {
    display: none
}

.mobile-button__running-line {
    position: relative;
    overflow: hidden;
    margin-top: 4px
}

.mobile-button__running-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#ffff), to(#fff0));
    background: -o-linear-gradient(left, #ffff 0, #fff0 100%);
    background: linear-gradient(-270deg, #ffff 0, #fff0 100%)
}

.mobile-button__running-line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 6px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff0));
    background: -o-linear-gradient(right, #fff 0, #fff0 100%);
    background: linear-gradient(-90deg, #fff 0, #fff0 100%)
}

.mobile-button__running-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-button__running-line-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 16px;
    min-width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    -webkit-animation-name: running-line;
    animation-name: running-line;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mobile-button__running-line-item span {
    color: var(--color-accent)
}

@-webkit-keyframes running-line {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes running-line {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.mobile-button__footer {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse
}

.mobile-button._active .mobile-button__footer {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.mobile-button__text-bonus > * {
    margin-top: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right
}

.mobile-button__text-bonus > * span {
    color: var(--color-accent)
}

.mobile-button__text-bonus > :first-child {
    margin-top: 0
}

.mobile-button__text-bonus > :last-child {
    margin-bottom: 0
}

.mobile-button__promocode-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 8px
}

.mobile-button__promocode-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-accent);
    background: #efefef
}

.mobile-button__promocode-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-content-button);
    background-color: var(--content-button-gradient);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 4px
}

.mobile-button__promocode-button svg {
    stroke: var(--color-content-button)
}

.mobile-button__promocode-button:hover {
    opacity: .7
}

.mobile-button__promocode-button span, .mobile-button__promocode-button svg {
    pointer-events: none
}

.mobile-button__promocode-button .copied {
    display: none
}

.mobile-button__promocode-button._active .copied {
    display: block
}

.mobile-button__promocode-button._active .copy {
    display: none
}

.mobile-button__footer .mobile-button__link {
    margin-top: 12px;
    width: 100%
}

.starzapkegypt-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 10px;
    gap: 8px
}

.starzapkegypt-slot__title {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--color-title)
}

.starzapkegypt-slot__text {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-text)
}

.starzapkegypt-slot__button {
    margin-top: auto;
    width: 100%
}

.starzapkegypt-background-block {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: var(--color-blocks-text-image)*/
}

.starzapkegypt-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-shadow: 0 0 10px 0 #0000007f;
    box-shadow: 0 0 10px 0 #0000007f;
    text-align: center;
    gap: 10px
}

.starzapkegypt-advantage__title {
    margin: 0;
    color: var(--color-title)
}

.starzapkegypt-advantage__text {
    margin: 0;
    color: var(--color-text)
}

.starzapkegypt-difference__element {
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 1rem
}

.starzapkegypt-difference__list {
    list-style: none;
    padding-right: 0
}

.starzapkegypt-difference__item {
    position: relative;
    padding-right: 25px
}

.starzapkegypt-difference__item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.starzapkegypt-difference__item_plus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)
}

.starzapkegypt-difference__item_minus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)
}

.starzapkegypt-difference__item:not(:last-child) {
    margin-bottom: 1rem
}

.starzapkegypt-difference__title {
    margin-top: 0
}

.comments {
    margin: 2rem -10px -10px
}

.comments .comment {
    margin: 10px
}

.comments .comment__author {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem
}

.comments .comment__date {
    margin-right: 15px;
    font-size: .9rem;
    color: #a2a2a2
}

.comments .comment__content {
    margin-top: 0;
    margin-right: 10px;
    border-right: 1px solid var(--color-accent);
    padding: 10px 10px 0 0;
    font-size: 1rem
}

.comments .comment__reply {
    outline: 0;
    border: none;
    color: #888;
    background-color: transparent;
    cursor: pointer
}

.comments .comment__child {
    position: relative;
    padding-right: 20px
}

.comments .comment:not(:first-child) {
    margin-top: 25px
}

.comment__karma {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.comment__karma .value {
    font-weight: 300;
    font-size: 1rem
}

.karma__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.karma__control svg {
    margin-left: 5px;
    width: 17px;
    height: 17px;
    fill: #343e57;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.comment-footer {
    margin-top: 2rem
}

.comment-form-footer {
    margin: 3rem 0
}

.comment-form__title {
    text-align: center
}

.comment-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 700px
}

.comment-form__field {
    outline: 0;
    border: 1px solid var(--color-field-bg);
    border-radius: 5px;
    padding: 10px;
    font-family: var(--ff-primary);
    font-size: 1rem;
    color: var(--color-field);
    background-color: var(--color-field-bg);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.comment-form__field::-webkit-input-placeholder {
    font-family: var(--ff-primary);
    color: var(--color-field);
    opacity: .7
}

.comment-form__field::-moz-placeholder {
    font-family: var(--ff-primary);
    color: var(--color-field);
    opacity: .7
}

.comment-form__field:-ms-input-placeholder {
    font-family: var(--ff-primary);
    color: var(--color-field);
    opacity: .7
}

.comment-form__field::-ms-input-placeholder {
    font-family: var(--ff-primary);
    color: var(--color-field);
    opacity: .7
}

.comment-form__field::placeholder {
    font-family: var(--ff-primary);
    color: var(--color-field);
    opacity: .7
}

.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {
    border: 1px solid var(--color-accent)
}

.comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgba(220, 53, 69, .05)
}

.comment-form__input {
    margin: 10px;
    width: calc(100% / 2 - 20px)
}

.comment-form__textarea {
    margin: 10px;
    width: calc(100% - 20px);
    min-height: 100px;
    resize: none
}

.comment-form__button {
    margin: 10px;
    border: none;
    border-radius: 5px;
    padding: .7rem 2rem;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.comment-form__alert {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc(100% - 20px);
    font-weight: 300;
    font-size: .8rem;
    text-align: center;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.comment-form__alert span {
    display: none
}

.comment-form__alert.error .error {
    display: block;
    color: #dc3545
}

.comment-form__alert.success .success {
    display: block;
    color: #28a745
}

.page-404 .starzapkegypt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: right -100px top 50%
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center
}

.page-404__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}

.page-404__link {
    display: inline-block;
    margin: 2rem auto 0;
    border: none;
    border-radius: 5px;
    padding: .7rem 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    cursor: pointer
}

.page-404__link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.scroll-top {
    position: fixed;
    left: 10px;
    bottom: 80px;
    z-index: 10
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 20px 5px #223c5059;
    box-shadow: 0 0 20px 5px #223c5059;
    background-color: var(--color-scroll-to-top);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    cursor: pointer
}

.scroll-top__button svg {
    fill: var(--color-arrow-scroll-to-top);
    pointer-events: none
}

.scroll-top__button:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.starzapkegypt-author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0
}

.starzapkegypt-author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--color-accent);
    padding: 1rem
}

.starzapkegypt-author-block__avatar {
    width: 60px;
    height: 60px
}

.starzapkegypt-author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.starzapkegypt-author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.starzapkegypt-author-block__content {
    margin-right: 1rem;
    max-width: 600px
}

.starzapkegypt-author-block__name {
    font-weight: 600;
    font-size: 1rem
}

.starzapkegypt-author-block__description {
    margin-top: .5rem;
    font-weight: 300;
    font-size: .9rem;
    opacity: .8
}

.starzapkegypt-author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-right: 0
}

.starzapkegypt-author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.starzapkegypt-author-block__social li:hover {
    opacity: .7
}

#cookie-law-div {
    position: fixed;
    left: 2%;
    bottom: 3%;
    z-index: 10000000;
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 1em;
    max-width: 400px;
    -webkit-box-shadow: 0 7px 28px #172b6366;
    box-shadow: 0 7px 28px #172b6366;
    font-size: 15px;
    background: #fff
}

#cookie-law-div a {
    border-bottom: 1px solid #0000007f;
    font-size: 15px;
    text-decoration: none
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    padding-left: 50px;
    color: #000
}

#cookie-law-div button {
    position: absolute;
    left: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: none;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    opacity: .6;
    cursor: pointer
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    top: 124px !important;
    width: 113px !important;
    background-color: #008000ff !important
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    gap: 25px 10px
}

.social__link img, .social__link svg {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--color-body-track)
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
}

.starzapkegypt-video-v2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.starzapkegypt-video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.starzapkegypt-video-v2__button {
    position: absolute;
    right: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.starzapkegypt-video-v2._active .starzapkegypt-video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.starzapkegypt-video-v2._active .starzapkegypt-video-v2__player {
    cursor: pointer
}

.starzapkegypt-video-v2__button:hover {
    opacity: .8
}

.starzapkegypt-video-v2__button svg path {
    fill: var(--color-accent)
}

.starzapkegypt-text-image__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.starzapkegypt-text-image__container.reversed .starzapkegypt-text-image__item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.starzapkegypt-text-image__container.reversed > .get-image, .starzapkegypt-text-image__container.reversed > img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1
}

.starzapkegypt-text-image__container .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starzapkegypt-text-image__container.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.starzapkegypt-text-image__container.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.starzapkegypt-text-image__container.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.starzapkegypt-text-image__item > :first-child {
    margin-top: 0
}

.starzapkegypt-text-image__item > :last-child {
    margin-bottom: 0
}

* + .starzapkegypt-text-image, * + .screenshot-gallery {
    margin-top: 1rem
}

.screenshot-gallery + * {
    margin-bottom: 1rem
}

.starzapkegypt-screenshot-gallery__wrapper {
    position: relative;
    overflow-x: auto;
    margin-top: 1rem;
    max-width: 100vw;
    -ms-overflow-style: none;
    scrollbar-color: var(--color-accent);
    scrollbar-width: thin
}

.starzapkegypt-screenshot-gallery__pseudo-track {
    position: relative;
    top: -3px;
    z-index: -10;
    display: none;
    width: 100%;
    height: 2px;
    background-color: var(--color-accent);
    opacity: .4
}

.starzapkegypt-screenshot-gallery__wrapper::-webkit-scrollbar {
    height: 5px
}

.starzapkegypt-screenshot-gallery__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #0000
}

.starzapkegypt-screenshot-gallery__wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: var(--color-accent)
}

.starzapkegypt-screenshot-gallery__wrapper::-webkit-scrollbar:vertical {
    display: none
}

.starzapkegypt-screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0 10px
}

.starzapkegypt-screenshot-gallery--pc .starzapkegypt-screenshot-gallery__pseudo-track {
    display: block
}

.starzapkegypt-screenshot-gallery--pc .starzapkegypt-screenshot-gallery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%
}

.starzapkegypt-screenshot-gallery__item:not(:last-child) {
    margin-left: 10px
}

.gbtn {
    background-color: var(--color-accent) !important;
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.wp-admin td::before, .wp-admin th::after {
    display: none !important
}

.wp-admin #link-selector {
    color: #000
}

.wp-admin .link-url {
    color: #135e96
}

.wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content * {
    color: #000
}

.wp-admin .acf-row {
    background: 100% 0 !important
}

.wp-admin .select2-results__option {
    color: #000
}

.wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
}

.wp-admin .block-editor-block-card__title {
    color: #000
}

.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
}

html :where(.editor-styles-wrapper) h1, html :where(.editor-styles-wrapper) h2, html :where(.editor-styles-wrapper) h3, html :where(.editor-styles-wrapper) h4, html :where(.editor-styles-wrapper) h5, html :where(.editor-styles-wrapper) h6 {
    color: var(--color-title) !important
}

.is-desktop-preview, body .editor-styles-wrapper {
    color: var(--color-text);
    background: var(--color-body) !important
}

.is-desktop-preview .acf-link .link-wrap, body .editor-styles-wrapper .acf-link .link-wrap {
    color: #000
}

* + .starzapkegypt-tabs {
    margin-top: 1rem
}

.starzapkegypt-tabs {
    overflow: hidden
}

.starzapkegypt-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.starzapkegypt-tabs__header-button {
    border: 1px solid var(--color-accent);
    color: #000;
    background-color: var(--color-body)
}

.starzapkegypt-tabs__header-button.active {
    color: #fff;
    background-color: var(--color-accent)
}

.starzapkegypt-tabs__header-button:hover {
    opacity: .7
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-item:first-child .starzapkegypt-tabs__header-button {
    border-radius: 0 20px 0 0
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-item:last-child .starzapkegypt-tabs__header-button {
    border-radius: 20px 0 0 0
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-item:not(:last-child) .starzapkegypt-tabs__header-button {
    border-left: none
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: 1px solid var(--color-accent);
    padding: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-button svg {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.starzapkegypt-tabs__content {
    z-index: 10;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background-color: var(--color-body)
}

.starzapkegypt-tabs__item > :first-child {
    margin-top: 0
}

.starzapkegypt-tabs__item > :last-child {
    margin-bottom: 0
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 295px 1fr;
    grid-template-columns:295px 1fr
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -24px;
    border-radius: 0 20px 20px 0
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: 0;
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-button svg {
    margin-left: 10px;
    width: 24px;
    height: 24px
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:first-child .starzapkegypt-tabs__header-button {
    border-radius: 0 20px 0 0
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:last-child .starzapkegypt-tabs__header-button {
    border-radius: 0 0 20px 0
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:not(:last-child) .starzapkegypt-tabs__header-button {
    border-bottom: none
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item {
    width: 100%
}

.starzapkegypt-tabs--vertical .starzapkegypt-tabs__content {
    border-top: 1px solid var(--color-accent)
}

.starzapkegypt-toc-auto {
    margin-bottom: 30px;
    border-radius: 10px;
    max-width: 100%;
    background-color: var(--color-toc-bg)
}

.starzapkegypt-toc-auto ol, .starzapkegypt-toc-auto ul {
    display: none;
    margin: 0;
    padding: 0
}

.starzapkegypt-toc-auto.active ol {
    display: block;
    margin-right: 20px;
    padding: 0 1rem .5rem
}

.starzapkegypt-toc-auto.active ul {
    display: block;
    list-style: none;
    padding: 0 1rem .5rem
}

.starzapkegypt-toc-auto.active .starzapkegypt-toc-auto__toggle .open {
    display: none
}

.starzapkegypt-toc-auto.active .starzapkegypt-toc-auto__toggle .close {
    display: inline-block
}

.starzapkegypt-toc-auto.active .starzapkegypt-toc-auto__toggle::after {
    display: none
}

.starzapkegypt-toc-auto__navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .5rem 1rem
}

.starzapkegypt-toc-auto__toggle {
    display: block;
    border: none;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: var(--color-toc-title);
    background-color: transparent
}

.starzapkegypt-toc-auto__toggle .close {
    display: none
}

.starzapkegypt-toc-auto__toggle::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.starzapkegypt-toc-auto__title {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 20px;
    text-transform: none;
    color: var(--color-toc-title)
}

.starzapkegypt-toc-auto li {
    margin: 0;
    padding: 0
}

.starzapkegypt-toc-auto a {
    display: inline-block;
    padding: .3rem 0;
    text-decoration: none;
    color: var(--color-toc-item)
}

.starzapkegypt-toc-auto a:hover {
    color: var(--color-toc-item-hover)
}

.starzapkegypt-how-to__list {
    margin: 1rem 0 0
}

.starzapkegypt-how-to__item {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.starzapkegypt-how-to__item:not(:last-child) {
    margin-bottom: 32px
}

.starzapkegypt-how-to__item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -11px;
    top: 5px;
    bottom: -38px;
    width: 2px;
    background: var(--color-accent);
    opacity: .3
}

.starzapkegypt-how-to__item--no-image {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    padding-right: 24px
}

.starzapkegypt-how-to__item-counter {
    position: absolute;
    right: -28px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 0 16px var(--color-accent);
    box-shadow: 0 0 16px var(--color-accent);
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color-accent);
    gap: 10px
}

.starzapkegypt-how-to__item-image img {
    overflow: hidden;
    border-radius: 12px
}

.starzapkegypt-how-to__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starzapkegypt-how-to__item-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: var(--color-title)
}

.starzapkegypt-how-to__item-subtitle > :first-child {
    margin-top: 0
}

.starzapkegypt-how-to__button {
    display: inline-block;
    margin: 16px auto 0;
    border: none;
    border-radius: 5px;
    padding: .7rem 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    cursor: pointer
}

.starzapkegypt-grid__title.align-left {
    text-align: right
}

.starzapkegypt-grid__title.align-center {
    text-align: center
}

.starzapkegypt-grid__title.align-right {
    text-align: left
}

.starzapkegypt-grid__description {
    margin-bottom: 1rem
}

.starzapkegypt-grid__description.align-left {
    text-align: right
}

.starzapkegypt-grid__description.align-center {
    text-align: center
}

.starzapkegypt-grid__description.align-right {
    text-align: left
}

.starzapkegypt-grid__container {
    display: -ms-grid;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
}

.starzapkegypt-grid__container.col-5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.starzapkegypt-grid__container.col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.starzapkegypt-grid__container.col-3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.starzapkegypt-grid__container.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.starzapkegypt-slider__wrapper {
    position: relative;
    overflow: hidden
}

.starzapkegypt-slider__list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    gap: var(--gap)
}

.starzapkegypt-slider__list.sliding-transition {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.starzapkegypt-slider--bonus .starzapkegypt-slider__item {
    width: calc((100% - 32px) / 3)
}

.starzapkegypt-slider__arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 36px;
    -webkit-box-shadow: -5px 5px 5px -2px #0000007f;
    box-shadow: -5px 5px 5px -2px #0000007f;
    font-size: 28px;
    color: #000;
    background-color: #ffffff4c;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
    aspect-ratio: 1
}

.starzapkegypt-slider__arrow:hover {
    background-color: #fff
}

.starzapkegypt-slider__arrow--left {
    right: 20px
}

.starzapkegypt-slider__arrow--left svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.starzapkegypt-slider__arrow--right {
    left: 20px
}

.starzapkegypt-bonus-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.starzapkegypt-bonus-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.starzapkegypt-bonus-slide__button {
    position: absolute;
    left: 16px;
    bottom: 16px
}

.starzapkegypt-relink__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px
}

.starzapkegypt-relink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-accent);
    padding: 8px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 10px
}

.starzapkegypt-relink__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.starzapkegypt-relink img {
    max-width: 56px;
    max-height: 56px;
    -o-object-fit: contain;
    object-fit: contain
}

.starzapkegypt-relink__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.starzapkegypt-relink__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-accent)
}

.starzapkegypt-relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .starzapkegypt-toc__link:focus, .starzapkegypt-toc__link:hover {
        color: var(--color-toc-item-hover)
    }
}

@media (hover: hover), screen and (min-width: 0 \0
) {
    .social__link:focus img, .social__link:focus svg, .social__link:hover img, .social__link:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: var(--color-accent) !important;
        opacity: 1
    }
}

@media (min-width: 767px) {
    .mobile-button {
        display: none
    }
}

@media (min-width: 1024px) {
    .main-nav__item--has-children:hover .sub-menu__arrow svg {
        -webkit-transform: rotateZ(-270deg);
        -ms-transform: rotate(-270deg);
        transform: rotateZ(-270deg)
    }

    .sub-menu__arrow {
        pointer-events: none
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1279px) {
    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        overflow: auto;
        margin-left: 0;
        border-style: none;
        border-radius: 16px 16px 0 0;
        padding: 0
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:not(:last-child) .starzapkegypt-tabs__header-button {
        border-left: none
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-button {
        border-bottom: none;
        border-radius: 0;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__content {
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:not(:first-child) {
        border: none
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:first-child .starzapkegypt-tabs__header-button {
        border-top-right-radius: 18px;
        border-top-left-radius: 0
    }

    .starzapkegypt-tabs--vertical .starzapkegypt-tabs__header-item:last-child .starzapkegypt-tabs__header-button {
        border-radius: 18px 0 0 0
    }
}

@media (max-width: 1200px) {
    .starzapkegypt-grid__container.col-5 {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 16px
    }

    .page-header__container {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--offsets) 0
    }

    /*.page-header__logo {*/
    /*    max-width: 100px*/
    /*}*/

    .page-footer__top img {
        max-height: 40px;
    }

    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__nav + .page-header__buttons {
        margin-right: 0
    }

    .main-nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 100%;
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        margin-right: calc(-100vw / 2 + 100% / 2) !important;
        max-width: 100vw !important;
        background-color: var(--color-header);
        opacity: 0;
        -webkit-transition: opacity 250ms;
        -o-transition: opacity 250ms;
        transition: opacity 250ms;
        pointer-events: none
    }

    .main-nav.active {
        z-index: 9999;
        opacity: 1;
        pointer-events: auto
    }

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem
    }

    .main-nav__item {
        width: 100%
    }

    .main-nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: .5rem 0;
        width: 100%
    }

    .main-nav__item--has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sub-menu__arrow svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .sub-menu__arrow {
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 30px 10px 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto
    }

    .sub-menu {
        display: none;
        width: 100%
    }

    .sub-menu__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 300;
        font-size: 1.2rem
    }

    .page-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page-footer__widget {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .page-footer__widget + .page-footer__widget {
        margin-left: 0
    }

    .page-footer__widget + .get-image {
        margin: 0
    }

    .starzapkegypt-text-image__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 16px
    }

    .starzapkegypt-text-image__container.reversed .starzapkegypt-text-image__item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: auto;
        grid-row: auto
    }

    .starzapkegypt-text-image__container.reversed > .get-image, .starzapkegypt-text-image__container.reversed > img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .starzapkegypt-slider--bonus .starzapkegypt-slider__item {
        width: calc((100% - 16px) / 2)
    }
}

@media (max-width: 1023px) {
    .starzapkegypt-show-posts__container {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .starzapkegypt-screenshot-gallery--pc .starzapkegypt-screenshot-gallery__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .starzapkegypt-grid__container.col-4, .starzapkegypt-grid__container.col-5 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .starzapkegypt-grid__container.col-3 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .starzapkegypt-grid__container.col-2 {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .starzapkegypt-relink__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 800px) {
    .wrapper:first-child .columns__item--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wrapper:first-child .columns__item--content h1 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .wrapper:first-child .columns__item--content .starzapkegypt-promocode {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0
    }
}

@media (max-width: 767px) {
    .starzapkegypt-wrapper {
        margin-bottom: 1rem
    }

    .starzapkegypt-show-posts__container {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .starzapkegypt-content-button {
        margin-top: 1rem
    }

    .footer-nav__link {
        padding: 5px
    }

    .starzapkegypt-faq__details {
        border-radius: 5px
    }

    .starzapkegypt-faq__question {
        padding: 16px 10px;
        font-size: 14px;
        line-height: 130%
    }

    .starzapkegypt-faq__question-title svg {
        margin-right: 15px;
        width: 18px;
        height: 18px;
        fill: var(--color-faq-item-title)
    }

    .starzapkegypt-faq__answer {
        padding: 0 10px 16px
    }

    .starzapkegypt-toc__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .starzapkegypt-toc__title::after {
        display: inline-block
    }

    .starzapkegypt-toc__title {
        margin: 0;
        width: 100%
    }

    .starzapkegypt-toc__list {
        width: 100%
    }

    .starzapkegypt-toc__list.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .starzapkegypt-toc__list.vertical .starzapkegypt-toc__item {
        width: 100%
    }

    .starzapkegypt-toc__list.vertical .starzapkegypt-toc__item:not(:last-child) {
        margin-left: 0
    }

    .starzapkegypt-toc__link {
        width: 100%;
        text-align: center
    }

    .starzapkegypt-toc.active .starzapkegypt-toc__list {
        margin-top: 1rem
    }

    .starzapkegypt-screenshot-gallery--pc .starzapkegypt-screenshot-gallery__item {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%
    }

    .starzapkegypt-screenshot-gallery--mob .starzapkegypt-screenshot-gallery__list {
        max-width: 980px
    }

    .starzapkegypt-screenshot-gallery--mob .starzapkegypt-screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }

    .starzapkegypt-screenshot-gallery--mob .starzapkegypt-screenshot-gallery__pseudo-track {
        display: block
    }

    .starzapkegypt-tabs__header-button {
        cursor: auto
    }

    .starzapkegypt-tabs--horizontal .starzapkegypt-tabs__header-button {
        padding: 8px;
        font-size: 18px;
        line-height: 24px
    }

    .starzapkegypt-how-to__item:not(:last-child)::before {
        right: -13px
    }

    .starzapkegypt-how-to__item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 12px
    }

    .starzapkegypt-how-to__content {
        order: 2;
    }

    .starzapkegypt-how-to__item-counter {
        right: -30px
    }

    .starzapkegypt-grid__container.col-4, .starzapkegypt-grid__container.col-5 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .starzapkegypt-grid__container.col-3, .starzapkegypt-relink__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        right: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .sub-menu {
        max-width: 100%
    }

    .sub-menu__link {
        font-size: 1rem
    }
}

@media (max-width: 600px) {
    #cookie-law-div {
        left: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%
    }

    .starzapkegypt-slider--bonus .starzapkegypt-slider__item {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}

@media (max-width: 575px) {
    .starzapkegypt-how-to__button {
        width: 100%
    }
}

@media (max-width: 550px) {
    .starzapkegypt-show-posts__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .page-header__buttons {
        margin: 0 -.2rem
    }

    .page-footer__widget {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .starzapkegypt-promocode__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .promocode__link--aff {
        max-width: 100%
    }

    .starzapkegypt-grid__container.col-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .starzapkegypt-grid__container {
        gap: 16px
    }
}

@media (max-width: 500px) {
    html {
        font-size: 14px
    }

    .page-header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 1rem;
        width: 100%;
        text-align: center
    }

    .page-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .comment-form__button, .comment-form__input {
        width: calc(100% - 20px)
    }
}

@media (max-width: 475px) {
    .starzapkegypt-content-button__control {
        padding: 1rem;
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

@media (any-hover: none) {
    .starzapkegypt-screenshot-gallery__pseudo-track {
        display: none
    }
}

.has-white-color {
    color: #fff;
}

* + .wp-block-heading {
    margin-top: 2rem;
}

.payments img {
    max-height: 32px;
    width: auto;
    object-fit: contain;
}

.starzapkegypt-text-image__container > img {
    border-radius: 12px;
}

/*.wp-admin .preview-block {*/
/*    direction: rtl;*/
/*}*/