.info-feat h2,
.info-servers h2,
.info-hardware h2,
.info-discuss h2,
.info-options h2,
.product_form__info h2 {
    max-width: 590px;
    font-size: 56px;
    line-height: 70px;
}

.product_form__info h2 {
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 45px;
}

.info-hardware h2 {
    max-width: 700px;
}

.info-discuss h2 {
    max-width: 950px;
    color: #ffffff;
}

.tardis-baner-img {
    width: 100%;
    height: 50%;
    position: absolute;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
}

.tardis-banner__content {
    margin: 0 auto;
}

.tardis-banner__content h1 {
    letter-spacing: normal;
    line-height: 130%;
}

.tardis-banner__content h1 span {
    white-space: nowrap;
}

.tardis-banner__text {
    position: relative;
    max-width: 610px;
    font-size: 16px;
    line-height: 150%;
    color: #8a8c8c;
    margin: 0 auto 35px;
    padding: 0 0 40px;
    text-align: center;
}

.tardis-banner__text:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    width: 32px;
    height: 3px;
    background: #F9BE02;
}

.product_wrapper .tardis-banner h2 {
    font-size: 24px;
    line-height: 150%;
    width: auto;
    max-width: 610px;
    text-align: center;
}

.order_tardis,
.product_wrapper .product_top .buttons .order_tardis {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    min-width: 145px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0 auto;
}

.order_tardis {
    color: #000;
    background-color: #f6be00;
    border: 2px solid #f6be00;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    transition: all .25s;
}

.info-feat {
    padding: 160px 0 105px;
}

.feat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feat-item:nth-child(even) .feat-item__content {
    order: 2;
}

.feat-item + .feat-item {
    border-top: 1px solid #D8D8D8;
}

.feat-item__content {
    display: flex;
}

.feat-item__content img {
    display: block;
    margin: 0 65px 0 0;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
}

.feat-item__text {
    max-width: 310px;
}

.feat-item__text h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.feat-item__text p {
    font-size: 16px;
    line-height: 150%;
    color: #8a8c8c;
}

.feat-item__img {
    max-width: 536px;
    width: 100%;
}

.feat-item__img img {
    display: block;
    width: 100%;
}

.info-servers {
    background: #f4f4f4;
    padding: 150px 0;
}

.info-servers h2 {
    margin: 0 0 30px;
}

.info-servers__subtitle {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.info-servers__subtitle img {
    display: block;
    margin: 0 10px 0 0;
}

.servers-items {
    display: flex;
    margin: 85px 0 0;
    justify-content: space-between;
}

.servers-elem {
    /*max-width: 240px;*/
    width: 100%;
}

.servers-elem:last-child .servers-elem__line {
    display: none;
}

.servers-items__elem + .servers-items__elem {
    margin: 0 0 0 40px;
}

.servers-elem__img {
    width: 100%;
    margin: 0 0 40px;
}

.servers-elem img {
    width: 100%;
    display: block;
}

.servers-elem__title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.servers-elem__title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 25px 0 0;
}

.servers-elem__line {
    position: relative;
    background: #F9BE02;
    height: 2px;
    width: 100%;
}

.servers-elem__line img {
    display: block;
    position: absolute;
    top: -6px;
    right: -2px;
    height: 14px;
    width: 14px;
    margin: 0 0 0 auto;
}

.servers-elem__info p {
    font-size: 16px;
    color: #8a8c8c;
    max-width: 170px;
    line-height: 150%;
}

.info-hardware h2 span {
    color: #F9BE02;
}

.info-hardware {
    padding: 150px 0 130px;
}

.info-hardware__content {
    display: flex;
    justify-content: space-between;
    margin: 110px 0 0;
}

.hardware-elem {
    max-width: 260px;
}

.hardware-elem__img {
    width: 80px;
    margin: 0 0 40px;
}

.hardware-elem__img img {
    display: block;
    width: 100%;
}

.hardware-elem__content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.hardware-elem__content p {
    font-size: 16px;
    line-height: 150%;
    color: #8a8c8c;
}

.hardware-elem + .hardware-elem {
    margin: 0 0 0 15px;
}

.info-discuss {
    position: relative;
    padding: 150px 0;
    background: #000000;
    min-height: 70vh;
}

.info-discuss__content {
    position: relative;
    z-index: 2;
}

.info-discuss__content .order_tardis {
    margin: 45px 0 0;
}

.info-discuss__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
}

.info-options {
    padding: 160px 0 150px;
}

.info-options__blocks {
    display: flex;
    justify-content: space-between;
    margin: 75px 0 55px;
}

