/*
Theme Name: intema
Theme URI:
Author: imhvost
Author URI: https://imhvost.top/
Description:
Version: 1.0.0
License:
License URI:
Text Domain:
Tags:
*/
.header.header-white.fixed .header-menu a {
    color: #6F7075;
}

.header.header-white .header-menu .active a {
    color: #fff;
}

.header__info {
    display: none;
}

.header__btn--mob {
    display: none;
}

.header.fixed .header-btn-wrapp--demoday .header-btn {
    border: 2px solid #ffffff;
}
.accelerator .accelerator-row.accelerator-row--three {
    grid-template-columns: auto;
}
.program-body--active.program-body {
    height: auto;
}

@media (max-width: 767px) {
    .header-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 134px;
    }

    .header-menu {
        align-items: flex-start;
    }

    html body .header .header-nav .header-nav-body .header-menu a {
        font-size: 36px;
        color: #ffffff;
        font-weight: 500;
        line-height: 40px;
    }

    .header-menu li {
        padding-bottom: 12px;
    }

    .header.header-white .header-menu a span {
        padding: 0;
    }

    .header__info {
        display: block;
        margin-top: 32px;
        padding-bottom: 170px;
    }

    .header__mail {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        margin-bottom: 32px;
        color: #6F7075;
    }

