
:root {

    --color_green: #089981;

}

@media (max-width: 1319px) {

    .mainWrapper .content {

        width: calc(100vw - 40px);

        margin: 0 20px;

    }



    .burgerMenu .burger {

        display: flex;

        flex-direction: column;

        width: 20px;

        height: 20px;

        position: absolute;

        gap: 7px;

        top: 26px;

        left: 20px;

    }

    .burgerMenu .burger span {

        display: flex;

        height: 2px;

        background-color: white;

    }

    .burgerBlock {
        width: 120px;
        padding: 20px 20px 5px 20px;
        background-color: #151716;
        color: white;
        position: absolute;
        top: 47px;
        left: -20px;
        border-radius: 0;
        z-index: 10;
    }



    .earthBlock {

        width: 100%;

        min-height: 970px;

    }

    .earthBlock .content .subtitle {

        color: #FFF;

        text-align: center;

        font-size: 32px;

        font-style: normal;

        font-weight: 300;

        line-height: 100%;

        margin-top: 14px;

    }

    header.Mobil .content {

        height: 75px;

    }

    .buttonblock.content {

        display: flex;

        flex-direction: column;

        gap: 20px;

    }

    .buttonblock .textblock {

        display: block;

        position: relative!important;

        width: 100%!important;

        text-align: center;

        font-size: 20px;

    }

    .content .title,.content .caption {

        font-size: 64px!important;

    }

    .movie.Desktop .videoContent .movieTitle {

        background: rgba(0, 0, 0, 0.65);

        margin-bottom: 59px;

        width: 469px;

    }



    .movie.Desktop .videoContent .movieTitle span {

        width: auto;

        height: 320px;

        padding-left: 20px;

        color: #FFF;

        font-size: 64px;

        font-style: normal;

        font-weight: 200;

        line-height: 100%; /* 64px */

        display: block;



    }

    .stepItem {

        width: 400px;

        height: 80px;

        border-radius: 58.501px;

        background: #6EFFC8;

        padding-left: 10px;

        gap: 15px;

        position: relative;

    }

    .regLeft img {

        width: 412px;

    }

    .stepsWrap {

        gap: 30px;

    }

    .stepItem svg {

        width: 60px!important;

    }

    .stepItem .couterStep .step {

        color: #161616;
        text-align: center;

        font-size: 17px;

        font-style: normal;

        font-weight: 300;

        line-height: 100%; /* 19.476px */

    }

    .stepItem .couterStep .number {

        color: #161616;

        text-align: center;

        font-size: 28px;

        font-style: normal;

        font-weight: 400;

        line-height: 100%; /* 32.46px */

    }

    .stepItem .stepDescr .nameStep {

        color: #161616;

        font-size: 28px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%; /* 38.953px */

        text-transform: uppercase;

    }

    .stepItem .stepDescr .descrStep {

        color: #161616;

        font-size: 17px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%;

        text-transform: uppercase;

    }

    .thirdText .title {

        color: #FFF;

        font-size: 24px!important;

        font-style: normal;

        font-weight: 500;

        line-height: 120%;

    }



}

