@media (max-width:1300px) {
    #sidMythFive .sidMyth__road {
        height: calc(100vh + 400px);
    }
}

@media (max-width:1280px) {
    .sidHero__container {
        padding: 0 30px;
    }

    br {
        display: none;
    }

    .sidMyth__road {
        height: calc(100vh + 300px);
    }

    #sidMythOne .sidMyth__road {
        height: calc(100vh + 300px);
    }

    #sidMythOne .sidMyth__desc>div:nth-child(1) p {
        margin-right: 0;
    }

    #sidMythOne .right img {
        padding-bottom: 50px !important;
    }

    .sidMyth__desc>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer#sidMyth__footer>div {
        padding: 120px 30px;
    }
}

@media (max-width:1150px) {

    #sidMythOne .sidMyth__desc,
    #sidMythThree .sidMyth__desc,
    #sidMythFive .sidMyth__desc {
        margin-right: 30px !important;
    }

    #sidMythTwo .sidMyth__desc,
    #sidMythFour .sidMyth__desc {
        margin-left: 30px !important;
    }

    .sidMyth__road {
        margin: 0 30px;
    }

    #sidMythOne .sidMyth__number,
    #sidMythOne .sidMyth__title,
    #sidMythThree .sidMyth__number,
    #sidMythThree .sidMyth__title,
    #sidMythFive .sidMyth__number,
    #sidMythFive .sidMyth__title {
        padding-left: 30px;
        padding-right: 30px;
    }

    #sidMythTwo .sidMyth__number,
    #sidMythTwo .sidMyth__title,
    #sidMythFour .sidMyth__number,
    #sidMythFour .sidMyth__title {
        padding-left: 0px;
        padding-right: 30px;
    }

    .sidMyth__car {
        max-width: 100px;
    }
}

@media (max-width: 1080px) {
    .sidHero__container {
        max-width: 800px;
        text-align: center;
    }

    .sidHero__container>div {
        display: block;
    }

    .sidHero__subtitle {
        text-align: center;
    }

    .sidHero__title {
        max-width: none;
        margin-bottom: 32px;
        text-align: center;
    }

    .sidHero__description {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .sidMyth__heading h2 {
        font-size: 30px;
    }


    .sidMyth__desc p.show .sidMyth__icon--cross {
        background-color: var(--white) !important;
        opacity: 1 !important;
    }

    .sidMyth__desc p.show .sidMyth__icon--cross:before {
        background-color: var(--dark-gray);
    }

    .sidMyth__desc p.show .sidMyth__icon--cross:after {
        background-color: var(--dark-gray);
    }

    html.hidden {
        overflow: hidden;
    }

    .sidMyth__car {
        max-width: 80px;
    }

    #sidMythOne .right picture {
        padding-bottom: 0 !important;
    }

    .sidMyth__desc>div {
        justify-content: flex-start;
    }

    .sidMyth__desc p {
        background-color: rgba(0, 0, 0, 0.54);
        min-height: 100vh;
        max-height: 100vh;
        height: 100%;
        height: 100dvh;
        max-width: 100vw !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: fixed;
        padding: 0 !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.2s ease-out;
        visibility: hidden;
        z-index: 4;
    }

    .sidMyth__desc p span {
        background: white;
        border-radius: 6px;
        color: var(--white);
        max-width: 327px;
        padding: 18px 15px !important;
        text-align: center;
        width: 100%;
    }

    .sidMyth__desc p.show {
        visibility: visible;
        transition: all 0.3s ease-in;
    }

    .sidMyth__desc p.show span {
        color: var(--black);
    }

    .sidMyth__icon .sidMyth__icon--cross {
        opacity: 1;
    }

    .sidMyth__icon.show .sidMyth__icon--cross {
        opacity: 0;
    }

    .sidMyth__desc p.show .sidMyth__icon--cross {
        top: 65% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .sidMyth__reality {
        max-width: 100%;
        width: calc(100% - 40%);
    }

    .sidMyth__reality div {
        padding: 30px;
    }

    footer#sidMyth__footer .copyright {
        display: block !important;
    }

    footer#sidMyth__footer .copyright p {
        padding: 10px 15px 0;
    }
}

@media (max-width: 768px) {

    .sidMyth__desc,
    #sidMythOne .sidMyth__desc,
    #sidMythThree .sidMyth__desc,
    #sidMythFive .sidMyth__desc,
    #sidMythTwo .sidMyth__desc,
    #sidMythFour .sidMyth__desc {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sidMyth__reality div {
        padding: 30px 25px;
    }

    .sidHero {
        background-color: var(--lightBG);
        color: var(--black);
        padding: 54px 0;
    }

    .sidHero__container {
        padding: 0 20px;
    }

    .sidHero a {
        color: var(--black);
    }

    .sidHero__container>div {
        padding-bottom: 50px;
    }

    .sidHero__logo{
        padding-bottom: 80px;
    }

    .sidHero__logo:first-of-type{
        display: none;
    }

    .sidHero__logo.sidHero__logo--mobile{
        display: inline-block;
    }

    .sidHero__title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .sidHero__subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sidHero__subdescription{
        font-size: 22px;
        padding: 25px;
    }

    .left,
    .right {
        position: initial;
    }

    .sidMyth__reality {
        width: calc(100% - 10%);
    }
}

