.title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #1B365D;
    padding: 0 0 0px;
    margin: 0;
}
.title-section span {
    position: relative;
    display: block;
}
.real-first__content h1 {
    line-height: 120%;
}
.title-section span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 8px);
}
.find-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-meta {
    margin: 0 0 60px;
}

.section-meta.center {
   text-align: center;
}
.title-large {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 20px 0 var(--blue);

}
.f-item__answer {
    display: none;
}
.tab-content {
    display: none;
}
.tab-content.active-tab {
    display: block;
}
 

.tab-content {
    padding: 30px 0 0 0;
}

.find-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 25px;
    margin: 0 0 30px;
}

.find-logo {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find-box {
    box-shadow: 0 0 20px 0 rgba(27, 54, 93, 0.2);
    padding: 10px;
}

.find-box.is-visible {
    display: flex;
    align-items: center;
    gap: 10px;
}

.find-box__content span {
    font-weight: 500;
    font-size: 14px;
    color: rgba(27, 54, 93, 0.5);
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1;
}

.find-box__content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    margin: 0;
}

.find-boxs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.find-box {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.find-box.is-visible {
    display: flex;
}

.find-box.is-visible.is-shown {
    opacity: 1;
    transform: translateY(0);
}
 
.show-more-blocks {
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
}



.real-first {
    background: #1B365D;
    color: #fff;
}

.real-first .container {
    max-width: 1600px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 80px;
    align-items: center;
}

.real-first__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.real-first__content > div p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 10px;
}

.real-first__content > div p:last-child {
    margin: 0;
}


.page-real section.real-first {
    margin: 0 0 90px;
}
.page-real section {
    margin: 0 0 120px;
}
.realfirst__img picture, .realfirst__img picture img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.realfirst__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.realfirst__img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tabs-buttons {
    border-bottom: 1px solid rgb(27 54 93 / 50%);
    padding: 0 0 30px;
}




.tab-button, .tab-button span {
    color: #1B365D;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
}

.tab-button span {
    text-align: center;
    display: block;
    line-height: 1;
}

.tab-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tab-button {
    min-height: 138px;
    justify-content: center;
}
.tab-button, .tab-button:hover, .tab-button:focus {
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.tabs-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tab-button {
    flex: 0 0 calc((100% - 120px) * 180 / 990);
    transition: flex-basis .3s ease;
}

.tab-button.active-tab {
    flex-basis: calc((100% - 120px) * 270 / 990);
}

.tab-button img {
    height: auto;
/*     filter: grayscale(100%); */
    transition: .23s;
}

.tab-button.active-tab img {
/*     filter: grayscale(0%); */
}







.find-box__img {
    display: flex;
    align-items: center;
    min-width: 120px;
    width: 120px;
    position: relative;
}

.find-box__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.find-box__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.real-editor {
    display: flex;
    gap: 20px;
    margin: 60px 0 0 0;
}

.real-editor > span {
    min-width: 82px;
    width: 82px;
}

.text p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #1B365D;
}

.text p:last-child {
    margin: 0;
}
section.shop {
    position: relative;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 720px;
}

section.shop:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1B365D;
    opacity: .6;
}

section.shop .container {
    position: relative;
    z-index: 1;
}

.w-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
    gap: 20px;
}
.w-block {
    min-height: 242px;
    display: flex;
    flex-direction: column;
}

.w-block .desc {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.w-block {
    background: #fff;
    border: 3px solid #F1BE48;
    padding: 20px;
}

.w-block__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-block__top span {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #F1BE48;
}

.w-block__top {
    margin: 0 0 20px;
}

.w-block > p {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #1B365D;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-shadow: 0 0 100px  rgba(0, 0, 0, 0.25);
}

.w-block .desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1B365D;
    margin: 0;
    padding-bottom: 20px;
    text-shadow: 0 0 100px  rgba(0, 0, 0, 0.25);
}

.w-block button, .w-block button:focus, .w-block button:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: auto auto 0;
}

.w-block button img {
    transform: rotate(0deg);
    transition: .23s;
}

.w-block.open button img {
    transform: rotate(180deg);
}


.r-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.r-item {
    flex: 0 0 calc((100% - (40px * 4)) / 5);
}

.r-item img {
    display: block;
    width: 100%;
    height: auto;
}
section.r-way {
    overflow: hidden;
    min-height: 1024px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 0 130px;
}

.r-way__bg {
    width: 1920px;
    min-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.r-way .container {
    position: relative;
    z-index: 1;
}

section.r-way h2 {
    text-align: center;
    margin: 0;
    text-shadow: 0 0 50px #1B365D;
        padding-left: 105px;
}

.r-block {
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #F1BE48;
    padding: 20px 10px;
    color: #1B365D;
}

.r-block > p {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.r-block .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.r-block__img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B365D;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 0 15px;
}

.r-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.r-block:nth-child(1) {
    margin: 195px 0 0 0;
}

.r-block:nth-child(2) {
    margin: 130px 0 0 0;
}

.r-block:nth-child(3), .r-block:nth-child(4) {
    margin: 20px 0 0 0;
}

.r-block .desc p {
    margin: 0;
}














.f-item__question span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #1B365D;
    position: relative;
    border-radius: 50%;
}