.header__mail a {
        color: #ffffff;
    }

    .header__adr {
        font-size: 14px;
        line-height: 20px;
        color: #6F7075;
    }

    .header-nav-is-open .header__btn--mob {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 5000;
        display: block;
        width: 100%;
        background: #1A1A1B;
    }

    .header-nav-is-open .header__btn--mob::after {
        content: '';
        position: absolute;
        background: linear-gradient(360deg, #1A1A1B 0%, rgba(26, 26, 27, 0) 100%);
        width: 100%;
        bottom: 100%;
        height: 40px;
        left: 0;
    }

    .header-nav-is-open .header__btn--mob .btn {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .header-nav-body {
        opacity: 1;
        transform: none;
        display: flex;
        align-items: center;
        width: 100%;
    }
}

.program-more {
    padding-top: 68px;
}

.program-more-title {
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.program-more-row {
    display: flex;
    margin: 0 -16px;
    padding-bottom: 56px;
}

.program-more-item {
    padding: 32px;
    background-image: url(img/bg_more.png);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 16px;
    width: 25%;
}

.section-info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6F7075;
    margin-top: 11px;
    text-transform: none;
}



@media screen and (max-width: 1280px) {
    .program-more-row {
        flex-wrap: wrap;
        margin: -16px;
    }

    .program-more-item {
        width: calc(50% - 32px);
        margin: 16px;
    }
}

@media screen and (max-width: 768px) {
    .program-more-item {
        width: calc(100% - 32px);
        margin: 16px;
    }
}

.mentors-body.slide-toggle-body:after {
    display: none;
}

.mentor-tabs {
    position: relative;
    display: flex;
    padding-bottom: 1.166666rem;
    border-bottom: 1px solid #9f9eae;
    margin-bottom: 120px;
}

.mentor-tab {
    margin: 0 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.mentor-tab:first-child {
    margin-left: 0;
}

.mentors .section-head {
    margin-bottom: 0;
}

.mentors .section-head::before {
    display: none;
}

.mentor-tabs-line {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 24px;
    background: #6B71FF;
    transition: all .5s;
}

.mentors-body {
    display: block;
}

.mentors-content {
    position: absolute;
    top: 7px;
    left: 0;
    background: #ffffff;
    right: unset;
    width: 100%;
    height: 100%;
}

.mentors-body--active .mentors-row {
    margin-bottom: 0;
}

.mentors-content {
    opacity: 0;
}

.mentors-content.mentors-body--active {
    opacity: 1;
    transform: translateX(0);
    z-index: 50;
}

.mentors-body--active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 700;
}

.bio__content {
    max-height: 100vh;
    overflow: auto;
}

.modal--bio {
    background: #FFFFFF;
}

.modal.modal--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal__cross {
    position: fixed;
    top: 48px;
    right: 80px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 701;
}

.bio__row {
    display: flex;
    justify-content: space-between;
}

.bio__content::-webkit-scrollbar {
    display: none;
}

.bio__photo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bio__content {
    width: 50%;
    padding-left: 16px;
    padding-right: 110px;
    padding-top: 240px;
}

.modal__cross {
    background: url("img/close_noise.jpg") 0 0 no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bio__name {
    font-weight: 500;
    font-size: 52px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #202020;
    margin-bottom: 8px;
}

.bio__pos {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #202020;
    margin-bottom: 80px;
}

.bio__quote {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #202020;
    margin-bottom: 64px;
    position: relative;
}

.bio__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #202020;
    padding-bottom: 48px;
}

.bio__text p {
    margin-bottom: 11px;
}

.bio__photo_wrap {
    max-width: 522px;
}

.bio__quote_img {
    position: absolute;
    top: -48px;
    left: 0;
    z-index: -1;
}

.slide-toggle-link-wrapp--hide {
    display: none;
}

.modal__cross,
.modal__cross img {
    transition: all .5s;
}

.startups-col:nth-child(2) .startups-item-arrow use {
    fill: #9170D8;
}

.startups-col:nth-child(3) .startups-item-arrow use {
    fill: #00B6E6;
}

.startups-col:nth-child(4) .startups-item-arrow use {
    fill: #339F35;
}

.startups-col:nth-child(5) .startups-item-arrow use {
    fill: #4570EA;
}

.startups-col:nth-child(6) .startups-item-arrow use {
    fill: #78D6A3;
}

.startups-col:nth-child(7) .startups-item-arrow use {
    fill: #F73939;
}

.startups-col:nth-child(8) .startups-item-arrow use {
    fill: #4570EA;
}

.startups-col:nth-child(9) .startups-item-arrow use {
    fill: #9170D8;
}

.startups-col:nth-child(10) .startups-item-arrow use {
    fill: #00B6E6;
}

.startups-col:nth-child(11) .startups-item-arrow use {
    fill: #78D6A3;
}

.mentors-item-body {
    position: relative;
}

.mentors-detail {
    position: absolute;
    top: 100%;
    left: 0;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #6B71FF;
    overflow: hidden;
}

.mentors-detail span {
    transition: all .5s;
    position: relative;
    top: 21px;
}

.mentors-col {
    margin-top: 15px;
}

[data-mentor-id] {
    cursor: pointer;
}

.mentors-col:hover .mentors-detail span {
    top: 0;
}

@media screen and (min-width: 768px) {
    .modal__cross:hover {
        transform: scale(.8);
    }

    .program-item-time {
        text-align: left;
    }

    .program-item {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .mentors-detail {
        display: none;
    }

    .bio__row {
        flex-wrap: wrap;
        padding-top: 52px;
    }

    .bio__photo {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .bio__photo_wrap {
        max-width: 50%;
    }

    .bio__name {
        margin-bottom: 16px;
    }

    .bio__pos {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.01em;
        color: #202020;
        margin-bottom: 56px;
    }

    .bio__quote {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.02em;
        color: #202020;
        margin-bottom: 56px;
    }

    .bio__content {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .modal__cross {
        width: 56px;
        height: 56px;
        top: 24px;
        right: 24px;
    }

    .bio__text {
        font-size: 16px;
        line-height: 24px;
    }

    .bio__quote_img {
        width: 80px;
        top: -32px;
    }

    .mentors .section-head {
        padding-bottom: 40px;
    }

    .mentor-tab {
        font-size: 14px;
        line-height: 20px;
        margin: 0 8px;
    }

    .mentor-tabs {
        margin-bottom: 36px;
    }

    .bio__row {
        max-height: 100vh;
        overflow: auto;
    }

    .bio__row::-webkit-scrollbar {
        display: none;
    }

    .bio__content {
        max-height: auto;
        overflow: visible;
    }

    .bio__row {
        max-height: 100vh;
        overflow: auto;
    }
}

.transition {
    transition: height 1s;
}

.modal .container,
.bio__row {
    height: 100%;
}

.bio__photo_wrap {
    position: relative;
    width: 100%;
    padding: 50px;
}

.bio__photo_wrap img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    min-width: 170px;
}

.bio__photo_wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
}

/*[data-mentor-shape="1"] .bio__photo_wrap::before {*/
/*    background: #5588EC;*/
/*    bottom: 10%;*/
/*    left: 10%;*/
/*    width: 37%;*/
/*    height: 40%;*/
/*    transform: rotate(45deg);*/
/*}*/
/*[data-mentor-shape="2"] .bio__photo_wrap::before {*/
/*    background: #5664E0;*/
/*    top: 10%;*/
/*    left: 10%;*/
/*    width: 37%;*/
/*    height: 40%;*/
/*}*/
/*[data-mentor-shape="3"] .bio__photo_wrap::before {*/
/*    bottom: 10%;*/
/*    left: 8%;*/
/*    width: 35%;*/
/*    height: 34%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    background-color: #41C284;*/
/*}*/
/*[data-mentor-shape="4"] .bio__photo_wrap::before {*/
/*    bottom: 10%;*/
/*    left: 8%;*/
/*    width: 35%;*/
/*    height: 34%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    background-color: #5664E0;*/
/*}*/
/*[data-mentor-shape="5"] .bio__photo_wrap::before {*/
/*    background: #5588EC;*/
/*    bottom: 8%;*/
/*    right: 15%;*/
/*    width: 25%;*/
/*    height: 34%;*/
/*    transform: rotate(45deg);*/
/*}*/
/*[data-mentor-shape="6"] .bio__photo_wrap::before {*/
/*    background: #754DA8;*/
/*    top: 8%;*/
/*    left: 15%;*/
/*    width: 25%;*/
/*    height: 34%;*/
/*    transform: rotate(45deg);*/
/*}*/
/*.bio__photo_wrap {*/
/*    min-width: 170px;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .bio__photo_wrap {*/
/*        padding: 10px;*/
/*    }*/
/*    [data-mentor-shape="2"] .bio__photo_wrap::before {*/
/*        top: 6%;*/
/*        left: 6%;*/
/*    }*/
/*    [data-mentor-shape="6"] .bio__photo_wrap::before {*/
/*        top: 6%;*/
/*        left: 8%;*/
/*    }*/
/*}*/
.row {
    display: flex;
    margin: 0 -16px;
}

.col {
    padding: 0 16px;
}

.article__head {
    font-weight: 500;
    font-size: 5.555555555555555rem;
    line-height: 4.888888888888889rem;
    letter-spacing: -0.05em;
    color: #202020;
    margin-bottom: 8px;
    max-width: calc(100% / 12 * 9);
}

.short__left {
    width: calc(100% / 12 * 9);
}

.short__right {
    width: calc(100% / 12 * 2);
}

.short__row {
    justify-content: space-between;
    align-items: flex-end;
}

.short__img {
    max-width: 6.666666666666667rem;
    max-height: 6.666666666666667rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.1111111111111112rem;
}

.short__name {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2222222222222222rem;
}

.short__author {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.short__text {
    line-height: 1.64;
}

.short__pos {
    text-align: center;
}

.short {
    margin-bottom: 6.666666666666667rem;
}

.article__img {
    margin-bottom: 6.666666666666667rem;
}

.container__article {
    padding: 0 20px;
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
}

.article__text p {
    margin-bottom: 2rem;
    line-height: 1.64;
}

.article__text a[href="#more"] {
    color: #202020;
    display: inline-block;
    border: 0.1111111111111111em solid #202020;
}

.article__text {
    margin-bottom: 4.445rem;
}
.article__text ul,
.article__text ol{
       padding-left: 20px;
}
.article__text ul li{
       list-style: disc;
}
.article__text ol li{
       list-style: auto;
}

.quota__container {
    padding-left: 2.6666666666666665rem;
    border-left: 4px solid #9170d8;
    margin-left: -4px;
}

.quota__text {
    font-weight: 500;
}

.article__text p:last-child {
    margin-bottom: 0;
}

.quota__text+.quota__row {
    margin-top: 2.2rem;
}

.quota__img {
    max-width: 64px;
    max-height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.quota__name {
    font-weight: 500;
}

.quota__row {
    align-items: center;
}

.quota {
    margin-bottom: 4.445rem;
}

.article__text h1,
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
    margin-bottom: 2.222rem;
    font-size: 2rem;
    line-height: 1.11;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.video__img {
    position: relative;
    cursor: pointer;
}

.video__img img {
    position: relative;
    z-index: 5;
    display: block;
    transition: opacity .5s;
}

.video__row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8.8888rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    display: flex;
    align-items: center;
    padding: 0 2.888em;
    z-index: 6;
    transition: opacity .5s;
}

.video__play {
    margin-right: 26px;
}

.video__name {
    color: #ffffff;
}

.video__frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video__img--active .video__row,
.video__img--active img {
    opacity: 0;
    visibility: hidden;
}

.article_video {
    margin-bottom: 4.444rem;
}

.article__btn {
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background: #1A1A1B;
    display: block;
}

.article__table {
    margin-bottom: 80px;
}

.article__table tr td:first-child {
    padding-left: 0;
}

.article__table tr td:last-child {
    padding-right: 0;
}

.article__table tr td {
    font-size: 1rem;
    line-height: 1.5556rem;
    color: #202020;
    width: 33.333%;
    padding: 2.222rem 0;
    padding-left: .888888rem;
    padding-right: .888888rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(159, 158, 174, 0.15);
    letter-spacing: -0.01em;
}

.article__table tr:first-child td {
    font-weight: 500;
    padding-bottom: 1.333rem;
    border-bottom: 1px solid #1a1a1b;
    padding-top: 0;
}

.gallery__left {
    width: calc(100% / 12 * 10);
}

.gallery__right {
    width: calc(100% / 12 * 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery__arrows {
    display: flex;
    margin: 0 -11px;
    align-items: center;
}

.gallery__arrows>* {
    padding: 0 11px;
}

.gallery__pagin {
    font-weight: 500;
}

.gallery__arrow {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.article__gallery {
    margin-bottom: 4.444rem;
}

.form--article {
    /*width: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

.article__form {
    padding-top: 6.66666rem;
    padding-bottom: 3.333333rem;
    background-image: url(img/noise.jpg);
    background-size: 28.44rem 28.44rem;
}

.page-article {
    padding-bottom: 0;
    padding-top: 48px;
}

.form__title {
    margin-bottom: 2.888rem;
    text-align: center;
}

.article__nav {
    position: static;
}

.article__navigate {
    min-width: 112px;
    min-height: 80px;
}

.article__top {
    justify-content: space-between;
    align-items: center;
}

.article__cat {
    font-weight: 700;
    text-transform: uppercase;
}

.article__cat p {
    letter-spacing: 0.04em;
}

.article__row {
    align-items: center;
}

.article__dot {
    width: 3px;
    height: 3px;
    background-color: #202020;
}

.article__top {
    margin-bottom: 12rem;
}

.article__share {
    position: fixed;
    display: block;
    margin: 0;
}

.article__share a {
    opacity: .2;
}

.article__icon image,
.article__icon svg {
    max-width: 100%;
}

.article__icon img {
    max-width: 1.7777777777777777rem;
    display: block;
}

.article__icon {
    margin-bottom: 32px;
    display: block;
    max-width: 32px;
}

.label--pos {
    width: 22.222222rem;
    padding: 1.333333rem;
    background-image: url(img/noise.jpg);
    background-size: 28.44rem 28.44rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}

.label--pos--active {
    opacity: 1;
    visibility: visible;
}

.label__title {
    font-weight: 500;
    margin-bottom: 1.111111rem;
}

.article__date {
    color: #A2A1B9;
}

.article__img img {
    display: block;
    position: absolute;
    width: 100%;
}

.article__img {
    position: relative;
    max-height: 36.44444444444444rem;
    height: 100vh;
    overflow: hidden;
}

.article__navigate--fix {
    z-index: 50;
}

.article__slide img {
    display: block;
}

[data-quiz-id]:not([data-quiz-id=""]) {
    display: none;
}

.tbl__name {
    display: none;
}

.article__share--mob {
    display: none;
}

.label--pos {
    max-width: 352px;
}

.article__form .form-block-checkbox {
    margin-bottom: 2.11rem;
}

.article__form .form-checkbox-list {
    margin-top: 2.11rem;
}

.article_btn {
    margin-bottom: 6.666666666666667rem;
}

.short--without-img {
    margin-top: 3.1rem;
}

.quota__text p {
    letter-spacing: -0.01em;
}

@media screen and (max-width: 992px) {
    .article__share {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .article__img {
        max-height: 12.666666666666666rem;
    }

    .short--without-img {
        margin-top: 0;
    }

    .article_btn {
        margin-bottom: 3.5555555555555554rem;
    }

    .article__share--mob {
        display: flex;
        margin: 0 -16px;
        margin-bottom: 2.2222222222222223rem;
        padding: 0 20px;
    }

    .article__share--mob .article__icon {
        padding: 0 16px;
        max-width: unset;
        margin-bottom: 0;
    }

    .article__share--mob .article__icon img {
        max-width: 1.7777777777777777rem;
    }

    .article__row {
        flex-wrap: wrap;
    }

    .article__top {
        margin-bottom: .45rem;
    }

    .article__cat,
    .article__date {
        width: 100%;
    }

    .article__cat p {
        font-size: 0.7777777777777778rem;
    }

    .article__date p {
        font-size: 0.7777777777777778rem;
    }

    .article__dot {
        display: none;
    }

    .article__head {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 2.2222222rem;
        max-width: 100%;
    }

    .short__text p {
        font-size: 1.22222222rem;
        line-height: 1.45;
        letter-spacing: -0.01em;
    }

    .article__navigate {
        min-width: auto;
    }

    .short__row {
        flex-wrap: wrap;
    }

    .short__left,
    .short__right {
        width: 100%;
    }

    .short__left {
        margin-bottom: 2.2222222rem;
    }

    .short__author {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .short__img {
        width: calc(25% - 0.444444444rem);
        margin-right: 0.444444444rem;
        margin-bottom: 0;
        display: flex;
    }

    .short__wrap {
        width: calc(75% - 0.444444444rem);
        margin-left: 0.444444444rem;
    }

    .short__name {
        text-align: left;
    }

    .short,
    .article__img {
        margin-bottom: 3.5555555555555554rem;
    }

    .article__text a[href="#more"] {
        border: none;
        cursor: default;
    }

    .short__pos {
        text-align: left;
    }

    .article__text,
    .short__pos,
    .quota__text {
        font-size: 0.8888888888888888rem;
    }

    .short__name {
        font-size: 1rem;
    }

    .article__text p {
        line-height: 1.5;
        margin-bottom: 1.4444444444444444rem;
    }

    .article__text {
        margin-bottom: 2.2222222222222223rem;
    }

    .quota__container {
        padding-left: 1.3333333333333333rem;
        margin-left: 5px;
    }

    .quota__text {
        line-height: 1.5;
    }

    .quota__text+.quota__row {
        margin-top: 1.3333333333333333rem;
    }

    .quota {
        margin-bottom: 2.2222222222222223rem;
    }

    .quota__row {
        margin: 0 -12px;
    }

    .quota__row .col {
        padding: 0 12px;
    }

    .article__text h1,
    .article__text h2,
    .article__text h3,
    .article__text h4,
    .article__text h5,
    .article__text h6 {
        font-size: 1.5555555555555556rem;
        line-height: 2rem;
        margin-bottom: .8888888888rem;
    }

    .video__name {
        font-size: 0.7777777777777778rem;
    }

    .video__row {
        height: 5.111111111111111rem;
        padding: 0 1.3333333rem;
        padding-bottom: 0.6666666666666666rem;
        align-items: flex-end;
    }

    .video__play svg {
        width: 0.6666666666666666rem;
        height: 0.7777777777777778rem;
    }

    .video__play {
        margin-right: .8888rem;
        margin-bottom: .3rem;
    }

    .article_video {
        margin-bottom: 2.2222222222222223rem;
    }

    .article__table table {
        border-top: 1px solid #1a1a1b;
        white-space: unset;
    }

    .article__table tbody {
        display: flex;
        flex-direction: column;
    }

    .article__table tr {
        display: flex;
        flex-direction: column;
        padding-top: 2.2222222222222223rem;
        padding-bottom: 2.2222222222222223rem;
        border-bottom: 1px solid rgba(159, 158, 174, 0.15);
        ;
    }

    .article__table tr:first-child {
        display: none;
    }

    .article__table tr td {
        width: 100%;
        padding: 0;
        margin-bottom: 1.3333333333333333rem;
        border-bottom: none;
    }

    .article__table tr td:last-child {
        margin-bottom: 0;
    }

    .tbl__name {
        font-size: 1rem;
        line-height: 1.5555555555555556rem;
        display: block;
        margin-bottom: 0.2222222222222222rem;
        font-weight: 500;
    }

    .article__table {
        margin-bottom: 2.2222222222222223rem;
    }

    .article__gallery .row {
        flex-wrap: wrap;
    }

    .gallery__left {
        width: 100%;
    }

    .gallery__right {
        flex-direction: row;
        width: 100%;
        margin-top: 0.8888888888888888rem;
    }

    .article__gallery .gallery__arrow {
        display: none;
    }

    .gallery__source {
        font-size: 0.7777777777777778rem;
        width: 80%;
        white-space: nowrap;
    }

    .gallery__source br {
        display: none;
    }

    .gallery__pagin {
        font-size: 0.7777777777777778rem;
    }

    .gallery__arrows {
        justify-content: space-between;
        order: 2;
    }

    .article__gallery {
        margin-bottom: 2.2222222222222223rem;
    }

    .article__form .form__title {
        font-size: 2rem;
    }

    .article__form .form--article {
        width: 100%;
        padding: 0 20px;
    }

    .article__img {
        height: auto !important;
    }

    .article__img img {
        transform: none !important;
        position: static;
    }

    .page-article {
        padding-top: 1.3333333333333333rem;
    }

    .article__navigate {
        min-height: 56px;
        padding-bottom: 1.7778rem;
    }
}

.header-white .header-btn-wrapp--demoday {
    display: none;
}

.fixed.header-white .header-btn-wrapp--demoday {
    display: block;
}

.header-btn-wrapp+.header-btn-wrapp {
    margin-left: 0.6666666666666666rem;
}

.blog__item {
    display: flex;
    margin: 0 -16px;
    padding-top: 1.3333333333333333rem;
    padding-bottom: 1.3333333333333333rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E6EA;
    position: relative;
}

.blog__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blog .mentor-tabs {
    margin-bottom: 4.444444444444445rem;
}

.blog .mentors-content {
    top: 0;
}

.blog__item:first-child {
    padding-top: 0;
}

.blog .blog-body {
    margin-top: 0;
    margin-bottom: 0;
}

.blog__img img {
    display: block;
}

.blog__left {
    width: calc(100% / 12 * 7);
    display: flex;
}

.blog__right {
    width: calc(100% / 12 * 3);
}

.blog__term {
    font-weight: 700;
    margin-bottom: 1.1111111111111112rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog__name {
    margin-bottom: 1.1111111111111112rem;
    font-weight: 400;
    color: #202020;
    transition: color .5s;
}

.blog__item:hover .blog__name {
    color: #6B71FF;
}

.blog .mentors-body {
    margin-left: 0;
    margin-right: 0;
}

.blog__date {
    color: #a2a1b9;
}

.blog__item:last-child {
    border-bottom: none;
}

.section.blog {
    padding-bottom: 2.2222rem;
}

@media (min-width: 768px) {
    .mentors .slide-toggle-link-wrapp {
        margin-top: 4.5rem;
    }
}

@media screen and (max-width: 768px) {
    .blog .mentor-tabs {
        display: none;
    }

    .blog__right {
        display: none;
    }

    .blog__name {
        font-size: 1.2222rem;
        line-height: 1.7778rem;
        letter-spacing: -0.01em;
        margin-bottom: 0.8889rem;
    }

    .blog__left {
        width: 100%;
    }

    .blog__item {
        padding-top: 2.2222rem;
        padding-bottom: 2.2222rem;
    }

    .blog__item:first-child {
        padding-top: 2.2222rem;
        border-top: 1px solid #9f9eae;
    }

    .blog .section-title {
        max-width: 280px;
        padding-bottom: 2.2222rem;
    }

    .blog .section-head {
        padding-bottom: 0;
    }

    .blog .slide-toggle-link-wrapp {
        margin-top: 2px;
    }

    .btn--demo_mob {
        border: 2px solid #FFFFFF;
        margin-bottom: .88rem;
    }

    .light-area .section.blog {
        padding-bottom: 3.9556rem;
    }

    .article__head {
        letter-spacing: -0.02em;
    }
}

.thank-you-text {
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    max-width: 544px;
}

.thank-you-btn--email {
    padding-left: 3.0556rem;
    padding-right: 3.0556rem;
}

/* cookie-list */

.article__top--flexend {
    justify-content: flex-end;
}

.cookie-listContainer {
    width: 48rem;
    margin: 0 auto 2.2222rem auto;
}

.cookie-list__head {
    font-size: 2.8889rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 3.1111rem;
}

.cookie-list__box {
    max-width: 40.8889rem;
}

.cookie-list__epilog {
    font-size: 1.2222rem;
    margin-bottom: 3.1111rem;

}

.cookie-list__instructions {
    margin-bottom: 4.4444rem;
    font-size: 1.2222rem;
}

.cookie-list__instructions p:not(:last-child) {
    margin-bottom: 2.2222rem;
}

.cookie-list__instructions p>a {
    display: inline-block;
    position: relative;
    color: #202020;
}

.cookie-list__instructions p>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #1A1A1B;
    left: 0;
    bottom: 0;
}

.cookie-list__title {
    font-size: 2rem;
    color: #202020;
    margin-bottom: 2.2222rem;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.cookie-list__typesbox {
    padding: 2.2222rem;
    background-image: url('img/close_noise.jpg');
}

.cookie-list__typesbox:not(:last-of-type) {
    margin-bottom: 2.2222rem;
}

.cookie-list__typesbox-title {
    font-size: 1.5556rem;
    margin-bottom: 2.2222rem;
    font-weight: normal;
}

.cookie-list__typesbox-items {
    padding: 19px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #202020;
}

.cookie-list__typesbox-items:not(:last-child) {
    border-bottom: 1px solid rgba(159, 158, 174, 0.15);
}

.cookie-list__typesbox-items:last-child {
    padding-bottom: 0;
}

.cookie-list__typesbox-items:first-child {
    padding-top: 0;
}

.cookie-list__typesbox-item:nth-child(odd) {
    width: 10.2222rem;
    font-weight: 500;
}

.cookie-list__typesbox-item:nth-child(even) {
    width: calc(100% - 3.6111rem - 10.2222rem);
}

.cookie-list__typesbox-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .article__top--flexend {
        margin-bottom: 4rem;
    }
}

@media (max-width:767px) {
    .cookie-listContainer {
        width: 100%;
    }

    .cookie-list__wp {
        padding: 0 1.1111rem;
    }

    .cookie-list__head {
        font-size: 2rem;
        margin-bottom: 2.2222rem;
    }

    .cookie-list__epilog,
    .cookie-list__instructions {
        font-size: 0.8889rem;
        margin-bottom: 2.2222rem;

    }

    .cookie-list__title {
        font-size: 1.5556rem;
        margin-bottom: 1.3333rem;
    }

    .cookie-list__typesbox {
        padding: 2.2222rem 1.1111rem;
    }

    .cookie-list__typesbox-items {
        padding: 1.2778rem 0 1.3333rem 0;
        flex-flow: column;
        font-size: 1rem;
    }

    .cookie-list__typesbox-item:nth-child(odd),
    .cookie-list__typesbox-item:nth-child(even) {
        width: 100%;
    }

    .cookie-list__typesbox-item:nth-child(odd) {
        margin-bottom: 0.4444rem;
    }
}




/* COOKIES */
.cookies--dark {
    background-color: rgba(26, 26, 27,.98);
    z-index: 1050;    
    display: flex;
    align-items: flex-end;
}
.cookies--dark.anim{
    /* transform: translateY(-2rem); */
    opacity: 0;
    /* transition: unset; */
    z-index: 1;
}

.cookies__container {
    padding-top: 2.2222rem;
    padding-bottom: 1.7778rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    transition: all .4s;
}

.cookies__title {
    font-size: 1.2222rem;
    line-height: 1.4;
    margin-bottom: 0.4444rem;
}

.cookies__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 54.4%;
}

.cookies__info img {
    align-self: baseline;
    display: block;
    /* margin-right: 1.1111rem; */
}

.cookies__description {
    width: calc(100% - 3.3333rem);
    display: flex;
    flex-flow: column;
}

.cookies__description span {
    font-size: 0.8889rem;
}

.cookies__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 38.4%;
    position: relative;
    top: -5px;
}

.cookies__btn {
    width: calc(50% - 8px);
}

@media (max-width:1365px) {
    .cookies__description {
        width: calc(100% - 4rem);
    }
}

@media (max-width:1100px) {
    .cookies__description {
        width: calc(100% - 5rem);
    }
}

@media (max-width:767px) {
    .cookies__description {
        width: 100%;
    }

    .cookies__btn {
        width: 100%;
    }

    .cookies__btn:first-child {
        margin-bottom: 0.8889rem;
    }

    .cookies__buttons {
        width: 100%;
        flex-flow: column;
    }

    .cookies__info img {
        display: none;
    }

    .cookies__info {
        width: 100%;
        margin-bottom: 1.3333rem;
    }

    .cookies__description span {
        font-size: .8rem;
    }

    .cookies__container {
        padding-top: 1.3333rem;
        padding-bottom: 2.2222rem;
    }
}

/* POPUP */
.modal--cookies {
    background-color: #1A1A1B;
    color: #fff;
    overflow: auto;
    transform: translateY(100%);
}

.modal--cookies.modal--active.anim {
    transform: translateY(0);
    opacity: 1;
}

.modal__cross--black {
    background-image: url('img/noise-black.jpg');
}

.modal__container {
    min-height: 100%!important;
    padding-top: 6.45rem;
    /* padding-bottom: 64px; */
    display: flex;
    justify-content: center;
    min-height: 60rem;
    transform: translateY(0);
    transition: transform 1s;
    overflow: hidden;
}


@media (min-height: 1300px) {
    .modal__tabs{
        max-height: 44.2222rem!important;
    }
}

@media (min-height: 1201px) and (max-height: 1299px) {
    .modal__tabs {
            max-height: 45rem!important;
    }
}
@media (min-height: 1150px) and (max-height: 1200px) {
    .modal__tabs {
            max-height: 38rem!important;
    }
}
@media (min-height: 1120px) and (max-height: 1149px) {
    .modal__tabs {
            max-height: 36.22rem!important;
    }
}


@media (max-height:906px) {
    .modal__container {
        padding-top: 2.5rem;
    }
    .modal__cross--black{
        top: 30px;
        height: 45px;
        width: 45px;
    }
}


.modal__cookies-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.modal__cookies-content.anim{
    opacity: 1;
    transform: translateY(0);
}

.modal__cookies-content p {
    font-size: 0.8889rem;
    margin-bottom: .5rem;
}

.modal__cookies-content p:last-of-type {
    margin-bottom: 0;
}

.modal__title {
    font-size: 2.8889rem;
    line-height: 1;
    margin-bottom: 3.4rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.modal__tabs {
    /* margin-top: 3.5556rem; */
    max-height: 23.2222rem;
    scrollbar-width: none;
    overflow: auto;
    position: relative;
    padding: 0 1px;
}

.modal__tabs::-webkit-scrollbar {
    display: none;
}

.modal__tabs-item {
    padding: 1.65rem 0;
    border-bottom: 1px solid rgba(159, 158, 174, 0.15);
    cursor: pointer;
    position: relative;
}

.modal__cookie-body {
    padding-bottom: 3.5556rem;
    border-bottom: 1px solid rgba(159, 158, 174, 0.15);
    letter-spacing: -0.0px;
    line-height: 1.5;
}

/* .modal__tabs-item:last-child {
    border-bottom: none;
} */

.modal__tabs-header {
    position: relative;
    padding-left: 2.1111rem;
    font-size: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__tabs-name {
    letter-spacing: .2px;
}

.modal__tabs-header::before {
    content: "";
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    transform: translateY(-50%);
    width: 0.8889rem;
    height: 0.8889rem;
    background-image: url('img/icons/tab.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.modal__tabs-header.active::before{
    transform: rotate(180deg);
    transform-origin: top;
    top: 1.2222rem;
}
.modal__tabs-input {
    display: none;
}

.modal__tabs-input:checked+.modal__tabs-checkbox {
    background-image: url('img/icons/tab-check.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.modal__tabs-checkbox {
    position: relative;
    width: 1.5556rem;
    height: 1.5556rem;
    display: block;
    border: 2px solid #fff;
}

.modal__tabs-label {
    cursor: pointer;
    color: #6F7075;
    font-size: 1rem;
}

.modal__tabs-content {
    padding-left: 2.1111rem;
    padding-top: 1rem;
    font-size: 0.8889rem;
    color: #6F7075;
    display: none;
    line-height: 1.5;
}

.modal__tabs-important {
    display: none;
}

[for='strictly'] {
    pointer-events: none;
}

#always-active {
    display: none;
}

.modal__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    position: fixed;
    bottom: 0;
    background-color: #1A1A1B;
    z-index: 1000;
    padding-bottom: 2.5rem;
    /* display: none; */
}

.modal__buttons::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.5556rem;
    background: linear-gradient(360deg, #1A1A1B 0%, rgba(26, 26, 27, 0) 100%);
    top: -3.5556rem;
    left: 0;
    pointer-events: none;
}

.modal__btn {
    width: calc(50% - 0.8889rem);
}

.modal__buttons--mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #1A1A1B;
    padding-left: 1.11rem;
    padding-right: 1.11rem;
    padding-bottom: 1.7778rem;
}

.modal__buttons-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal__buttons-desktop,.modal__buttons--mobile{
    opacity: 0;
}

@media (min-width:768px) {
    .modal__cookies-content {
        max-width: 40.8889rem;
    }

    .modal__cross--black {
        right: 11.5556rem;
    }

    .modal__buttons:not(.modal__buttons--mobile) {
        width: 40.8889rem;
    }
}

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

}

@media (max-width:1366px) {
    .modal__buttons-desktop {
        display: none;
    }

    .modal__buttons-box {
        width: 40.8889rem;

    }

    .modal__container {
        padding-top: 5.6667rem;
    }
}

@media (max-width:1200px) {
    .modal__container {
        min-height: unset;
    }
}

@media (max-width:767px) {

    .modal__tabs-checkbox {
        border: 0.1111rem solid #fff;
    }

    .always-active {
        display: none;
    }

    #always-active {
        display: block;
        border: 0.1111rem solid #6F7075;
    }

    .modal__tabs-label {
        position: absolute;
        z-index: 1;
        width: 100%;
    }

    .modal__tabs-header {
        padding-left: 0;
        z-index: 1;
        /* pointer-events: none; */
    }

    .modal__tabs-item:first-of-type .modal__tabs-header {
        pointer-events: none;
    }

    .modal__tabs-item:first-of-type .modal__tabs-checkbox::after {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.7222rem;
        background-image: url('img/icons/castle.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        right: -0.35rem;
        top: -0.6rem;
    }

    .modal__tabs-important {
        display: block;
    }

    .modal__tabs-important p {
        margin-bottom: 1rem;

    }

    .modal__tabs-header::before {
        display: none;
    }

    .modal__buttons-box {
        width: 100%;

    }

    .modal__container {
        padding-top: 2.6667rem;
        padding-bottom: 10.8889rem;
        overflow: auto;
    }

    .modal__buttons {
        flex-flow: column;
    }

    .modal__btn {
        width: 100%;
    }

    .modal__cookies-accept {
        margin-bottom: 1rem;
    }

    .modal__title {
        font-size: 1.2222rem;
        margin-bottom: 1.3333rem;
    }

    .modal__cookie-body {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .modal__tabs-name {
        order: 2;
        padding-left: 3rem;
    }

    .modal__tabs-header {
        justify-content: flex-start;
    }

    .modal__cookies-content {
        display: block;
    }

    .modal__tabs-content {
        padding-top: 0.5rem;
        position: relative;
        display: block !important;
        /* top:-1.5rem; */
        padding-left: 3rem;
    }

    .modal__tabs-item {
        padding-top: 2.2222rem;
        padding-bottom: 2.2222rem;
    }
    .modal__tabs-item:first-child{
        border-top: 1px solid rgba(159, 158, 174, 0.15);
    }

    .modal__tabs {
        max-height: unset;
        padding-top: 2.22rem;
    }
}



/* POLICY */

.modal__policy {
    background-color: #fff;
    overflow: auto;
    color: #202020;
    padding-top: 11.1111rem;
}

.modal__policy-container {
    height: auto !important;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.modal__policy-content {
    width: 100%;
}

.modal__policy-title {
    font-size: 5.5556rem;
    line-height: .9;
    margin-bottom: 2.2222rem;
    font-weight: 500;
}

.modal__policy-text {
    margin-top: 4.4444rem;
}

.modal__policy-text p {
    font-size: 1.2222rem;
}

.modal__policy-text p:not(:last-of-type) {
    margin-bottom: 2.8889rem;
}

.modal__policy-headeng {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 2.2222rem;
    font-weight: 500;
}

.modal__policy-section {
    padding: 3.1111rem 0;
    background-image: url('img/close_noise.jpg');
    font-size: 1.2222rem;
    margin-top: 2.2222rem;
    text-align: center;
}

.modal__policy-section span {
    font-size: 1rem;
    display: inline-block;
    margin-top: 2.2222rem;
}

.modal__policy-section a {
    color: #202020;
    font-weight: 500;
}

.modal__policy-section ul>li:not(:last-child) {
    margin-bottom: 1.3333rem;
}

.modal__policy-ul {
    font-size: 1.2222rem;
    margin-top: 1.3333rem;
    list-style-type: disc;
    padding-left: 1.1111rem;
}

.modal__policy-span,
.modal__policy-version {
    font-size: 1.2222rem;
}

@media (min-width:768px) {
    .modal__policy-content {
        max-width: 40.8889rem;
    }
}

@media (max-width:767px) {
    .modal__cookies-content{
        height: 140%;
        overflow: auto;
    }
    .modal__policy {
        padding-top: 6.6667rem;
    }

    .modal__policy-title,
    .modal__policy-headeng {
        margin-bottom: 1.3333rem;
    }

    .modal__policy-title {
        font-size: 2rem;
    }

    .modal__policy-headeng {
        font-size: 1.5556rem;
    }

    .modal__policy-text {
        margin-top: 2.2222rem;
    }

    .modal__policy-text p {
        font-size: 0.8889rem;
    }

    .modal__policy-text p:not(:last-of-type) {
        margin-bottom: 1.8889rem;
    }

    .modal__policy-ul {
        font-size: 0.8889rem;
        margin-top: 1.3333rem;
    }
}

.header-btn-wrapp a:focus {
    outline: none;
}

@media (max-width:480px) {
    .modal__tabs-input:checked+.modal__tabs-checkbox{
        background-position: calc(50% - 0.01rem) center;
    }
}
@media (max-width:420px) {
    .modal__tabs-input:checked+.modal__tabs-checkbox{
        background-position: calc(50% + 0.038rem) center;
    }
}
/* @media (max-width:380px) {
    .modal__tabs-input:checked+.modal__tabs-checkbox {
        background-position: calc(50% - 0.01rem) center;
    } */
@media (max-width:320px) {
    .modal__tabs-input:checked+.modal__tabs-checkbox {
        background-position: calc(50% + 0.038rem) center;
    }
}

/* 404 */
.error404{
    background-color: #000;
}
.page-error{
    height: 100vh;
    background-color: #000;
    display: flex;
    align-items: center;
    padding-top: 4.64rem;
}
.page-error .container{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.page-error__box{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-error__title{
    position: absolute;
    bottom: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 5.5rem;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: -0.24rem;
    line-height: 1;
}

.page-error__desc{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-top: 2.7rem;
    font-weight: normal;
    text-align: center;
}

.page-error__btn{
    margin-top: 2.2222rem;
    padding-left: 1.7778rem;
    padding-right: 1.7778rem;
}
.error404 .header-nav{
    position: relative;
}

.error404 .header-nav::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: calc(100% - 2.5rem);
    background: #fff;
    transform:unset;
}
.error404 .header .btn.scroll-to-btn{
    opacity: 1;
    padding: 0;
    position: relative;
    
}
.error404 .header .btn.scroll-to-btn>span::before{
    display: none;
}
.error404 .header .btn.scroll-to-btn:focus>span{
    outline: none;
}
.error404 .header .btn.scroll-to-btn::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
}

@media (max-width:1680px) {
    .page-error__box{
        width: 66%;
    }
    .page-error__box img{
        width: 100%;
    }
}
@media (max-width:1366px) {
    .page-error__title{
        font-size: 5.7rem;
    }
    .page-error__desc{
        font-size: 1.05rem;
    }
}
@media (max-width:767px) {
    .error404 .header-nav{
        display: none;
    }
    .page-error__title{
        font-size: 2rem;
        white-space: normal;
        width: 100%;
        letter-spacing: unset;
        text-align: center;
        bottom: 0;
        }
    
    .page-error__box {
        width: 100%;
        align-self: baseline;
        margin-top: auto;
        }
    
    .page-error__desc{
        font-size: 1rem;
        text-align: center;
        margin-top: 1.3rem;
    }
    .page-error .container{
        height: 100%;        
        justify-content: center;
        align-items: stretch;
    }
    .page-error{
        padding-top: 3.56rem;
        padding-bottom: 1.11rem;
    }
    .page-error__btn {
        margin-top: auto;
    }
    .error404 .logo {
        width: auto;
        margin-right: 0;
    }

    .error404 .header-nav-open.visible-mobile{
        display: none;
    }
        
    .error404 .header-white .container{
        justify-content: center;
    }
    .error404 .logo {
        width: 5rem
    }
}

@media (max-width:376px) {
    .page-error__title{
        font-size: 2.8rem;
        bottom: -2.95rem;
        line-height: .9;
    }
    .page-error__desc{
        margin-top: 4.3rem;
    }
}

@media (max-height:500px){
    .page-error{
        height: auto;
        min-height: 100vh;
    }
    .page-error__desc{
        margin-bottom: 2rem;
    }
}

.program-more-item {
    background-size: 450px;
}

.header-language{
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    /* margin-right: 10px; */
}

.header.is-fixed .header-language{
    margin-right: 32px;
}

.header.is-fixed:not(.header-white) .header-language__link{
    color: #1A1A1B;
}

.header-language__link{
    font-size: .89rem;
    color:#fff;
    display: block;
}
.header-language__link+.header-language__link{
    margin-left: 15px;
    padding-left: .61rem;    
    position: relative;
}
.header-language__link+.header-language__link::before{
      content:"";
      position: absolute;
      width: 2px;
      height: .778rem;
      background-color: #fff;
      opacity: 0.2;
      left: -.111rem;
      top: 50%;
      transform:translateY(-50%);
}
.header.is-fixed:not(.header-white) .header-language__link+.header-language__link::before{
    background-color: #1A1A1B;
}
.header-language__link.active{
    color: #A2A1B9;
}
.header.is-fixed .header-language__link.active {
color: #A2A1B9;
}
@media (max-width:767px) {
    .header-language{
        padding-top: 12px;
    }
}
.article--hide {
    display: none;
}

/* Тут Рома писал для Metaverse всякую хрень. Кто будет ревьюить не пугайтесь. Такая жизнь сейчас страшная */

.promo-body.promo-body--metverse{
    padding: 15.666666667rem 0 11.444444444rem;
}

/* .page-template-page-metaverse .promo{
    max-height: 60rem;
} */
.light-area-md .section:last-child{
        padding-bottom: 11.15rem;
}

.promo-title.promo-title--medium{
    font-size: 5.555555556rem;
    text-align-last:left;
    letter-spacing: -0.05em;
    font-weight: 500;
    align-self: baseline;
    margin-bottom: 1.4rem;
    line-height: .89;
}
.promo-title.promo-title--medium span{
    text-align: left;
}

.promo-subtitle{
    font-size: 1.555555556rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-left: -.4rem;
}
.promo-foot.promo-column{
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 1.33rem;
    margin-left: -.4rem;
}
.promo-btns.btns-list.btns__md-column .btn{
    width: 12.777777778rem;
}
.promo-desc.p2{
    font-size: 1.22rem;
    line-height: 1.777777778rem;
    max-width: 61.11rem;
    margin-bottom: 4.44rem;
}

.home-about-desc{
    font-size: 1.22rem;
    line-height: 1.777777778rem;
    max-width: 55.11rem;
    letter-spacing: -0.01em;
    margin-bottom: 6.666666667rem;
}

.accelerator-col.flex-grid-item:first-child .accelerator-item{
    padding: 2.666666667rem 3.5rem;
    min-height: 19.5rem;
}

.accelerator-info .section-info-desc.home-about-desc{
    width: auto;
    max-width: calc(55.11rem + 1.777777778rem);
    margin-bottom: 0;
}
.home-about__col{
    position: relative;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('./img/noise.jpg');
    background-size: 512px 512px;
    background-size: 28.44rem 28.44rem;
    padding: 3.11rem 3.11rem 0 3.11rem;
    min-height: 53rem;
    color: #1C1C1C;
}


.home-about__title{
    font-size: 2rem;
    line-height: 2.22rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 2.22rem;
}

.home-about-title.accelerator__title{
    color: #fff;
}

.home-about__list li{
    position: relative;
    padding-left: 1.11rem;
    font-size: 1rem;
    line-height: 1.555555556rem;
}

.home-about__list li::before{
    content:"";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #6B71FF;
    transform: rotate(45deg);
}
.home-about__thumb{
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-about__thumb img{
    display: block;
}


.page-template-page-metaverse .home-about-title{
    max-width: unset;
}
.page-template-page-metaverse .accelerator{
    padding-bottom: 11.15rem;
}

.accelerator-row.grid-row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.accelerator-col.flex-grid-item{
    width: auto;
    height: 26.833333333rem;
}
.accelerator-col.flex-grid-item .accelerator-item{
    padding: 2.666666667rem;
}
.accelerator-col.flex-grid-item.flex-grid-item:first-child{
    grid-column: span 3;
    height: unset;
}
.accelerator-item.flex-start{
    justify-content: flex-start;
}

.accelerator-item-body.accelerator-item-bodymax{
    width: 100%;
    max-width: unset;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accelerator-item-title.title-medium{
    font-size: 1.555555556rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.accelerator-item-body.accelerator-item-bodymax .accelerator-item-title{
    max-width: 20.666666667rem;
}
.accelerator-item-body .accelerator-item-title{
    max-width: 21.33rem;
}
.accelerator-item-bodymax .accelerator__list{
    width: calc(100% - 20.666666667rem - 5.11rem);
}

.accelerator__list li::before{
    background-color: rgba(255, 255, 255, 0.48);
}

.accelerator-info.mentors__info{
    margin-bottom: 6rem;
}

.section-pretitle{
    text-transform: uppercase;
    margin-bottom: 2.22rem;
    font-size: .888888889rem;
    line-height: 1.3rem;
    letter-spacing: 0.04em;
    font-weight: 700;
}


.program__title{
font-size: 2.888888889rem;
line-height:2.44rem;
letter-spacing: -0.02em;
font-weight: 500;
}

.page-template-page-metaverse .program-item-time{
    width: 27%;
    padding-top: .5rem;
}

.program__desc{
    line-height: 1.777777778rem;
    letter-spacing: -0.01em;
    /* position: relative;
    top: 0.5rem; */
}

.section-info.section-info--nogutters{
    margin: 0 0 6.67rem;
    align-items: flex-end;
}

.section-head.section-head--unbordered{
    max-width: unset;
    width: auto;
    padding-bottom: 0;    
}
.section-head.section-head--unbordered::before{
    display: none;
}

.section-head.section-head--unbordered .home-about-title{
    max-width: unset;
}





.kind__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kind__item{
    position: relative;
    margin-bottom: 1.777777778rem;
    padding: 2.09rem 2.666666667rem;
    width: calc((100% / 3) - (64px / 3));
    background: #232324;
    background-image: url('./img/dark-noise.jpg');
}
.kind__item span{
    font-size: 1.22rem;
}
.kind__count{
    position: absolute;
    width: 2.666666667rem;
    height: 2.666666667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    font-size: 1rem;
    line-height: 1.555555556rem;
    font-weight: 500;
}
.kind__item:first-child,.kind__item:nth-child(2){
    width: calc(50% - 16px);
    padding: 2.22rem 2.666666667rem;
}

.home-about-title.parthners__title{
    color: #fff;
    font-size: 5.1rem;
}

.program__desc.parthners__desc{
    padding-left: 8rem;
    position: relative;
    top: -0.5rem;
}
.page-template-page-metaverse .partners-row{
    padding-top: 2rem;
}
.home-about-title.mentors__title{
    font-size: 5.5rem;
}

.mentors.mentors--once .section-head{
    padding-bottom: 4.1rem;
    margin-bottom: 4.44rem;
}
.mentors.mentors--once .section-head::before{
    display: block;
}

.checkbox-label+.checkbox-label{
    margin-top: 1.11rem;
}
.application.application--metverse input::placeholder{
    color: #A2A1B9;
}
.section-info.organizers__info{
    margin-bottom: 6.6rem;
}
.organizers__box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1.777777778rem;
    margin-bottom: 8.89rem;
}

.organizers__box--single{
    grid-template-columns: 1fr;
}



.organizers__item{
    min-height: 32.666666667rem;
    padding: 4rem;
    background-image: url('./img/noise.jpg');
}
.organizers__header{
    margin-bottom: 2.2rem;
}
.organizers__item p+p{
 margin-top: 1.5rem;   
}

.program.small-padding {
    padding-top: 2.6rem;
}


.page-template-page-metaverse .program .section-head{
    padding: 4rem 0 0;
}

@media (min-width:768px) and (max-height: 820px){
    .promo-body.promo-body--metverse{
            padding: 10.94rem 0 3.33rem;
    }
    .promo-foot.promo-column{
        margin-top: 0;
    }
}
@media (min-width:768px) and (max-height: 742px){
    .promo-body.promo-body--metverse{
            padding: 8.94rem 0 3.33rem;
    }
     .promo-body.promo-body--metverse .promo-desc.p2{
        margin-bottom: 2rem;
     }
    
}

@media (min-width: 768px){
    .shown-tablete{
        display: none;
    }
    .accelerator-col.flex-grid-item:nth-child(3) .accelerator-item-body {
            max-width: unset;
            
        }
    .accelerator-col.flex-grid-item .accelerator-item-body {
            max-width: unset;
            
        }
}

@media (max-width:1250px){
.section-info.organizers__info{
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width:767px) {
    .promo-btns.btns-list.btns__md-column .btn{
        width: 100%;
    }
.page-template-page-metaverse .promo{
    max-height: 45rem;
}

.page-template-page-metaverse .accelerator-info{
    margin: 0 0 3.3rem;
}

.page-template-page-metaverse .promo-btns li{
    padding: 0;
}

 .page-template-page-metaverse .promo-foot.promo-column,.page-template-page-metaverse .btns-list{
    margin: 0;
 }
 .promo-title.promo-title--medium,.promo-subtitle{
    margin-left: 0;
    margin-right: 0;
 }
 .promo-btns.btns-list.btns__md-column .btn{
    height: 3.45rem;
 }
    .hide-br-md{
        display: none;
    }
    .promo-title.promo-title--medium{
       font-size: 2.5rem;
       line-height: 2.44rem;
       margin-bottom: 1.2rem;
    }
    .promo-body.promo-body--metverse{
        padding: 6.666666667rem 0 1.777777778rem 0;
    }
    .promo-subtitle{
        font-size: 1rem;
        line-height: 1.555555556rem;
        letter-spacing: -0.01em;
    }
    .promo-foot.promo-column{
        padding-top: 0.89rem;
    }
    .promo-foot.promo-column .promo-desc.p2{
       font-size: 0.89rem;
       line-height: 1.33rem;
       margin-bottom: 4rem;
   }
   .home-about-desc{
    font-size: 0.89rem;
    line-height: 1.33rem;
    margin-bottom: 3.11rem;
   }
   .btns-list.btns__md-column{
    flex-flow: column;
   }
   .btns-list.btns__md-column li+li{
    margin-top: .89rem;
   }
   .section-pretitle{
    font-size: 0.777777778rem;
    line-height: 1.11rem;
    margin-bottom: 1.777777778rem;
   }
   .section-head.section-head--md{
    margin-bottom: 0.892222222rem;
   }
   .home-about__col{
    padding: 1.777777778rem 1.777777778rem 0;
    height: auto;
    min-height: unset;
   }
   .home-about__title{
    font-size: 1.555555556rem;
    line-height: 2rem;
    max-width: 15.11rem;
    margin-bottom: 1.33rem;
   }
   .home-about__list li{
    font-size: 0.89rem;
    line-height: 1.33rem;
   }
   .home-about-row.home-about__row{
    display: grid;
    grid-row-gap: 1.11rem;
   }
   .home-about__thumb{
    position: relative;
    margin-top: 1.33rem;
    width: calc(100% + 3.555555556rem);
    left: calc(3.555555556rem / 2 * -1);
   }

   .home-about__thumb img{
    width: 100%;
   }
   .light-area-first.light-area-md .section:first-child{
    padding-bottom: 4.44rem;
   }
   .accelerator-row.grid-row{
    grid-template-columns: 1fr;
   }
   .accelerator-col.flex-grid-item.flex-grid-item:first-child{
    grid-column: span 1;
    min-height: unset;
   }
   .accelerator-item-bodymax .accelerator__list{
    width: 100%;
   }
   .accelerator-col.flex-grid-item .accelerator-item{
    padding: 2rem 1.8rem 2rem 2rem;
    min-height: unset;
   }
   .accelerator-col.flex-grid-item:first-child .accelerator-item{
    padding: 2rem 3rem 1.8rem;
   min-height: unset;
   }
   .page-template-page-metaverse .accelerator-col:before{
    bottom: -1rem;
   }
   .accelerator-col.flex-grid-item{
    height: auto;
   }
   .accelerator-item-title.title-medium {
       font-size: 1.3rem;
       line-height: 1.3;
       margin-bottom: 1.5rem;
       margin-top: 0;
       letter-spacing: -0.04em;
   }
   .kind__item:first-child,
   .kind__item:nth-child(2),
   .kind__item{
    width: 100%;
    padding: 1.777777778rem;
   }
   .kind__item{
    margin-bottom: 1.11rem;
    padding: 1.777777778rem;
    font-size: 1rem;
   }
   .kind__item span{
    font-size: 1rem;
    line-height: 1.55;
   }
   .kind-teams .section-head.section-head--md{
    margin-bottom: 2.2rem;
   }
   
   .program.small-padding{
    padding: 5.556666667rem 0 0;
   }

   .page-template-page-metaverse .program .section-head{
    padding-top: 0;
   }

   .program__desc.parthners__desc{
    padding-left: 0;
   }
   .home-about-title.parthners__title,.mentors.mentors--once .section-head .home-about-title{
    font-size: 2.888888889rem;
    line-height: 2.44rem;
}
.section-head.section-head--unbordered .home-about-title.parthners__title{
       max-width: 3rem;
        margin-bottom: 1.4rem;
   }
   .dark-area .section.partners-metaverse{
    padding-top: 3rem;
   }
   .page-template-page-metaverse .partners-row{
    padding-top: 0;
   }

   .program__title{
    margin-bottom: 2.22rem;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 500;
   }
   .page-template-page-metaverse .accelerator{
    padding-bottom: 6.667rem;
   }
   .program__title br{
    display: none;
   }

   .section-info.section-info--nogutters{
    margin: 0 0 3.555555556rem;
   }
   .program__desc{
    line-height:1.33rem ;
   }

   .program__desc br{
    display: none;
   }
   .mentors.mentors--once .section-head{
    margin-bottom: 0;
    padding-bottom: 0;
   }
   .mentors.mentors--once .section-head .home-about-title{
    margin-bottom: 2.22rem;
    padding-bottom: 0;
   }
  .light-area-last .section.mentors.mentors--once{
    padding-bottom: 6.67rem;
  }

  .organizers .section-title{
    margin-bottom: 1.8rem;
  }
  .organizers .section-info-desc{
    padding-right: 1rem;
  }

  .section-info.organizers__info{
    margin-bottom: 3.4rem;
  }

  .organizers__box{
    grid-template-columns: 1fr;
  }

  .organizers__item{
    padding: 1.777777778rem;
  }
  .organizers__header{
    margin-bottom: 1.5rem;
  }
  .organizers__item p{
    font-size: 1rem;
    line-height: 1.555555556rem;
  }

  .organizers__box{
    grid-gap: 1rem;
    margin-bottom: 6.25rem;
  }

  .application.application--metverse.section{
    padding-top: 4.1rem;
  }

  .application--metverse .application-content{
    margin-bottom: 6.89rem;
  }
  
}
.container__article h1 strong,
.container__article h2 strong,
.container__article h3 strong,
.container__article h4 strong,
.container__article strong {
  font-weight: 500;
}
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item-image {
    top: 0;
    bottom: unset;
}
.portfolio--front .portfolio-row--three .portfolio-col:nth-child(4) .portfolio-item-body {
    padding-top: 22.4rem;
    align-items: flex-start;
}
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item-title {
    font-weight: 500;
    font-size: 1.5556rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    color: #202020;
    text-align: left;
}
.portfolio--front .portfolio-row--three .portfolio-col:nth-child(4) .portfolio-item-logo {
    height: 1.31rem;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-logo {
    height: 4.41rem;
    margin-bottom: 0.31rem;
    justify-content: center;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-logo img {
    display: block;
    margin: 0 auto;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #202020;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-title br {
    display: block;
}
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item-read-more,
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item-link-text {
    color: #A2A1B9;
}
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item:hover .portfolio-item-read-more,
.portfolio--front .portfolio-col:nth-child(4) .portfolio-item:hover .portfolio-item-link-text,
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item:hover .portfolio-item-read-more,
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item:hover .portfolio-item-link-text{
    color: #ffffff;
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-read-more,
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-link-text,
.portfolio--front .portfolio-row--three .portfolio-col:nth-child(4) .portfolio-item-arrow,
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item-arrow {
    color: #202020;
}
.portfolio--front .portfolio-row--three .portfolio-col:nth-child(4) .portfolio-item:hover .portfolio-item-body {
    transform: translateY(-4.22rem);
}
.portfolio--front .portfolio-col:nth-child(5) .portfolio-item:hover .portfolio-item-title {
    transform: none;
}
.portfolio--front .portfolio-row {
    grid-gap: 0.07rem 1.6778rem;
}
@media screen and (max-width: 768px) {
    .portfolio--front .portfolio-row--three .portfolio-col:nth-child(4) .portfolio-item-body {
        padding-top: 34rem;
    }
    .portfolio--front .portfolio-col:nth-child(4) .portfolio-item:hover .portfolio-item-body {
        transform: none;
    }
    .portfolio-row:not(.portfolio-row--three) .portfolio-col:nth-child(3) .portfolio-item-title {
        max-width: 100%;
    }
    .portfolio-row:not(.portfolio-row--three) .portfolio-col:nth-child(4) .portfolio-item-title {
        font-size: 1.22rem;
        line-height: 1.27;
        max-width: 80%;
    }
}
/*@media screen and (max-width: 768px) {*/
/*    .is-safari .header .logo img:first-child:not(:only-child),*/
/*    .is-safari .header .logo img:last-child:not(:only-child) {*/
/*        animation: none;*/
/*    }*/
/*}*/

.join{
    padding-block: 265px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.join__container{
    text-align: center;
    max-width: 716px;
    padding-inline: 0;
}
.join__title{
    font-family: Formular;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
    letter-spacing: -5px;
}
.join__desc{
    margin-top: 64px;
    font-family: Formular;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.22px;
}
.join__btn{
    margin-top: 64px;
    color: #ffffff;
    font-family: Formular;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.18px;
    display: inline-flex;
    width: 100%;
    max-width: 480px;
    height: 64px;
}
@media(max-width: 767px) {
    .join {
        padding-block: 120px;
    }
    .join__container {
        padding-inline: 20px;
        max-width: 376px;
    }
    .join__title {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: -0.72px;
    }
    .join__desc {
        margin-top: 40px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
    }
    .join__btn {
        margin-top: 40px;
    }
}
@media(min-width:768px){
    .page-template-page-platform .promo-title.promo-title--medium {
        max-width:80%
    }
}

.application-form-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.application-form-foot .btn {
    margin: 0 auto;
    width: 300px;
}

.application-form-foot--single-cta {
    flex-direction: column;
    gap: 16px;
}

.application-form-foot__note {
    margin: 0;
}