.info-options__text {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

.info-option-pdf-block {
    text-align: center;
}

.info-options__pdf {
    background-repeat: no-repeat;
    background-position: 16px center;
    border: 1px solid #F9BE02;
    margin: 0 auto;
    padding: 0 16px 0 55px;
    display: inline-block;
    height: 48px;
    min-width: 160px;
    line-height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    text-align: right;
}

.info-options__pdf:hover {
    border: 1px solid #000000;
}

.info-option {
    width: 100%;
    padding: 55px 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    box-sizing: border-box;
}

.info-option + .info-option {
    margin: 0 0 0 50px;
}

.info-option__available {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}

.info-option__available img {
    display: block;
    width: 24px;
    margin: 0 10px 0 0;
}

.info-option__available p {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.info-option__info h4 {
    font-size: 32px;
    margin: 0 0 20px;
    color: #ffffff;
}

.info-option__info p {
    font-size: 18px;
    max-width: 310px;
    color: #8A8C8C;
    margin: 0 0 35px;
}

.info-option__info ul {
    margin: 0 0 75px;
    font-size: 18px;
    color: #ffffff;
}

.info-option__info ul li {
    display: flex;
    align-items: center;
}

.info-option__info ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #F9BE02;
    margin: 0 25px 0 0;
}

.info-option__info ul li + li {
    margin: 25px 0 0;
}

.info-option__price {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 40px;
}

.info-option .order_tardis {
    margin: 0;
}

.info-form {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 45%;
    padding: 180px 0 270px;
    border-bottom: 1px solid #D8D8D8;
}

.product_form__info {
    position: relative;
    left: 50%;
    max-width: 440px;
    padding: 0;
}

.product_form__info .form_row .inp_holder {
    width: 100%;
    margin: 0 0 24px;
}

.product_form__info .btnSubmit_info {
    background-color: #f6be00;
    width: 140px;
    padding: 0;
    text-align: center;
    margin: 24px 0 0;
    float: none;
}

.product_form__info .btnSubmit_info:hover {
    background-color: rgba(246, 190, 0, .8);
}

/*#sf_form .iti-arrow {*/
/*    right: 10px;*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*    border-top: 6px solid #555;*/
/*}*/

.product_wrapper .product_top-tardis .wd {
    height: auto;
}

.product_wrapper .product_top-career .wd {
    height: calc(100vh - 152px);
}

@media all and (max-width: 959px) {
    .info-feat h2,
    .info-servers h2,
    .info-hardware h2,
    .info-discuss h2,
    .info-options h2 {
        font-size: 11.2vw;
        margin-bottom: 30px;
        line-height: 100%;
    }

    .product_wrapper .product_top-tardis {
        height: auto;
        min-height: 900px;
    }

    .product_wrapper .product_top-tardis .wd {
        height: auto;
    }

    .deskonly {
        display: none;
    }

    .tardis-baner-img {
        background-position: bottom left;
        height: 40%;
        left: 0;
    }

    .product_wrapper .tardis-banner__content h1 {
        line-height: 100%;
        letter-spacing: normal;
        font-size: 9.6vw;
    }

    .product_wrapper .tardis-banner__content h1 br {
        display: none;
    }

    .product_wrapper .tardis-banner__content h2 {
        font-size: 6vw;
        line-height: 7.4666666667vw;
        margin: 0 auto 32px;
    }

    .product_form__info h2 {
        font-size: 6vw;
        line-height: 7.4666666667vw;
    }

    .tardis-banner__text {
        font-size: 3.5vw;
    }

    .tardis-banner__text br {
        display: none;
    }

    .info-feat {
        padding: 105px 0;
    }

    .info-feat__content {
        margin: 80px 0 0;
    }

    .feat-item {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    .feat-item + .feat-item {
        padding: 90px 0 0;
    }

    .feat-item__img {
        margin: 50px auto 0;
    }

    .feat-item__content {
        flex-direction: column;
    }

    .feat-item__content img {
        margin: 0 0 30px;
    }

    .feat-item__text h4 {
        font-size: 6vw;
        line-height: 7.4666666667vw;
    }

    .feat-item__text p {
        font-size: 3.5vw;
        line-height: 120%;
    }

    .feat-item:nth-child(even) .feat-item__content {
        order: 0;
    }

    .info-servers {
        padding: 100px 0;
    }

    .info-servers__subtitle {
        font-size: 3.5vw;
        line-height: 120%;
    }

    .servers-items {
        margin: 60px 0 0;
        flex-direction: column;
    }

    .servers-elem {
        max-width: none;
    }

    .servers-items__elem + .servers-items__elem {
        margin: 70px 0 0;
    }

    .servers-elem__title {
        margin: 0 0 10px;
    }

    .servers-elem__title h4,
    .servers-elem__info p {
        font-size: 4.5vw;
        line-height: 120%;
        max-width: none;
    }

    .servers-elem__img {
        margin: 0 0 25px;
    }

    .info-hardware {
        padding: 100px 0 80px;
    }

    .info-hardware__content {
        margin: 65px 0 0;
        flex-direction: column;
        justify-content: normal;
    }

    .hardware-elem {
        max-width: none;
    }

    .hardware-elem + .hardware-elem {
        margin: 55px 0 0;
    }

    .hardware-elem__content h4,
    .hardware-elem__content p {
        font-size: 4.5vw;
        line-height: 120%;
        max-width: none;
    }

    .info-discuss {
        padding: 100px 0;
    }

    .info-discuss__bg {
        background-position: left bottom;
    }

    .info-options {
        padding: 105px 0;
    }

    .info-options__blocks {
        flex-direction: column;
        margin: 30px 0 40px;
    }

    .info-option + .info-option {
        margin: 25px 0 0;
    }

    .info-options__text {
        font-size: 6vw;
        line-height: 7.4666666667vw;
        margin: 0 0 25px;
    }

    .info-options__text span {
        white-space: nowrap;
    }

    .info-form {
        background-image: none !important;
        padding: 105px 0;
    }

    .product_form__info {
        max-width: none;
        left: auto;
        height: auto;
    }

    .product_form__info .intl-tel-input {
        max-height: none;
        margin-bottom: 0;
    }
    .tardis-banner {
        text-align: center;
    }
}

.product_form--popup-form input[type=number].empty,
.product_form--popup-form input[type=text].empty,
.product_form--popup-form select.empty {
    border-color: red
}

.product_form--popup-form p.empty, .product_form--popup-form p.invalid {
    display: none;
    font-size: 12px;
    color: red;
    margin-top: 8px
}

.product_form__info .inp_holder.empty input,
.product_form__info .inp_holder.empty select,
.product_form__info .inp_holder.empty textarea {
    border-color: red !important
}

.product_form__info .inp_holder.empty p.empty {
    display: block
}

.product_form__info .order_tardis {
    margin: 0 auto 0 0;
}
/*
New page AI
*/
.ai-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
    color: #000;
}

.ai-link {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
}

.ai-link img {
    margin-left: 10px;
}

.ai-link:after {
    content: '';
    display: block;
    width: calc(100% - 25px);
    height: 2px;
    background: #F9BE02;
    position: absolute;
    bottom: -12px;
    left: 0;
    transition: all .2s linear;
}

.ai-link:hover:after {
    bottom: -7px;
}



.ai-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ai-banner__content {
    text-align: center;
}

.ai-banner__content h1 {
    margin-bottom: 18px;
}

.ai-banner__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 64px;
    position: relative;
    text-align: center;
}
.ai-banner__text:after {
    bottom: -28px;
}