.f-item__question {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1B365D;
}

.f-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.f-item__question span:before, .f-item__question span:after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .23s;
}

.f-item__question span:before {
    transform: translate(-50%, -50%) rotate(0deg) ;
}

.f-item__question span:after {
    transform: translate(-50%, -50%) rotate(90deg) ;
}
.f-item.open span:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.f-item__answer {
    padding: 5px 0 0 70px;
    color: #1B365D;
}
.page-template-page-realfish .footer {
    margin-top: 0;
}


main.page-real .module.recipe {
    padding-top: 0;
}
@media (max-width: 1720px) {
    .real-first__content {
        padding-left: 60px;
    }

}


@media (max-width: 1400px) {
    .real-first .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .real-first__content {
        padding: 90px 60px 0;
    }

    .realfirst__img:before {
        content: '';
        display: block;
        padding-top: 60%;
    }
    .find-boxs {
        grid-template-columns: 1fr 1fr;
    }

    .tab-button.active-tab, .tab-button {
        flex-basis: auto;
        flex: 0 0 calc((100% - (30px * 4)) / 5);
    }
    .tab-button {
        min-height: auto;
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) {

    

}


.find__mobile {
    display: none;
}

@media (max-width: 992px) {

   .f-item__question span:before, .f-item__question span:after {
        width: 16px;
        height: 2px;
    }
    .f-item__question {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .f-item__answer {
        padding: 5px 0 0 0px;
    }
    .f-item__question span {
        order: 2;
        margin-left: auto;
        margin-top: 5px;
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    section.shop {
        padding: 60px 0;
        min-height: auto;
    }
    .title-large {
        font-size: 26px;
        text-align: center;
        margin: 0;
    }
    .w-blocks {
        grid-template-columns: 1fr;
    }
    .w-block {
        min-height: auto;
    }
    .w-block > p {
        text-align: center;
    }
    .shop .title-large br {
        display: none;
    }
    .section-meta {
        margin: 0 0 40px;
    }
    .title-section {
        font-size: 26px;
    }
    .find__mobile {
        margin: 0 calc(var(--container-padding)*-1);
    }

    .acc-content__inner {
        padding: 20px var(--container-padding) 30px;
    }
    .acc-blocks__item:last-child:after {
        display: none;
    }
    .acc-blocks__item:after {
        content: '';
        display: block;
        background: rgba(27, 54, 93, 0.25);
        width: calc(100% - 160px);
        height: 3px;
        margin: 30px auto;
    }
    .real-editor > span {
        min-width: 25px;
        width: 25px;
    }
    .real-editor {
        margin: 40px 0 0 0;
    }
    .find-boxs {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 30px;
    }

    .find-box.is-visible {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }

    .find-box__content span {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .find-box__content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
    }

    .find-box__content {
        text-align: center;
    }
    .acc-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }
    .acc-content.active-tab {
        max-height: 2000px;
    }

    .acc-button, .acc-button.active-tab {
        background: transparent;
        outline: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0 auto;
    }

    .acc-button {
        display: flex;
        flex-direction: column;
        font-weight: 400;
        font-size: 22px;
        line-height: 130%;
        text-transform: uppercase;
        color: #1B365D;
        gap: 15px;
    }

    .acc-button span {
        line-height: 1;
    }

    span.arrow-acc img {
        transition: .23s;
        transform: rotate(0deg);
    }

    .acc-button.active-tab span.arrow-acc img {
        transform: rotate(180deg);
    }

    .find__mobile {
        display: block;
    }

    .find__desktop {
        display: none;
    }

    .page-real section.real-first {
        margin: 0 0 60px;
    }
    .page-real section {
        margin: 0 0 90px;
    }

    .real-first__content h1 {
        font-size: 32px;
    }

    .real-first__content > div p {
        font-size: 18px;
    }

    .real-first__content {
        padding: 40px;
        gap: 20px;
        order: 2;
    }

    .real-first .container {
        gap: 0;
    }


    section.r-way {
        min-height: auto;
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-mob.jpg) no-repeat center;
        background-size: cover;
        background-position: center;
        padding: 60px 0;
    }

    .r-way__bg {
        display: none;
    }

    .r-blocks {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .r-blocks > div {
        margin: 0!important;
    }

    section.r-way h2 {
        padding: 0;
    }

    
    section.r-way h2.title-large {
        font-size: 40px;
    }
}


@media (max-width: 767px) {
    .find-box.is-visible {
        gap: 10px;
    }

    .acc-blocks__item:after {
        width: calc(100% - 140px);
    }

    .r-item {
        flex: 0 0 calc((100% - (40px * 2)) / 3);
    }
}

@media (max-width: 576px) {
    .real-first__content {
        padding: 40px 20px;
    }
    .find-boxs {
        grid-template-columns: 1fr 1fr;
    }

    .r-item {
        flex: 0 0 auto;
    }

    .r-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}