@media (min-width: 768px) {
    .mobile-show {
        display: none;
    }

    .mobile-hide {
        display: block;
    }

    #sidMythOne .sidMyth__desc>div:nth-child(3) {
        display: flex
    }

    #sidMythOne .left .sidMyth__desc,
    #sidMythTwo .right .sidMyth__desc,
    #sidMythThree .left .sidMyth__desc,
    #sidMythFour .right .sidMyth__desc,
    #sidMythFive .left .sidMyth__desc {
        display: none;
    }

    #sidMythFour .sidMyth__desc>div:nth-child(4) {
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) {
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }


    .sidMyth__desc>div {
        justify-content: center !important;
    }

    .sidMyth__desc .sidMyth__icon--cross {
        height: 25px !important;
        width: 25px !important;
    }

    .sidMyth__desc .sidMyth__icon--cross::before,
    .sidMyth__desc .sidMyth__icon--cross::after {
        height: 2px;
        width: 11px;
    }

    .sidMyth__road {
        display: none;
    }

    .sidMyth__car {
        max-width: 50px;
        z-index: 0;
    }

    .sidMyth__road--back {
        max-width: 60px !important;
    }

    .sidMyth {
        display: block;
    }

    .sidMyth__heading {
        display: none;
    }

    #sidMythOne .left {
        padding-top: 0;
    }

    #sidMythOne .sidMyth__heading.sidMyth__heading--mobile {
        margin-top: 0;
    }

    .sidMyth__heading.sidMyth__heading--mobile {
        margin-top: 30px;
    }

    .sidMyth__heading.sidMyth__heading--mobile {
        display: block;
    }

    .sidMyth__heading {
        background-color: var(--dark-purple);
        padding: 50px 40px;
        text-align: center;
        width: 100%;
    }

    .sidMyth__heading h3,
    .sidMyth__heading h2 {
        color: var(--white);
        margin: 0 auto !important;
        max-width: 307px;
    }

    .sidMyth__heading h2 {
        font-size: 17px;
        padding: 0 !important;
    }

    .sidMyth__heading h3 {
        font-size: 20px;
        padding: 0 0 10px !important;
    }

    .sidMyth__flex {
        gap: 70px;
    }

    #sidMythOne .left img {
        z-index: 1;
        position: relative;
        top: -30px;
        max-width: 270px !important;
    }

    .sidMythOne__tree--mobile {
        position: relative;
        top: -20px;
        width: 66px !important;
    }

    .sidMyth__reality {
        position: initial;
        transform: none;
    }

    .sidMyth__reality h3 {
        font-size: 20px;
    }

    .sidMyth__reality p {
        font-size: 17px;
    }

    #sidMythOne .sidMyth__desc>div:nth-child(1) img {
        padding-bottom: 20px !important;
        width: 76px;
    }

    #sidMythOne .right img {
        padding-bottom: 80px !important;
    }

    #sidMythOne .right img:nth-child(2) {
        padding-bottom: 0 !important;
    }

    #sidMythOne .right .sidMyth__desc {
        margin-left: 30px;
    }

    #sidMythOne .sidMyth__desc>div:nth-child(2) img {
        width: 88px;
    }

    #sidMythOne .sidMyth__desc>div:nth-child(3),
    #sidMythTwo .sidMyth__desc>div:nth-child(2),
    #sidMythThree .sidMyth__desc>div:nth-child(3),
    #sidMythFour .sidMyth__desc>div:nth-child(2),
    #sidMythFive .sidMyth__desc>div:nth-child(3) {
        display: none
    }

    #sidMythOne .left .sidMyth__desc>div:nth-child(1) img {
        width: 100px;
    }

    #sidMythOne .left .sidMyth__desc {
        margin-top: 100px;
        margin-left: 30px;
    }

    #sidMythOne .right .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        top: -30px;
    }

    #sidMythOne .right .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
        left: -25px;
        top: -18px;
    }

    #sidMythOne .left .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        right: -5px;
        top: -50px;
    }

    img#sidMythOneTree--two,
    img#sidMythThreeTree--two {
        top: 70%;
        width: 80px;
    }


    #sidMythTwo .left {
        padding-top: 110px;
    }

    #sidMythTwo .right {
        padding-top: 0;
    }

    #sidMythTwo .right .sidMythTwo--big {
        max-width: 200px !important;
        margin-bottom: 50px;
        position: relative;
        top: -10px;
    }

    #sidMythTwo .left .sidMyth__desc>div:nth-child(1) {
        padding-bottom: 130px;
    }

    #sidMythTwo .sidMyth__desc>div:nth-child(1) img {
        width: 75px;
    }

    #sidMythTwo .sidMyth__desc>div:nth-child(3) svg {
        width: 88px;
    }

    #sidMythTwo .right .sidMyth__desc>div:nth-child(1) img {
        width: 99px;
    }

    #sidMythTwo .sidMyth__flex .left>img {
        display: none;
    }

    #sidMythTwo .sidMyth__desc {
        margin-right: 35px;
        padding-bottom: 0;
    }

    #sidMythTwo .right .sidMyth__desc .sidMyth__icon--cross {
        top: 8px;
        right: -6px;
    }

    #sidMythTwo .left .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        left: -6px;
        top: -28px;
    }

    #sidMythTwo .left .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
        right: -12px;
        top: -30px;
    }

    #sidMythThree .left,
    #sidMythThree .right {
        padding-top: 0;
    }

    .sidMythThree--big {
        position: relative;
        top: -40px;
    }

    #sidMythThree .sidMyth__heading h2 {
        max-width: 220px;
    }

    #sidMythThree .left .sidMyth__desc {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    #sidMythThree .right .sidMyth__desc {
        margin-left: 35px;
        padding-top: 115px;
    }

    #sidMythThree .right .sidMyth__desc>div:nth-child(1) {
        padding-bottom: 50px;
    }

    #sidMythThree .sidMyth__desc>div:nth-child(1) img {
        width: 92px;
    }

    #sidMythThree .right .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        right: -6px;
        top: 5px;
    }

    #sidMythThree .sidMyth__desc>div:nth-child(2) img {
        width: 91px;
    }

    #sidMythThree .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
        left: -15px;
        top: -12px;
    }

    #sidMythThree .left .sidMyth__desc>div:nth-child(1) img {
        width: 90px;
    }

    #sidMythThree .left .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        right: -10px;
        top: -32px;
    }

    #sidMythFour .left {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    #sidMythFour .right {
        margin-top: 0;
    }

    .sidMythFour--big {
        max-width: 200px !important;
        position: relative;
        top: -40px;
    }

    #sidMythFour .sidMyth__desc {
        padding-top: 50px;
        margin-right: 30px
    }

    #sidMythFour .left .sidMyth__desc>div:nth-child(1) svg {
        width: 89px;
    }

    #sidMythFour .left .sidMyth__desc>div:nth-child(3) img {
        width: 55px;
    }

    #sidMythFour .right .sidMyth__desc>div {
        padding-bottom: 0 !important;
    }

    #sidMythFour .right .sidMyth__desc>div:nth-child(1) img {
        width: 95px;
    }

    #sidMythFour .sidMyth__desc>div:nth-child(1) {
        padding-bottom: 100px;
    }

    #sidMythFour .right .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        right: -5px;
        top: -10px;
    }

    #sidMythFour .left .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        right: -15px;
        top: -25px;
    }

    #sidMythFour .left .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
        right: 0;
        left: -26px;
        top: -25px;
    }

    .sidMythFourTree--two {
        padding-bottom: 50px;
        width: 150px;
    }

    #sidMythFiveTree--two {
        display: none;
    }

    #sidMythFive .sidMyth__desc>div svg {
        width: 90px;
    }

    #sidMythFive .left,
    #sidMythFive .right {
        margin-top: 0;
    }

    #sidMythFive .left .sidMyth__desc>div img {
        width: 130px;
    }

    .sidMythFive--big {
        max-width: 170px !important;
        position: relative;
        top: -50px;
    }

    #sidMythFive .right .sidMyth__desc {
        padding-top: 120px;
    }

    #sidMythFive .right .sidMyth__desc>div:nth-child(1) {
        padding-bottom: 100px;
    }

    #sidMythFive .left .sidMyth__desc {
        margin-left: 30px;
        padding-top: 0;
    }

    #sidMythFive .left .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        left: 0;
        top: -12px;
    }

    #sidMythFive .right .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
        left: auto;
        top: -30px;
        right: -10px;
    }

    #sidMythFive .right .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
        left: -15px;
        top: -28px;
    }

    #sidMythFive .sidMyth__heading h2 {
        max-width: 250px;
    }

    footer#sidMyth__footer>div {
        padding: 54px 20px;
        text-align: center;
    }

    footer#sidMyth__footer p {
        font-size: 17px;
    }

    footer#sidMyth__footer button {
        margin-bottom: 60px;
    }

    footer#sidMyth__footer ol {
        padding-left: 15px;
        text-align: left;
    }

    footer#sidMyth__footer img {
        float: none !important;
    }

    .sidMyth__road--back {
        height: 100dvh;
    }
}