.button-ai {
    text-decoration: none;
    border: none;
    background: none;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 40px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: #F9BE02;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.button-ai:hover {
    border: none;
}

.button-ai--play:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url("../img/play-circle.svg") no-repeat center;
}

/*
ai-about
*/
.ai-about {
    padding: 145px 0;
    background: #fff;
}
.ai-about__subtitle {
    color: #8a8c8c;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}
.ai-about__text {
    color: #8a8c8c;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    width: 87%;
}
.ai-about__text b {
    color: #000;
}

/*
ai-solutions
*/
.ai-solutions {
    padding: 144px 0 217px;
    background: #f4f4f4;
}

.ai-solutions__content .ai-title {
    margin-bottom: 36px;
}

.ai-solutions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 115px;
}
.ai-solutions__item:last-child {
    margin-bottom: 0;
}

.ai-solutions__text {
    box-sizing: border-box;
    width: 37%;
}

.ai-solutions__text p {
    color: #8a8c8c;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.ai-solutions__img {
    display: block;
    max-width: 100%;
    max-height: 598px;
    margin: 0 auto;
}

.ai-solutions__img--mobile {
    display: none;
}

/*
ai-form
*/
.ai-form {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 134px 0;
    text-align: center;
}

.ai-form__title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.ai-form .button-ai {
    margin-top: 31px;
}

/*
ai-sources
*/
.ai-sources {
    background: #ffffff;
    padding: 160px 0 114px;
}

.ai-sources .ai-title {
    margin-bottom: 49px;
}

.ai-sources__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ai-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #000000;
    padding: 40px 40px 50px;
    width: calc(33.333% - 73px);

    box-sizing: border-box;
    margin-bottom: 30px;
}

.ai-card:not(:nth-child(3n)) {
    margin-right: 109px;
}

.ai-card__icon {
    display: block;
    margin: 20px auto;
}

.ai-card__text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 40px 0;
}
.ai-link_card {
    color: #ffffff;
}
/*
ai-advisors
 */
.ai-advisors {
    background: #fff;
    padding-bottom: 160px;
}

.ai-advisors .ai-title {
    margin-bottom: 49px;
}

.ai-advisors__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ai-advisors__card {
    width: calc(50% - 25px);
    margin-bottom: 50px;
}

.ai-advisors__img {
    background: #F1F1F1;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.ai-advisors__img img {
    max-width: 100%;
}

