.has-star__text {
    font-family: "Gilroy";
    font-size: 1.125rem;
    font-weight: 800;
    color: #040329;
    margin-bottom: 10px;
}

.custom_file {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #8C93A2;
    margin-bottom: calc(100vw / (var(--vwIdth) / 10));
    width: 100%;
}

.header-bottom .current-menu-item {
    border-image-source: linear-gradient(to left,#000aff 7.29%,#c13fff 100%);
}

.header-bottom .current-menu-item a span{
    background: linear-gradient(270deg,#000aff 7.29%,#c13fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.book-title {
    text-transform: uppercase;
}

@media screen and (max-width: 600px){
    .mp-contacts__info{
        text-align: center;
    }
    .about-careers__info{
        text-align: center;
    }
    .about-careers__info>.about-careers__subtitle{
        margin: 0 auto 56px auto;

    }
}


div.popup-career__item._btn.required--sbmt.disabled button {
    width: 423px;
    height: 49px;
}

div.popup-career__item._btn.required--sbmt.disabled button:hover {
    cursor: pointer;
}

input.cust {
    color: #8C93A2;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.input-file2 {
    display: inline-block;
    padding: 12px 25px 12px 25px;
    border: 1px solid #0029FF;
    transition: all 0.3s ease-in-out;
    border-radius: 222px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0029FF;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 85px;
    height: 54px;
    position: absolute;
    width: 423px;
    top: -20px;
    z-index: 10000;
    opacity: 0;
}

button.popup-career_custom {
    width: 423px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    div.popup-career__item._btn.required--sbmt.disabled button {
        width: 523px;
    }
}

@media (min-width: 376px) and (max-width: 520px) {
    div.popup-career__item._btn.required--sbmt.disabled button {
        width: 340px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    div.popup-career__item._btn.required--sbmt.disabled button {
        width: 280px;
    }
}

.mp-books__sl .slick-track {
    margin: 0;
}

.mp-best__sl .slick-track {
    margin: 0;
}

/*.mp-reviews__sl .slick-track{
  margin: 0;
}*/
.wpcf7 {
    width: 50%;
}

#wpcf7-f480-o1 {
    width: 100%;
}

#wpcf7-f892-o1 {
    width: 100%;
}

.wpcf7.no-js {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.mp-contacts__form-item .check .required--check .required {
    display: flex;
}

.mp-best {
    padding-bottom: calc(100vw / (var(--vwIdth) / 160));
}

.check-desc2 {
    font-family: 'Gilroy',sans-serif;
    font-size: 1.125rem;
    line-height: 1.9;
    color: #69759E;
    width: 522px;
    padding-left: 5px;
    position: relative;
    z-index: 2;
    max-width: 60%;
    margin-bottom: 9px;
}

.check-desc2 p {
    /*display: flex;*/
    flex-wrap: wrap;
}

.custom2.disabled {
    border-radius: 222px !important;
    background: #69759E;
    color: #8C93A2;
    font-size: 1.35rem;
    font-weight: 700 !important;
    width: 425px;
    height: 50px;
    transition: 0.3s;
}

.custom2:hover {
    cursor: pointer;
}

input.custom_check {
    width: 20px;
    border: 1px solid white;
    margin-top: 1px;
    background-color: transparent;
    height: 20px;
    position: relative;
}

input.custom_check:hover {
    cursor: pointer;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.custom.disabled {
    border-radius: 222px !important;
    background: #CCD8ED;
    color: #8C93A2;
    font-size: 1.4rem;
    font-weight: 750 !important;
    width: 500px;
    height: 50px;
}

.mp-contacts__form-item input[type="checkbox"].check_custom {
    width: 20px !important;
    position: absolute;
    top: -15px;
    left: 0px;
}

@media(max-width: 768px) {
    .mp-contacts__form-item input[type="checkbox"].check_custom {
        width: 18px !important;
        height: 18px ;
        padding: 9px !important;
        top: 0 !important;
    }
}

.header-btns {
    display: flex;
    align-items: center;
    column-gap: calc(100vw / (var(--vwIdth) / 40));
}

.header-langs {
    position: relative;
}

.header-langs a span {
    font-weight: 800;
    color: #0029FF;
}

.header-langs ul {
    position: absolute;
    bottom: calc(100vw / (var(--vwIdth) / -20));
    left: 0;
    display: none;
}

#menu-company .current-menu-item {
    background: none;
}

.popup-career__file.error .input-file {
    border-color: #EE1D52;
}

.popup-career__file.succes .input-file {
    border-color: #0029FF;
}

.popup-career__file input.input-file[type=file] {
    display: none;
}

.input-file {
    display: inline-block;
    padding: 12px 25px 12px 25px;
    border: 1px solid #0029FF;
    transition: all 0.3s ease-in-out;
    border-radius: 222px;
    width: 100%;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0029FF;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 80px ;
    text-align: center;
}

/*.input-file2:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 147px;
    width: calc(100vw / (var(--vwIdth) / 28));
    height: calc(100vw / (var(--vwIdth) / 20));
    background-image: url(../img/Vector.svg);
    background-repeat: no-repeat;
    background-position: center;
}*/

@media (min-width: 769px) and (max-width: 1024px) {
    .input-file:before {
        left: 233px;
    }
}
@media (min-width: 1441px) and (max-width: 1920px) {
    .mp-reviews__arrs {
        right: calc(100vw / (var(--vwIdth) / 190));
    }
}

@media screen and (max-width: 1024px) {
    .input-file:before {
        left: 119px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .input-file:before {
        left: 80px;
    }
}

.link-right__blue {
    width: fit-content;
    text-align: left;
    background: linear-gradient(90deg, #000AFF 0%, #000AFF 50%, #C13FFF 50%, #000AFF 100%);
    color: #0029FF;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    animation: shine 1s linear infinite;
    position: relative;
}

.link-right__blue span:hover {
    text-decoration: none;
}

.test {
    display: flex;
    flex-wrap: wrap;
}

li.current-menu-item {
    /*background-color: #0029FF;*/
    border: 0;
}

.about-link span {
    
}

.current-menu-item div a span {
    color: white;
    font-weight: 700;
}

li.current-menu-item:hover div a span {
    color: white;
}

li.current-menu-item:hover {
    cursor: pointer;
}

.about-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.about-link {
    padding: 0;
}

.about-link a {
    padding: calc(100vw / (var(--vwIdth) / 8)) calc(100vw / (var(--vwIdth) / 20));
    width: 100%;
}

input.custom_check:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #000018 ;
    border: 1px solid white;
    top: 2px;
    left: 0;
    border-radius: 4px;
}

@media screen and (max-width: 1440px) {
    input.custom_check:before {
        top: 0;
    }

    h2.h2.title_h2 {
        max-width: calc(100vw / (var(--vwIdth) / 650));
    }

    .mp-about__img picture img {
        transform: translate(-50%, -45%);
    }

    h2.h2.title_h2 {
        max-width: calc(100vw / (var(--vwIdth) / 850));
    }
    .check-desc {
        margin-left: 3px;
    }

    .mp-best__desc {
        max-width: calc(100vw / (var(--vwIdth) / 732));
    }
    .mp-contacts__form-item input[type="checkbox"].check_custom {

        top: -9px;
        left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    input.custom_check:before {
        top: 0;
    }
}

input.custom_check:checked:before {
    background: transparent;
    border: 0;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.header-menu__dropdown-link {
    width: 100%;
    height: 100%;
    text-align: center;
}

.header-menu__wrp li a.header-menu__dropdown-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.check-desc.check-desc2 {
    padding-left: 5px;
}

.check-desc {
    font-family: 'Gilroy',sans-serif;
    font-size: 1.125rem;
    color: #69759E;
    width: calc(100% - 20px);
    padding-left: calc(100vw / (var(--vwIdth) / 20));
    position: relative;
    z-index: 2;
    max-width: 62%;
}

.check-desc >p {
    line-height: 1.9;
}

.check-desc2 >p {
    line-height: 1.9;
}

.check>p>label {
    margin-top: 5px;
}
.case-study {
    background: #fff;
}
.case-study__strategy a {
    width: fit-content;
    text-align: center;
    background: linear-gradient(90deg, #C13FFF 0%, #C13FFF 50%, #C13FFF 50%, #000AFF 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s !important;
    animation: shine 1s linear infinite;
    position: relative;
}

.case-study__strategy a:hover {
    background-position: -100% center;
}

.blog-info__wrp {
    margin-bottom: calc(100vw / (var(--vwIdth) / 60));
}

.blog-info__wrp ul > li {
    width: 100%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 15));
    position: relative;
    padding-left: calc(100vw / (var(--vwIdth) / 15));
    font-family: 'Gilroy',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.blog-info__wrp ul > li::before {
    content: "●";
    font-size: 12px;
/*    position: absolute;
    left: 0;
    top: 0.8em;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #040329;*/
}

.btn-white span {
    -webkit-text-fill-color: #0029FF;
}

.blog-info__wrp a {
    width: fit-content;
    text-align: center;
    background: linear-gradient(90deg, #0029FF 0%, #0029FF 50%, #C13FFF 50%, #000AFF 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s !important;
    animation: shine 1s linear infinite;
    position: relative;
}

.blog-info__wrp a:hover {
    background-position: -100% center;
}

.blog-info__wrp ol {
    list-style: none;
    counter-reset: ol-counter;
    padding: 0;
    margin: 0;
}

.blog-info__wrp ol > li {
    counter-increment: ol-counter;
    width: 100%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 15));
    position: relative;
    font-family: 'Gilroy',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.blog-info__wrp ol > li::before {
    content: counter(ol-counter) ". ";
    /*font-weight: bold;*/
}

.slick-slide .mp-books__sl-img img {
    object-fit: cover;
}

h2.h2.title_h2 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.25;
    color: #040329;
    text-transform: inherit;
}

.case-back .link-right__blue {
    display: flex;
    align-items: center;
    column-gap: calc(100vw / (var(--vwIdth) / 8));
}

a.mp-books__sl-link.link-right__blue {
    position: absolute;
}

a.mp-best__sl-item__btn.link-right__blue {
    position: absolute;
}

.mp-best__head .h2 {
    max-width: calc(100vw / (var(--vwIdth) / 500));
    margin-bottom: 0;
}

.container>h2.h2.title_h2 {
    margin-bottom: 8px;
}

.input-wrp>p {
    height: 87px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.custom {
    width: 425px;
}

.contacts .mp-contacts._white .mp-contacts__form-item span {
    font-weight: 400;
}

.fv__block.required--file>p {
    height: 65px;
}

.mp-contacts__form-item.required--textarea.required>div.input-wrp>p {
    height: 206px;
}



.popup-career__title {
    max-width: 300px;
}

.input-file.upload:before {
    left: 20px;
}

.input-file.upload {
    padding-left: 25px;
}

.custom2 {
    padding: calc(100vw / (var(--vwIdth) / 12));
    color: #ffffff;
    background: #0029FF;
    border-radius: 222px;
    transition: 0.3s;
    position: relative;
    font-size: 1.35rem;
    font-weight: 700 !important;
    width: 425px;
    height: 50px;
}

.custom2:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100vw / (var(--vwIdth) / -40));
    width: 0;
    height: 100%;
    background-color: #000018;
    transition: 1.5s ease-in-out;
    box-shadow: -2px 0px 9px 13px #000018;
}

.custom2:hover:before {
    animation: animation 1.5s;
}

.wpcf7-response-output {
    color: #2554ff ;
}

.check-desc>p {
    width: 120%;
}

.custom {
    padding: calc(100vw / (var(--vwIdth) / 12));
    color: #ffffff;
    background: #0029FF;
    border-radius: 222px;
    transition: 0.3s;
    position: relative;
    font-size: 1.35rem;
    font-weight: 700 !important;
    width: 425px;
    height: 50px;
}

.custom:hover {
    cursor: pointer;
}

@media (min-width: 601px) and (max-width: 1024px) {
    .check-desc.check-desc2 {
        width: 500px;
    }

    .check {
        width: 510px;
    }

    .wpcf7.js {
        width: 100%;
    }

    .mp-contacts__form-items {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #wpcf7-f713-o1 {
        display: none;
    }

    /*#wpcf7-f480-o1{
        display: none;
    }*/
    #wpcf7-f894-o1 {
        display: none;
    }

    .check-desc>p {
        width: 280px;
    }

    .wpcf7-form-control.has-spinner.wpcf7-submit.custom,.wpcf7-form-control.has-spinner.wpcf7-submit.custom2 {
        width: calc(100vw - 30px);
    }

    .mp-contacts__title {
        font-size: 3.625rem;
    }

    .h2.h2.title_h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    a.mp-books__sl-link.link-right__blue {
        position: initial;
    }

    .mob_none_form {
        display: none;
        background: #ffffff;
        max-width: calc(100vw / (var(--vwIdth) / 375));
        padding: calc(100vw / (var(--vwIdth) / 70)) calc(100vw / (var(--vwIdth) / 15)) calc(100vw / (var(--vwIdth) / 40)) calc(100vw / (var(--vwIdth) / 15));
        position: relative;
        border-radius: 5px;
    }
    .mob_none_form input, .mob_none_form textarea {
        color: #000;
    }

    .case-study__results-count .count-number {
        font-size: 2.75rem;
    }

    .case-study__results-count {
        width: 200px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    input.custom_check {
        margin-top: -9px;
    }
}

@media (min-width: 830px) and (max-width: 914px) {
    input.custom_check {
        margin-top: -14px;
    }
}

@media (min-width: 768px) and (max-width: 829px) {
    input.custom_check {
        margin-top: 0;
    }
}

@media (min-width: 681px) and (max-width: 767px) {
    input.custom_check {
        margin-top: -9px;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .mp-flex__video {
        width: 49.4%;
    }

    .mp-flex__info {
        width: 50.8%;
    }

    div.check-desc>p {
        width: 132%;
    }
    .header-wrp{
        height: 60px;
    }
    .popup-career__item._btn.disabled>p>button.popup-career_custom{
        width: 320px;
    }
    .input-file:before{
        left: 108px;
    }
    .mp-reviews__arrs {
        right: calc(100vw / (var(--vwIdth) / 89));
    }

}
.popup-career .mp-contacts__form-item {
    margin-bottom: calc(100vw / (var(--vwIdth) / 0));
}

@media (min-width: 600px) and (max-width: 680px) {
    input.custom_check {
        margin-top: -7px;
    }
}

@media screen and (max-width: 800px) {
    .about-link {
        width: 100%;
    }
}

/*.popup-form .mp-contacts__form-item input.custom_check.mob{
    margin-top: 5px;
}*/
.popup-form .mp-contacts__form-item input.custom_check.mob:before {
    top: 4px;
}

.custom2.mob_sub {
    width: 377px;
}

/*.icon.icon-arr-right{
    margin-top: 3px;
}*/
.header-menu__dropdown._active {
    display: flex;
}

.resources-item__btn .link-right__blue .icon {
    height: calc(100vw / (var(--vwIdth) / 20));
}

@media screen and (max-width: 990px) {
    .partner-text {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 800px) {
    .header-menu__dropdown.js-menu__dropdown>li {
        margin-bottom: calc(100vw / (var(--vwIdth) / 20));
    }

    .header-menu__wrp li{
        margin-bottom: calc(100vw / (var(--vwIdth) / 30));
    }

    .header-menu__wrp li a.header-menu__dropdown-link {
        justify-content: flex-end;
    }

    .header-menu__dropdown {
        margin-top: 20px;
    }

    a.header-menu__dropdown-link>span {
        -webkit-text-fill-color: white;
    }
}

.mp-reviews__sl-desc>p {
    display: inline;
    -webkit-line-clamp: 5; 
}
.popup-reviews .mp-reviews__sl-desc>p{
    display:block;
}

.about-positions__item-list li{
    display:block;
}

.blog-btns {
    margin-top: 60px;
}

.blog-info__wrp {
    margin-bottom: 0;
}

@media screen and (max-width: 450px) {
    div.blog-mp__img>picture {
        width: 450px;
    }
}

.resources-tab>span {
    padding-top: 0;
    margin-bottom: 1px;
}

.popup-form .mp-contacts__form-item input.mob, /*.mp-contacts._white .mp-contacts__form-item input {
    width: 18px;
    height: 18px;
    padding: 9px;
    margin-top: 5px;
}*/
.mp-reviews__sl-desc>p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-study__mp-info ul li {
    align-items: baseline;
}

.mp-reviews__sl-img {
    max-width: calc(100vw / (var(--vwIdth) / 60));
}

@media(max-width: 768px) {
    .popup-form .mp-contacts__form-item input.mob {
        width: 18px;
        height: 18px;
        padding: 9px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 800px) {
    .header-menu__link:hover .icon {
        fill: #000aff !important;
    }

    .header-menu__link:hover {
        color: #000aff !important;
    }
}

@media screen and (max-width: 600px) {
    .blog-mp__img {
        width: calc(100% + 80px) !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
        margin-bottom: calc(100vw / (var(--vwIdth) / 30)) !important;
    }
}

@media screen and (max-width: 1440px) {
    .h3._white.title_custom {
        font-size: 45px;
    }

    .mp-flex__desc.p_custom {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .h3._white.title_custom {
        font-size: 40px;
    }

    .mp-flex__desc.p_custom {
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    /*.wpcf7-form-control.has-spinner.wpcf7-submit.custom2 {
        width: calc(100vw - 46px);
    }*/
}

.popup-form.disable {
    display: none;
}

.cont_title {
    align-items: center;
}

.popup-form {
    display: none;
}

.popup-career {
    display: none;
}

.popup-form .wpcf7 {
    width: 100%;
}

.popup-career .wpcf7 {
    width: 100%;
}

.popup-career_custom .wpcf7-spinner {
    display: none;
}

.popup-career__item._btn button {
    width: 423px;
}

.popup-career__item._btn button .cust {
    color: white;
}

.mp-about__img>picture {
    height: 76%;
}

.header-menu__wrp {
    margin-left: 70px;
}

.mp-best__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: calc(100vw / (var(--vwIdth) / 25));
}

.case-study__mp-info h1 {
    max-width: 100%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 40));
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    color: #040329;
    margin: 0;
}

.case-study__mp-info h1 {
    max-width: 100%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 40));
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    color: #040329;
    margin: 0;
}

.blog-mp__info h1 {
    max-width: 60%;
    margin-bottom: calc(100vw / (var(--vwIdth) / 20));
    color: #F0F0F0;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.wp-info .h1 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    color: #040329;
    margin: 0;
    margin-bottom: calc(100vw / (var(--vwIdth) / 20));
}

@media screen and (max-width: 600px) {
    .wp-info .h1, .blog-mp__info h1, .case-study__mp-info h1 {
        font-size: 2.0625rem;
        max-width: 100%;
    }
}

.about-values h2 {
    font-size: 5.625rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    color: #040329;
    margin-bottom: calc(100vw / (var(--vwIdth) / 40));
}
@media screen and (max-width: 990px) {
    .h1 {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 600px) {
    .about-values h2 {
        font-size: 3rem;
        font-weight: 300;
    }
    .h1 {
        font-size: 3rem;
    }
}
.mp-flex__desc, .mp-work__desc {
    font-weight: 300;
}
input.custom_check:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #000018;
    border: 1px solid #69759E;
    top: 0px;
    left: 0;
    border-radius: 4px;
}

.mp-flex__video .play .icon {
    width: calc(100vw / (var(--vwIdth) / 20));
    height: calc(100vw / (var(--vwIdth) / 25));
    fill: #0029FF;
    margin-left: 7px;
}
.header-contacts span {
    font-weight: 800;
    line-height: 1.25;
    transition: 0.3s;
    /* padding-top: 2px; */
    margin-bottom: 2px;
}

/*.btn-white>span {
    margin-bottom: 2px;
}*/
/*.btn-blue span{
    margin-bottom:2px ;
}*/

@media screen and (max-width: 600px){
    .popup-form{
        height: 100vh;
    }
    .popup-form .mp-contacts__form-items{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .popup-form .mp-contacts__form-item input.custom_check.mob:before{
        content: none;
    }

    .header-contacts{
        order: 2;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .header-btns{
        order: 3;
        margin-left: 0;
    }
    .header-burger{
        order: 4;
    }
    .mp-contacts__form-items p:last-child{
        width: 100%;
    }
    .mp-contacts__form-items p:last-child .wpcf7-form-control{
        width: 100% !important;
    }
    .mp-contacts__form-items p{
        font-size: 14px;
     }
    .header-mob__menu{
        padding-top: calc(100vw / (var(--vwIdth) / 180));
    }
    .header-mob__menu:after{
        content: "";
        position: absolute;
        top: 95px;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(270deg, #000AFF 7.29%, #C13FFF 100%);
    }
}
@media screen and (max-width: 1440px) {
    .about-values__item {
        padding: calc(100vw / (var(--vwIdth) / 73)) calc(100vw / (var(--vwIdth) / 20)) calc(100vw / (var(--vwIdth) / 60)) calc(100vw / (var(--vwIdth) / 20));
    }
    .about-values__item._w50 {
        padding: calc(100vw / (var(--vwIdth) / 85)) calc(100vw / (var(--vwIdth) / 40)) calc(100vw / (var(--vwIdth) / 60)) calc(100vw / (var(--vwIdth) / 40));
    }
}

@media screen and (max-width: 600px) {
    .resources-item__img picture {
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 600px) {
    .mp-books__sl-img {
        width: 100%;
        order: 1;
        height: 50vh;
    }
}

.header-menu__dropdown{
    display: flex;
    transition: .3s;
    transform: translateY(-127%);
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
.header-menu__wrp li._dropdown:hover .header-menu__dropdown{
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}
.header:hover{
    backdrop-filter: blur(11.5px);
}
.header-wrp{
    transition: .3s;
}
.header[data-header-theme="light"]:hover .header-wrp{
    background: #fff;
}
.header[data-header-theme="dark"]:hover{
    background: #000018;
}
.header-menu__wrp li{
    padding: 18px 0;
}
.blog-btns .btn-blue{
    background-color: #0029FF !important;
    background: #0029FF !important;
    color: #fff !important;
    background-clip: inherit !important;
    background-size: inherit !important;
    -webkit-text-fill-color: inherit !important;
}
@media screen and (max-width: 800px){
    .header-menu__dropdown{
        transform: none;
        display: none;
        pointer-events: auto;
        opacity: 1;
        z-index: 5;
    }
    .header-menu__dropdown li a span{
        text-align: right;
    }
    .header:hover .header-wrp{
        background: transparent;
    }
}

@media screen and (max-width: 1440px){
    .mp-ms__img-top {
        top: -15%;
    }
    .mp-contacts._white .mp-contacts__info{
        width: 50%;
    }
    .mp-contacts._white .mp-contacts__form{
        width: 50%;
    }

}
@media screen and (max-width: 1180px){
    .mp-contacts._white .mp-contacts__info{
        width: 64%;
    }
    .mp-contacts._white .mp-contacts__form{
        width: 64%;
    }
}
@media screen and (max-width: 600px){
    .mp-contacts._white .mp-contacts__info{
        width: 100%;
    }
    .mp-contacts._white .mp-contacts__form{
        width: 100%;
    }
    .partner-program h2{
        font-size: 3rem;
    }
    .popup-form .mp-contacts__form-items{
        max-height: 86vh;
    }
}
.input-file > .ineer{
    display: flex;
    width: auto;
    margin: 0 auto;
    justify-content: center;
    column-gap: 10px;
}
.icon{
    flex: 1 45px;
    width: 25px !important;
    height: 25px;
    max-width: 25px;
    column-gap: 10px;
}
.input-file > .inner > .text{
    max-width: calc(100% - 25px);
    text-overflow: ellipsis;
    overflow: hidden;
}


#mega-menu-wrap-top_menu #mega-menu-top_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    pointer-events: none;
    position: fixed;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 60px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}
/*#mega-menu-wrap-top_menu #mega-menu-top_menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top_menu #mega-menu-top_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: initial!important;
}*/
#mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 157px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #f0f0f0!important;
    border-right: 1px solid #f0f0f0!important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #69759e;
    border-bottom: 1px solid #f0f0f0!important;
    text-align: center;
    padding: 0;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:first-child {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    color: #000018;
    border-bottom: 0;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:only-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff!important;
    border-color: #0029ff!important;
    background: #0029ff!important;
    font-weight: 400!important;
}
.whatWeDo > .mega-sub-menu {
    display: flex;
    flex-direction: column;
}
.whatWeDo__main .mega-sub-menu li a {
    font-size: 32px!important;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu li.whatWeDo__child > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000018!important;
    border-bottom: #000018!important;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover,
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: -webkit-gradient(linear,right top,left top,color-stop(7.29%,#0029ff),to(#c13fff))!important;
    background: -o-linear-gradient(right,#0029ff 7.29%,#c13fff 100%)!important;
    background: linear-gradient(270deg,#0029ff 7.29%,#c13fff 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    transition: all .3s ease;
}
.header-langs {
    margin-right: 20px;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item > a.mega-menu-link {
    display: flex!important;
    outline: none;
    align-items: center;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: #0029ff!important;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after {
    content: "";
    position: absolute;
    background: #0029ff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.switchLang h2 {
    display: none;
}
.switchLang ul {
    display: block !important;
    height: auto !important;
    list-style-type: none;
    position: relative;
    bottom: unset;
    left: unset;
}
.switchLang li {
    list-style-type: none;
}

@media(max-width:991px) {
    #mega-menu-wrap-top_menu {
        display: none;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        pointer-events: all;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: unset;
        position: relative;
        width: unset;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        top: unset;
        opacity: 1;
        min-width: 270px;
        border-bottom: 2px solid transparent;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-right: 20px;
        display: none;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu ul.mega-sub-menu {
        display: flex !important;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu ul.mega-sub-menu {
        flex-direction: column;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        height: unset;
        border: 0!important;
        background: 0 0!important;
        margin-top: 20px!important;
        font-weight: 400!important;
        font-size: 16px!important;
        line-height: 24px!important;
        color: #fff!important;
        text-align: right!important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: 300;
        font-size: 28px;
        line-height: 32px;
        text-align: right;
        text-transform: uppercase;
        color: #fff;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link img {
        display: none !important;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        display: none;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu {
        z-index: 9;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu {
        display: flex!important;
        flex-direction: column;
        align-items: flex-end;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        display: flex;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 100%!important;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item > a.mega-menu-link {
        justify-content: end;
        color: #fff!important;
        font-size: 28px!important;
    }
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12,
    #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 100%!important;
    }

}

.resources-item:hover {
    cursor: pointer;
}


.blog-info__wrp figure.wp-block-gallery{
	display:block !important;
	position: relative;
}
.blog-info__wrp figure.wp-block-gallery .slick-track{
	
}
.blog-info__wrp figure.wp-block-gallery .slick-track .slick-slide{
	
}

.blog-info__wrp figure.wp-block-gallery .slick-track,
.blog-info__wrp figure.wp-block-gallery .slick-list {
 
}


.blog-info__wrp figure.wp-block-gallery .slick-next, .blog-info__wrp figure.wp-block-gallery .slick-prev {
    top: 55%;
}

.blog-info__wrp figure.wp-block-gallery .slick-next, .blog-info__wrp figure.wp-block-gallery .slick-prev{
    position: absolute;
    font-size: 0px;
}

.blog-info__wrp figure.wp-block-gallery .slick-prev {
    left: 10px;
    transform: translateY(-50%);
    backdrop-filter: blur(2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-info__wrp figure.wp-block-gallery .slick-next {
    left: unset;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-info__wrp figure.wp-block-gallery .slick-next, .blog-info__wrp figure.wp-block-gallery .slick-prev {
    width: 50px;
    height: 50px;
    background: rgba(204,216,237,.5);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
}
.blog-info__wrp figure.wp-block-gallery .slick-prev, .blog-info__wrp figure.wp-block-gallery .slick-next{
    opacity: 1;
}

.blog-info__wrp figure.wp-block-gallery .slick-prev:before{
    content: "";
    background-image:url("data:image/svg+xml,%3Csvg width='14' height='28' viewBox='0 0 14 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9673 0V7.49583L7.49345 14L13.9673 20.5042V28L0.0326185 14L13.9673 0Z' fill='%230029FF'/%3E%3C/svg%3E%0A");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 5px center;
    width: 28px;
    height: 28px;
}
.blog-info__wrp figure.wp-block-gallery .slick-next:before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='28' viewBox='0 0 14 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9673 0V7.49583L7.49345 14L13.9673 20.5042V28L0.0326185 14L13.9673 0Z' fill='%230029FF'/%3E%3C/svg%3E%0A");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 5px center;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#download_file {
    display: none;
}

.blog-info__wrp ul li a {
    text-align: left;
}