@media (max-width: 1024px) {

    .descriptionRefWrap .dRight {

        right: 0!important;

    }

    .stepItem {

        width: 350px;

        height: 80px;

        border-radius: 58.501px;

        background: #6EFFC8;

        padding-left: 10px;

        gap: 15px;

        position: relative;

    }

    .content .title> svg {

        width: 45px;

    }

    .launchButton {

        display: flex;

        width: 250px;

        height: 50px;

        font-size: 12px;

    }

    .featureListWrapper {
 
        margin: 15px 0;

        gap: 22px;

        flex-wrap: wrap;

    }

    .featuresBlock .title span {

        top: 0px;

        display: flex;

        position: relative;

    }

    .mainimage img{

        width: 80%;

    }

    .swiper-horizontal {

        touch-action: pan-y;

    }

    .swiper {

        margin-left: auto;

        margin-right: auto;

        position: relative;

        overflow: hidden;

        list-style: none;

        padding: 0;

        z-index: 1;

        display: block;

    }

    .rightimage {

        position: absolute !important;

        height: auto;

        width: 23%;

        aspect-ratio: 247/506;

        right: 58px;

        top: -28px;

        border-radius: 24px;

        box-shadow: 0 0 4px 1px #ffffff;

    }

    .earthBlock {

        width: 100%;

        aspect-ratio: 1920/1024;

        min-height: auto;

        height: auto;

        padding-bottom: 50px;

    }

    .regLeft img {

        width: 380px;

    }

    .stepsWrap {

        gap: 20px;

    }

    .stepItem svg {

        width: 50px!important;

    }

    .stepItem .couterStep .step {

        color: #161616;

        text-align: center;

        font-size: 15px;

        font-style: normal;

        font-weight: 300;

        line-height: 100%; /* 19.476px */

    }

    .stepItem .couterStep .number {

        color: #161616;

        text-align: center;

        font-size: 24px;

        font-style: normal;

        font-weight: 400;

        line-height: 100%; /* 32.46px */

    }

    .stepItem .stepDescr .nameStep {

        color: #161616;

        font-size: 24px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%; /* 38.953px */

        text-transform: uppercase;

    }

    .stepItem .stepDescr .descrStep {

        color: #161616;

        font-size: 15px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%;

        text-transform: uppercase;

    }

}
@media (max-width: 900px) {
    .regLeft img {
        width: 250px!important;
    }
    .content .title, .content .caption {
        font-size: 35px !important;
    }
    .stepItem .stepDescr .descrStep {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .stepItem {

        width: 200px;
        height: 40px;
        border-radius: 58.501px;
        background: #6EFFC8;
        padding-left: 4px;
        gap: 10px;
        position: relative;

    }

    .regLeft img {

        width: 200px!important;

    }

    .stepsWrap {

        gap: 12px;

    }

    .stepItem svg {

        width: 32px!important;

    }

    .stepItem .couterStep .step {
        color: #161616;
        text-align: center;
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 19.476px */

    }

    .stepItem .couterStep .number {

        color: #161616;

        text-align: center;

        font-size: 13px;

        font-style: normal;

        font-weight: 400;

        line-height: 100%; /* 32.46px */

    }

    .stepItem .stepDescr .nameStep {

        color: #161616;

        font-size: 13px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%; /* 38.953px */

        text-transform: uppercase;

    }

    .stepItem .stepDescr .descrStep {

        color: #161616;

        font-size: 9px;

        font-style: normal;

        font-weight: 400;

        line-height: 120%;

        text-transform: uppercase;

    }

    .content .title,.content .caption {

        font-size: 30px!important;

    }
    #step1 {
        left: -70px;
    }

    #step3 {
        left: 20px;
    }

    #step4 {
        left: 20px;
    }
    #step6 {
        left: -70px;
    }

    .descriptionRefWrap .dLeft {

        width: 55%;

    }

    .descriptionRefWrap .dLeft .title{

        position: relative;

    }

    .descriptionRefWrap .dRight {

        width: 45%;

        position: relative;

        top: 34px;

        gap:5px;

        right: 0;

    }

    .levelBlock.big .levelWrap {

        height: 39px;

        width: 91%;

    }

    .levelBlock.mid .levelWrap {

        height: 28px;

        width: 93%;

    }

    .levelBlock.small .levelWrap {

        height: 19px;

        width: 95%;

    }

    .levelBlock.small svg {

        right: -2px;

        width: 31px;

    }

    .levelBlock.mid  svg {

        right: -2px;

        width: 38px;

    }

    .levelBlock.big svg {

        width: 50px;

    }

    .persLevel.big >svg {

        width: 80px;

    }

    .persLevel.mid >svg {

        width: 60px;

    }

    .persLevel.small >svg {

        width: 50px;

    }


}