.ai-advisors__name {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.ai-advisors__desc {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 27px;
}

.ai-card__wrap {
    margin-top: auto;
}

.ai-link_advisors {
    color: #000;
}
/*
ai-learn
 */
.ai-learn {
    padding: 228px 0;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-position: left;
}

.ai-learn__text {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.ai-learn__text .ai-link {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
}

.ai-learn__text .ai-link:after {
    width: 100%;
    max-width: 100%;
}

/*
ai-home
 */
.ai-home {
    padding: 45px 0;
    background: #f4f4f4;
}
.ai-home__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-home__top h2 {
    width: 50%;
    font-size: 38px;
    font-weight: 100;
    line-height: 38px;
}

.ai-home__body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.ai-home__text {
    width: 35%;
    margin-left: 68px;
}
.ai-home__text h3 {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.ai-home__text p {
    font-size: 14px;
    line-height: 24px;
    color: #535659;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 300;
}

.ai-home__btnGroup a {
    text-decoration: none;
    color: #535659;
    font-size: 14px;
    border-bottom: 1.25px solid transparent;
    padding-bottom: 3px;
    transition: 250ms;
    display: inline-block;
    margin-right: 16px;
}
.ai-home__btnGroup a:hover {
    border-bottom-color: #f6be00;
}
.ai-home__btnGroup a:after {
    content: url(/assets/img/next_blue.svg);
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 3px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.about_wrapper .core_values .values_container .value .title {
    min-height: 90px;
    position: relative;
}

.about_wrapper .core_values .values_container .value .title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
}
.ai-advisors__img img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/*================= careers ================*/

.overflow-menu_about .pt--item {
    padding: 4px 0;
}

.overflow-menu_about .pt--item:not(:last-child) {
    margin: 0;
}
.overflow-menu_about .pt--item {
    border-bottom: 3px solid transparent;
    transition: all .3s;
}

.overflow-menu_about .pt--item_img {
    width: 24px;
}
.overflow-menu_about .pt--item.active .pt--item_img {
    display: none;
}
.overflow-menu_about .pt--item.active .pt--item_img_hover {
    display: block;
}
.overflow-menu_about .pt--item:hover .pt--item_img {
    display: none;
}
.overflow-menu_about .pt--item .pt--item_img_hover {
    display: none;
}
.overflow-menu_about .pt--item:hover .pt--item_img_hover {
    display: block;
}
.overflow-menu_about .pt--item.active,
.overflow-menu_about .pt--item:hover{
    border-bottom: 3px solid #F9BE02;
    color: #ffffff;
}
.overflow-menu_about .pt--item:hover p {
    color: #ffffff;
}
.overflow-menu_about .pt--item {
    padding: 4px 30px;
}

.about-banner {
    position: relative;
}
.about-banner .wd {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
}
.about-banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 96px;
    background: #ffffff;
    bottom: 0;
    left: 0;
}
.about-banner__desc-bg,
.about-banner__mob-bg {
    display: block;
    width: 100%;
    height: calc(100vh - 146px);
    background-size: cover;
    background-position: center;
}
.about-banner__mob-bg {
    display: none;
}
.about-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 70px 0 0;
    text-align: left;
    color: #ffffff;
}
.about-banner__content p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px;
}
.about-banner__content h3 {
    font-weight: 600;
    font-size: 72px;
    margin: 0 0 50px;
    max-width: 690px;
}
.about-banner__link {
    display: inline-flex;
    padding: 0 24px;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    background: #000000;
    height: 56px;
}
.about-banner__link:hover {
    color: #000000;
    background: #ffffff;
    transition: all .3s;
}
.about-banner__more {
    position: absolute;
    bottom: -54px;
    margin: auto 0 0;
    width: 50%;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .7px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 96px;
    padding: 0;
    left: 0;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}
.about-banner__more:after {
    margin: 0 40px 0 0;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("/assets/img/arrow-down.svg") no-repeat 100%;
}
.about-banner__more:hover:after {
    background: url("/assets/img/arrow-down_h.svg") no-repeat 100%;
}

.about-banner__more:hover {
    color: #F9BE02;
}

.careers-text {
    padding: 240px 0 190px;
}
.careers-text_alt {
    padding: 0 0 140px;
}
.careers-text h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 105%;
    max-width: 1070px;
    color: #000000;
    margin: 0 0 40px;
}
.careers-text p {
    font-size: 32px;
    font-weight: 500;
    margin: 25px 0;
    color: #8A8C8C;
}
.careers-text a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #F9BE02;
    transition: all .3s;
}
.careers-text a:hover {
    border-bottom: 1px solid #000000;
}

.careers-video {
    height: 720px;
    width: 100%;
}
.careers-video .wd {
    height: 100%;
    position: relative;
}
.careers-video__content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    max-width: 620px;
    color: #ffffff;
}
.careers-video__content_jobs {
    color: #000000;
}
.careers-video__content p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    cursor: pointer;
}
.careers-video__content p a {
    color: #ffffff;
    text-decoration: none;
    background: none;
    transition: all .3s;
}
.careers-video__content p:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 20px 0 0;
    background: url("/assets/img/play-video.svg") no-repeat 100%;
    transition: all .3s;
}
.careers-video__content p:hover {
    color: #F9BE02;
}
.careers-video__content p:hover a {
    color: #F9BE02;
    background: none;
    text-transform: uppercase;
}
.careers-video__content p:hover:before {
    background: url("/assets/img/play-video_orange.svg") no-repeat 100%;
}
.careers-video__content_jobs p:before {
    display: none;
}
.careers-video__content h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 120px;
}
.careers-video__content > a {
    position: absolute;
    bottom: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    /*width: 250px;*/
    box-sizing: border-box;
    padding: 0 55px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    background: #F9BE02;
    transition: all .3s;
    cursor: pointer;
}
.careers-video__content_jobs a {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -24px;
    color: #ffffff;
    background: #000000;
}
.careers-video__content_jobs a:before {
    content: "";
    display: block;
    margin: 0 12px 0 0;
    width: 20px;
    height: 20px;
    background: url("/assets/img/align-left_white.svg") no-repeat 100%;
}
.careers-video__content a:hover {
    background: #000000;
    color: #ffffff;
}
.careers-video__content_jobs a:hover {
    bottom: -24px;
    color: #000000;
    background: #ffffff;
}
.careers-video__content_jobs a:hover:before {
    background: url("/assets/img/align-left_black.svg") no-repeat 100%;
}
.careers-video__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(1px);
    background-repeat: no-repeat;
    background-size: cover;
}
.careers-video__bg-center {
    background-position: center;
}
.careers-video__bg-mob {
    display: none;
}
.mob-title {
    display: none;
    margin: 0 0 55px;
}
.mob-title p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 35px;
    letter-spacing: 2px;
    color: #8A8C8C;
    text-transform: uppercase;
}
.mob-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}

