/*MAIN*/
:root {
    --accent: #2d84cf;
    --text-black: #333;
    --text-grey: #666;
    --text-white: #fff;
    --bg-white: #fff;
    --bg-grey: #f0f0f0;
    --font-family: "Lato", sans-serif;
    --transition: all ease 0.3s;
    --big-space: 80px;
    --middle-space: 64px;
}

.pt-80 {
    padding-top: var(--big-space);
}

.pb-80 {
    padding-bottom: var(--big-space);
}

.pt-64 {
    padding-top: var(--middle-space);
}

.pb-64 {
    padding-bottom: var(--middle-space);
}

.wrapper {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}

/*CARDS*/
.h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--text-black);
}

.block-cards-repeater__item-intro-price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: var(--text-black);
    flex-grow: 1;
}

.btn {
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 7px 19px !important;
    font-family: var(--font-family) !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--accent) !important;
    text-decoration: none;
    width: fit-content;
    transition: all ease 0.3s;
}

.btn:hover {
    background: var(--accent) !important;
    color: var(--bg-white) !important;
}

.btn-blue {
    background: var(--accent) !important;
    color: var(--bg-white) !important;
}

.btn-blue:hover {
    color: var(--accent) !important;
    background: var(--bg-white) !important;
}

.block-cards-repeater__item-intro-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--text-black);
}

.block-cards-repeater {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.block-cards-repeater__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    background: #fff;
    padding: 16px;
    max-width: 277px;
    min-height: 331px;
}

.block-cards-repeater__item img {
	max-width: 245px;
	width: 100%;
	height: 165px;
}

.block-cards-repeater__item-intro {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
    height: 100%;
}

.block-cards-repeater__item-intro-title {
    margin: 0;
}

/*TABS*/
#menu-tabs-menu {
    display: flex;
    list-style: none;
    justify-content: center;
}

#menu-tabs-menu > li > a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--text-grey);
    text-decoration: none;
    padding: 8px 12px;
    transition: all ease 0.3s;
}

#menu-tabs-menu > li.current-menu-item > a,
#menu-tabs-menu > li > a:hover {
    border-bottom: 2px solid var(--accent);
}

.menu-tabs-text {
    margin: 30px auto 0;
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 16px;
    max-width: 788px;
    background: var(--bg-white);
}

.menu-tabs-text p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: var(--text-black);
}

.menu-tabs-text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--accent);
}

@media (max-width: 1145px) {
    #menu-tabs-menu {
        gap: 25px;
        flex-wrap: wrap;
    }
}

/*TEXT*/

.text h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: var(--text-black);
    margin: 0 0 32px 0;
}

.text ol,
.text ul {
    padding: 0 0 0 16px;
    margin: 8px 0 0 0;
}

.text p,
.text ol li,
.text ul li,
.faq-items .question {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--text-black);
}

body:not(.single-gaming) .text p strong {
    display: block;
    font-size: 18px;
    margin: 32px 0 16px 0;
}

.alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.text p + p {
    margin-top: 8px;
}

.text .link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--accent);
    position: relative;
/*     display: flex; */
    align-items: center;
    gap: 4px;
    transition: var(--transition);
}

.text .link:hover {
    gap: 10px;
}

.text ul.check {
    list-style-type: none;
    padding-left: 0;
}

.text ul li > img {
    top: -3px;
    position: relative;
    left: 5px;
}

.text ul.check li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}

.text ul.check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2024/06/check.svg') no-repeat center center;
    background-size: contain;
}

.text .link.link-with-arrow {
	display: flex;
}

.text .link.link-with-arrow:after {
    height: 18px;
    position: relative;
    content: url('/wp-content/uploads/2024/06/solar_arrow-up-outline.svg');
}

.text table {
    margin: 32px 0;
}

.text tr > td {
    min-width: 288px;
    padding: 10px 15px;
    border-right: 2px solid transparent;
    border-bottom: 1px solid #c2c2c2;
    background: var(--bg-grey);
}

.text tr:has(td:nth-child(2)):has(td:nth-child(3)) td {
    min-width: 288px;
}

.text tr:has(td:nth-child(2)):not(:has(td:nth-child(3))) td:first-child {
    min-width: 288px;
}

.text tr:has(td:nth-child(3)) td:nth-child(2) {
    min-width: 540px;
}

.text tr:has(td:nth-child(2)):not(:has(td:nth-child(3))) td:last-child {
    min-width: 860px;
}

/* SINGLE INTRO */
.single-intro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-intro-top-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 577px;
    align-items: center;
    margin: 97px auto 0;
}

.single-intro-top-content h1 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    color: var(--text-black);
    text-align: center;
}

.single-intro-top-content p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--accent);
}

.single-intro-top-content img {
    width: 100%;
}

.single-intro-main-content {
    margin-top: 64px;
    padding: 24px;
}

.single-intro-main-content-notice {
    margin-top: 24px;
    padding: 15px;
    border: 1px solid var(--accent);
    border-radius: 8px;
    background: #f2f7fd;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.header-banner {
    padding: 236px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-banner h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--text-white);
}

.single-intro-main-content-notice svg {
    min-width: 24px;
}

.single-intro-main-content-notice .btn {
    display: block;
    margin: 0 auto;
}

/* FAQ */

.faq-wrap {
    margin: 24px 0 0 0;
    width: 100%;
}