@media (max-width: 722px) {

    .levelBlock.big .levelWrap {

        height: 39px;
        width: 90%;

    }

    .levelBlock.mid .levelWrap {

        height: 28px;
        width: 93%;

    }

    .levelBlock.small .levelWrap {

        height: 19px;
        width: 94%;

    }

    .levelBlock.small svg {

        right: -2px;
        width: 31px;

    }

    .levelBlock.mid  svg {

        right: -2px;
        width: 38px;

    }

    .levelBlock.big svg {

        width: 50px;

    }

}

@media (max-width: 650px) {
    #features > .content > .title svg {
        height: 70px;
    }
    #features > .content > .title {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .levelBlock.big .levelWrap {

        height: 39px;
        width: 89%;

    }

    .levelBlock.mid .levelWrap {

        height: 28px;
        width: 92%;

    }

    .levelBlock.small .levelWrap {

        height: 19px;

        width: 94%;

    }

    .levelBlock.small svg {

        right: -2px;

        width: 31px;

    }

    .levelBlock.mid  svg {

        right: -2px;

        width: 38px;

    }

    .levelBlock.big svg {

        width: 50px;

    }


}




@media (max-width: 567px) {

    footer.mainWrapper a.logotip svg{max-width: 100px;}

    .burgerMenu .burgerBlock a:hover{
        color:#089880!important;
        font-weight:400;
    }
    .burgerMenu .burgerBlock {
        gap:10px;
    }
    .burgerMenu .burgerBlock a {
        width: auto;
        line-height: 31px !important;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 18px */

    }

    .featuresBlock{overflow-x: hidden;}

    .referalWrap {
        padding: 20px 0;
        background-image: none;
    }
    .justigeWrap .content .imageWrap{
        display: none;
    }
    .justigeWrap .content .textWrap {
        width: 100%;
    }


    .registerSteps {
        margin: 20px 0;
    }

    .featureListWrapperSlider {
        overflow: hidden;
        width: 100%;
    }

    .justigeWrap {
        margin: 15px 0;
    }

    .featureListWrapper .featureItem {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Desktop {
        display: none !important;
    }

    .featureListWrapper .featureItem .description {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }


    .Mobil {

        display: flex !important;

        position: relative;

    }

    .registerSteps .content {
        justify-content: left !important;
    }

    .Mobil.mobtitle {

        width: calc(100vw - 60px);

        margin: 0 auto;

        display: block !important;

        padding-top: 1em;

    }

    .Mobil.imageWrap {
        height: 180vw;
        border-radius: 0 0 35px 35px;
    }

    .Mobil .rightimage {
        position: relative !important;
        width: 293px;
        left: 0px;
        top: 60px !important;
        margin: 0 0;
        aspect-ratio: 247 / 506;
        right: auto;
        box-shadow: none;
        z-index: 2;
        height: 583px;
        border-radius: 0 0 45px 45px;
    }

    .featureListWrapperSlider .featureListWrapper {
        flex-wrap: unset !important;
    }

    .Mobil .cover {

        position: absolute !important;
        height: auto;
        width: 320px;
        margin: 0 auto;
        aspect-ratio: 247/506;
        z-index: 1;
        background-size: cover;

    }

    .Mobil.mobtitle .text {

        color: #ffffff;
        font-size: 2em;
        font-style: normal;
        font-weight: 300;
        line-height: 40px; /* 138.889% */
        background: linear-gradient(180deg, #F4EEEE 0%, #555 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0 20px 40px 0;

    }
    .burgerMenu .burger {
        display: flex;
        flex-direction: column;
        width: 15px!important;
        height: 15px!important;
        position: absolute;
        gap: 3px!important;
        top: 26px;
        left: 20px;
    }

    .swiper-mybutton-prev, .swiper-mybutton-next {

        width: 30px;

        height: 30px;

        background-position: center center;

        background-repeat: no-repeat;

        background-size: 100%;

        position: absolute;

        top: var(--swiper-navigation-top-offset, 50%);

        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));

        z-index: 10;

        cursor: pointer;

        display: flex;

        align-items: center;

        justify-content: center;

        color: var(--swiper-navigation-color, var(--swiper-theme-color));


    }

    .swiper-mybutton-prev {

        background-image: url("/css/images/activeL.png");

        left: var(--swiper-navigation-sides-offset, 10px);

        right: auto;

    }

    .swiper-mybutton-prev.swiper-button-disabled {

        background-image: url("/css/images/inactiveL.png");

    }

    .swiper-mybutton-next {

        background-image: url("/css/images/activeR.png");

        right: var(--swiper-navigation-sides-offset, 10px);

        left: auto;

    }

    .swiper-mybutton-next.swiper-button-disabled {

        background-image: url("/css/images/inactiveR.png");

    }

    .movie.Mobil .content {

        position: absolute;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 0;
        background: rgba(38, 36, 36, 0.57);
        bottom: 0;

    }


    .movie.Mobil .content .movieTitle {

        color: #FFF;
        text-align: center;
        font-family: "Codec Pro";
        font-size: 34px;
        font-style: normal;
        font-weight: 300;
        line-height: 40px;
        margin: 10px auto 10px auto;
        padding: 20px 20px !important;

    }

    .movie.Mobil {
        padding-top: 0;
    }
    header .content {
        padding: 10px 0;
    }
    header .logotip {
        width: 100px;
    }
    .movie.Mobil video {
        width: 100%;
        margin: 0 auto;
        /*border-radius: 20px;*/
        /*border: 1px solid #8a8686;*/

    }

    .moveWrap {

        height: auto;

    }

    .textblock {

        display: none !important;

    }

    .buttonblock {

        margin: 30px auto !important;

    }

    .earthBlock .buttonWrap {

        margin-top: 50px;

    }


    .featuresBlock {

        margin: 0 auto;

    }
    .stepItem {
        width: 250px !important;
        height: 45px;
        gap: 10px;
        position: relative;
    }
    .stepsWrap {
        gap: 16px; !important
    }

    .stepItem svg {
        max-width: 28px!important;
        min-width: 28px!important;
    }

    .stepItem .couterStep .step {
        color: #161616;
        text-align: center;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 19.476px */
    }

    .stepItem .couterStep .number {
        color: #161616;
        text-align: center;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 32.46px */

    }

    .stepItem .stepDescr .nameStep {
        color: #161616;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 38.953px */
        text-transform: uppercase;

    }
    .descriptionRefWrap, .formblock {
        padding: 11px 15px!important;
    }
    .stepItem .stepDescr .descrStep {
        color: #161616;
        font-size: 9px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;

    }
    .descriptionRefWrap .dLeft {
        width: 70%!important;
    }
    .descriptionRefWrap .dRight {
        width: 30%!important;
        top:25px!important;
    }
    .arrowSmall {
        gap: 46%!important;
    }
    .persLevel.small {
        gap: 28%;
        width: 100%;
    }
    .bottomText {
        color: white;
        width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
        margin-top: 30px;
        display: block;
        text-align: center;
    }
    .mainWrapper .content .bottomMenu {
        border-top: 1px #404954 solid;
        border-bottom: 1px #404954 solid;
        padding: 2em 0;
        width: 100%;
        gap: 30px;
    }
    .persLevel.big >svg {
        width: 60px!important;
    }

    .persLevel.mid >svg {
        width: 40px!important;
    }

    .persLevel.small >svg {
        width: 30px!important;
    }
    .levelBlock.big .levelWrap {

        height: 39px;
        width: 89%;
        font-size: 11px;

    }

    .levelBlock.mid .levelWrap {

        height: 28px;
        width: 92%;
        font-size: 9px;
    }

    .levelBlock.small .levelWrap {

        height: 19px;
        width: 94%;
        font-size: 7px;
    }
    .Mobil .regLeft img {
        width: 60px!important;
    }
    .registerSteps .Mobil {
        width: 100%!important;
        max-width: 400px!important;
        margin: 0 auto!important;
    }
    .registerSteps .Mobil .regLeft {
        max-width: 60px;
    }
    .registerSteps .Mobil .regright {
        width: calc(100% - 80px);
    }
    .registerSteps .Mobil .title {
        text-align: center;
        color: white;
        margin: 0px 0 30px;

    }
    .registerSteps .Mobil .title span {
        color: var(--color_green);
    }
    #step1 {
        left: -20px!important;
    }
    #step2{
        left: 10px!important;
    }

    #step3 {
        left: 30px!important;
    }

    #step4 {
        left: 30px!important;
    }

    #step5 {
        left: 10px!important;
    }

    #step6 {
        left: -20px!important;
    }

    .buttonContent {
        margin: 50px 0 30px!important;
    }

    #referal .buttonContent{
         margin: 20px 0 20px!important;
    }
}