body {
    overflow-x: hidden;
}

.careers-slider {
    padding: 350px 0 220px;
}
.careers-slider_alt {
    padding: 0 0 150px;
}
.careers-sliders__content > h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 105%;
    color: #000000;
    margin: 0 0 75px;
    max-width: 910px;
}
.about-slider .owl-nav {
    position: absolute;
    bottom: 65px;
    right: -1px;
}
.about-slider_alt .owl-nav {
    bottom: 0;
}
a.about-slider__item {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
a.about-slider__item .play-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all .3s;
    background: rgba(0, 0, 0, .3);
}
a.about-slider__item .play-btn:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 0 20px 0;
    background: url('/assets/img/play-video.svg') no-repeat 100%;
}
a.about-slider__item:hover .play-btn {
    color: #F9BE02;
}
a.about-slider__item:hover .play-btn:before {
    background: url('/assets/img/play-video_orange.svg') no-repeat 100%;
}
.about-slider__item img {
    display: block;
    width: 100%;
    transition: all .3s;
}
.about-slider__item:hover img {
    transform: scale(1.2);
}
.about-slider__arrows {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 54px;
    height: 54px;
    transition: all .3s;
}
.about-slider__arrows:hover {
    background: #000000;
}
.about-slider__arrows.owl-prev {
    background-image: url("/assets/img/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.about-slider__arrows.owl-prev:hover {
    background-image: url("/assets/img/arrow-left_h.svg");
}
.about-slider__arrows.owl-next {
    background-image: url("/assets/img/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.about-slider__arrows.owl-next:hover {
    background-image: url("/assets/img/arrow-right_h.svg");
}
.about-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}
.about-slider_alt .owl-dots {
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.about-slider .owl-dot {
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border: 1px solid #F9BE02;
}
.about-slider .owl-dot.active {
    background: #F9BE02;
}
.about-slider .owl-dot + .owl-dot {
    margin: 0 0 0 26px;
}

.about-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-info:nth-child(even) .about-info__text {
    order: 2;
}
.careers-sliders_alt {
    padding: 0 0 200px;
}
.about-infos_alt .about-info:nth-child(even) .about-info__text {
    order: 0;
}
.about-infos_alt .about-info:nth-child(odd) .about-info__slider {
    order: -1;
}
.about-info__text {
    flex: 0 0 34%;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    background: #F9BE02;
    overflow: hidden;
    color: #000000;
}
.about-info__text h4 {
    position: absolute;
    top: 32px;
    padding: 0 32px 0 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 105%;
}
.about-info__text > span {
    font-size: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    padding: 0 32px 0 0;
    line-height: 130%;
}
.about-info__text p {
    position: absolute;
    bottom: 32px;
    padding: 0 32px 0 0;
    font-size: 16px;
    line-height: 120%;
}
.about-info__text p span {
    display: block;
    font-weight: 600;
}
.about-info__text_grey {
    background: #8A8C8C;
    color: #ffffff;
}
.about-info__text_black {
    background: #000;
    color: #ffffff;
}
.about-info__text:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.about-info__slider {
    width: 66%;
}

.careers-btn-block {
    padding: 120px 0 130px;
}
.careers-btn-block__content {
    display: flex;
    flex-direction: column;
}
.careers-btn-block__content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 25px;
}
.careers-btn-block__content a {
    padding: 18px 36px;
    text-decoration: none;
    color: #000000;
    background: #F9BE02;
    font-size: 16px;
    line-height: 120%;
    margin: 0 auto;
    transition: all .3s;
}
.careers-btn-block__content a:hover {
    color: #ffffff;
    background: #000;
}

.careers-links {
    padding: 115px 0 155px;
    background: #F4F4F4;
}
.careers-links h2 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 45px;
}
.careers-links__content {
    display: flex;
}
.career-link {
    width: 33.3333333333333%;
}
.career-link__img {
    position: relative;
    margin: 0 0 25px;
    width: 100%;
}
.career-link__img img {
    display: block;
    width: 100%;
}
.career-link__img .career-link__btn {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: #F9BE02;
    width: 56px;
    height: 56px;
    transition: all .3s;
    background-image: url("/assets/img/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.career-link__img .career-link__btn:hover {
    background-color: #000000;
    background-image: url("/assets/img/arrow-right_h.svg");
}
.career-link__text {
    color: #000000;
}
.career-link__text a h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px;
		color: #000000;
}

.career-link__text a p {
    font-size: 16px;
    color: #8A8C8C;
    margin: 0 0 15px;
}

.career-link__text .career-link__text-btn {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #F9BE02;
    transition: all .3s;
}
.career-link__text .career-link__text-btn:hover {
    border-bottom: 1px solid #000000;
}
.careers-images {
    padding: 0 0 175px;
}
.careers-imgs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.careers-imgs__item {
    width: 34%;
    overflow: hidden;
}
.careers-imgs__item img {
    display: block;
    width: 100%;
    transition: all .3s;
}
.careers-imgs__item:hover img {
    transform: scale(1.1);
}
.careers-imgs__item_big {
    width: 66%;
}

