.list-unstyled {
    padding-left: 0;
}
.list-unstyled li {
    margin-bottom: 16px;
}
.list-unstyled li::before {
     content: none;
 }
.visible-hidden {
    visibility: hidden;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
    float: none;
}
.contact-map {
    margin: 32px 0;
}
.position-relative {
    position: relative;
}
.text-center {
    text-align: center;
}
/*table*/
@media only screen and (max-width: 700px) {
    .type-page .table-wrap {
        width: 100%;
        overflow: scroll;
    }
    .type-page table {
        width: 450px!important;
    }
    .type-page tr, .type-page td {
        height: 40px!important;
        font-size: 14px;
    }
    .type-page td {
        padding: 10px 16px!important;
    }
    .type-page td:first-child {
        width: 400px!important;
    }
    .type-page td:nth-child(2), .type-page td:nth-child(3) {
        width: 220px!important;
    }
}
/*accordion*/
.custom-accordion .col-md-6 {
    margin-bottom: 2rem;
}
.custom-accordion .accordion {
    background-color: #fff;
    border: 1px solid #343434;
    padding: 16px;
    cursor: pointer;
}
.custom-accordion .accordion:not(:last-child) {
    border-bottom: none;
}
.custom-accordion .accordion h3 {
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.custom-accordion .accordion-header span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-accordion .accordion-body {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .3s;
}
.custom-accordion .accordion-body.active {
    height: 100%;
    opacity: 1;
    margin-top: 32px;
}
.custom-accordion svg {
    width: 4rem;
    transition: transform .2s linear;
}
.custom-accordion .accordion:has(.active) svg {
    transform: rotate(180deg);
}
/*awards*/
.awards {
    max-width: 900px;
}
.awards .custom-row {
    margin-bottom: 32px;
}
.awards img {
    width: auto;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}
.awards .award-perex, .awards .award-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.awards .award-logo {
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .awards .award-logo {
        align-items: flex-start;
    }
    .awards img {
        margin-bottom: 16px;
        max-width: 80%;
    }
}
/*certificates*/
.certificates {
    max-width: 900px;
}
.certificates .certificate {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.certificates img {
    height: 300px;
    width: auto;
    margin-bottom: 16px;
}
.certificates span {
    display: inline-block;
}
/*sustainability*/
.sustainability {
    max-width: 1200px;
    margin: 0 auto;
}
.sustainability-logos .custom-row {
    justify-content: center;
}
.sustainability-logos .sustainability-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sustainability-logos img {
    height: 80px;
    width: auto;
}
.sustainability-logos h3{
    font-size: 20px;
    text-align: center;

}
.sustainability-logos h3 a {
    text-decoration: none!important;
}
.sustainability-zigzag .row {
    margin-left: 0;
    margin-right: 0;
}
.sustainability-zigzag .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.sustainability-zigzag .zigzag-item {
    margin-bottom: 100px;
}
.sustainability-zigzag img {
    height: 100%;
    padding: 50px 0;
    object-fit: cover;
}
.sustainability-zigzag .zigzag-perex {
    height: 100%;
    padding: 65px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.09);
}
.sustainability-zigzag h2 {
    color: #ed1c24;
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTM5IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCAxMzkgNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGRlZnM+PHBhdGggaWQ9InJqZnNhIiBkPSJNMjE0Ljc4IDM2Ny43NGM0NC40Mi0xLjY2IDg5LjM3LTIuMzcgMTMzLjgtMi4zNyAzLjE3IDAgMy4xNy0yLjM3IDAtMi4zNy00NC40MyAwLTg5LjM4LjcxLTEzMy44IDIuMzctMy43IDAtMy43IDIuMzcgMCAyLjM3eiIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEyIC0zNjMpIj48dXNlIGZpbGw9IiNlOWRhYzMiIHhsaW5rOmhyZWY9IiNyamZzYSIvPjwvZz48L2c+PC9zdmc+);
    background-position: 0 99%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-flex;
    padding-bottom: 8px;
}
.sustainability-zigzag .zigzag-perex p {
    line-height: 26px;
}
@media only screen and (max-width: 991px) {
    .sustainability-zigzag .zigzag-item {
        margin-bottom: 32px;
    }
    .sustainability-zigzag .zigzag-item .zigzag-img {
        order: 0!important;
        width: 100%;
    }
    .sustainability-zigzag .zigzag-item .zigzag-perex-wrap {
        order: 1!important;
    }
    .sustainability-zigzag img {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .sustainability-zigzag .zigzag-perex {
        padding: 32px 32px 54px 32px;
        margin-top: -16px;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .sustainability-zigzag .zigzag-perex {
        padding: 16px 16px 32px 16px;
    }
    .sustainability-zigzag h2 {
        font-size: 28px;
    }
}

/*sponsoring*/
.sponsoring .custom-row {
    justify-content: center;
}
.sponsoring .sponsoring-perex {
    text-transform: uppercase;
    font-family: "LemonYellowSunBold";
    font-size: 22px;
    color: #b1a493;
}
.sponsoring .sponsoring-signature {
    text-align: right;
}
.sponsoring .sponsoring-signature img {
    height: 80px;
}
.sponsoring-link {
    position: relative;
    text-align: center;
}
.sponsoring-link .sponsoring-arrow {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 60px;
    width: 80px;
}
.sponsoring .sponsoring-signature-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}
@media only screen and (max-width: 991px) {
    .sponsoring .sponsoring-signature-image {
        display: none;
    }
    .sponsoring-link .sponsoring-arrow {
        transform: rotate(-35deg);
        right: 0;
        top: 50px;
        width: 80px;
    }
}
/*stores*/
.stores .stores-img img {
    width: 100%;
    margin-top: 100px;
}
.stores .custom-row {
    margin-bottom: 32px;
}
/*move*/
.move .move-logo {
    text-align: center;
 }
.move .move-logo img {
    width: 250px;
    max-width: 60%;
}
.move .move-perex {
    text-transform: uppercase;
    font-family: "LemonYellowSunBold";
    font-size: 22px;
    color: #b1a493;
}
.move .custom-row.center {
    justify-content: center;
}
/*children-move*/
.children-move {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.children-move > .custom-row {
    margin: 0;
}
.children-move > .custom-row .col-md-6 {
    padding: 0;
}
.children-move h2 {
    color: #ed1c24;
}
.children-move .move-strawberry-wrap {
    position: absolute;
    left: -30px;
    top: 0;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.children-move .move-strawberry-wrap img {
    width: 100%;
}
.children-move .move-strawberry-wrap .move-strawberry-number {
    position: absolute;
    font-family: "LemonYellowSunBold";
    font-size: 29px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.children-move .move-content-wrap {
    display: flex;
    justify-content: flex-end;
}
.children-move .move-content {
    width: 400px;
    max-width: 100%;
    padding-left: 50px;
}
.children-move .move-3 .move-content {
    margin-top: -10px;
    margin-left: -20px;
}
.children-move .move-perex {
    font-size: 17px;
    line-height: 1.470588;
}
.children-move .move-img {
    text-align: right;
}
.children-move .move-3 .move-img {
    text-align: center;
}
.children-move .move-1 .move-img img {
    padding: 10px 0;
}
.children-move .move-2 .move-img img {
    position: relative;
    left: -430px;
    width: 150%;
    max-width: none;
    padding: 70px 0 0;
}
.children-move .custom-row.circle-row {
    justify-content: center;
}
.children-move .circle-row img {
    width: 100%;
}
.children-move .circle-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .children-move .custom-row, .children-move .move-content-wrap {
        display: block;
    }
    .children-move .move-img {
        display: none;
    }
    .children-move .move-content {
        width: 600px;
        padding-left: 70px;
    }
    .children-move .move-content h2 {
        margin-top: 0;
        padding-top: 20px;
    }
    .children-move .move-3 .move-content {
        margin: 0;
    }
    .children-move .move-strawberry-wrap {
        left: 0;
    }
}

/*timetable*/
.timetable {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.timetable .row:not(.custom-row) {
    margin: 0;
}
.timetable .row:not(.custom-row) .col-md-6 {
    padding: 0;
}
.timetable .custom-row {
    justify-content: center;
}
.timetable .heading-perex {
    width: 800px;
    max-width: 100%;
    margin: auto;
    text-transform: uppercase;
    font-family: "LemonYellowSunBold";
    font-size: 22px;
    color: #b1a493;
}
.timetable .heading-perex .signature {
    width: 150px;
}
.timetable h2 {
    color: #ed1c24;
}
.timetable h3 {
    font-size: 32px;
    line-height: 1.46875;
    color: #ed1c24;
    margin-top: 0;
}
.timetable .timetable-strawberry-wrap {
    position: absolute;
    left: -30px;
    top: 0;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timetable .timetable-strawberry-wrap img {
    width: 100%;
}
.timetable .timetable-strawberry-wrap .timetable-strawberry-number {
    position: absolute;
    font-family: "LemonYellowSunBold";
    font-size: 29px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.timetable .timetable-content-wrap {
    display: flex;
    justify-content: flex-end;
}
.timetable .timetable-content {
    width: 400px;
    max-width: 100%;
    padding-left: 50px;
}
.timetable .timetable-3 .timetable-content {
    margin-top: -10px;
    margin-left: -20px;
}
.timetable .timetable-perex {
    font-size: 17px;
    line-height: 1.470588;
}
.timetable .timetable-4 .timetable-content {
    right: -190px;
}
.timetable .timetable-img {
    text-align: right;
}
.timetable .timetable-1 .timetable-img img {
    padding: 10px 0;
}
.timetable .timetable-2 .timetable-img img {
    position: relative;
    left: -430px;
    width: 150%;
    max-width: none;
    padding: 70px 0 0;
}
.timetable .timetable-3 .timetable-content .timetable-perex + img {
    position: absolute;
    right: -150px;
    bottom: -130px;
}
.timetable .timetable-4 .timetable-img + img {
    position: absolute;
    right: 50px;
    bottom: -330px;
}
.timetable .custom-row.circle-row {
    justify-content: center;
}
.timetable .circle-row img {
    width: 100%;
}
.timetable .circle-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.timetable .circle-content p {
    font-size: 20px;
}
.timetable .circle-content + img {
    position: absolute;
    width: 250px;
    top: 100px;
}
.timetable .plane {
    position: relative;
    top: -150px
}
@media only screen and (max-width: 991px) {
    .timetable .custom-row, .timetable .timetable-content-wrap {
        display: block;
    }
    .timetable .timetable-img, .timetable .circle-content + img, .timetable .plane, .timetable .timetable-3 .timetable-content .timetable-perex + img {
        display: none;
    }
    .timetable .timetable-content {
        width: 600px;
        padding-left: 70px;
    }
    .timetable .timetable-4 .timetable-content {
        right: 0;
    }
    .timetable .timetable-content h3 {
        margin-top: 0;
        padding-top: 20px;
    }
    .timetable .timetable-3 .timetable-content {
        margin: 0;
    }
    .timetable .timetable-strawberry-wrap {
        left: 0;
    }
    .timetable .circle-content p, .timetable .circle-content h3 {
        font-size: 18px;
    }
    .timetable .circle-content p {
        margin-top: 16px!important;
    }
}