@media (max-width: 480px) {
    .regLeft {
        position: relative;
    }
    .regLeft img {
        width: 150px!important;
    }
    .content .regLeft .title {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        font-weight: 400;
        justify-content: center;
        align-items: center;
        top:36%
    }

    #step1 {
        left: -50px;
    }
    #step3 {
        left: 20px;
    }
    #step4 {
        left: 20px;
    }
    #step6 {
        left: -50px;
    }
    .stepItem {
        width: 250px !important;
        height: 40px;
        gap: 10px;
        position: relative;
    }

}
@media (max-width: 400px) {

    .regLeft img {
        width: 150px !important;
    }
    .levelBlock.big .levelWrap {
        height: 28px;
        width: 89%;
        font-size: 11px;
    }

    .levelBlock.mid .levelWrap {
        height: 24px;
        width: 92%;
        font-size: 9px;
    }

    .levelBlock.small .levelWrap {
        height: 19px;
        width: 94%;
        font-size: 8px;

    }

    .levelBlock.big svg {
        width: 40px;
    }
    .levelBlock.mid svg {
        right: -2px;
        width: 30px;
    }
    .levelBlock.small svg {
        right: -2px;
        width: 25px;
    }

    .persLevel.big >svg {

        width: 40px;

    }

    .persLevel.mid >svg {

        width: 30px;

    }

    .persLevel.small >svg {

        width: 25px;

    }

    .descriptionRefWrap .dLeft {

        width: 70%

    }

    .descriptionRefWrap .dLeft  .title {

        color: #FFF;
        text-align: left;
        font-size: 24px!important;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 28.8px */

    }

    .descriptionRefWrap .dRight{
        width: 30%;
        gap: 5px;
        top: 20px;
    }

    .descriptionRefWrap, .formblock {

        width: 100%;

        border-radius: 20px;

        border: 2px solid #089880;

        background: #161616;

        padding: 19px 10px;

        margin: 20px auto;

    }

    .arrowSmall {

        gap: 12px;

    }

    .arrowSmall svg{

        width: 20px;

    }

    .persLevel.small {

        gap: 18px;

    }

    .bottomText{

        font-size: 11px;

    }

}
@media (max-width: 380px) {
    .bottomMenu {
        flex-direction: column!important;
        gap:30px;
        justify-content: center!important;
    }
    .bottomMenu .menuColumns {
        flex-direction: column!important;
        flex-wrap: wrap!important;
        gap: 10px;
    }
    .menuList > div {
        font-weight: 300!important;
    }

    .levelBlock.big {

        height: 70px;

    }

    .levelBlock.mid {

        height: 50px;

    }

    .levelBlock.small {

        height: 30px;

    }
    .regLeft {
        position: relative;
    }
    .regLeft img {
        width: 130px !important;
        left: -16px;
        position: relative;
    }
    .Mobil.imageWrap {
        width: auto!important;
    }
    .content .regLeft .title {
        display: flex;
        flex-direction: column;
        font-size: 21px !important;
        font-weight: 400;
        justify-content: center;
        align-items: center;
        top: 34%;
        left: 5%;
    }

    .stepItem {
        width: 200px !important;
        height: 40px;
        gap: 10px;
        position: relative;
    }
    .stepsWrap {
        gap: 17px; !important
    }

    .stepItem svg {
        width: 28px!important;
    }

    .stepItem .couterStep .step {
        color: #161616;
        text-align: center;
        font-size: 10px !important;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 19.476px */
    }

    .stepItem .couterStep .number {
        color: #161616;
        text-align: center;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 32.46px */

    }

    .stepItem .stepDescr .nameStep {
        color: #161616;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 38.953px */
        text-transform: uppercase;

    }

    .stepItem .stepDescr .descrStep {
        color: #161616;
        font-size: 9px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;

    }

    #step1 {
        left: -40px !important;
    }
    #step2 {
        left: -10px !important;
    }
    #step3 {
        left: 10px !important;
    }

    #step4 {
        left: 10px!important;
    }
    #step5 {
        left: -10px !important;
    }
    #step6 {
        left: -40px !important;
    }
    .levelBlock.big .levelWrap {
        height: 28px;
        width: 89%;
        font-size: 9px!important;
    }

    .levelBlock.mid .levelWrap {
        height: 24px;
        width: 92%;
        font-size: 7px!important;
    }

    .levelBlock.small .levelWrap {

        height: 19px;
        width: 94%;
        font-size: 6px!important;
    }
    .subLevel {
        width: 100%;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }
    .levelBlock.mid {
        height: 50px;
    }
    .persLevel {
        height: 51px;
    }
    .descriptionRefWrap .dRight{
        gap:0px!important;
        top: 25px!important;
        width: 40%!important;
    }

    .descriptionRefWrap .dLeft{
        width: 60%!important;
    }
    .arrowBig {
        width: 30px;
    }
    .arrowBig svg {
        width: 24px;
    }
    .mainWrapper .content .bottomMenu {
        border-top: 1px #404954 solid;
        border-bottom: 1px #404954 solid;
        padding: 2em 0;
        width: 100%;
        gap: 17px;
    }
    .persLevel.big > svg {
        width: 48px!important;
    }

}
@media (max-width: 350px) {
    .levelBlock.big .levelWrap {
        height: 28px;
        width: 89%;
        font-size: 9px!important;
    }

    .levelBlock.mid .levelWrap {
        height: 24px;
        width: 92%;
        font-size: 7px!important;
    }

    .levelBlock.small .levelWrap {

        height: 19px;
        width: 94%;
        font-size: 6px!important;
    }
    .subLevel {
        width: 100%;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }
    .descriptionRefWrap .dRight {
        gap: 0px !important;
        top: 39px !important;
        width: 40% !important;
    }
    .featureListWrapper .featureItem {
        width: 75vw;
        height: 340px;
        border: 1px #575757 solid;
        border-radius: 24px;
        padding: 22px;
        background-color: #222;
        gap: 20px;
        margin: 0 auto;
        margin-right: auto;
    }
    .Mobil .rightimage {
        position: relative !important;
        width: 90vw;
        left: 0px;
        top: 50px !important;
        margin: 0 0;
    //aspect-ratio: 247 / 506;
        right: auto;
        box-shadow: none;
        z-index: 2;
        height: 176vw;
        border-radius: 48px;
    }
    .Mobil .cover {
        position: absolute !important;
        height: auto;
        width: 95vw;
        margin: 0 auto;
        aspect-ratio: 247/506;
        z-index: 1;
        background-size: cover;
    }
    .registerSteps .regLeft img {
        min-width: 5px !important;
        width: 50px!important;
    }
    .Mobil.imageWrap {
        height: 194vw;
        border-radius: 0 0 35px 35px;
    }
}
/* Video  */
@media (min-width: 568px) AND (max-width: 1280px){
    .movie.Desktop .videoContent .movieTitle span {
        width: 100%;
        height: auto;
        padding: 20px;
        color: #FFF;
        font-size: clamp(
                28px,
                calc(28px + (100vw - 568px) * (36 / 712)),
                64px
        );
        font-style: normal;
        font-weight: 200;
        line-height: 100%;
        display: block;
        position: relative;
       /*top:  calc(100px - (100vw - 568px) * (140/ 712));*/
    }
    .movie.Desktop .videoContent .movieTitle {
        margin-bottom: 0;
        width: 45%;
        bottom: 30px;
        position: relative;
    }
}