@media all and (max-width: 1240px) {
    .ai-card {
        width: calc(33.333% - 30px);
    }
    .ai-card:not(:nth-child(3n)) {
        margin-right: 45px;
    }
}

@media all and (max-width: 959px) {
    /* ======= ai ========*/
    .ai-title {
        font-size: 35px;
        line-height: 45px;
    }

    .ai-card {
        width: 100%;
    }

    .ai-card:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .ai-advisors__card {
        width: 100%;

    }

    .ai-about__text {
        width: 100%;
    }

    .ai-solutions {
        padding: 100px 0;
    }

    .ai-solutions__item {
        display: block;
        margin-bottom: 40px;
    }

    .ai-solutions__text {
        width: 100%;
        margin-bottom: 30px;
    }

    .ai-form__title br {
        display: none;
    }

    .ai-home__body {
        display: block;
        text-align: center;
    }

    .ai-home__body img {
        max-width: 100%;
    }

    .ai-home__text {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .ai-home__top .view_link {
        background: none !important;
    }
}
/* =============== ai ===============*/
@media all and (max-width: 500px) {

    .ai-banner .ai-banner__content h1 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
    }
    .ai-banner__text br {
        display: none;
    }
    .ai-solutions {
        padding: 90px 0;
    }

    .ai-sources {
        padding: 80px 0;
    }

    .ai-solutions__img--desc {
        display: none;
    }
    .ai-solutions__img--mobile {
        display: block;
    }

    .ai-about {
        padding: 90px 0;
    }

    .ai-about__text {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }
    .ai-form {
        background-position: top;
    }

    .ai-form__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
    }

    .ai-advisors {
        padding: 0 0 108px;
    }

    .ai-learn {
        background-position: -409px -5px;
    }
    .ai-learn__text {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

    .ai-learn__text .ai-link {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

    .ai-home__top h2 {
        font-size: 23px !important;
    }
}

/* KOStil'  12.02.2020*/

@media  screen and (max-width: 1069px) {
    .about-info__text h4{
        font-size: 35px;
    }
}

/*////*/

@media all and (max-width: 959px) {
    .about-banner__more {
        display: none;
    }
    .about-banner:after {
        display: none;
    }
    .about-banner__desc-bg {
        display: none;
    }
    .about-banner__mob-bg {
        display: block;
    }
    .about-banner .wd {
        position: relative !important;
    }
    .about-banner__mob-bg {
        /*height: calc(70vh - 146px);*/
    }
    .about-banner .wd {
        padding-top: 36px !important;
        padding-bottom: 28px !important;
    }
    .about-banner__content {
        padding: 0;
    }
    .about-banner__content p {
        margin: 0 0 15px;
    }
    .about-banner__content h3 {
        font-size: 32px;
        margin: 0 0 60px;
    }
    .about-banner__link {
        background: #F9BE02;
        width: 100%;
        color: #000000;
        font-weight: 500;
        box-sizing: border-box;
    }
    .overflow-menu_about .pt--item_img {
        width: 20px;
        height: 20px;
        display: block;
    }
    .overflow-menu_about .pt--item {
        display: flex;
        align-items: center;
        padding: 20px;
    }
    .overflow-menu_about .pt--item_title {
        margin: 0;
    }
    .careers-text {
        padding: 75px 0 120px;
    }
    .careers-text_alt {
        padding: 0 0 90px;
    }
    .careers-text h2 {
        font-size: 24px;
        margin: 0 0 20px;
        line-height: 130%;
    }
    .careers-text p {
        font-size: 24px;
    }
    .mob-title {
        display: block;
    }
    .careers-video__bg{
        display: none;
    }
    .careers-video__bg-mob {
        display: block;
    }
    .careers-video {
        height: 375px;
    }
    .careers-video__content {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .careers-video__content p:before {
        margin: 0;
    }
    .careers-video__content p span {
        display: none;
    }
    .careers-video__content h2 {
        display: none;
    }
    .careers-video__content > a {
        width: 100%;
        box-sizing: border-box;
    }

    .careers-slider {
        padding: 140px 0 115px;
    }
    .careers-slider_alt {
        padding: 0 0 95px;
    }
    .about-slider .owl-dots {
        margin: 30px 0 0;
    }
    .careers-sliders__content > h2 {
        font-size: 32px;
        margin: 0 0 60px;
    }
    .careers-btn-block {
        padding: 140px 0 100px;
    }
    .about-info__text h4 {
        font-size: 28px;
        top: 25px;
    }
    .careers-sliders_alt {
        padding: 0 0 95px;
    }
}

@media all and (max-width: 767px) {
    .about-info {
        flex-direction: column;
    }
    .about-info__text {
        padding: 25px;
    }
    .about-info:nth-child(even) .about-info__text {
        order: 0;
    }
    .about-info + .about-info {
        margin: 25px 0 0;
    }
    .about-info__text,
    .about-info__slider {
        width: 100%;
    }
    .about-slider_alt .owl-dots {
        left: 0;
        right: 0;
        padding: 0 20px;
        bottom: 25px;
    }
    .careers-links__content {
        flex-direction: column;
    }
    .career-link {
        width: 100%;
    }
    .career-link + .career-link {
        margin: 70px 0 0;
    }
    .careers-links {
        padding: 95px 0 115px;
    }
    .about-infos_alt .about-info .about-info__text {
        order: -2;
    }
    .about-info__text > span {
        font-size: 14px;
    }
}

@media all and (max-width: 567px) {
    .careers-images {
        padding: 0 0 140px;
    }
    .careers-imgs {
        flex-direction: column;
    }
    .careers-imgs__item {
        width: 50%;
    }
    .careers-imgs__item:nth-child(odd) {
        align-self: flex-end;
    }
    .careers-imgs__item_big {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 967px) {
    .about-info__text {
        flex: 0 0 50%;
    }
    .about-info__slider {
        width: 55%;
    }

    .about-info__text h4{
        /*font-size: 40px;*/
    }

}

/*NEW block AI 07.02.2020*/
.ai-blockquote {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 122px 0 376px;
}

.ai-blockquote_mob {
    display: none;
}

.ai-blockquote__text {
    width: 53%;
    position: relative;
}

.ai-blockquote__text:before {
    content: '”';
    color: #fff;
    font-family: bio_sans;
    font-size: 80px;
    opacity: .15;
    background-size: cover;
    position: absolute;
    left: -45px;
    top: -5px;
    z-index: 1;
}

.ai-blockquote__text:after {
    content: '”';
    color: #fff;
    font-family: bio_sans;
    font-size: 80px;
    opacity: .15;
    position: absolute;
    left: 35%;
    bottom: -80px;
    z-index: 1;
}

.ai-text {
    color: #fff;
}

.ai-text span {
    color: #F6BE00;
}

.ai-text__big {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.ai-text__sm {
    font-size: 18px;
    line-height: 28px;
}

.ai-blockquote__autor {
    padding-top: 110px;
}

.ai-blockquote__autor p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.ai-blockquote__autor a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

.ai-blockquote__autor a img {
    margin-left: 16px;
}

@media only screen and (max-width: 1360px) {
    .ai-blockquote__text:before {
        left: -5px;
        top: -45px;
    }
}


@media only screen and (max-width: 979px) {
    .ai-blockquote {
        padding: 431px 0 50px;
        background-position: right center;
    }
    .ai-blockquote__text {
        width: 100%;
    }

    .ai-blockquote__text:before {
        left: -5px;
        top: -45px;
    }
}

@media only screen and (max-width: 767px) {
    .ai-blockquote {
        background-position: right center;
    }

    .ai-text__big {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .ai-text__sm {
        color: #8A8C8C;
    }

}

@media only screen and (max-width: 500px) {
    .ai-blockquote {
        background-position: 80% center;
        position: relative;
    }
    .ai-blockquote .wd {
        position: relative;
        z-index: 2;
    }
    .ai-blockquote:after {
        content: '';
        display: block;
        width: 100%;
        height: 75%;
        background: url('/assets/img/ai-blq-mob.svg') no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }

    .ai-blockquote_desc {
        display: none;
    }
    .ai-blockquote_mob {
        display: block;
    }
    .ai-text__sm {
        font-size: 17px;
    }

    .ai-blockquote__text:after {
        left: 65%;
    }

}
/*catigories docs*/
@media screen and (max-width: 959px) {
    .resources_wrapper .categories_docs .wd .intro {
        padding-top: 160px;
    }
}

@media screen and (max-width: 567px) {
    .resources_wrapper .categories_docs .wd .intro {
        padding-top: 105px;
    }
}

/* ================= careers 10.02.20 =============== */

.career-link.active .career-link__img .career-link__btn {
    display: none;

}
.career-link.active .career-link__img {
    position: relative;
}
.career-link.active .career-link__img:after {
    display: block;
    content: "";
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.career-link__text p {
    margin: 0 0 10px;
}
.career-link .career-link__text .career-link__text-btn {
    display: inline-block;
    padding: 7px 0;
    margin: 0;
}
.career-link.active .career-link__text a {
    pointer-events: none;
    border: none;
    padding: 7px 15px;
    border-radius: 26px;
    background: rgba(249, 190, 2, .1);
}

.about-slider_static {
    overflow: hidden;
}
.blackout_img {
    position: relative;
    z-index: 2;
}
.blackout_img:after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .4);
}

.about-banner__mob-bg:after,
.about-banner__desc-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/assets/img/bg-yellow_desc.png") no-repeat 100%;
    background-size: cover;
}
.about-banner__desc-bg,
.about-banner__mob-bg {
    position: relative;
}

/*19.02.2020*/
@media screen and (max-width: 959px) {
    .mobile_menu .top ul li {
        opacity: 1;
    }
    .index_wrapper .index_top .wd .mob_content .desc {
        font-size: 4.8vw;
    }
		.careers-video__content--mobile {
			display: block;
		}
		.careers-video__content--mobile p span {
			display: block;
			margin-top: 132px;
		}
		.careers-video__content--mobile h2 {
			font-size: 32px;
			display: inline-block;
		}
}

/*05.03.2020*/
@media screen and (max-width: 500px) {
	.product_wrapper .product_top-tardis {
		height: auto;
		min-height: auto;
	}
	.product_wrapper .product_top-tardis .wd_mobile {
		height: auto;
		display: block;
	}
	.about-banner__mob-bg {
		height: 375px;
	}
	.about-banner__content--mobile {
		height: auto;
	}
	.careers-text {
		padding: 75px 0;
	}
	.careers-slider {
		padding: 100px 0 75px;
	}
	.careers-btn-block {
		padding: 75px 0;
	}
	.careers-links {
		padding: 95px 0;
	}

	.careers-text__dream {
		padding: 75px 0 0;
	}
	.careers-text_alt {
		padding: 0 0 50px;
	}
	.about-info__block {
		display: block;
	}
	.about-banner__content--dt {
		display: block;
		height: auto;
	}

	.about-info__block .about-info__text > span {
		top: auto;
		bottom: 175px;
	}

	.careers-video__bg-mob--f {
		background-size: contain;
		filter: none;
	}

	.wd_block {
		height: auto;
	}
	.wd_block .about-banner__content {
		display: block;
		height: auto;
	}

	.careers-video__bg {
		-webkit-filter: blur(1px);
		filter: blur(1px);
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(1px);
	}

}

/*18.03.2020*/
.wrap-link-text {
	display: block;
	background: none !important;
	padding: 0 !important;
	text-decoration: none;
}

/* =============== CONTACTS-MAP =============*/
.contacts_wrapper .map_container div.point.new_york.white {
    top: 250px;
    left: 285px;
}

.map .point.new_york {
    top: 203px;
    left: 357px;
}

/*23.03.2020*/
@media (max-width: 1240px)  {
	.footer .top .wd section ul li {
		padding-right: 10px;
	}
}
@media (max-width: 1240px) and (min-width: 967px) {
	.about-info__text {
		flex: 0 0 40%;
	}
}

@media (max-width: 430px)  {
	.about-info__block .about-info__text > span  {
		bottom: 110px;
	}
}

@media (max-width: 374px)  {
	.about-info__text h4 {
		font-size: 22px;
	}
	.about-info__text > span {
		font-size: 12px;
	}
}

@media (max-width: 959px)  {
	.overflow-menu_about.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

}

.section-text {
	padding: 50px 0 0;
}

.section-text .rich-text {
	margin: auto;
}

.rich-text h2 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

.rich-text p {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
	font-weight: 300;
}

.rich-text a {
	text-decoration: none;
	color: #3498db;
	font-size: 14px;
	font-weight: 500;
	transition: 200ms;
	display: inline-block;
}

.rich-text a:hover {
	color: #34495e;
}

@media (max-width: 959px) {
	.section-text .rich-text {
		width: 100%;
	}
}

.hard_wrapper .product.textimg .text {
	padding: 0 10px 0 0;
}
.hard_wrapper .product.imgtext .text {
	padding: 0 0 0 10px;
}

.hard_wrapper .product .wd .text-inner_big .name {
	font-size: 28px;
}

.text-inner_big p {
	font-size: 18px;
	line-height: 28px;
}

/** ----------- 18.03.2021 --contactUS-------- **/

.about_wrapper .offices div.map .point,
.contacts_wrapper .map_container div.map .point {
    pointer-events: none;
}

.point.white.ukraine {
    top: 215px;
    left: 723px;
}

.point.white.kazakhstan {
    top: 204px;
    left: 887px;
}

@media (max-width: 959px) {
    .point.white.ukraine {
        top: 178px;
        left: 907px;
    }
    .point.white.kazakhstan {
        top: 154px;
        left: 1080px;
    }
}
/** ----------- 18.03.2021 ----about------ **/

.point.ukraine {
    top: 175px;
    left: 723px;
}

.point.kazakhstan {
    top: 165px;
    left: 887px;
}

@media (max-width: 959px) {
    .point.ukraine {
        top: 180px;
        left: 795px;
    }
    .point.kazakhstan {
        top: 175px;
        left: 930px;
    }
}

/*28.01.2022*/

.index_wrapper .index_top .main__heading._color-white {
    color: #fff;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 32px;
    font-weight: 300;
    max-width: 840px;

}
.wd--default {
    max-width: 1280px !important;
    padding: 0 20px !important;
}

.main__heading._color-white p br {
    display: none;
}

.index_wrapper .index_top .wd ._temp_wrapper--new {
    justify-content: center;
}

._watch-video {
    position: relative;
    padding: 5px 10px 5px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
}
._watch-video:before {
    content: '/>';
    color: #F7BE00;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

@media screen and (max-width: 959px) {
    .index_wrapper .index_top .wd .mob_content._color-white .desc {
        color: #fff;
    }
    ._watch-video {
        font-size: 4.8vw;
    }
    ._watch-video:before {
        font-size: 4.9vw;
    }
    .wd--default {
        padding: 0 8vw !important;
    }

}

/* 11.02.2022 ---- team --- */
._who-we-are h1 {
    margin-bottom: 24px;
}
._who-we-are__title h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 24px;
}

._who-we-are__title h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    width: 58%;
    margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
    ._who-we-are__title h2 {
        font-size: 10.1333333333vw;
        margin-bottom: 6.4vw;
        /*padding: 0 8vw;*/
    }
    ._who-we-are__title h3 {
        width: 100%;
        font-size: 4.8vw;
        line-height: 6.6666666667vw;
        margin-bottom: 9.6vw;
        /*padding: 0 8vw;*/
        box-sizing: border-box;
    }
}

