.bodyContent {
    background-color: #040435;
}

.metaAristippus {}

.metaAristippus__date {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 27px;
}

.metaAristippus__date-span {
    font-weight: 900;
}

.metaAristippus__content {
    background: url(/assets/images/events/business_conference/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 30px;
    padding: 75px;
    background-size: cover;
    position: relative;
}

.ma {}

.ma__top {
    display: flex;
}

.maTop__left {
    flex: 1;
}

.maTop__text {
    font-size: 120px;
    font-weight: 800;
    color: #fffe00;
    text-shadow: 0px 15px 25px rgba(0, 10, 40, 0.25);
    line-height: 100%;
}

.maTop__right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.maTop__btnWrap {
    max-width: 436px;
    width: 100%;
    display: flex;
    height: 93px;
    box-shadow: 0px 15px 25px 0px rgba(0, 10, 40, 0.5);
    border-radius: 48px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 7px;
    background-color: rgb(255 255 255 / 30%);
}

.maTop__btn {
    background: rgba(200, 32, 144, 1);
    background: -moz-linear-gradient(left, rgba(200, 32, 144, 1) 0%, rgba(105, 20, 209, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(200, 32, 144, 1)), color-stop(100%, rgba(105, 20, 209, 1)));
    background: -webkit-linear-gradient(left, rgba(200, 32, 144, 1) 0%, rgba(105, 20, 209, 1) 100%);
    background: -o-linear-gradient(left, rgba(200, 32, 144, 1) 0%, rgba(105, 20, 209, 1) 100%);
    background: -ms-linear-gradient(left, rgba(200, 32, 144, 1) 0%, rgba(105, 20, 209, 1) 100%);
    background: linear-gradient(to right, rgba(200, 32, 144, 1) 0%, rgba(105, 20, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c82090', endColorstr='#6914d1', GradientType=1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 4px;
    transition: 500ms all;
}

.maTop__btn-span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff00;
    border-radius: 48px;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 500ms all;
}

.maTop__btn:hover .maTop__btn-span {
    filter: brightness(0.8);
}

.ma__infoBlock {
    margin-top: 70px;
}

.maInfoBlock__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.maInfoBlock__informer {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(51 72 131 / 35%);
    border-radius: 48px;
    padding: 7px;
    box-shadow: 0px 15px 25px 0px rgba(0, 10, 40, 0.5);
}

.maInfoBlock__informer-content {
    background-color: rgb(24 35 68 / 90%);
    border-radius: 48px;
    padding: 20px 60px;
    font-size: 24px;
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
}

.maInfoBlock__informerContent-span {
    font-weight: 600;
}

.ma__expect {
    margin-top: 68px;
}

.maExpect__title {
    color: #fffe00;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0px 15px 25px rgba(0, 10, 40, 0.25);
}

.maExpect__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

.maExpect__astronaut {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scaleFade 3s linear infinite;
}

.maExpectContent__elemWrap {
    max-width: 350px;
    width: 100%;
    margin-right: 125px;
    border-radius: 175px;
    background-color: rgb(51 72 131 / 35%);
    padding: 7px;
    box-shadow: 0px 15px 25px 0px rgba(0, 10, 40, 0.5);
    position: relative;
    z-index: 1;
}

.maExpectContent__elemWrap:last-of-type {
    margin-right: 0;
}

.maExpectContent__elem {
    background-color: rgb(24 35 68 / 90%);
    border-radius: 175px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    padding: 15px;
}

.maExpectContentElem__imgWrap {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    border: 4px solid #5c549c;
    width: 150px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin: 0 auto 30px;
}

.maExpectContentElem__img {
    width: 76px;

}

.maExpectContentElem__img2 {
    margin-left: -7px;
}

.maExpectContentElem__text {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.maExpectContentElem__imgWrap-border {
    background-color: #dadfeb;
    border: 4px solid #5c549c;
    border-radius: 50%;
    padding: 20px;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ma__timerWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.maTimer {
    display: flex;
}

.maTimer__col {
    margin-right: 64px;
}

.maTimer__col:last-of-type {
    margin-right: 0;
}

.maTimerCol__num {
    font-family: 'Bebas Neue';
    color: #ffffff;
    font-size: 106px;
    font-weight: bold;
    position: relative;
}

.maTimerCol__text {
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.maTimerWrap__title {
    color: #fffe00;
    font-size: 40px;
    font-weight: 800;
    margin-top: 20px;
    text-shadow: 0px 15px 25px rgba(0, 10, 40, 0.25);
}

.maTimerCol__num:after {
    content: ":";
    clear: both;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -40px;
    font-size: 106px;
    color: #fff;
    font-weight: bold;
}

.maTimer__col:last-of-type .maTimerCol__num:after {
    content: none;
}

.ma__btnWrap {
    max-width: 650px;
    width: 100%;
    margin: 68px auto 0;
    height: 95px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ma__btnWrap-img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -30px;
    transition: 500ms all;
}

.ma__btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(24 35 68 / 50%);
    border-radius: 48px;
    border: 3px solid #fffe00;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: 500ms all;
    text-align: center;
}

.ma__btn:hover {
    background-color: rgb(24 35 68 / 90%);
}

.ma__shareBtnWrap {
    max-width: 380px;
    width: 100%;
    margin: 70px auto -100px;
    position: relative;
}

.ma__shareBtnWrap-fbIcon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3f5ba5;
    z-index: 1;
    top: -20px;
    left: 30px;
}

.ma__shareBtnWrapFbIcon__img {}

.ma__shareBtn {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    border-radius: 26px;
    padding: 0 16px;
    color: #395398;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 15px 25px rgba(0, 10, 40, 0.25);
    -moz-transform: matrix(0.99964349376114, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(0.99964349376114, 0, 0, 1, 0, 0);
    -ms-transform: matrix(0.99964349376114, 0, 0, 1, 0, 0);
    transition: 500ms all;
}

.ma__astronaut2 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    animation: moveUpWithFade 3s linear infinite;
}

.ma__astronaut3 {
    position: absolute;
    bottom: 120px;
    right: 20px;
    animation: moveUpWithFade1 3s linear infinite;
}


@keyframes moveUpWithFade {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-20px);
        opacity: 1;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUpWithFade1 {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(20px);
        opacity: 1;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleFade {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.ma__shareBtn-link {
    position: relative;
}

.ma__shareBtn-link:hover .ma__shareBtn {
    filter: brightness(0.8);
}

.ma__btn-disable {

    filter: grayscale(1);

    cursor: no-drop;

    background-color: rgb(24 35 68 / 90%) !important;
}

.ma__eventTextWrap {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.maEventTextWrap__title {
    color: #fffe00;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0px 15px 25px rgb(0 10 40 / 25%);
    margin-bottom: 10px;
}

.maEventTextWrap__text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


.ma__tehProblem {
    max-width: 560px;
    width: 100%;
    margin: 50px auto 0;
}


.ios__warning {
    background-color: #fff;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.iosWarning__header {
    height: 30px;
    background-color: #a5190c;
}

.iosWarning__content {
    padding: 20px;
}

.iosWarningContent__title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #a5190c;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.iosWarningContent__p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #6f7180;
}

.iosWarningContent__p-large {
    font-weight: bold;
    font-size: 20px;
    color: #121212;
}

body.ru .ma__shareBtnWrap, body.es .ma__shareBtnWrap, body.it .ma__shareBtnWrap {
    max-width: 470px;
}

@media(max-width: 1500px) {
    .maTop__text {
        font-size: 80px;
    }

    .maExpectContent__elemWrap:not(:last-of-type) {
        margin-right: 88px;
    }

    .metaAristippus__content {
        padding: 35px;
    }

    .maTop__left {
        margin-right: 10px;
    }

    .ma__shareBtnWrap {
        margin: 70px auto -60px;
    }
}

@media(max-width: 1200px) {
    .metaAristippus__date {
        font-size: 40px;
    }

    .maTop__text {
        font-size: 60px;
    }

    .maTop__btnWrap {
        height: 70px;
    }

    .maTop__btn-span {
        font-size: 22px;
    }

    .ma__infoBlock {
        margin-top: 50px;
    }

    .maInfoBlock__title {
        margin-bottom: 20px;
    }

    .maInfoBlock__informer-content {
        font-size: 20px;
    }

    .ma__expect {
        margin-top: 50px;
    }

    .maExpect__title, .maEventTextWrap__title {
        font-size: 30px;
    }

    .maExpectContent__elemWrap:not(:last-of-type) {
        margin-right: 92px;
    }

    .maExpectContent__elem {
        min-height: initial;
        height: 250px;
    }

    .maExpectContentElem__imgWrap {
        height: 100px;
        width: 100px;
        margin: 0 auto 10px;
        border: 2px solid #5c549c;
    }

    .maExpectContentElem__imgWrap-border {
        width: 80px;
        height: 80px;
        border: 2px solid #5c549c;
    }

    .maExpectContentElem__text {
        font-size: 16px;
    }

    .maExpect__astronaut {
        max-width: 270px;
    }

    .ma__astronaut2,
    .ma__astronaut3 {
        max-width: 140px;
    }

    .ma__timerWrap {
        margin-top: 20px;
    }

    .maTimerWrap__title {
        font-size: 30px;
    }

    .ma__btnWrap {
        height: 65px;
    }

    .ma__btn {
        font-size: 18px;
    }

    .ma__btnWrap {
        max-width: 500px;
        margin: 30px auto 0;
    }

    .ma__btnWrap-img {
        max-width: 50px;
        left: -20px;
    }

    .maExpectContent__elemWrap {
        max-width: 264px;
    }

}

@media(max-width: 1024px) {
    .pageBlock {
        background-color: #040435;
    }
}

@media(max-width: 768px) {
    .metaAristippus__date {
        font-size: 30px;
    }

    .metaAristippus__date {
        margin-bottom: 10px;
    }

    .ma__top {
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .maTop__right {
        margin-top: 20px;
    }

    .ma__infoBlock {
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

    .maInfoBlock__informer-content {
        padding: 20px;
    }

    .ma__expect {
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

    .maExpect__title, .maEventTextWrap__title {
        font-size: 25px;
    }

    .maExpect__content {
        flex-direction: column;
        margin-top: 30px;
    }

    .maExpectContent__elemWrap:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .maTimerCol__num {
        font-size: 66px;
    }

    .maTimerCol__num:after {
        font-size: 66px;
    }

    .maTimerWrap__title {
        font-size: 25px;
    }

    .ma__btnWrap {
        max-width: 380px;
        font-size: 14px;
        position: relative;
        z-index: 1;
    }

    .ma__shareBtn {
        font-size: 18px;
    }

    .ma__shareBtnWrap {
        max-width: 310px;
        position: relative;
        z-index: 1;
    }

    .ma__shareBtnWrap-fbIcon {
        width: 66px;
        height: 66px;
        top: -7px;
        left: 20px;
    }

    .ma__btn {
        font-size: 14px;
    }

    .metaAristippus__content:after {
        content: "";
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 30%);
        border-radius: 30px;
    }

    .ma__shareBtnWrapFbIcon__img {
        max-width: 20px;
    }

    
body.ru .ma__shareBtnWrap, body.es .ma__shareBtnWrap, body.it .ma__shareBtnWrap {
    max-width: 370px;
}
}

@media(max-width: 576px) {
    .metaAristippus__content {
        padding: 15px;
    }

    .maTop__text {
        font-size: 35px;
    }

    .maInfoBlock__title {
        font-size: 20px;
    }

    .maInfoBlock__informer-content {
        font-size: 16px;
    }

    .maExpect__title, .maEventTextWrap__title {
        font-size: 20px;
    }

    .maTimer__col {
        margin-right: 24px;
    }

    .maTimerCol__num {
        font-size: 46px;
    }

    .maTimerCol__num:after {
        font-size: 46px;
        right: -16px;
    }

    .maTimerCol__text {
        font-size: 12px;
    }

    .maTimerWrap__title {
        font-size: 20px;
        text-align: center;
    }

    .ma__btnWrap-img {
        max-width: 30px;
        left: -10px;
    }

    .ma__astronaut2,
    .ma__astronaut3 {
        max-width: 90px;
    }

    .ma__shareBtn {
        height: 40px;
    }

    .ma__shareBtn {
        font-size: 16px;
    }

    .ma__shareBtnWrap-fbIcon {
        top: -12px;
        left: 10px;
    }

    .ma__shareBtnWrap {
        margin: 40px auto -30px;
    }

    .maEventTextWrap__text {
        font-size: 16px;
    }
}