.answer {
    display: grid;
    grid-template-columns: 240px 120px 57px 240px 72px 1fr;
    grid-template-rows: 32px auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.q1 {
    grid-area: 1 / 1 / 2 / 2;
}

.q2 {
    grid-area: 1 / 2 / 2 / 3;
}

.q3 {
    grid-area: 1 / 3 / 2 / 4;
}

.q4 {
    grid-area: 1 / 4 / 2 / 5;
}

.q5 {
    grid-area: 1 / 5 / 2 / 6;
}

.q6 {
    grid-area: 1 / 6 / 2 / 7;
}

.a1 {
    grid-area: 2 / 1 / 3 / 2;
}

.a2 {
    grid-area: 2 / 2 / 3 / 3;
}

.a3 {
    grid-area: 2 / 3 / 3 / 4;
}

.a4 {
    grid-area: 2 / 4 / 3 / 5;
}

.a5 {
    grid-area: 2 / 5 / 3 / 6;
}

.a6 {
    grid-area: 2 / 6 / 3 / 7;
}

.answer div.q1,
.answer div.q2,
.answer div.q3,
.answer div.q4,
.answer div.q5,
.answer div.q6 {
    background: #c3dcf4;
}

.faq-items {
    list-style: none;
    padding: 0 !important;
}

.faq-items li {
    margin-bottom: 15px;
    padding: 8px;
}

.faq-items li:last-child {
	margin-bottom: 0;
}

.faq-items li.active {
    background: #fff;
}

.faq-items li.active .answer {
    max-height: 100% !important;
    transition: max-height 0.2s ease, padding-bottom 0.2s ease;
    overflow: scroll;
}

.answer div,
.table-item div {
    border: 1px solid var(--bg-grey);
    margin: 0 0 0 -1px;
    box-sizing: border-box;
    padding: 5px 7px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--text-black);
}

.table-item div {
    margin: -1px 0 0 -1px;
    padding: 9px 15px;
}

.faq-items .answer {
    color: #090909;
    font-family: serif;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 0 24px;
    max-height: 0;
    overflow: hidden;
}

.faq-items .question {
    display: flex;
    align-items: center;
}

.faq-items .plus-minus-toggle {
    cursor: pointer;
    height: 3px;
    position: relative;
    width: 24px;
    z-index: 2;
}

.faq-items .plus-minus-toggle:before,
.faq .plus-minus-toggle:after {
    background: var(--accent);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
    transition: transform 500ms ease;
}

.faq-items .plus-minus-toggle:after {
    transform-origin: center;
}

.faq-items .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.faq-items .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}

.faq-items .question {
    position: relative;
    cursor: pointer;
    transition: color 0.5s ease;
}

/* TABLE */

.table-item {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: scroll;
}

.table-item-3-col {
    grid-template-columns: 320px 540px 320px;
    grid-template-rows: repeat(2, auto);
}


.table-item .col1:nth-child(4n+1),
.table-item .col2:nth-child(4n+2) {
    background: #f2f7fd;
}

.table-item-3-col .col1:nth-child(2n+1),
.table-item-3-col .col2:nth-child(2n+2),
.table-item-3-col .col3:nth-child(2n+3) {
    background: #f2f7fd;
}

.table-item {
    border-left: 1px solid var(--bg-grey);
}

.table-item .col1:first-child,
.table-item .col2:nth-child(2),
.table-item-3-col .col3:nth-child(3) {
    background: #c3dcf4;
}

.table-title {
    font-family: var(--font-family);
    font-weight: 700;
    text-align: center;
    color: var(--text-black);
}

h4.table-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 24px;
}

h2.table-title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 48px;
}

.breadcrumbs-wrap {
    display: none;
}

@media (max-width: 1200px) {
    .text table {
        display: block;
        overflow: scroll;
    }
}

/* Single-notice */

.single-notice .single-intro-main-content-notice {
    margin-top: 0;
}

@media (max-width: 768px) {
    .menu-tabs-text {
        margin-top: 24px;
    }

    #menu-tabs-menu {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .header-banner {
        padding: 236px 15px;
    }

    :root {
        --big-space: 48px;
        --middle-space: 24px;
    }
}

@media (max-width: 620px) {
	.table-item {
		grid-template-columns: 1fr 1fr;
	}
    .wrapper {
        max-width: 100%;
    }

    .block-cards-repeater__item {
        max-width: 100%;
    }

    .single-intro-top-content h1,
    .header-banner h1 {
        font-size: 32px;
    }
}

.nav-bg-gray .site-pos a {
    color: #333;
}

.nav-bg-gray .site-pos a:hover {
    color: #333;
}

.nav-bg-gray .site-pos .img-responsive {
    height: 100%;
}

.nav-bg-gray .site-pos .logo {
    padding-top: 5px;
}

@media (max-width: 996px) {
    .nav-bg-gray .site-pos .img-responsive {
        top: -30px;
        height: 200%;
    }
    .mobile-showmenu i{
        top: -14px;
        color: #000;
    }
}

.yith-wapo-addon-label {
    text-align: left!important;
    color: #000;
}

h3.wapo-addon-title {
    margin: 0 0 16px 0;
}

.yith-wapo-addon-label {
    font-size: 16px;
    font-weight: 400;
}

#yith-wapo-container .options {
    grid-template-columns: repeat(1, minmax(0, 100%))!important;
}

#wapo-total-price-table {
    border: 1px solid;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label {
    white-space: normal;
}

.yith-wapo-addon.yith-wapo-addon-type-checkbox {
    background: #eee!important;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
}