html, body {
    scroll-behavior: smooth;
}

body * {
    font-family: 'Montserrat';
}

body.strategic-management {
    background-color: #f7f7f7;
}

.section_gallery {
    padding: 40px 0;
}
@media (max-width: 991px) {
    .section_gallery {
        padding: 30px 0;
    }
}
.section_gallery h2 {
    background: radial-gradient(233.07% 150.98% at -19.25% 10.92%, rgb(0, 115, 103) 0%, rgb(0, 172, 168) 50%, rgb(0, 115, 103) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.03;
    text-align: center;
    color: #B3014A;
    margin: 0 0 30px;
}
.section_gallery .gallery_slider__wrapper {
    width: 100%;
    position: relative;
}
.section_gallery .gallery_slider__wrapper .slider_item {
    margin: 0 12px;
}
@media (max-width: 991px) {
    .section_gallery .gallery_slider__wrapper .slider_item {
        margin: 0 5px;
    }
}
.section_gallery .gallery_slider__wrapper .slider_item img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}
@media (max-width: 767px) {
    .section_gallery .gallery_slider__wrapper .slider_item img {
        height: 300px;
    }
}

.owl-carousel.reviews-slider {
    position: relative;
}

.owl-carousel.reviews-slider .owl-nav button {
    pointer-events: initial;
}

.owl-carousel.reviews-slider .owl-nav button.owl-next {
    transform: rotate(180deg);
    width: fit-content;
}

.owl-carousel.reviews-slider .owl-nav svg path {
    fill: rgb(4 157 154);
}

.owl-carousel.reviews-slider .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}



#block_checkbox_block {
    padding: 0 0 160px 0;
}

#block_html .container {
    position: relative;
}

#block_html .container-new {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;

    transform: translateY(-50%);
}


#block_html .price_programm {
    background-image: url('/images/price-programm.png');
    background-repeat: no-repeat;
    padding: 40px 50px;

    border-radius: 10px;

    align-items: center;
    justify-content: space-between;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 992px) {
    #block_html .price_programm {
        background-size: 100% 100%;
    }
}

#block_html .price_programm .left_block_price {
}

#block_html .price_programm .left_block_price .title {
    font-size: 34px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    margin: 0 0 26px 0;
    background: none !important;
    padding: 0;
    text-align: left;

}

#block_html .price_programm .left_block_price .price_item {
    font-size: 24px;
    color: #fff;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
    background-image: none;
}

#block_html .price_programm .left_block_price .price_item::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 19px;
    background-image: url('/images/item-a-icon.png');
    background-repeat: no-repeat;
}

#block_html .price_programm .right_block_price {
    padding: 0 40px 0 0;
}

@media (max-width: 768px) {
    #block_html .price_programm {
        flex-wrap: wrap;
    }

    #block_html .price_programm .right_block_price {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section.new-banner-seminars-2024 {
        padding-top: 70px;
    }

    #block_checkbox_block {
        padding: 0 0 210px 0;
    }

}


.strategy_wrapper .text_block {
    width: 100%;
}

.strategic-management .text-content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 65px;
}

.strategic-management .text-and-photo-flex .col-text {
    width: 100% !important;
}

.new-header, .new-header * {
    box-sizing: border-box;
}

.new-header .new-header-wrapper {
    padding: 0 10px;
    max-width: 1136px;
    margin: 0 auto;
}

.new-header .new-header-flex {
    display: flex;
    align-items: center;
}

.new-header .new-header-col-logo a.logo {
    display: flex;
    align-items: center;
}

.new-header .new-header-col-logo svg {
    width: 5px;
    min-width: 5px;
}

.new-header .new-header-col-logo img {
    margin-right: 17px;
}

.new-header .new-header-col-logo .logo {
    display: flex;
    align-items: center;
}

.new-header .new-header-flex .empty-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.new-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.new-header-col-menu {
    width: 60%;
    max-width: 560px;
}

.c-widget-menu-main .header-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.c-widget-menu-main .header-main-menu .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    text-align: center;
}

.c-widget-menu-main .header-main-menu .menu-item-text-wrapper {
    display: block;
    padding: 15px 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    position: relative;
    color: #007367;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
}

.c-widget-menu-main .header-main-menu .menu-item-text-wrapper:after {
    transition: 0.4s;
    opacity: 0;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #D6001C;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.c-widget-menu-main .header-main-menu .menu-item-text-wrapper:hover:after {
    opacity: 1;
}

.new-header-col-phone a {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #007367;
    padding: 0 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.new-header-col-phone a svg {
    width: 16px;
    min-width: 16px;
    margin-right: 10px;
}

.new-header-col-phone a:hover {
    color: #00ACA8;
}

.new-header-col-search .js-header-search:hover svg circle, .new-header-col-search .js-header-search:hover svg path {
    stroke: #00ACA8;
}

.new-header-col-search .js-header-search svg circle, .new-header-col-search .js-header-search svg path {
    transition: 0.4s;
}

.new-header .new-header-col-social .footer__social-link svg path {
    transition: 0.4s;
}

.new-header .new-header-col-social .footer__social-link:hover svg path {
    fill: #00ACA8;
}

.new-header-col-phone a:hover svg path {
    stroke: #00ACA8;
}

.new-header-col-phone a svg path {
    transition: 0.4s;
}

.new-header-col-search .js-header-search {
    padding: 0 35px;
}

.new-header .new-header-col-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-header .new-header-col-social .footer__social-link {
    margin-right: 31px;
}

.new-header .new-header-col-social .footer__social-link:last-child {
    margin-right: 0;
}

.menu-submenu.menu-submenu-1 {
    overflow: hidden;
}

.menu-submenu.menu-submenu-1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    opacity: 0;
    cursor: default;
    margin-left: 0;
    background: #fff;
    z-index: 11;
    border-top: 1px solid #E5E5E5;
    width: 100%;
}

form.menu-search-main {
    display: none;
    background-color: #007367;
}

form .menu-search-main-wrapper {
    display: flex;
    padding: 50px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 763px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}

form .menu-search-main-wrapper input.menu-search__input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
    height: auto !important;
    outline: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    color: #fff;
    padding-left: 30px;
    margin-right: 54px;
}

form .menu-search-main-wrapper svg {
    position: absolute;
    bottom: 75px;
}

form .menu-search-main-wrapper input.menu-search__submit {
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin: 0;
    background-image: url(/images/new-temp/fd.svg);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

form .menu-search-main-wrapper .search-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

form .menu-search-main-wrapper .search-btn {
    height: 68px;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    max-width: 68px;
    width: 68px;
    min-width: 68px !important;

    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

form .menu-search-main-wrapper .search-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}


form .menu-search-main-wrapper .search-btn:hover:after {
    opacity: 0;
}

form .menu-search-main-wrapper .search-btn:hover:before {
    opacity: 1;
}

.new-wrapper {
    padding: 0 10px;
    max-width: 1136px;
    margin: 0 auto;
}

.banner-main {
    display: flex;
    background: #007367;
    background-image: url(/images/new-temp/mask.png);
    background-size: cover;
    background-position: bottom right;
    min-height: 584px;
    color: #fff;
    position: relative;
    z-index: 1;
    align-items: center;
    overflow: hidden;
}

.banner-main.banner-main--gift {
    min-height: fit-content;
    overflow: visible;
}

.banner-main .rect-img {
    position: absolute;
    background-image: url(/images/new-temp/rect.png);
    top: -125px;
    bottom: -100px;
    left: 0;
    width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
}

main#content {
    /* z-index: 1; */
    /* position: relative; */
}

.banner-main .banner-main-flex {
    position: relative;
    padding: 50px 0;
    display: flex;
}

.banner-main.banner-main--gift .banner-main-flex {
    padding: 0;
    align-items: center;
}

.banner-main .new-wrapper {
    width: 100%;
}

.banner-main .banner-main-flex .banner-main-logo:not(.strategic-management) {
    min-width: 438px;
    min-height: 438px;
    background-image: url(/images/new-temp/banner-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-main .banner-main-flex .banner-main-logo.strategic-management {
    min-width: 460px;
    min-height: 460px;
    background-image: url(/images/MSI-7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner-main .banner-main-flex .banner-main-logo.ellipse {
    display: flex;
    top: 0;
    left: 0;
    min-width: 275px;
    width: 100%;
    max-width: 380px;
    min-height: 275px;
    background-image: url(/images/gift/ellipse.png);
    background-position: bottom;
    position: relative;
    margin: 45px 0 0;
}

.banner-main.banner-main--gift .banner-main-flex .banner-main-logo img {
    position: absolute;
    bottom: -10%;
    left: 15%;
    width: 70%
}



.banner-main .banner-main-flex .banner-main-ttl {
    font-weight: 600;
    /*font-size: 34px;*/
    font-size: 24px;
    line-height: 120%;
    position: relative;
    color: #FFFFFF;
    text-transform: unset;
    padding: unset;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 50px;
    margin: 0;
}

.banner-main.banner-main--gift .banner-main-flex .banner-main-ttl {
    font-size: clamp(1.75em, 1em + 2.5vw, 4em);
    color: #FFFFFF;
    text-transform: none;
    padding: 0;
    margin: 20px 0;
}

.banner-main .banner-main-flex .banner-main-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.banner-main .banner-main-flex .banner-main-txt {
    padding-left: 80px;
}

.banner-main .banner-main-flex .banner-btn {
    height: 165px;
    max-width: 165px;
    width: 165px;
    min-width: 165px !important;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 50px;
}

.banner-main .banner-main-flex .banner-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

.banner-main .banner-main-flex .banner-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}

.banner-main .banner-main-flex .banner-btn a.banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 142%;
    font-weight: 500;
}

.banner-main .banner-main-flex .banner-btn:hover:before {
    opacity: 1;
}

.banner-main .banner-main-flex .banner-btn:hover:after {
    opacity: 0;
}

.banner-frame {
    display: flex;
    align-items: center;
    background: #007367;
    background-image: url(/images/new-temp/mask.png), url(/images/new-temp/dots-banner.png);
    background-size: cover, contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff;
    font-size: 16px;
}

.banner-frame-wrapper {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.banner-frame-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.banner-frame-content__text {

}

.banner-frame-content__text-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5em, 1.4em + 0.5vw, 2em);
    line-height: 120%;
    font-weight: 700;
    color: #fff;
    text-transform: unset;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
    margin-bottom: 1em;
}

.banner-frame-content__text-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0.875em;
}

.banner-frame-content__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5em;
}

.banner-frame-content__info-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 160%;
    font-weight: 700;
}

.banner-frame-content__info-item:not(:first-child) {
    margin-top: 0.25em;
}

.banner-frame-content__info-item svg {
    margin-right: 0.5em;
}

.banner-frame-content__button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 68px;
    width: 315px;
}

.banner-frame-content__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(161, 0, 14);
    background: linear-gradient(90deg, rgba(161, 0, 14, 1) 0%, rgba(214, 0, 28, 1) 100%);
    opacity: 0;
    transition: 0.4s;
}

.banner-frame-content__button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(214, 0, 28);
    background: linear-gradient(90deg, rgba(214, 0, 28, 1) 0%, rgba(161, 0, 14, 1) 100%);
    opacity: 1;
    transition: 0.4s;
}

.banner-frame-content__button:hover:before {
    /* opacity: 0; */
}

.banner-frame-content__button:hover:after {
    opacity: 1;
}

.banner-frame-content__button .banner-link {
    font-family: "Montserrat", "sans-serif";
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    align-self: center;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.banner-frame-image {
    display: flex;
    margin-left: 40px;
    aspect-ratio: 1 / 1;
    max-width: 391px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.banner-frame-image img {
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .banner-frame-wrapper {
        display: flex;
        flex-direction: column;
    }

    .banner-frame-image {
        margin: 40px 0 0;
    }

    .banner-frame-content__button {
        width: 100%;
    }
}

.nums-wrapper, .nums-wrapper * {
    box-sizing: border-box;
}

.nums-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    text-transform: none;
    background: rgb(244, 54, 76);
    line-height: 103%;
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 37px;
}

.nums-wrapper .num {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nums-wrapper .description {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 77px;
    line-height: 157%;
}

.nums-wrapper .nums-flex .nums-flex-item .txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.nums-wrapper {
    padding-bottom: 32px;
    background: #f7f7f7;
    padding-top: 127px;
}

.nums-wrapper .nums-flex {
    display: flex;
    margin: -10px -30px;
    padding-bottom: 70px;
}

.nums-wrapper .nums-flex .nums-flex-item {
    text-align: center;
    width: 33.333333%;
    padding: 10px 30px;
    border-left: 1px solid #D9D9D9;
}

.nums-wrapper .nums-flex .nums-flex-item:first-child {
    border: none;
}

.nums-wrapper .new-wrapper {
    margin-top: -50px;
}

.faq-clients {
    position: relative;
    background: #007367;
    padding: 67px 0 67px 0;
    background-image: url(/images/new-temp/fon.png);
    background-size: cover;
    background-position: bottom right;
}

.faq-clients:after {
    content: "";
    background-image: url(/images/new-temp/round.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.faq-clients .new-wrapper {
    position: relative;
    z-index: 2;
}

.faq-clients .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: left;
    font-size: 60px;
    text-transform: none;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 65px;
}

.faq-clients .faq-clients-flex {
    display: flex;
    padding-left: 70px;
}

.faq-clients .faq-clients-flex .faq-clients-carousel {
    border-radius: 14px;
    width: 75%;
    border: 1px solid #ffffff4d;
    padding: 40px 24px 60px 24px;
}

.faq-clients .faq-clients-flex .button-wrap {
    width: 25%;
    text-align: right;
}

.faq-clients .faq-clients-flex .button-wrap button {
    height: 142px;
    max-width: 142px;
    width: 142px;
    min-width: 142px !important;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 40px;
    background: transparent;
    border: none;
}

.faq-clients .faq-clients-flex .button-wrap button .btn__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 142%;
    font-weight: 500;
}

.faq-clients .faq-clients-flex .button-wrap button:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}

.faq-clients .faq-clients-flex .button-wrap button:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

.faq-clients .faq-clients-flex .button-wrap button:hover:after {
    opacity: 0;
}

.faq-clients .faq-clients-flex .button-wrap button:hover:before {
    opacity: 1;
}

.faq-clients .faq-clients-flex .button-wrap button:hover .btn__text {
    color: #fff;
}

.faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background: transparent url(/images/new-temp/arr.svg) no-repeat center;
    transition: all .3s;
}

.faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow:hover {
    background: #fff url(/upload/medialibrary/7a5/ys2yn4adktlgzkrbd8bk7efg5lmtb29l/green.svg) no-repeat center;
}

.faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-next {
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow:before {
    display: none;
}

.faq-clients .faq-clients-flex .faq-clients-carousel ul.arb-dots {
    display: none !important;
}

.faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -70px;
    top: 50%;
}

.faq-clients .faq-clients-flex .name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.faq-clients .faq-clients-flex .preview {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.faq-clients .faq-clients-flex .button-wrap button {
    height: 142px;
    max-width: 142px;
    width: 142px;
    min-width: 142px !important;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 40px;
    background: transparent;
    border: none;
}

.faq-clients .faq-clients-flex .button-wrap button .btn__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 142%;
    font-weight: 500;
}

.faq-clients .faq-clients-flex .button-wrap button:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}

.faq-clients .faq-clients-flex .button-wrap button:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

.faq-clients .faq-clients-flex .button-wrap button:hover:after {
    opacity: 0;
}

.faq-clients .faq-clients-flex .button-wrap button:hover:before {
    opacity: 1;
}

.faq-clients .faq-clients-flex .button-wrap button:hover .btn__text {
    color: #fff;
}

.faq-clients, .faq-clients * {
    box-sizing: border-box;
}

.faq-clients .faq-clients-flex .faq-clients-carousel .clients-item {
    padding-right: 10px;
}

.expert-wrapper {
    background: #f7f7f7;
    padding: 67px 0 60px 0;
}

.expert-wrapper.green {
    background: #007367;
}

.strategic-management-wrap .expert-wrapper {
    padding: 0;
}

.expert-wrapper .expert-flex-wrapper {
    width: 80%;
    margin: 0 auto;
}

.expert-wrapper .expert-flex-wrapper .slick-list .slick-slide {
    padding: 40px;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 14px;
}

.expert-wrapper .expert-flex {
    display: flex;
    width: 100%;
    margin: -30px;
}

.expert-wrapper .expert-flex .expert-carousel {
    width: 100%;
}

.expert-wrapper .expert-flex .expert-preview-left {
    width: 35%;
    padding: 30px;
}

.expert-wrapper .expert-flex .expert-preview-right {
    width: 65%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert-wrapper .expert-flex-wrapper .preview-img {
    padding-bottom: 155%;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 14px;
}

.expert-wrapper .expert-flex-wrapper .video-block {
    display: flex;
}

.expert-carousel.js-expert-carousel__slider.slick-initialized.slick-slider .preview-img {
    scale: 1;
    transition: all .3s;
}

.slick-slider .slick-list {
    cursor: grab;
}

.expert-wrapper .expert-flex-wrapper .preview-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 44px;
    max-height: 44px;
}

.expert-wrapper .video-block img {
    flex: none;
    width: 44px;
    height: 44px;
}

.expert-carousel.js-expert-carousel__slider.slick-initialized.slick-slider img.hovered {
    cursor: pointer;
    scale: 1;
    transition: scale .3s;
}

.expert-carousel.js-expert-carousel__slider.slick-initialized.slick-slider img.hovered:hover {
    scale: 1.04;
    transition: scale .3s;
}

.expert-wrapper .expert-flex-wrapper .expert-qualities {
    padding-top: 17px;
}

.expert-wrapper .expert-flex-wrapper .expert-qualities .expert-quality {
    color: #0A0A0A;
    font-size: 14px;
    background: #D7E1E9;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
}

.expert-wrapper .expert-flex-wrapper .expert-qualities .expert-quality img {
    width: 12px;
    min-width: 12px;
    margin-right: 4px;
}

.expert-wrapper, .expert-wrapper * {
    box-sizing: border-box;
}

.expert-wrapper .expert-flex .expert-carousel {
    width: 100%;
}

.expert-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
}

.expert-wrapper.green .title {
    background: rgb(255, 255, 255);
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(0, 172, 168, 1) 40%, rgba(255, 255, 255, 1) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expert-wrapper .description {
    font-size: 20px;
    line-height: 143%;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 45px;
    font-weight: 500;
    max-width: 950px;
}

.expert-wrapper .expert-flex .name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 600;
}

.expert-wrapper .expert-flex .position {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 500;
}

.expert-wrapper .expert-flex .button-wrap a {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    padding: 12px 24px;
    display: inline-block;
    border-radius: 30px;
}

.expert-wrapper .expert-flex .button-wrap a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 190, 186);
    background: linear-gradient(100deg, rgba(0, 190, 186, 1) 18%, rgba(0, 115, 103, 1) 49%);
    transition: 0.4s;
    opacity: 0;
}

.expert-wrapper .expert-flex .button-wrap a:hover:after {
    opacity: 1;
}

.expert-wrapper .expert-flex .button-wrap a span {
    position: relative;
    z-index: 2;
}

.expert-wrapper .expert-flex .expert-preview-left .expert-qualities {
    display: none;
}

.expert-wrapper .expert-flex .preview-text {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 400;
    position: relative;
}

.expert-wrapper .expert-flex .preview-text.active {
    max-height: 100% !important;
}

.expert-wrapper .expert-flex .read-all {
    cursor: pointer;
    color: #007367;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    padding-bottom: 35px;
    padding-top: 10px;
    display: none;
    font-weight: 600;
}

.expert-wrapper .expert-flex-wrapper .button-wrap {
    padding-top: 20px;
}

.expert-wrapper .expert-flex .preview-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    opacity: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 18%, rgba(0, 115, 103, 0) 100%);
}


.expert-wrapper .expert-flex-wrapper .slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background: transparent url(/images/new-temp/arr2.svg) no-repeat center;
    position: absolute;
    transition: all .3s;
}

.expert-wrapper.green .expert-flex-wrapper .slick-arrow {
    border: 1px solid #FFFFFF;
    background: transparent url(/images/new-temp/arr.svg) no-repeat center;
}

.expert-wrapper .expert-flex-wrapper .slick-arrow:hover {
    background: #007367 url(/images/new-temp/arr.svg) no-repeat center !important;
}

.expert-wrapper.green .expert-flex-wrapper .slick-arrow:hover {
    background: #FFFFFF url(/images/new-temp/arr2.svg) no-repeat center !important;
}

.expert-wrapper .expert-flex-wrapper .slick-next {
    right: -50px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.expert-wrapper .expert-flex-wrapper .slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -50px;
    top: 50%;
}

.expert-wrapper .expert-flex-wrapper .slick-arrow:before {
    display: none;
}

.expert-bottom-block {
    margin: 0 -12px;
    margin-top: 24px;
}

.expert-bottom-block .expert-bottom-flex {
    display: flex;
    padding: 15px 17px;
    background: #FFFFFF;
    border-radius: 14px;
    margin: 0px 12px;
    cursor: pointer;
}

.expert-wrapper .expert-bottom-block .expert-bottom-item {
    padding: 0 !important;
    border: 0;
    background: transparent !important;
}

.expert-bottom-block .expert-bottom-flex .preview-img {
    width: 96px;
    height: 96px;
    padding: 0;
}

.slider-nav2.expert-bottom-block .slick-arrow {
    display: block !important;
}

.expert-bottom-block .slick-arrow {
    display: block !important;
}

.expert-wrapper .description p {
    margin: 10px 0;
}

.expert-bottom-block .expert-bottom-flex .expert-name {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 600;
    transition: color .3s;
}

.expert-bottom-block .expert-bottom-flex:hover .expert-name {
    color: #007367;
}

.expert-bottom-block .expert-bottom-flex .tab-item {
    color: #0A0A0A;
    font-size: 12px;
    background: #D7E1E9;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
}

.expert-bottom-block .expert-bottom-flex .expert-bottom-txt {
    margin-left: 18px;
}

.expert-bottom-block .slick-arrow {
    /*display: none !important;*/
}

.partner-wrapper {
    background-position: bottom right;
    background-image: url(/images/new-temp/red.png);
    background-color: #0A0A0A;
    background-size: cover;
    padding: 76px 0;
}

.partner-wrapper .partner-header {
    display: flex;
    padding-bottom: 80px;
}

.partner-wrapper .partner-header h2.title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: left;
    font-size: 60px;
    line-height: 105%;
    width: 40%;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(137deg, rgba(255, 255, 255, 1) 18%, rgba(244, 54, 76, 1) 52%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
    text-transform: none;
    padding-right: 30px;
}

.partner-wrapper .partner-header h3.description {
    font-size: 24px;
    line-height: 140%;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
    font-weight: 500;
    width: 60%;
}

.partner-wrapper, .partner-wrapper * {
    box-sizing: border-box;
}

.partner-wrapper .partner-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    align-items: center;
}

.partner-wrapper .partner-flex .partner-image {
    max-width: 15%;
    padding: 15px;
}

.modal-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 65%);
}

.modal__container {
    position: relative;
    max-width: 54.4rem;
    width: 100%;
    background: #2a2a2a;
    -webkit-box-shadow: 0 2.8rem 8rem rgba(0, 0, 0, 0.04), 0 1.2rem 3.3rem rgba(0, 0, 0, 0.0287542), 0 0.6rem 1.7rem rgba(0, 0, 0, 0.0238443), 0 0.3rem 1rem rgba(0, 0, 0, 0.02), 0 0.2rem 0.5rem rgba(0, 0, 0, 0.0161557), 0 0.07rem 0.2rem rgba(0, 0, 0, 0.0112458);
    box-shadow: 0 2.8rem 8rem rgba(0, 0, 0, 0.04), 0 1.2rem 3.3rem rgba(0, 0, 0, 0.0287542), 0 0.6rem 1.7rem rgba(0, 0, 0, 0.0238443), 0 0.3rem 1rem rgba(0, 0, 0, 0.02), 0 0.2rem 0.5rem rgba(0, 0, 0, 0.0161557), 0 0.07rem 0.2rem rgba(0, 0, 0, 0.0112458);
    border-radius: 1.6rem;
    z-index: 20;
    margin: 0 2rem;
}

.modal {
    width: 100%;
    height: 100%;
    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;
}

.modal-wrap--big .modal__container {
    max-width: 105rem;
}

.modal__close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
    border: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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;
    opacity: 0.2;
}

.btn-reset {
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.modal__close-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.modal-wrap--big .modal__close {
    top: 0;
    right: -5rem;
    width: 4rem;
    height: 4rem;
}

.modal-wrap--big .modal__content {
    padding: 1rem;
}

.video-container video {
    width: 100%;
    height: 100%;
}

.reshenie-wrapper, .reshenie-wrapper * {
    box-sizing: border-box;
}

.reshenie-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 26px;
    text-transform: none;
}

.reshenie-wrapper.green .title {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.reshenie-wrapper .reshenie-item {
    height: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    overflow: hidden;
}

.reshenie-wrapper .reshenie-item .image {
    padding-bottom: 116px;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}

.reshenie-wrapper .reshenie-item .image.big {
    padding-bottom: 218px;
}

.reshenie-wrapper .reshenie-item .name {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 600;
    padding: 0 20px;
    padding-bottom: 20px;
}

.reshenie-wrapper .reshenie-item .preview-text {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
    padding-bottom: 30px;
}

.reshenie-wrapper .reshenie-item-wrapper {
    padding-left: 24px;
    padding-right: 1px;
}

.reshenie-wrapper a.reshenie-item-wrapper .reshenie-item {
    transition: 0.4s;
}

.reshenie-wrapper a.reshenie-item-wrapper:hover .reshenie-item {
    border: 1px solid #007367;
    transition: 0.4s;
}

.reshenie-wrapper .reshenie-flex-wrapper {
    margin-left: -15px;
}

.reshenie-wrapper {
    padding: 83px 0;
}

.reshenie-wrapper .slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #9E0015;
    background: transparent url(/images/new-temp/arr-r.svg) no-repeat center;
    position: absolute;
    top: 50%;
    transition: all .3s;
}

.reshenie-wrapper .slick-arrow:hover {
    background: #9E0015 url(/images/new-temp/arr.svg) no-repeat center;
}

.reshenie-wrapper.green .slick-arrow {
    background-image: url(/images/new-temp/arr2.svg);
    border: 1px solid #007367;
}

.reshenie-wrapper .slick-arrow:before {
    display: none;
}

.reshenie-wrapper .slick-arrow.slick-prev {
    transform: rotate(-180deg) translateY(20px);
    left: -50px;
}

.reshenie-wrapper .slick-arrow.slick-next {
    right: -70px;
}

.reshenie-tabs {
    padding-bottom: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reshenie-tabs .tab {
    color: #9E0015;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 12px 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
    margin: 3px;
}

.reshenie-wrapper.green .reshenie-tabs .tab {
    color: #007367;
}

.reshenie-tabs .tab:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(161, 0, 14);
    background: linear-gradient(137deg, rgba(161, 0, 14, 1) 18%, rgba(244, 54, 76, 1) 52%, rgba(161, 0, 14, 1) 100%);
    transition: 0.4s;
    border-radius: 30px;
}

.reshenie-wrapper.green .reshenie-tabs .tab:after {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
}

.reshenie-tabs .tab:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgb(255 255 255);
    transition: 0.4s;
    border-radius: 30px;
}

.reshenie-wrapper.green .reshenie-tabs .tab.active,
.reshenie-wrapper.green .reshenie-tabs .tab:hover {
    color: #fff;
}

.reshenie-tabs .tab.active,
.reshenie-tabs .tab:hover {
    color: #fff;
}

.reshenie-tabs .tab span {
    position: relative;
    z-index: 3;
}

.reshenie-wrapper .reshenie-item-wrapper.hide-slide {
    display: none !important;
}

.reshenie-tabs .tab:hover:before,
.reshenie-tabs .tab.active:before {
    opacity: 0;
}

.reviews-wrapper {
    background: #007367;
    padding: 66px 0;
    background-image: url(/images/new-temp/dots-rev.png), url(/images/new-temp/fin-rev.png);
    background-repeat: no-repeat;
    background-position: bottom center, bottom left;
    background-size: contain;
}

.reviews-wrapper, .reviews-wrapper * {
    box-sizing: border-box;
}

.reviews-wrapper .title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 35%, rgba(255, 255, 255, 1) 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    padding-bottom: 32px;
}

.reviews-wrapper .reviews-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 15px;
    margin-right: 24px;
    padding: 24px 30px;
    height: 100%;
    overflow: hidden;
}

.reviews-carousel .slick-track .slick-slide {
    height: unset;
}

.reviews-wrapper .reviews-item .image-video.open-video {
    padding-bottom: 60%;
    position: relative;
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
}


.reviews-item-wrapper.video-block .reviews-item {
    padding: 0;
}

.reviews-item-wrapper.video-block .rev-item-flex {
    padding: 21px 30px 44px 30px;
}

.reviews-wrapper .reviews-item .image-video.open-video img.open-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviews-wrapper .preview-text-wrapper {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: initial;
    position: relative;
    font-weight: 400;
    max-height: 280px;
    overflow: hidden;
}

.reviews-wrapper .preview-text-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 18%, rgba(0, 115, 103, 0) 100%);
}

.reviews-wrapper .show-all-btn {
    color: #007367;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.reviews-wrapper .hide-all-btn {
    margin-top: 20px;
    color: #007367;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.reviews-wrapper .rev-item-flex {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.reviews-wrapper .preview-text-wrapper.open {
    max-height: 100% !important;
}

.reviews-wrapper .preview-text-wrapper.open:after {
    opacity: 0;
}

.reviews-wrapper .rev-item-flex .image {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center;
    min-width: 93px;
    margin-right: 20px;
}

.reviews-wrapper .rev-item-flex .name {
    color: #000000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.reviews-wrapper .rev-item-flex .position {
    color: #000000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.reviews-wrapper .slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background: transparent url(/images/new-temp/arr.svg) no-repeat center;
    transition: all .3s;
}

.reviews-wrapper .slick-arrow:hover {
    background: #fff url(/images/new-temp/arr2.svg) no-repeat center;
}

.reviews-wrapper .slick-prev.slick-arrow {
    transform: rotate(180deg) translateY(50%);
    left: -70px;
    top: 50%;
}

.reviews-wrapper .slick-next.slick-arrow {
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.reviews-wrapper .slick-arrow:before {
    display: none;
}

.company-wrapper, .company-wrapper * {
    box-sizing: border-box;
}

.company-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
    text-transform: none;
}

.company-wrapper {
    padding: 79px 0;
}

.company-wrapper .company-flex {
    display: flex;
    flex-wrap: wrap;
    /*margin: -20px -40px;*/
    margin: 0;
}

.company-wrapper .company-flex .company-item-wrapper {
    width: 20%;
    padding: 20px 40px;
}

.company-wrapper .company-flex .image {
    background-size: contain;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.company-wrapper .company-header {
    padding-bottom: 40px;
}


.videos .videos-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
    text-transform: none;
}

.videos .youtube-img,
.videos .rutube-img {
    background-repeat: no-repeat;
    height: 360px;
    background-position: center;
    display: flex;
    background-size: contain;
    justify-content: center;
    align-items: center;
}

.videos .open-video {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.videos iframe {
    width: 100%;
    min-height: 60rem;
}

.videos .slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background: transparent url(/images/new-temp/arr2.svg) no-repeat center;
    transition: all .3s;
    position: absolute;
}

.videos .slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -75px;
    top: 50%;
}

.videos .slick-arrow.slick-next {
    right: -70px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.videos .slick-arrow:before {
    display: none;
}

.videos .slick-arrow:hover {
    background: #007367 url(/images/new-temp/arr.svg) no-repeat center;
    transition: all .3s;
}


.programm-wrapper {
    background: #f7f7f7;
    padding: 69px 0 81px 0;
}

.programm-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
}

.programm-wrapper, .programm-wrapper * {
    box-sizing: border-box;
}

.programm-wrapper .programm-calendar a {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #007367;
    padding: 12px 24px;
    display: inline-block;
    border: 1px solid #007367;
    border-radius: 30px;
    transition: 0.4s;
    font-weight: 500;
}

.programm-wrapper .programm-calendar a:hover {
    color: #fff;
}

.programm-wrapper .programm-calendar a:after {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 30px;
    opacity: 0;
    transition: 0.4s;
}

.programm-wrapper .programm-calendar a span {
    position: relative;
    z-index: 2;
}

.programm-wrapper .programm-calendar a:hover:after {
    opacity: 1;
}

.programm-wrapper .programm-calendar {
    text-align: center;
    padding-bottom: 30px;
}

.programm-wrapper .programm-item {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 35px 24px;
    display: flex;
}

.programm-wrapper .programm-item .col-left {
    width: 60%;
    padding-right: 30px;
}

.programm-wrapper .programm-item .col-right {
    width: 40%;
}

.programm-wrapper .programm-item .date-city {
    display: flex;
    padding-bottom: 40px;
}

.programm-wrapper .programm-item .date, .programm-wrapper .programm-item .city {
    color: #007367;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programm-wrapper .programm-item .date svg {
    min-width: 23px;
    margin-right: 16px;
}

.programm-wrapper .programm-item .date {
    margin-right: 17px;
}

.programm-wrapper .programm-item .city svg {
    min-width: 17px;
    margin-right: 12px;
}

.programm-wrapper .programm-item .name {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}

.programm-wrapper .programm-item .description {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
}

.programm-wrapper .programm-item .speakers span {
    color: #000000;
    font-size: 14px;
    background: #D7E1E9;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
}

.programm-wrapper .programm-item a.btn-block {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 12px 24px;
    display: inline-block;
    border: 1px solid #007367;
    border-radius: 30px;
    transition: 0.4s;
    font-weight: 500;
    margin-top: 70px;
}

.programm-wrapper .programm-item a.btn-block:after {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 30px;
    transition: 0.4s;
}

.programm-wrapper .programm-item .image {
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.programm-wrapper .programm-item a.btn-block:hover:after {
    opacity: 0;
}

.programm-wrapper .programm-item a.btn-block:hover {
    color: #007367;
}

.programm-wrapper .programm-item a.btn-block span {
    position: relative;
    z-index: 2;
}

.programm-wrapper .slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background: transparent url(/images/new-temp/arr2.svg) no-repeat center;
    position: absolute;
    transition: all .3s;
}

.programm-wrapper .slick-arrow:hover {
    background: #007367 url(/images/new-temp/arr.svg) no-repeat center;
}

.programm-wrapper .slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -75px;
    /*top: 50%;*/
    top: 200px;
}

.programm-wrapper .slick-arrow.slick-next {
    right: -70px;
    left: auto;
    /*top: 50%;*/
    top: 200px;
    transform: translateY(-50%);
}

.smart-captcha {
    min-width: 240px !important;
}

.programm-wrapper .slick-arrow:before {
    display: none;
}

.programm-wrapper.head {
    padding: 0 !important;
}

.publication-wrapper, .publication-wrapper * {
    box-sizing: border-box;
}

.publication-wrapper {
    background: #f7f7f7;
    padding-bottom: 81px;
    padding-top: 50px;
}


.publication-wrapper .publication-header .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
}

.publication-wrapper .publication-header .publication-btn a {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #007367;
    padding: 12px 24px;
    display: inline-block;
    border: 1px solid #007367;
    border-radius: 30px;
    transition: 0.4s;
    font-weight: 500;
}

.publication-wrapper .publication-header .publication-btn a span {
    position: relative;
    z-index: 2;
}

.publication-wrapper .publication-header .publication-btn a:after {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 30px;
    opacity: 0;
    transition: 0.4s;
}

.publication-wrapper .publication-header .publication-btn a:hover {
    color: #fff;
}

.publication-wrapper .publication-header .publication-btn a:hover:after {
    opacity: 1;
}


.publication-wrapper .publication-btn {
    text-align: center;
    padding-bottom: 30px;
}

.publication-wrapper .publication-item-wrapper.pub-flex {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    margin-bottom: 60px;
}

.publication-wrapper .publication-item-wrapper {
    width: 33.333333%;
    padding: 0 24px;
}

.publication-wrapper .publication-flex {
    display: flex;
    flex-wrap: wrap;
}

.publication-wrapper .publication-item-wrapper.pub-flex .publication-item-image {
    width: 35%;
}

.publication-wrapper .publication-item-wrapper.pub-flex .publication-text {
    width: 65%;
    padding-left: 24px;
}

.publication-wrapper .publication-item-wrapper.pub-flex .name {
    font-size: 24px;
    padding-bottom: 15px;
}

.publication-wrapper .publication-item-wrapper .name {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    transition: 0.4s;
}

.publication-wrapper .publication-item-wrapper:hover .name {
    color: #007367;
}

.publication-wrapper .publication-item-wrapper .preview-txt {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 24px;
}

.publication-wrapper .publication-item-wrapper .tags {
    display: flex;
    flex-wrap: wrap;
}

.publication-wrapper .publication-item-wrapper .tags .tag {
    color: #000000;
    font-size: 14px;
    background: #D7E1E9;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
}

.publication-wrapper .publication-item-wrapper:nth-child(2) {
    padding-left: 0;
}

.publication-wrapper .publication-item-wrapper:nth-child(4) {
    padding-right: 0;
}

.publication-wrapper .publication-item-wrapper:nth-child(3) {
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.publication-wrapper .publication-item-wrapper .real-all {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 12px 24px;
    display: inline-block;
    border: 1px solid #007367;
    border-radius: 30px;
    transition: 0.4s;
    font-weight: 500;
    margin-top: 70px;
}

.publication-wrapper .publication-item-wrapper .real-all:after {
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 30px;
    transition: 0.4s;
}

.publication-wrapper .publication-item-wrapper .real-all:before {
    background: rgb(0, 190, 186);
    background: linear-gradient(90deg, rgba(0, 190, 186, 1) 0%, rgba(0, 115, 103, 1) 100%);
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 30px;
    transition: 0.4s;
    opacity: 0;
}

.publication-wrapper .publication-item-wrapper .real-all:hover:before {
    opacity: 1;
}

.publication-wrapper .publication-item-wrapper .real-all span {
    position: relative;
    z-index: 2;
}

.publication-wrapper .publication-item-wrapper .real-all:hover:after {
    opacity: 0;
}

.publication-wrapper .publication-item-wrapper.pub-flex .image {
    padding-bottom: 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.form-new-call .form-inputs {
    max-width: 640px;
    position: relative;
}

.form-new-call .form-inputs .form-bottom {
    right: -186px;
    position: absolute;
    height: 106px;
    max-width: 106px;
    width: 106px;
    min-width: 106px !important;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    border: none;
    font-size: 0;
    top: -27px;
}

.form-new-call-bg {
    padding-bottom: 81px;
    background: #f7f7f7;
}

.form-new-call, .form-new-call * {
    box-sizing: border-box;
}

.form-new-call .form-inputs .form-bottom input[type="submit"] {
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    outline: none;
    background-image: url(/images/new-temp/barrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.form-new-call .form-inputs .form-bottom:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

.form-new-call .form-inputs .form-bottom:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}


.form-new-call .form-inputs .form-bottom:hover:after {
    opacity: 0;
}

.form-new-call .form-inputs .form-bottom:hover:before {
    opacity: 1;
}

.arb-video-carousel-new, .arb-video-carousel-new * {
    box-sizing: border-box;
}

.arb-video-carousel-new .arb-video-carousel__item {
    margin: 0;
    opacity: 1;
    margin-right: 24px;
}

.arb-video-carousel-new .video-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 70px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
}

.arb-video-wrapper {
    padding-bottom: 108px;
    background: #f7f7f7;
}

.arb-video-wrapper button.slick-arrow {
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background: transparent url(/images/new-temp/arr2.svg) no-repeat center;
    position: absolute;
    transition: all .3s;
}

.arb-video-wrapper button.slick-arrow:hover {
    background: #007367 url(/images/new-temp/arr.svg) no-repeat center;
}

.arb-video-wrapper button.slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -75px;
    top: 50%;
}

.arb-video-wrapper button.slick-arrow.slick-next {
    right: -50px;
    left: auto;
    top: 55%;
    transform: translateY(-50%);
}

.arb-video-wrapper button.slick-arrow:before {
    display: none;
}

.arb-video-carousel-new {
    max-width: 1020px;
    margin-left: 24px;
    margin: 0 auto;
    position: relative;
    left: 24px;
}

.form-new-call-bg-bottom {
    background: #f7f7f7;
    background-image: url(/images/new-temp/afS.png);
    background-position: bottom center;
    padding: 0 0 130px 0;
}

.form-new-call-bg-bottom, .form-new-call-bg-bottom * {
    box-sizing: border-box;
}

.form-new-call {
    background-image: url(/images/new-temp/afsQRW.png);
    background-size: cover;
    background-position: center;
    padding: 67px 96px 113px 95px;
    border-radius: 15px;
}

.form-new-call h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 60px;
    text-align: left;
    margin: 0 auto;
    text-transform: none;
}

.form-new-call .form-input label {
    display: none;
}

.form-new-call .form-input input {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    padding-left: 36px;
}

.form-new-call .form-input input[name="form_email_26"] {
    background-image: url(/images/new-temp/mail-f.png) !important;
    background-repeat: no-repeat;
    background-position: 2px 8px;
}

.form-new-call .form-check-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
}

.form-new-call .form-check {
    display: flex;
    text-align: left;
}

.form-new-call .form-check:not(:last-child) {
    margin-bottom: 20px;
}

.form-new-call .form-check input[type="checkbox"] {
    appearance: none;
    width: 17px;
    min-width: 17px;
    height: 17px;
    outline: 1px solid #FFFFFF;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.form-new-call .form-check input[type="checkbox"]::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
}

.form-new-call .form-check input[type="checkbox"]:checked::after {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    height: 60%;
    width: 30%;
    transform: rotate(45deg) translateY(-20%) translateX(-10%);
}

table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

.form-new-call-bg-bottom h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 17px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
}

.form-new-call-bg-bottom p {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 34px;
    color: #007367;
    text-align: center;
    font-weight: 600;
}

.form-new-call-bg-bottom .form-table {
    padding-top: 63px;
    max-width: 540px;
    margin: 0 auto;
}

.form-new-call-bg-bottom .form-input input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    outline: none;
    background: transparent;
    padding-bottom: 18px;
    padding-left: 42px;
    font-family: 'Montserrat', sans-serif;
    color: #007367;
    font-weight: 500;
    margin-bottom: 24px;
}

.form-new-call-bg-bottom .form-input input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #007367;
    font-weight: 500;
}

.form-new-call-bg-bottom .form-input input[name="form_text_32"],
.form-new-call-bg-bottom .form-input input[name="name"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/man.svg);
    background-position: 10px 2px;
}

.form-new-call-bg-bottom .form-input input[name="city"] {
    background-repeat: no-repeat;
    background-image: url(/images/city.svg);
    background-size: 15px;
    background-position: 11px 2px;
}

.form-new-call-bg-bottom .form-input input[name="company"] {
    background-repeat: no-repeat;
    background-image: url(/images/company.svg);
    background-size: 15px;
    background-position: 11px 2px;
}

.form-new-call-bg-bottom .form-input label {
    display: none;
}

.form-new-call-bg-bottom .form-input input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #007367;
    font-weight: 500;
}


.form-new-call-bg-bottom .form-input input[name="form_text_32"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/man.svg);
    background-position: 10px 2px;
}

.form-new-call-bg-bottom .form-input input[name="form_text_33"],
.form-new-call-bg-bottom .form-input input[name="phone"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/phone-s.svg);
    background-position: 13px 1px;
}

.form-new-call-bg-bottom .form-input input[name="form_email_34"],
.form-new-call-bg-bottom .form-input input[name="email"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/masf.svg);
    background-position: 12px 4px;
}

.form-new-call-bg-bottom .form-input input[name="form_text_35"],
.form-new-call-bg-bottom .form-input input[name="question"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/mess.svg);
    background-position: 11px 1px;
}

.form-new-call-bg-bottom .form-check-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
}

.form-new-call-bg-bottom .form-check {
    display: flex;
}

.form-new-call-bg-bottom .form-check:not(:last-child) {
    margin-bottom: 20px;
}

.form-new-call-bg-bottom .form-check input[type="checkbox"] {
    appearance: none;
    width: 17px;
    min-width: 17px;
    height: 17px;
    outline: 1px solid #007367;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.form-new-call-bg-bottom .form-check input[type="checkbox"]::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
}

.form-new-call-bg-bottom .form-check input[type="checkbox"]:checked::after {
    border-right: 1px solid #007367;
    border-bottom: 1px solid #007367;
    height: 60%;
    width: 30%;
    transform: rotate(45deg) translateY(-20%) translateX(-10%);
}

.form-new-call-bg-bottom .form-check a {
    color: rgb(214, 0, 28);
}

.form-new-call-bg-bottom .form-check svg {
    width: 17px;
    min-width: 17px;
    margin-right: 12px;
}

.form-new-call-bg-bottom .form-check span {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
}

.form-new-call-bg-bottom .form-bottom {
    margin-top: 20px;
    text-align: center;
}

.form-new-call-bg-bottom .form-bottom input[type="submit"] {
    font-weight: 600;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.strategic-management .form-new-call-bg-bottom .form-bottom .btn-wrap {
    border-radius: 60px;
!important;
    overflow: hidden;
}

.form-new-call-bg-bottom .form-bottom .btn-wrap {
    display: inline-block;
    position: relative;
    padding: 12px 20px;
    height: 68px;
    width: 315px;
}

.form-new-call-bg-bottom .form-bottom .btn-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(161, 0, 14);
    background: linear-gradient(90deg, rgba(161, 0, 14, 1) 0%, rgba(214, 0, 28, 1) 100%);
    opacity: 0;
    transition: 0.4s;
}

.form-new-call-bg-bottom .form-bottom .btn-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(214, 0, 28);
    background: linear-gradient(90deg, rgba(214, 0, 28, 1) 0%, rgba(161, 0, 14, 1) 100%);
    opacity: 1;
    transition: 0.4s;
}

.form-new-call-bg-bottom .form-bottom .btn-wrap:hover:before {
    /* opacity: 0; */
}

.form-new-call-bg-bottom .form-bottom .btn-wrap:hover:after {
    opacity: 1;
}

.footer-new {
    background: rgb(35, 185, 173);
    background: url(/images/new-temp/egdslk.png), #007367;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 85px 0 75px 0;
}

.footer-new, .footer-new * {
    box-sizing: border-box;
}

.footer-new .footer-new-flex {
    display: flex;
}

.footer-new .footer-new-flex .footer-new-col-one {
    width: 40%;
}

.footer-new .footer-new-flex .footer-new-col-two {
    width: 60%;
}

.footer-new .footer-new-flex .footer-slogan,
.footer-new .footer-new-flex .footer-phone a,
.footer-new .footer-new-flex .footer-mail a {
    font-size: 60px;
    line-height: 110%;
    font-weight: 500;
}

.footer-new .footer-new-flex .footer_links {
    display: flex;
    gap: 10px 50px;
}

.footer-new .footer-new-flex .footer_links .footer-link {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 150%;
    transition: 0.4s;
}

.footer-new .footer-new-flex .footer_links .footer-link:hover {
    color: #00BEBA;
}

.footer-new .footer-new-flex .footer_links .footer-link img {
    margin-right: 15px;
}

.footer-new .footer-new-flex .footer-slogan {
    padding-bottom: 125px;
}

.footer-new .footer-new-flex .footer-mail {
    padding-bottom: 80px;
}

.footer-new .footer-new-flex .footer-menu {
    display: flex;
    gap: 10px 90px;
}

.footer-new .footer-new-flex .footer-menu ul {
    padding: 0;
}

.footer-new .footer-new-flex .footer-menu a {
    font-size: 14px;
    display: block;
    padding-bottom: 8px;
    transition: 0.4s;
}

.footer-new .footer-new-flex .footer-menu a:hover {
    color: #00BEBA;
}

.footer-new .footer-new-flex .footer-menu {
    display: flex;
    gap: 10px 90px;
}

.footer-new .footer-new-flex .footer-menu ul {
    padding: 0;
}


.footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex {
    margin-top: 60px;
    align-items: center;
}

.footer-new .footer-new-flex .copy, .footer-new .footer-new-flex .link-policy a {
    color: #F4F4F1;
    font-size: 14px;
    opacity: 0.5;
}


.footer-new .footer-new-flex .footer-flex {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: space-between;
}

.footer-new .footer-new-flex .footer-flex .footer__social {
    margin: 0;
}

.footer-new-bottom {
    display: flex;
    justify-content: space-around;
    background: #333333;
    padding: 30px 0;
    padding-right: 80px;
    align-items: center;
}

.footer-new-bottom .footer-new-bottom-slider {
    font-size: 64px;
    line-height: 110%;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    white-space: nowrap;
}

.footer-new-bottom .footer-new-bottom-slider svg {
    margin: 0 48px;
}

.footer-new-bottom .item-btn span {
    position: relative;
    z-index: 2;
    color: #F4F4F1;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-new-bottom .item-btn {
    width: 104px;
    position: relative;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer-new-bottom .item-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(244, 54, 76, 1) 0%, rgb(123 0 11) 100%);
    z-index: 1;
    transition: 0.4s;
}

.footer-new-bottom .item-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: rgb(244, 54, 76);
    background: radial-gradient(circle, rgba(123 0 11) 0%, rgb(244, 54, 76, 1) 100%);
    opacity: 0;
    z-index: 1;
    transition: 0.4s;
}

.footer-new-bottom .footer-new-bottom-slider-wrap {
    width: calc(100% - 104px);
}

.footer-new-bottom .item-btn:hover:before {
    opacity: 1;
}

.footer-new-bottom .item-btn:hover:after {
    opacity: 0;
}

.footer-new-bottom .items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

.footer-new-bottom .items-wrap:before,
.footer-new-bottom .items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.footer-new-bottom .items-wrap:before {
    left: 0;
    background: linear-gradient(90deg, rgb(51 51 51) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-new-bottom .items-wrap:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(51 51 51) 100%);
}

.footer-new-bottom .items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}

.footer-new-bottom .marquee {
    animation: scroll 20s linear infinite;
}

.footer-new-bottom .reverce {
    animation-direction: reverse;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}


.form-new-call .form-input input[name="email"] {
    background-image: url(/images/new-temp/mail-f.png) !important;
    background-repeat: no-repeat;
    background-position: 2px 8px;
}


.mobile-menu-wrap .close {
    z-index: 4;
    position: absolute;
    top: 50px;
    right: 585px;
}

.mobile-menu-wrap ul.menu__list {
    display: block;
}

.mobile-menu-wrap ul.menu__list li.menu__item {
    padding: 0;
    padding-bottom: 10px;
    line-height: 1.5;
}

.open-menu {
    display: none;
}

.mobile-menu-wrap {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}

.mobile-menu-wrap .mobile-menu-container .header-search {
    padding-top: 20px;
}

.mobile-menu-wrap .close {
    right: unset !important;
    top: 0 !important;
    left: 0;
    display: flex;
    justify-content: center;
    width: 20%;
    height: 100%;
    padding-top: 60px;
}

.mobile-menu-wrap.active {
    pointer-events: all;
    opacity: 1;
}

.mobile-menu-wrap .mobile-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: #fff;
    width: 90%;
    position: relative;
    z-index: 999;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    /*max-width: 555px;*/
    max-width: 80%;
    padding: 50px;
    min-height: 100vh;
    overflow: scroll;
}

.mobile-menu-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    background: rgba(8, 12, 16, 0.7);
}

.mobile-menu-wrap.active:before {
    left: 0;
    opacity: 1;
}


.mobile-menu-wrap, .mobile-menu-wrap * {
    box-sizing: border-box;
}


.owl-carousel.reviews-slider .owl-nav button.owl-next {
    right: -70px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);

    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr2.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.owl-carousel.reviews-slider .owl-nav button.owl-next svg {
    display: none !important;
}

.owl-carousel.reviews-slider .owl-nav button.owl-prev {
    transform: rotate(180deg) translateY(50%);
    left: -75px;
    top: 50%;

    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr2.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.owl-carousel.reviews-slider .owl-nav button.owl-prev svg {
    display: none !important;
}

.reviews-carousel .slick-track {
    display: flex;
}

@media (max-width: 650px) {
    .mobile-menu-wrap .mobile-menu-container {
        padding: 30px 20px;
    }
}

@media (max-width: 1600px) {
    .banner-main .rect-img {
        width: 36%;
    }
}

@media (max-width: 1430px) {
    .banner-main .rect-img {
        width: 39%;
    }
}

@media (max-width: 1330px) {
    .banner-main .rect-img {
        width: 43%;
    }
}

@media (max-width: 1230px) {
    .arb-video-carousel-new {
        left: 24px;
        position: relative;
        margin: 0 auto;
        max-width: 706px;
    }

    .programm-wrapper .programm-item .date, .programm-wrapper .programm-item .city {
        font-size: 16px;
    }

    .programm-wrapper .programm-item .name {
        font-size: 20px;
    }

    .programm-wrapper .programm-item .description {
        font-size: 14px;
    }

    .programm-wrapper .programm-item .speakers span {
        font-size: 12px;
    }

    .programm-wrapper .programm-item a.btn-block {
        margin-top: 40px;
    }

    .programm-wrapper .programm-carousel {
        max-width: 580px;
        margin: 0 auto;
    }

    .programm-wrapper .title {
        font-size: 45px;
    }

    .programm-wrapper .programm-item .col-right {
        display: none;
    }

    .programm-wrapper .programm-item .col-left {
        width: 100%;
        padding-right: 0px;
    }

    .programm-wrapper .slick-arrow.slick-prev {
        left: -65px;
    }

    .programm-wrapper .slick-arrow.slick-next {
        right: -60px;
    }

    .reviews-wrapper .reviews-carousel {
        width: calc(100% - 70px);
        margin-left: 35px;
    }

    .reviews-wrapper .slick-prev.slick-arrow {
        left: -40px;
    }

    .reviews-wrapper .slick-next.slick-arrow {
        right: -40px;
    }

    .banner-main .rect-img {
        width: 100%;
        left: -10%;
    }
}

@media (max-width: 1255px) {
    .footer-new .footer-new-flex:first-child {
        display: block;
    }

    .footer-new .footer-new-flex:first-child .footer-new-col-one {
        width: 100%;
    }

    .footer-new .footer-new-flex:first-child .footer-new-col-two {
        width: 100%;
    }

    .footer-new .footer-new-flex .footer-slogan {
        padding-bottom: 40px;
    }

    .footer-new .footer-new-flex .footer-slogan, .footer-new .footer-new-flex .footer-phone a, .footer-new .footer-new-flex .footer-mail a {
        font-size: 45px;
    }

    .footer-new .footer-new-flex .footer_links {
        display: block;
    }

    .footer-new .footer-new-flex .footer_links .footer-link {
        padding-bottom: 30px;
    }

    .footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex {
        display: block;
    }

    .footer-new .footer-new-flex .footer-flex .footer__social {
        position: relative;
        top: -10px;
    }
}

@media (max-width: 1100px) {

    .open-menu {
        display: block;
    }

    .new-header-col-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .new-header .new-header-col-logo svg {
        display: none;
    }

    .new-header .new-header-col-logo .open-menu svg {
        display: block;
    }

    .company-wrapper {
        padding: 63px 0;
    }

    .company-wrapper .title {
        font-size: 45px;
    }

    .company-wrapper .company-header {
        padding-bottom: 20px;
    }

    .company-wrapper .company-flex .image {
        padding-bottom: 60px;
    }

    .company-wrapper .company-flex {
        /*margin: 10px -20px;*/
        margin: 0;
        justify-content: center;
    }

    .company-wrapper .company-flex .company-item-wrapper {
        padding: 20px 20px;
        width: 25%;
    }

    .reviews-wrapper .reviews-item .image-video.open-video {
        padding-bottom: 30%;
    }

    .reviews-wrapper .preview-text-wrapper {
        font-size: 18px;
    }

    .reshenie-wrapper .title {
        font-size: 45px;
    }

    .reshenie-wrapper .reshenie-header {
        max-width: 700px;
        margin: 0 auto;
    }

    .reshenie-wrapper .reshenie-flex-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .reshenie-tabs .tab {
        font-size: 10px;
        padding: 10px 17px;
    }

    .reshenie-tabs {
        padding-bottom: 34px;
    }

    .reshenie-wrapper .reshenie-item .image {
        padding-bottom: 80px;
        margin-bottom: 18px;
    }

    .reshenie-wrapper .reshenie-item .name {
        font-size: 18px;
        padding: 0px 18px;
        padding-bottom: 10px;
    }

    .reshenie-wrapper .reshenie-item .preview-text {
        font-size: 14px;
        padding: 0px 18px;
        padding-bottom: 25px;
    }

    .reshenie-wrapper {
        padding: 80px 0;
    }

    .new-header-col-menu {
        display: none;
    }

    .new-header {
        padding: 35px 0;
    }

    .new-header .new-header-wrapper {
        max-width: 678px;
    }
}

@media (max-width: 1024px) {
    .footer-new-bottom .footer-new-bottom-slider {
        font-size: 45px;
    }

    .footer-new-bottom {
        padding-right: 30px;
    }

    .footer-new .footer-new-flex .footer-flex .footer__social {
        top: -90px;
    }

    .footer-new-flex {
    }

    .footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex {
        margin-top: 90px;
    }

    .footer-new .footer-new-flex .footer-flex {
        display: block;
    }

    .footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex .footer-new-col-one {
        padding-bottom: 7px;
        width: 100%;
    }

    .footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex .footer-new-col-two {
        width: 100%;
    }

    .footer-new .footer-new-flex .footer-mail {
        padding-bottom: 45px;
    }

    .footer-new .footer-new-flex .footer-slogan {
        padding-bottom: 40px;
    }

    .footer-new .footer-new-flex .footer-slogan, .footer-new .footer-new-flex .footer-phone a, .footer-new .footer-new-flex .footer-mail a {
        font-size: 28px;
    }

    .form-new-call-bg-bottom {
        padding-top: 50px;
    }

    .form-new-call-bg-bottom .form-bottom .btn-wrap {
        max-width: 100%;
    }

    .form-new-call-bg-bottom h3 {
        font-size: 45px;
        padding-bottom: 13px;
    }

    .form-new-call-bg-bottom p {
        font-size: 24px;
    }

    .form-new-call-bg-bottom .form-table {
        padding-top: 41px;
    }

    .arb-video-carousel-new .video-title {
        font-size: 45px;
        padding-bottom: 40px;
    }

    .form-new-call-bg {
        padding-bottom: 108px;
        background: #f7f7f7;
    }

    .form-new-call {
        max-width: 703px;
        margin: 0 auto;
        padding: 55px 58px 115px 58px;
    }


    .form-new-call h3 {
        padding-bottom: 34px;
    }

    .form-new-call .form-inputs {
        max-width: 450px;
    }

    .form-new-call .form-inputs .form-bottom {
        height: 96px;
        max-width: 96px;
        width: 96px;
        min-width: 96px !important;
        right: -126px;
        top: -8px;
    }

    .publication-wrapper .publication-header .title {
        font-size: 45px;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex .image {
        padding-bottom: 85%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
    }

    .publication-wrapper .publication-flex-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .publication-wrapper .publication-item-wrapper .real-all {
        margin-top: 16px;
    }

    .publication-wrapper .publication-item-wrapper .preview-txt {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .publication-wrapper .publication-item-wrapper.slick-slide .preview-txt {
        display: block !important;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex .name {
        font-size: 20px;
    }

    .publication-wrapper .publication-item-wrapper .tags .tag {
        font-size: 12px;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex .image {
        padding-bottom: 125%;
    }

    .publication-wrapper .publication-item-wrapper .name {
        font-size: 16px;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex {
        margin-bottom: 40px;
    }

    .reviews-wrapper .title {
        font-size: 45px;
    }

    .reviews-wrapper .rev-item-flex .name, .reviews-wrapper .rev-item-flex .position {
        font-size: 16px;
    }

    .partner-wrapper .partner-header, .partner-wrapper .partner-flex-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .partner-wrapper .partner-header h2.title {
        font-size: 45px;
    }

    .partner-wrapper .partner-header h3.description {
        font-size: 18px;
    }

    .partner-wrapper {
        padding: 56px 0;
    }

    .expert-wrapper .expert-flex .preview-text:not(.active):after {
        opacity: 1;
    }

    .expert-wrapper .expert-flex-wrapper .button-wrap {
        padding-top: 0;
    }

    .expert-wrapper .title {
        max-width: 700px;
    }

    .expert-wrapper .expert-flex-wrapper .slick-prev {
        /*left: -70px;*/
    }

    .expert-wrapper .expert-flex-wrapper .slick-next {
        /*right: -70px;*/
    }

    .expert-wrapper .description {
        max-width: 580px;
    }

    .expert-wrapper .expert-flex .expert-preview-left .expert-qualities,
    .expert-wrapper .expert-flex .read-all {
        display: block;
    }

    .expert-wrapper .expert-flex .preview-text {
        font-size: 14px;
        /*max-height: 110px;*/
        overflow: hidden;
    }

    .expert-wrapper .expert-flex .preview-text.simple::after {
        display: none;
    }

    .expert-wrapper .expert-flex .preview-text.fullcontent {
        max-height: 100%;
    }

    .expert-wrapper .expert-flex .preview-text.fullcontent::after {
        display: none;
    }

    .expert-wrapper .expert-flex .read-all.viewmore {
        display: none;
    }

    .expert-wrapper .expert-flex-wrapper .expert-qualities .expert-quality {
        font-size: 12px;
    }

    .expert-wrapper .expert-flex .name {
        font-size: 18px;
    }

    .expert-wrapper .expert-flex .position {
        font-size: 16px;
    }

    .expert-flex-wrapper .slider-nav.expert-bottom-block {
        display: none !important;
    }

    .faq-clients .title {
        font-size: 45px;
        max-width: 700px;
        margin: 0 auto;
    }

    .faq-clients .faq-clients-flex {
        max-width: 700px;
        margin: 0 auto;
        padding-left: 60px;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel {
        width: 55%;
    }

    .faq-clients .faq-clients-flex .button-wrap {
        width: 45%;
    }

    .nums-wrapper .nums-flex {
        margin: 0 auto;
        max-width: 700px;
    }

    .nums-wrapper .nums-flex .nums-flex-item {
        padding: 10px 10px;
    }

    .nums-wrapper .nums-flex .nums-flex-item .txt {
        font-size: 16px;
    }

    .nums-wrapper .nums-flex .nums-flex-item .txt br {
        display: none;
    }

    .nums-wrapper .title {
        font-size: 45px;
        padding-bottom: 22px;
    }

    .nums-wrapper .description {
        font-size: 18px;
        padding-bottom: 33px;
    }

    .nums-wrapper .nums-flex {
        padding-bottom: 70px;
    }

    .nums-wrapper .num {
        font-size: 45px;
        padding-bottom: 20px;
    }

    .banner-main .rect-img {
        width: 45%;
        left: 0%;
        top: 0;
    }

    .banner-main .banner-main-flex .banner-main-txt {
        padding-left: 130px;
    }

    .banner-main .banner-main-flex .banner-main-ttl {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .banner-main .banner-main-flex .banner-btn {
        height: 120px;
        max-width: 120px;
        width: 120px;
        min-width: 120px !important;
        margin-top: 20px;
    }

    .banner-main .banner-main-flex .banner-btn a.banner-link {
        width: min-content;
        margin: 0 auto;
    }

    .new-header .new-header-col-social {
        display: none;
    }

    .banner-main .banner-main-flex .banner-main-logo {
        top: -50px;
        min-width: 326px;
        min-height: 326px;
        max-height: 326px;
        position: relative;
        left: 60px;
    }
}

@media (max-width: 911px) {
    .footer-new-bottom {
        display: none;
    }

    .arb-video-carousel-new .arb-video-carousel__slider-new {
        margin-left: 35px;
        max-width: calc(100% - 70px);
    }

    .arb-video-wrapper button.slick-arrow.slick-prev {
        left: -40px;
    }

    .arb-video-wrapper button.slick-arrow.slick-next {
        right: -40px;
    }

    .reshenie-wrapper .title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .reshenie-tabs .tab {
        font-size: 9px;
        padding: 8px 12px;
        margin: 6px 3px;
    }

    .reshenie-carousel {
        width: calc(100% - 56px);
        margin-left: 23px;
    }

    .reshenie-wrapper .slick-arrow {
        top: 50%;
    }

    .reshenie-wrapper .slick-arrow.slick-prev {
        left: -30px;
        transform: rotate(-180deg) translateY(18px);
    }

    .reshenie-wrapper .slick-arrow.slick-next {
        right: -30px;
        left: auto;
    }

    .reshenie-tabs {
        padding-bottom: 24px;
    }

    .banner-main.banner-main--gift {
        margin-bottom: 60px;
    }

    .banner-main.banner-main--gift .banner-main-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner-main .rect-img {
        width: 65%;
        left: -30%;
        top: 0;
    }

    .banner-main .banner-main-flex .banner-main-logo {
        display: none;
    }

    .banner-main.banner-main--gift .banner-main-flex .banner-main-logo {
        margin: 0;
    }

    .banner-main .banner-main-flex .banner-main-txt {
        padding-left: 20px;
    }

    .banner-main.banner-main--gift .banner-main-flex .banner-main-txt {
        text-align: center;
    }
}

@media (max-width: 870px) {
    .arb-video-carousel-new .arb-video-carousel__item {
        margin-right: 0;
    }

    .arb-video-carousel-new {
        left: 0;
    }
}

@media (max-width: 768px) {
    .faq-clients .title {
        padding-bottom: 30px;
    }

    .expert-wrapper .video-block img {
        width: 34px;
        height: 34px;
    }

    .expert-wrapper .expert-flex-wrapper {
        width: 100%;
    }

    .publication-wrapper,
    .publication-wrapper .publication-btn {
        padding-bottom: 20px;
    }

    .videos .slick-arrow.slick-next {
        right: -40px;
    }

    .videos .slick-arrow.slick-prev {
        left: -40px;
    }

    .footer-new {
        background-size: 107% 100%;
    }

    .form-new-call-bg-bottom h3 {
        font-size: 28px;
    }

    .form-new-call-bg-bottom p {
        font-size: 18px;
    }

    .publication-wrapper .publication-header .title {
        font-size: 28px;
    }

    .arb-video-carousel-new .video-title {
        font-size: 28px;
        padding-bottom: 40px;
    }

    .form-new-call-bg-bottom h3 {
        font-size: 28px;
        padding-bottom: 13px;
    }

    .form-new-call-bg-bottom p {
        font-size: 18px;
    }

    .form-new-call-bg-bottom .form-table {
        padding-top: 41px;
    }

    .form-new-call-bg-bottom .form-input input, .form-new-call-bg-bottom .form-input input::placeholder {
        font-size: 14px;
    }

    .form-new-call-bg-bottom .form-check span {
        font-size: 10px;
    }

    .form-new-call {
        padding: 20px 25px 40px 25px;
    }

    .form-new-call h3 {
        font-size: 18px;
        padding-bottom: 43px;
    }

    .form-new-call .form-inputs .form-bottom {
        height: 57px;
        max-width: 57px;
        width: 57px;
        min-width: 57px !important;
        right: 0;
        position: relative;
        top: 0;
        margin-top: 43px;
    }

    .form-new-call .form-inputs .form-bottom input[type="submit"] {
        background-image: url(/images/new-temp/small-ar.png);
    }

    .videos iframe {
        min-height: 40rem;
    }

    .programm-wrapper .programm-flex {
        width: calc(100% - 70px);
        margin-left: 35px;
    }

    .programm-wrapper .slick-arrow.slick-prev {
        left: -40px;
    }

    .programm-wrapper .slick-arrow.slick-next {
        right: -40px;
    }

    .programm-wrapper .title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .programm-wrapper .programm-calendar {
        padding-bottom: 20px;
    }

    .programm-wrapper .programm-calendar a {
        font-size: 12px;
    }

    .programm-wrapper .programm-item .name {
        font-size: 18px;
    }

    .programm-wrapper .programm-item .date-city {
        padding-bottom: 20px;
    }

    .programm-wrapper .programm-item .date, .programm-wrapper .programm-item .city {
        font-size: 14px;
    }

    .company-wrapper .title {
        font-size: 28px;
    }

    .company-wrapper .company-header {
        padding-bottom: 0px;
    }

    .company-wrapper .company-flex .company-item-wrapper {
        width: 33.333%;
    }

    .reviews-wrapper .reviews-item .image-video.open-video {
        padding-bottom: 60%;
    }

    .reviews-wrapper .reviews-item {
        margin-right: 0;
    }

    .reshenie-wrapper {
        padding: 30px 0;
    }

    .partner-wrapper .partner-header {
        display: block;
        padding: 0;
    }

    .partner-wrapper .partner-flex .partner-image {
        max-width: 35%;
    }

    .partner-wrapper .partner-header h2.title {
        width: 100%;
        padding-bottom: 18px;
    }

    .partner-wrapper .partner-header h3.description {
        width: 100%;
        font-size: 16px;
    }

    .expert-wrapper .title {
        font-size: 28px;
    }

    .expert-bottom-block,
    .expert-wrapper .description {
        /*display: none;*/
    }

    .expert-wrapper .expert-flex {
        display: block;
        margin: 0;
    }

    .expert-wrapper .expert-flex .expert-preview-left {
        width: 100%;
        padding: 0;
    }

    .expert-wrapper .expert-flex .expert-preview-right {
        width: 100%;
        padding: 25px;
    }

    .expert-wrapper .expert-flex .expert-preview-left .expert-qualities, .expert-wrapper .expert-flex-wrapper .expert-qualities {
        display: none;
    }

    .expert-wrapper .expert-flex-wrapper .preview-img {
        padding-bottom: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .expert-wrapper .expert-flex-wrapper .slick-list .slick-slide {
        padding: 0;
    }

    .expert-wrapper .expert-flex-wrapper .slick-prev {
        left: -40px;
    }

    .expert-wrapper .expert-flex-wrapper .slick-next {
        right: -40px;
    }

    .expert-wrapper .expert-flex-wrapper .slick-next, .expert-wrapper .expert-flex-wrapper .slick-prev {
        top: 50%;
    }

    .banner-main .rect-img {
        width: 55%;
        left: -40%;
        top: 10%;
    }

    .banner-main {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    body .events-links .events-links-flex-items {
        padding: 50px 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    body .events-links .events-links-flex-item div {
        height: 100%;
    }

    h2.filter-title {
        font-size: 30px !important;
    }

    .events-links-title-new {
        font-size: 30px;
    }

    .events-links-description-new {
        font-size: 18px;
    }

    .owl-carousel.reviews-slider .owl-nav {
        top: 30%;
        transform: translateY(-30%);
    }

    .arb-popup-window.js-popup-window.popup-new-temp .arb-popup-window__window {
        padding: 60px 40px 40px !important;
        border-radius: 17px !important;
    }

    .arb-popup-window.js-popup-window.popup-new-temp .arb-private .popup-title {
        font-size: 26px !important;
    }

    .publication-wrapper .publication-item-wrapper {
        width: 100%;
    }

    .publication-wrapper {
        /*padding-top: 50px;*/
    }

    .publication-wrapper .publication-item-wrapper.pub-flex {
        padding: 0;
        display: block;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex .publication-item-image {
        display: none;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex .publication-text {
        width: 100%;
    }

    .publication-wrapper .publication-item-wrapper .publication-text {
        padding: 30px;
        width: 100%;
    }

    .publication-wrapper .publication-item-wrapper {
        padding: 0;
    }

    .publication-wrapper .publication-item-wrapper .publication-text {
        padding: 30px;
        background: #fff;
        border-radius: 15px;
    }

    .publication-wrapper .publication-flex {
        width: calc(100% - 70px);
        margin-left: 35px;
    }

    .publication-wrapper button.slick-prev.slick-arrow {
        transform: rotate(180deg) translateY(50%);
        left: -40px;
    }

    .publication-wrapper button.slick-next.slick-arrow {
        right: -40px;
    }

    .publication-wrapper button.slick-arrow {
        background: transparent;
        font-size: 0 !important;
        width: 35px;
        height: 35px;
        background-image: url(/images/new-temp/arr2.svg);
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #007367;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }

    .publication-wrapper button.slick-arrow:before {
        display: none;
    }

    .publication-wrapper .publication-item-wrapper:nth-child(3) {
        border-right: none;
        border-left: none;
    }

    .publication-wrapper .publication-item-wrapper.pub-flex {
        margin-bottom: 10px;
    }

    .publication-wrapper .publication-item-wrapper {
        margin-bottom: 10px;
    }

    .reshenie-wrapper .reshenie-item-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 650px) {

    .expert-wrapper .description {
        font-size: 16px;
    }

    .footer-new .footer-new-flex .footer-menu {
        gap: 10px 20px;
    }

    .footer-new .footer-new-flex + .footer-new-flex + .footer-new-flex .footer-new-col-two {
        width: 100%;
    }

    .footer-new .footer-new-flex:nth-child(2) {
        flex-direction: column-reverse;
    }

    .footer-new .footer-new-flex:nth-child(2) .footer-new-col-one {
        width: 100%;
        padding-top: 35px;
    }

    .footer-new .footer-new-flex:nth-child(2) .footer-new-col-two {
        width: 100%;
    }

    .footer-new .footer-new-flex .footer_links {
        display: flex;
        gap: 10px 15px;
        font-size: 10px;
    }

    .footer-new .footer-new-flex .footer-menu a {
        font-size: 12px;
    }

    .footer-new {
        padding: 38px 0 35px 0;
    }

    .footer-new .footer-new-flex .copy, .footer-new .footer-new-flex .link-policy a {
        font-size: 10px;
    }

    .footer-new .footer-new-flex .footer-flex .footer__social {
        top: -100px;
    }

    .footer-new .footer-new-flex .footer-slogan,
    .footer-new .footer-new-flex .footer-phone a,
    .footer-new .footer-new-flex .footer-mail a {
        font-size: 24px;
    }

    #b-pay {
        padding: 30px 0;
    }

    .programm-wrapper .programm-item .date-city {
        gap: 10px;
        flex-wrap: wrap;
    }

    .reviews-wrapper .title {
        font-size: 28px;
    }

    .reviews-wrapper .preview-text-wrapper {
        font-size: 14px;
    }

    .reviews-wrapper .show-all-btn, .reviews-wrapper .hide-all-btn {
        font-size: 12px;
    }

    .reviews-wrapper .rev-item-flex {
        padding-top: 20px;
    }

    .reviews-wrapper .rev-item-flex .name, .reviews-wrapper .rev-item-flex .position {
        font-size: 14px;
    }

    .reviews-wrapper .rev-item-flex .image {
        width: 61px;
        height: 61px;
        min-width: 61px;
        margin-right: 11px;
    }

    .reviews-wrapper {
        background-position: -70% 520%;
        background-image: url(/images/new-temp/fin-rev.png) !important;
    }

    .partner-wrapper .partner-flex .partner-image {
        max-width: 50%;
    }

    .partner-wrapper .partner-header h2.title {
        font-size: 28px;
    }

    .partner-wrapper {
        background-image: none;
    }

    .faq-clients .title {
        font-size: 28px;
    }

    .faq-clients .faq-clients-flex {
        display: block;
        padding: 0;
    }


    .faq-clients .faq-clients-flex .faq-clients-carousel {
        width: calc(100% - 76px);
        margin-left: 38px;
        padding: 24px 24px 24px 24px;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-prev {
        position: absolute;
        left: -6px;
        top: 50%;
        bottom: 0;
        transform: rotate(180deg) translateY(50%) translateX(100%);
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-next {
        transform: translateX(100%) translateY(-50%);
        right: -6px;
        top: 50%;
        bottom: 0;
    }

    .faq-clients .faq-clients-flex .button-wrap {
        padding-top: 0px;
        width: 100%;
        /*text-align: center;*/
        text-align: left;
    }

    .faq-clients {
        background-position: 65%;
    }

    .faq-clients:after {
        background-position: 79% -170%;
    }

    .faq-clients .faq-clients-flex .name {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .faq-clients .faq-clients-flex .preview {
        font-size: 14px;
    }

    .faq-clients .faq-clients-flex .button-wrap button {
        height: 106px;
        max-width: 106px;
        width: 106px;
        min-width: 106px !important;
    }

    .nums-wrapper .title,
    .nums-wrapper .num {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .nums-wrapper .description {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .nums-wrapper .nums-flex {
        display: block;
    }

    .nums-wrapper .nums-flex .nums-flex-item {
        width: 100%;
        border: none;
    }
}

@media (max-width: 450px) {

    .expert-wrapper .expert-flex-wrapper .slick-prev {
        left: 0;
        z-index: 3;
    }

    .expert-wrapper .expert-flex-wrapper .slick-next {
        right: 0;
        z-index: 3;
    }

    .arb-video-carousel-new .video-title {
        padding-bottom: 20px;
    }

    .events-links-description-new {
        font-size: 16px;
    }

    .company-wrapper .company-flex .company-item-wrapper {
        width: 50%;
        padding: 10px 20px;
    }

    .banner-main .banner-main-flex .banner-main-ttl {
        font-size: 24px;
        padding-bottom: 38px;
    }

    .banner-main .banner-main-flex .banner-main-desc {
        font-size: 16px;
    }

    .banner-main .banner-main-flex .banner-btn {
        margin-top: 38px;
        height: 106px;
        max-width: 106px;
        width: 106px;
        min-width: 106px !important;
    }

    .new-header .new-header-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .new-header .new-header-flex .new-header-col-logo {
        width: 100%;
        padding-bottom: 20px;
    }

    .new-header .new-header-col-logo a.logo {
        justify-content: space-between;
    }

    .new-header-col-phone a {
        padding: 0;
    }

    .new-header-col-search .js-header-search {
        padding: 0;
    }

    .new-header .new-header-wrapper {
        padding: 0 20px;
    }

    .banner-main .banner-main-flex {
        padding: 38px 0;
    }
}


/*new*/
.wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
}

.new-pages .wrapper {
    max-width: 100%;
    padding: 0;
}

.new-pages .arb-section__container {

    width: 100%;
    margin: 0;
    display: block;

}

.arb-section {
    margin: 0;
    /*padding: 30px 0 0 0;*/
}

.arb-article {
    padding-top: 30px;
}

.banner-main.banner-finance {
    background-image: url(/images/new-temp/rect-decor.png);
    min-height: 500px;
}

.banner-main.banner-finance .banner-main-flex {
    justify-content: space-between;
    align-items: center;
}

.banner-main.banner-finance .banner-main-txt {
    padding: 0;
}

.banner-main.banner-finance .banner-desc-flex {
    display: flex;
    flex-direction: column;
    max-width: 690px;
}

.banner-main.banner-finance .banner-desc-flex .banner-col {
    width: 100%;
}

.banner-main.banner-finance .banner-desc-flex .banner-col .banner-item {
    display: flex;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 13px;
}

.arb-popup-window.js-popup-window.popup-new-temp {
    background-color: transparent;
}

.banner-main.banner-finance, .banner-main.banner-finance * {
    box-sizing: border-box;
}

.banner-main.banner-finance .banner-desc-flex .banner-col .banner-item:after {
    content: "";
    background-image: url(/images/new-temp/asdasf.svg);
    width: 16px;
    height: 18px;
    min-width: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

.banner-main.banner-finance .banner-main-flex .banner-btn {
    margin: 0;
    position: relative;
    left: 60px;
}

.main-margin {
    margin: 70px 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.main-margin:last-child {
    margin-bottom: 0;
}

.text-and-photo-flex {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}

.form-new-call {
    color: #fff;
}

.arb-news-subscription .form-new-call {
    background-image: none;
    padding: 0;

}

.form-new-call .arb-news-subscription__subscribe {
    margin-bottom: 55px;
}

.text-and-photo-flex .col-image {
    width: 30%;
    padding: 0px 25px;
}

.text-and-photo-flex .col-text {
    /*width: 70%;*/
    width: 100%;
    padding: 0px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.text-and-photo-flex .col-image img {
    border-radius: 12px;
}

.text-and-photo-flex .col-text p {
    padding-bottom: 20px;
}

.text-and-photo-flex .col-text p:last-child {
    padding-bottom: 0;
}

.text-and-photo-flex, .text-and-photo-flex * {
    box-sizing: border-box;
}

.how-work-title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    text-transform: none;
    background: rgb(244, 54, 76);
    line-height: 103%;
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 60px;
}

.how-work-desc {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #707070;
}

.strategic-management-wrap .how-work-title {
    padding-bottom: 20px;
}

.strategic-management-wrap .how-work-item-ttl {
    width: 100% !important;
}

.strategic-management-wrap .how-work-info {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    background: rgb(244, 54, 76);
    line-height: 103%;
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 60px;
}

.how-work-items {
    counter-reset: section;
}

.how-work-items .how-work-item {
    border-bottom: 1px solid #A4BDBA;
    padding-bottom: 53px;
    margin-bottom: 38px;
}

.how-work-items .how-work-item:last-child {
    border-bottom: none;
}

.how-work-items .how-work-item-flex {
    display: flex;
    align-items: flex-start;
}

.how-work-items .how-work-item-flex, .how-work-items .how-work-item-flex * {
    box-sizing: border-box;
}

.how-work-items .how-work-item-flex .how-work-item-ttl {
    position: relative;
    width: 35%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.arb-section__container .how-work-items .how-work-item-flex .how-work-item-ttl {
    width: 100%;
}

.how-work-items .how-work-item-flex .how-work-item-description {
    width: 65%;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
}

.how-work-items .how-work-item-flex .how-work-item-description .arb-list {
    font-size: 1em;
}

.how-work-items .how-work-item-flex .how-work-item-description .arb-list li:before {
    font-size: 0.625em;
}


.how-work-items .how-work-item-flex .how-work-item-ttl:before {
    counter-increment: section;
    content: counter(section);
    background: #F4364C;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-right: 26px;
    letter-spacing: -0.015em;
    text-align: center;
}

.how-work-items .how-work-item-flex .how-work-item-description p {
    align-items: flex-start;
    position: relative;
    display: flex;
    padding-bottom: 15px;
}

.how-work-items .how-work-item-flex .how-work-item-description p:before {
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #D6001C;
    border-radius: 50%;
    min-width: 7px;
    margin-right: 15px;
    top: 10px;
}

.how-work-items .how-work-item-flex .how-work-item-description p:last-child {
    padding-bottom: 0;
}

.green-result-block {
    background: #007367;
    background-image: url(/images/new-temp/mask.png);
    background-size: cover;
    background-position: bottom right;
    padding: 56px 0 80px 0;
    color: #fff;
}

.page-diagnostika {
    background: #f7f7f7;
    margin-top: -70px;
    padding-top: 70px;
}

.green-result-block, .green-result-block * {
    box-sizing: border-box;
}

.green-result-block .result-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 65px;
}

.strategic-management-wrap .green-result-block .result-title {
    padding: 0 0 30px;

}

.strategic-management-wrap .green-result-block .result-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.strategic-management-wrap .green-result-block .result-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 65px;
}

.implemented-project .title-elements {
    margin-bottom: 20px;
}

.implemented-project .project-image img {
    position: sticky;
    top: 45px;
}

.green-result-block .result-items {
    display: flex;
    flex-wrap: wrap;
    margin: -18px -14px;
}

.green-result-block .result-items .result-item {
    width: 50%;
    padding: 18px 14px;
}

.green-result-block .result-items .result-item:last-child {
    margin: 0 auto;
}

.green-result-block .result-items .result-ttl {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.green-result-block .result-items .result-description {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.green-result-block .result-items .result-flex {
    position: relative;
    padding-left: 40px;
}

.green-result-block .result-items .result-flex:before {
    content: "";
    background-image: url(/images/white-check.svg);
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.text-and-photo-flex2, .text-and-photo-flex2 * {
    box-sizing: border-box;
}

.text-and-photo-flex2 {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.text-and-photo-flex2 .col-text {
    width: 50%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    padding: 0 10px;
}

.text-and-photo-flex2 .col-image {
    width: 50%;
    padding: 0 10px;
}

.timeline-wrap {
}

.timeline-wrap .timeline-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
    line-height: 1;
}

.strategic-management-wrap .timeline-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 30px;
    text-align: center;
    margin: 0 auto 20px;
    text-transform: none;
    line-height: 1;
}

.strategic-management-wrap :is(.text-content-desc, .text-and-photo-flex ul li) {
    font-size: 20px !important;
    line-height: 1.4;
}

.timeline-wrap, .timeline-wrap * {
    box-sizing: border-box;
}


.timeline-wrap .timeline-items {
    counter-reset: section;
    position: relative;
    margin: 0 -10px;
}


.timeline-wrap .timeline-items .timeline-item {
    width: 50%;
    position: relative;
    padding: 0 10px;
}

.timeline-wrap .timeline-items .timeline-item .timeline-text {
    background-color: #fff;
    border-radius: 11px;
    padding: 22px 23px;
    position: relative;
    z-index: 2;
    display: flex;
}

.timeline-wrap .timeline-items .timeline-item:nth-child(1) {
    margin-bottom: 30px;
}

.timeline-wrap .timeline-items .timeline-item:nth-child(even) {
    margin-left: 50%;
}

.timeline-wrap .timeline-items .timeline-item:nth-child(odd):after {
    top: 25%;
    right: 0%;
    content: "";
    position: absolute;
    border-right: 1px dashed #017468;
    border-radius: 0 18px;
    width: 50px;
    height: 200%;
}


.timeline-wrap .timeline-items .timeline-item:nth-child(even):after {
    top: 24%;
    left: calc(0% - 1px);
    content: "";
    position: absolute;
    border-left: 1px dashed #017468;
    border-radius: 18px 20px 0 0px;
    width: 50px;
    height: 114%;
}


.timeline-wrap .timeline-items .timeline-item:last-child:after {
    top: 43%;
    height: 40px;
    border-radius: 0px 17px;
}

.timeline-wrap .timeline-items .timeline-item .timeline-text:before {
    counter-increment: section;
    content: counter(section);
    height: 36px;
    display: flex;
    width: 36px;
    min-width: 36px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.38px;
    text-align: left;
    color: #fff;
    background: #017468;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.timeline-wrap .timeline-items .timeline-item .timeline-name {
    font-size: 24px;
    color: #0A0909;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 30.58px;
}

.timeline-wrap .timeline-items .timeline-item .timeline-name span {
    color: #017468;
}

.timeline-wrap .timeline-items .timeline-item .timeline-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.93px;
    text-align: left;
    margin-left: -15px;
    position: relative;
}

.timeline-wrap .timeline-items .timeline-item .timeline-description:before {
    top: 5px;
    width: 8px;
    height: 8px;
    display: block;
    background: #D6001C;
    content: "";
    position: absolute;
    left: -30px;
    border-radius: 50%;
}

.timeline-wrap .timeline-items .timeline-item .timeline-description:before {
    top: 5px;
    width: 8px;
    height: 8px;
    display: block;
    background: #D6001C;
    content: "";
    position: absolute;
    left: -30px;
    border-radius: 50%;
}

.form-new-call-bg-bottom h3.form-title {
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-new-call-bg-bottom p.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.76px;
    text-align: center;
    color: #0A0A0A;
    max-width: 830px;
    margin: 0 auto;
}

.technology-wrap, .technology-wrap * {
}

.technology-wrap .technology-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
    line-height: 1;
}

.technology-wrap .technology-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    padding: 0 10px;
}

.technology-wrap .slick-arrow {
    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr2.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.technology-wrap .slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -100px;
    top: 50%;
}

.technology-wrap .slick-arrow.slick-next {
    right: -100px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.technology-wrap .slick-arrow:before {
    display: none;
}

.metric-wrap, .metric-wrap * {
    box-sizing: border-box;
}

.metric-wrap .metric-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    text-transform: none;
    background: rgb(244, 54, 76);
    line-height: 103%;
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 49px;
}

.metric-wrap .metric-items {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.metric-wrap .metric-items .metric-item {
    width: 50%;
    padding: 12px;
}

.metric-wrap .metric-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-bottom: 5px;
}

.metric-wrap .metric-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.015em;
    text-align: left;
}

.metric-wrap .metric-items .metric-item .metric-item-wrap {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
}

.cases-wrap, .cases-wrap * {
    box-sizing: border-box;
}

.cases-wrap .cases-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-transform: none;
    line-height: normal;
}

.cases-wrap .cases-items {
}

.cases-wrap .cases-item {
    background: #fff;
    margin-bottom: 30px;
}

.cases-wrap .cases-item .cases-item-title {
    padding: 24px 28px 19px 24px;
    border-bottom: 1px solid #D9D9D9;
}

.cases-wrap .cases-item .cases-item-title .cases-item-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 39.5px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #0A0A0A;
    padding-bottom: 5px;
}

.cases-wrap .cases-item .cases-item-title .cases-item-description {
}

.cases-wrap .cases-item .cases-item-title .cases-item-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #707070;
}

.cases-wrap .cases-item .cases-item-content {
    display: flex;
}

.cases-wrap .cases-item .cases-item-content-before, .cases-wrap .cases-item .cases-item-content-after {
    width: 50%;
    padding: 22px 53px 39px 53px;
}

.cases-wrap .cases-item .cases-item-content-before {
    border-right: 1px solid #D9D9D9;
}

.cases-wrap .cases-item .cases-item-content-before .cases-item-content-title {
    color: #D6001C;
}

.cases-wrap .cases-item .cases-item-content-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: left;
    padding-bottom: 8px;
}

.cases-wrap .cases-item .cases-item-before-list,
.cases-wrap .cases-item .cases-item-after-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #000000;
}

.cases-wrap .cases-item .cases-item-content-after .cases-item-content-title {
    color: #007367;
}

.cases-wrap .cases-item .cases-item-before-list div, .cases-wrap .cases-item .cases-item-after-list div {
    position: relative;
    padding-bottom: 10px;
}

.cases-wrap .cases-item .cases-item-before-list div:after,
.cases-wrap .cases-item .cases-item-after-list div:after {
    content: "";
    position: absolute;
}

.cases-wrap .cases-item .cases-item-content-before div:after {
    top: 7px;
    width: 7px;
    height: 7px;
    background: #D6001C;
    left: -20px;
    border-radius: 50%;
}

.cases-wrap .cases-item .cases-item-content-after div:after {
    top: 8px;
    background-image: url(/images/check-green.svg);
    width: 14px;
    height: 11px;
    left: -30px;
}

.cases-wrap .cases-item .cases-item-content-after .btn-wrap {
    text-align: left;
    padding-top: 15px;
}

.cases-wrap .cases-item .cases-item-content-after .btn-wrap a {
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 23px 73px;
    display: inline-block;
    transition: 0.4s;
    font-weight: 500;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
}

.cases-wrap .cases-item .cases-item-content-after .btn-wrap a span {
    z-index: 2;
    position: relative;
}

.cases-wrap .cases-item .cases-item-content-after .btn-wrap a:after {
    content: "";
    background: rgb(0, 190, 186);
    background: linear-gradient(90deg, rgba(0, 190, 186, 1) 0%, rgba(0, 115, 103, 1) 100%);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: 0.4s;
    opacity: 0;
}

.cases-wrap .cases-item .cases-item-content-after .btn-wrap a:hover:after {
    opacity: 1;
}

.bx-breadcrumb {
    padding: 0 10px;
}

@media all and (max-width: 1250px) {
    .banner-main.banner-finance .banner-main-flex .banner-btn {
        left: 0;
    }
}

@media all and (max-width: 1024px) {
    .banner-main .banner-main-flex {
        padding: 20px 0;
    }

    .metric-wrap .metric-items .metric-item .metric-item-wrap {
        padding: 24px;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-name {
        font-size: 20px;
        line-height: 26px;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-text {
        display: block;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-text:before {
        margin-bottom: 10px;
    }

    .banner-main.banner-finance .banner-desc-flex .banner-col .banner-item {
        font-size: 16px;
        line-height: 20px;
    }

    .text-and-photo-flex .col-image {
        width: 40%;
        padding: 0px 12px;
    }

    .text-and-photo-flex .col-text {
        width: 60%;
        padding: 0px 12px;
    }

    .text-and-photo-flex {
        margin: 0;
    }

    .how-work-title,
    .green-result-block .result-title,
    .timeline-wrap .timeline-title,
    .technology-wrap .technology-title,
    .cases-wrap .cases-title,
    .strategic-management .text-content-title {
        font-size: 32px;
    }

    .strategic-management .text-content-title {
        padding-bottom: 30px;
    }

    .technology-wrap .technology-title br {
        display: none;
    }

    .how-work-items .how-work-item-flex .how-work-item-ttl,
    .how-work-items .how-work-item-flex .how-work-item-description {
        width: 50%;
    }

    .page-diagnostika .new-wrapper {
        max-width: 700px;
    }

    .how-work-items .how-work-item-flex .how-work-item-ttl {
        font-size: 20px;
        line-height: 26.6px;
        padding-right: 15px;
    }

    .how-work-items .how-work-item-flex .how-work-item-description {
        font-size: 16px;
        line-height: 23px;
    }

    .text-and-photo-flex2 .col-text {
        font-size: 20px;
        line-height: 29px;
    }

    .cases-wrap .cases-item .cases-item-title .cases-item-name {
        font-size: 20px;
        line-height: 35.5px;
    }

    .cases-wrap .cases-item .cases-item-content-before {
        width: 40%;
    }

    .cases-wrap .cases-item .cases-item-content-after {
        width: 60%;
    }

    .cases-wrap .cases-item .cases-item-content-after .btn-wrap a {
        width: 100%;
        padding: 23px 13px;
        text-align: center;
    }

    .cases-wrap .cases-item .cases-item-content-before, .cases-wrap .cases-item .cases-item-content-after {
        padding: 22px 24px 30px 43px;
    }
}

@media all and (max-width: 960px) {
    .technology-wrap .technology-title br {
        display: none;
    }

    .technology-wrap .slick-arrow.slick-prev {
        left: 30%;
        top: 100%;
    }

    .technology-wrap .slick-arrow.slick-next {
        right: 30%;
        left: auto;
        top: 100%;
    }

    .technology-items {
        padding-bottom: 25px;
    }

    .technology-wrap .technology-name {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .videos .main-margin {
        margin: 30px 0 0 0;
    }

    .expert-wrapper {
        padding: 0;
    }

    .expert-wrapper .title {
        padding-bottom: 0;
    }

    .expert-wrapper.green .title {
        padding-bottom: 20px;
    }

    .banner-main .banner-main-flex .banner-main-ttl br {
        display: none;
    }

    .strategic-management-wrap :is(.text-content-desc, .text-and-photo-flex ul li) {
        font-size: 1.6rem !important;
    }

    .timeline-wrap .timeline-items .timeline-item {
        width: 100%;
    }

    .metric-wrap .metric-title {
        font-size: 26px;
        padding-bottom: 40px;
    }

    .metric-wrap .metric-name {
        font-size: 18px;
    }

    .metric-wrap .metric-description {
        font-size: 14px;
    }

    .metric-wrap .metric-items .metric-item {
        width: 100%;
        padding: 8px;
    }

    .metric-wrap .metric-items {
        margin: -8px;
    }

    .timeline-wrap .timeline-items .timeline-item:nth-child(even) {
        margin-left: 0;
    }

    .timeline-wrap .timeline-items .timeline-item:nth-child(odd):after,
    .timeline-wrap .timeline-items .timeline-item:nth-child(even):after {
        display: none;
    }

    .timeline-wrap .timeline-items .timeline-item:nth-child(1),
    .timeline-wrap .timeline-items .timeline-item {
        margin-bottom: 24px;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-text {
        padding: 16px;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-name {
        font-size: 18px;
        line-height: 25px;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-description {
        font-size: 16px;
        margin-left: revert-layer;
    }

    .timeline-wrap .timeline-items .timeline-item .timeline-description:before {
        display: none;
    }

    .banner-main.banner-finance .banner-desc-flex {
        display: block;
    }

    .banner-main.banner-finance .banner-desc-flex .banner-col {
        width: 100%;
    }

    .banner-main.banner-finance .banner-main-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-new-call-bg-bottom p.description {
        font-size: 16px;
        line-height: 23.76px;
    }
}

@media all and (max-width: 700px) {
    .cases-wrap .cases-item .cases-item-content {
        display: block;
    }

    .cases-wrap .cases-item .cases-item-content-before,
    .cases-wrap .cases-item .cases-item-content-after {
        width: 100%;
    }

    .cases-wrap .cases-item .cases-item-content-before {
        position: relative;
        border-right: 0;
        border-bottom: 1px solid #D9D9D9;
    }

    .cases-wrap .cases-item .cases-item-content-before:before {
        content: "";
        bottom: -2px;
        left: 0;
        height: 3px;
        width: 20px;
        background: #fff;
        position: absolute;
    }

    .cases-wrap .cases-item .cases-item-content-after .btn-wrap {
        margin-left: -20px;
    }

    .cases-wrap .cases-item .cases-item-content-title {
        margin-left: -20px;
    }

    .cases-wrap .cases-item .cases-item-before-list,
    .cases-wrap .cases-item .cases-item-after-list {
        font-size: 14px;
    }

    .cases-wrap .cases-item .cases-item-content-before:after {
        content: "";
        bottom: -2px;
        right: 0;
        height: 3px;
        width: 20px;
        background: #fff;
        position: absolute;
    }

    .text-and-photo-flex2 .col-text {
        font-size: 16px;
        line-height: 23px;
    }

    .text-and-photo-flex2 {
        flex-direction: column-reverse;
    }

    .text-and-photo-flex2 .col-text, .text-and-photo-flex2 .col-image {
        width: 100%;
    }

    .text-and-photo-flex2 .col-image {
        padding-bottom: 40px;
    }

    .green-result-block .result-items .result-item {
        width: 100%;
    }

    .green-result-block .result-items .result-ttl {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .green-result-block .result-items .result-description {
        font-size: 14px;
    }

    .green-result-block {
        background-image: none;
    }

    .how-work-items .how-work-item-flex {
        flex-direction: column;
    }

    .how-work-items .how-work-item {
        padding-bottom: 33px;
        margin-bottom: 28px;
    }

    .how-work-items .how-work-item-flex .how-work-item-ttl, .how-work-items .how-work-item-flex .how-work-item-description {
        width: 100%;
    }

    .how-work-items .how-work-item-flex .how-work-item-ttl {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .text-and-photo-flex .col-text {
        font-size: 14px;
    }

    .text-and-photo-flex {
        flex-wrap: wrap;
    }

    .text-and-photo-flex .col-image {
        width: 100%;
    }

    .text-and-photo-flex .col-text {
        width: 100%;
        padding-top: 40px;
    }
}

@media all and (max-width: 650px) {


    .main-margin {
        margin: 35px 0;
    }

    .how-work-title,
    .green-result-block .result-title,
    .timeline-wrap .timeline-title,
    .technology-wrap .technology-title,
    .cases-wrap .cases-title,
    .strategic-management .text-content-title {
        font-size: 28px;
        padding-bottom: 40px;
    }
}

.arb-popup-window.js-popup-window.popup-new-temp {
}

.arb-popup-window__window {
    z-index: 5000;
}

.arb-popup-window.js-popup-window.popup-new-temp .arb-popup-window__window {
    background: #007367;
    border: none;
    max-width: 70%;
    width: 100%;
    border-radius: 24px;
    padding: 80px;
    box-shadow: none;
}

.arb-popup-window.js-popup-window.popup-new-temp .arb-private {
    width: 100%;
    max-width: 100%;
}

.arb-popup-window.js-popup-window.popup-new-temp .arb-private .popup-title {
    font-size: 40px;
    text-align: center;
    padding-bottom: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.arb-popup-window.js-popup-window.popup-new-temp .arb-private__table {
    width: 100% !important;
}

.arb-popup-window.js-popup-window.popup-new-temp input.arb-private__input {
    max-width: 100%;
    border: none;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    outline: none;
    background: transparent;
    padding-bottom: 18px;
    padding-left: 42px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 24px;
}

.arb-popup-window.js-popup-window.popup-new-temp input.arb-private__input::placeholder {
    color: #fff;
}

.arb-popup-window.js-popup-window.popup-new-temp input.arb-private__input[name="user-name"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/man-wh.svg);
    background-position: 8px 12px;
}

.arb-popup-window.js-popup-window.popup-new-temp input.arb-private__input[name="user-email"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/mail-wh.svg);
    background-position: 8px 12px;
}

.arb-popup-window.js-popup-window.popup-new-temp input.arb-private__input[name="user-phone"] {
    background-repeat: no-repeat;
    background-image: url(/images/new-temp/ph-wh.svg);
    background-position: 8px 11px;
}

.arb-popup-window.js-popup-window.popup-new-temp .arb-popup-window__close {
    filter: invert(1);
    top: 15px;
    right: 15px;
}


/**/
.banner-employee-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 50px;
}

.banner-employee-grid .banner-employee-item-col {
    width: calc(100% - 24px);
}

.banner-employee,
.banner-employee * {
    box-sizing: border-box;
}

.banner-employee .banner-employee-title {
    color: #333333;
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
    text-transform: unset;
    padding: 0;
    padding-bottom: 25px;
}

.banner-employee {
    /*padding: 53px 0 100px 0;*/
    background-image: url(/images/dots-f.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.banner-employee-grid .banner-employee-item.black-item .banner-employee-item-wrap {
    background: #333333;
    color: #fff;
    padding: 24px 28px 24px 35px;
    border-radius: 11px;
    font-size: 16px;
}

.banner-employee-grid .banner-employee-item .banner-employee-item-wrap hr {
    background: #707070;
    color: #707070; /* Цвет линии для остальных браузеров */
    background-color: #707070; /* Цвет линии для браузера Firefox и Opera */
    margin: 12px 0px;
}

.banner-employee-grid .banner-employee-item.black-item .banner-employee-item-wrap > div {
    position: relative;
}

.banner-employee-grid .banner-employee-item.black-item .banner-employee-item-wrap > div:after {
    top: 8px;
    content: "";
    position: absolute;
    left: -15px;
    height: 3px;
    width: 3px;
    background: #fff;
    border-radius: 50%;
}

.banner-employee-grid .banner-employee-item.white-item .banner-employee-item-wrap {
    background: #FFFFFF;
    color: #333333;
    padding: 24px 28px 24px 28px;
    border-radius: 11px;
    font-size: 16px;
}

.banner-employee-grid .banner-employee-item.frame-item .banner-employee-item-wrap {
    background: transparent;
    color: #333333;
    padding: 24px 28px 24px 28px;
    border-radius: 11px;
    font-size: 16px;
    border: 1px solid #BBB8B8;
}

.banner-employee-grid .banner-employee-item {
    padding-bottom: 24px;
    position: relative;
}

.banner-employee-grid .banner-employee-item svg {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.banner-employee-item.image-item * {
    font-size: 0;
    line-height: 0;
}

.banner-employee-item.image-item {
    height: 100%;
}

.banner-employee-grid .banner-employee-item .banner-employee-item-wrap {
    height: auto;
}

.banner-employee-grid .banner-employee-item.image-item .banner-employee-item-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.banner-employee .employee-btn a {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
    display: inline-flex;
    padding: 23px 77px;
    align-items: center;
    border-radius: 8px;
}

.employee-btn {
    text-align: center;
}

.banner-employee .employee-btn a svg {
    margin-right: 17px;
}

.banner-employee .employee-btn a span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-employee .employee-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 190, 186);
    background: linear-gradient(100deg, rgba(0, 190, 186, 1) 18%, rgba(0, 115, 103, 1) 49%);
    transition: 0.4s;
    opacity: 0;
}

.banner-employee .employee-btn a:hover:after {
    opacity: 1;
}

.special-employee {
    background: rgb(106, 106, 106);
    background: url(/images/decor-1.png), linear-gradient(50deg, rgba(106, 106, 106, 1) 0%, rgba(51, 51, 51, 1) 100%);
    padding: 60px 0 60px 0;
    background-size: contain, cover;
    background-position: center;
    background-repeat: no-repeat;
}

.special-employee .special-flex {
    display: flex;
}

.special-employee .special-flex .special-video {
    width: 50%;
}

.special-employee .special-flex .special-text {
    width: 50%;
    color: #fff;
}

.special-employee .special-flex .special-video .preview-img {
    position: relative;
    padding-bottom: 58%;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.special-employee .special-flex .special-video .preview-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.special-employee .special-flex .special-text .special-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-left: 77px;
    position: relative;
}

.special-employee .special-flex .special-text .special-desription {
    padding-left: 51px;
}

.special-employee .special-flex .special-text .special-desription div {
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}

.special-employee .special-flex .special-text .special-desription div:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 8px;
}

.special-employee .special-flex .special-text .special-title:after {
    content: "";
    background-image: url(/images/check-round.svg);
    width: 29px;
    height: 29px;
    position: absolute;
    left: 30px;
    top: -3px;
}

/*.worked-with-them, */
.worked-this {
    padding: 1px 0;
}

.worked-with-them .worked-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
    text-transform: none;
}

.worked-this .worked-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
    text-transform: none;
}

.worked-with-them .worked-slider .image,
.worked-this .worked-slider .image {
    padding-bottom: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 20px;
}

.worked-this .worked-slider .slick-prev.slick-arrow,
.worked-with-them .worked-slider .slick-prev.slick-arrow {
    transform: rotate(-180deg) translateY(20px);
    left: -50px;
}

.worked-this .worked-slider .slick-arrow {
    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr2.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #007367;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.worked-with-them .worked-slider .slick-arrow {
    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr-r.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #9E0015;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}

.worked-this .worked-slider .slick-next.slick-arrow,
.worked-with-them .worked-slider .slick-next.slick-arrow {
    right: -40px;
}

.worked-this .worked-slider .slick-arrow:before,
.worked-with-them .worked-slider .slick-arrow:before {
    display: none;
}

.implemented-project {
    padding: 1px 0;
}

.implemented-project,
.implemented-project * {
    box-sizing: border-box;
}

.implemented-project .project-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 50px;
    text-transform: none;
}

.implemented-project .project-content {
    flex-wrap: wrap;
    display: flex;
    margin: -10px;
}

.implemented-project .project-content .project-image {
    padding: 10px;
    width: 40%;
}

.implemented-project .project-content .project-text {
    padding: 10px;
    width: 60%;
}

.implemented-project .project-content .project-text-black {
    color: #fff;
    background: #2F2C27;
    border-radius: 11px;
    padding: 30px 33px;
    font-size: 20px;
    line-height: 127%;
    margin-bottom: 25px;
}

.implemented-project .project-content .project-text-green {
    border-radius: 11px;
    padding: 30px 33px;
    font-size: 20px;
    line-height: 127%;
    color: #fff;
    background: #007367;
    margin-bottom: 25px;
}

.implemented-project .project-content .project-text-black b {
    font-size: 24px;
}

.implemented-project .project-content .project-text-green b {
    font-size: 24px;
}

.implemented-project .project-content .project-text-white {
    border-radius: 11px;
    padding: 30px 33px;
    font-size: 20px;
    line-height: 127%;
    width: 100%;
    color: #1F1F1E;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.implemented-project .project-content .project-text-white .col {
    width: 50%;
    padding: 10px;
}

.implemented-project .project-content .project-text-white .col div {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.implemented-project .project-content .project-text-white .col div:last-child {
    padding-bottom: 0;
}

.implemented-project .project-content .project-text-white .col div:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000;
    left: 0px;
    top: 10px;
}

.conference-project {
}

.conference-project .conference-header {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 70px;
    text-transform: none;
}

.conference-project .conference-content {
    display: flex;
    margin: -10px;
}

.conference-project .conference-col {
    width: 50%;
    padding: 10px;
}

.conference-project, .conference-project * {
    box-sizing: border-box;
}

.conference-project .conference-item {
    padding: 37px 33px;
    border-radius: 11px;
    margin-bottom: 24px;
}

.conference-project .conference-item:last-child {
    margin-bottom: 0;
}

.conference-project .conference-item.item-green {
    background: rgb(0, 147, 131);
    background: linear-gradient(180deg, rgba(0, 147, 131, 1) 0%, rgba(0, 115, 103, 1) 100%);
    color: #fff;
}

.conference-project .conference-item .conference-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.conference-project .conference-item img + .conference-text {
    padding-top: 24px;
}

.conference-project .conference-item .conference-description {
    font-size: 18px;
}

.conference-project .conference-item .conference-text {
}

.conference-project .conference-item
.images {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.conference-project .conference-item.item-white {
    background: #fff;
}

.conference-project .conference-item.item-flex .conference-item-wrap {
    display: flex;
    align-items: flex-start;
}

.conference-project .conference-item.item-flex .conference-item-wrap .conference-text {
    padding-top: 0;
}

.conference-project .conference-item.item-flex .conference-item-wrap > img {
    width: 71px;
    min-width: 71px;
    margin-right: 30px;
}

.conference-project .conference-item.item-black {
    color: #fff;
    background: #2F2C27;
}

.conference-project .conference-item .images {
    padding-top: 24px;
}

.conference-project .conference-item .images img {
    max-width: 33.333333%;
}

.conference-project .conference-item.item-blue {
    background: rgb(29, 145, 204);
    background: linear-gradient(180deg, rgba(29, 145, 204, 1) 0%, rgba(0, 120, 181, 1) 100%);
    color: #fff;
}

.conference-project .conference-item .conference-btn a {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 16px 70px;
    display: inline-block;
    margin-top: 16px;
    transition: 0.4s;
}

.conference-project .conference-item .conference-btn a:hover {
    color: #000;
    background: #fff;
}

.experience {
    background: #007367;
    background-image: url(/images/fasqwqrw.png), url(/images/new-temp/mask.png);
    padding: 50px 0;
url(url(/images/new-temp/mask.png));
    background-size: auto, cover;
    background-position: top left, bottom right;
    background-repeat: no-repeat, repeat;
}

.experience, .experience * {
    box-sizing: border-box;
}

.experience .experience-header {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: left;
    font-size: 48px;
    text-transform: none;
    font-weight: 600;
    background: rgb(255, 255, 255);
    background: linear-gradient(119deg, rgba(255, 255, 255, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 65px;
    text-align: center;
}

.experience .experience-content {
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.experience .list {
    border-radius: 12px;
    background: #fff;
    padding: 34px 19px;
    font-size: 20px;
    color: #2F2C27;
    font-weight: 700;
}

.experience .list ul {
    padding: 0;
}

.experience .list ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 11px;
}

.experience .list ul li:after {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    background: #2F2C27;
    border-radius: 50%;
    left: 10px;
    top: 9px;
}

.experience .experience-content .list {
    width: 40%;
}

.experience .experience-content .person {
    font-size: 0;
    position: absolute;
    left: 40%;
    bottom: 0;
    transform: translateX(-36%);
}

.experience .experience-content .logo {
    position: relative;
    width: 33%;
}

.experience .experience-content .logo .logo-1 {
    position: absolute;
    top: 0;
    left: 120px;
}

.experience .experience-content .logo .logo-3 {
    position: absolute;
    top: 120px;
    left: 0px;
}

.experience .experience-content .logo .logo-2 {
    position: absolute;
    top: 40px;
    left: 245px;
}

.experience .experience-content .logo .logo-4 {
    position: absolute;
    top: 245px;
    left: 120px;
}

.experience .experience-content .logo div {
    width: 115px;
}

.experience .main-margin {
    margin-bottom: 0;
}

.experience {
    padding-bottom: 0;
}

.education, .education * {
    box-sizing: border-box;
}

.education .education-items {
    display: flex;
    margin: 0px -12px;
}

.education .education-items .education-col {
    width: 50%;
    padding: 0 12px;
}

.education .education-items .education-item {
    background: #fff;
    border-radius: 11px;
    margin-bottom: 24px;
    padding: 35px 31px;
}

.education .education-items .education-item:last-child {
    margin-bottom: 0;
}

.education .education-item-top {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 25px;
}

.education .date {
    background: #017468;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    padding: 3px 11px;
    border-radius: 30px;
}

.education .education-item-text {
    font-size: 20px;
}

.education .education-item-text .name {
    font-weight: 700;
}

.education .education-item-text .text {
    margin-bottom: 10px;
}

.education .image {
}

.education hr {
    background: #BBB8B8;
    margin: 20px 0;
}

.education .education-items .education-item.black {
    background: #333333;
    color: #fff;
}

.education .education-items .education-item.black .education-item-text div {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-left: 30px;
    position: relative;
}

.education .education-items .education-item.black .education-item-text div:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 7px;
}

.education .education-items .education-item.black .education-item-text div:last-child {
    border-bottom: none;
}

.education .education-title {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 60px;
    text-transform: none;
}

.form-new-call-bg-bottom.bottom-form-sotr {
    /*padding-top: 50px;
    padding-bottom: 50px;*/
    padding: 0;
}

.form-new-call-bg-bottom.bottom-form-sotr h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(161, 0, 14, 1) 62%, rgba(134, 0, 12, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    text-transform: none;
}

.form-new-call-bg-bottom.bottom-form-sotr .form-flex {
    display: flex;
    /*margin: 0 -50px;*/
}

.form-new-call-bg-bottom.bottom-form-sotr .form-flex .form-col:nth-child(1) {
    width: 58%;
    padding: 0 50px;
}

.form-new-call-bg-bottom.bottom-form-sotr .form-flex:not(:has(.image)) .form-col:nth-child(1) {
    margin: 0 auto;
}

.strategic-management-wrap .banner-main {
    align-items: stretch;
    overflow: hidden;
}

.strategic-management-wrap .banner-main-flex {
    padding: 0;
    height: 100%;
}

.strategic-management-wrap .banner-main-flex .banner-main-txt {
    height: fit-content;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.strategic-management-wrap .text-and-photo-flex .col-text ul {
    padding-left: 25px;
    padding-right: 0;
}

.strategic-management-wrap .form-new-call-bg-bottom.bottom-form-sotr .form-flex .form-col:nth-child(1) {
    margin: 0 auto;
}

.gradient-bg {
    display: block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: rgb(0, 115, 103);
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 190, 186, 1) 49%);
}

.gradient-bg-red {
    display: block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: rgb(244, 54, 76);
    background: linear-gradient(145deg, rgba(244, 54, 76, 1) 36%, rgba(134, 0, 12, 1) 100%);
}

.gradient-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 190, 186);
    background: linear-gradient(100deg, rgba(0, 190, 186, 1) 18%, rgba(0, 115, 103, 1) 49%);
    transition: 0.4s;
    opacity: 0;
}

.gradient-bg-red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(134, 0, 12);
    background: linear-gradient(152deg, rgba(140, 0, 12, 1) 44%, rgba(244, 54, 76, 1) 90%);
    transition: 0.4s;
    opacity: 0;
}

:is(a, label, button).gradient-bg:hover:after,
:is(a, label, button).gradient-bg-red:hover:after {
    opacity: 1;
}

:is(.gradient-bg, .gradient-bg-red) span {
    position: relative;
    z-index: 2;
}

.strategic-management-wrap .banner-link.js-popup-window-show {
    width: fit-content;
    margin: 50px auto 0;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.form-new-call-bg-bottom.bottom-form-sotr .form-flex .form-col:nth-child(2) {
    width: 42%;
    padding: 0 50px;
}

.form-new-call-bg-bottom.bottom-form-sotr p {
    font-size: 20px;
    color: #0A0A0A;
    text-align: left;
    font-weight: 400;
}

.form-new-call-bg-bottom.bottom-form-sotr .form-table.data-table {
    max-width: 100%;
}

.form-sotr-contact {
    /*padding-bottom: 10px;*/
}

.form-sotr-contact, .form-sotr-contact * {
    box-sizing: border-box;
}

.form-sotr-contact .form-sotr-bg {
    background-image: url(/images/rolsfd.png);
    background-color: #2F2C27;
    border-radius: 12px;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 38px 90px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}


.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-1 a,
.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-2 a {
    display: flex;
    justify-content: center;
}

.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-1 a {
    background: rgb(29, 145, 204);
    background: linear-gradient(180deg, rgba(29, 145, 204, 1) 0%, rgba(0, 120, 181, 1) 100%);
    color: #fff;
    padding: 29px 56px;
    font-size: 20px;
    border-radius: 12px;
}

.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-1 a span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-1 {
    margin-bottom: 19px;
}

.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-2 a {
    background: rgb(0, 147, 131);
    background: linear-gradient(180deg, rgba(0, 147, 131, 1) 0%, rgba(0, 115, 103, 1) 100%);
    color: #fff;
    padding: 29px 56px;
    font-size: 20px;
    border-radius: 12px;
}

.form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-2 a span {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

#b-pay .pay-select__item-name-ticket ul {
    width: auto !important;
}

.b-title {
    font-weight: 600;
    line-height: 1.3;
    font-size: 56px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #111;
}

.b-title .pink {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    width: 225px;
}

.b-title__desc {
    color: #545454;
    padding-top: 10px;
    font-size: 14px;
}

.pay-select__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0 35px;
}

.pay-select__wrap--double {
    flex-wrap: nowrap;
    gap: 10px;
}

.pay-select__wrap--double .image img {
    border-radius: 10px;
}

.pay-select__wrap--double .image .text {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.pay-select__wrap--double .pay-select__item.pink {
    max-width: 58%;
}

.pay-select__item {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 15px;
}

.pay-select__item-price {
    font-size: 24px;
}

.pay-select__item-price-note {
    font-size: 15px;
    font-style: italic;
    margin: 10px 0 0 0;
}

.pay-select__item-top {
    display: flex;
    flex-direction: row;
}

.pay-select__item.pink .pay-select__item-bottom {
    border-top: 2px dotted #e35092;
}

.pay-select__item-top, .pay-select__item-bottom {
    padding: 22px 30px;
    /*min-height: 50px;*/
    min-height: 33px;
}

.pay-select__item-input .modal__checkbox-custom .fa {
    font-size: 15px;
}


.modal__checkbox-custom .fa {
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    display: block;
    transition: .3s;
}

.pay-select__item-input .modal__checkbox-wrap {
    margin-top: 5px;
    position: relative;
}

.modal__checkbox-wrap {
    margin-top: 10px;
}

.pay-select__item-input .modal__checkbox {
    position: static;
}

.modal__checkbox {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.modal__checkbox-text {
    font-size: 12px;
    padding-top: 2px;
    line-height: 1.2;
    display: inline-block;
}


.modal__checkbox input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    display: none;
}

.modal__checkbox input[type="checkbox"]:checked ~ .modal__checkbox-custom {
    display: block;
    background: #e5e5e5 url(img/gal.png) no-repeat center;
}

.pay-select__item-input .modal__checkbox-custom {
    width: 20px;
    height: 20px;
}

.modal__checkbox-custom {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e5e5e5;
}

.pay-select__item-name-ticket {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 1.4;
}

#b-pay ol:not([class]), ul:not([class]) {
    width: auto;
}

#b-pay ol:not([class]), ul:not([class]) {
    list-style-type: none;
    counter-reset: arb-news-content--ul__counter;
    padding: 0 40px;
    width: 100%;
}

#b-pay ul:not([class]) > li:not([class]) {
    font-size: 1.6rem;
    margin: 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    left: -10px;
}

#b-pay ul:not([class]) > li:not([class]):before {
    counter-increment: arb-news-content--ul__counter;
    content: "|";
    font-size: 1.6rem;
    display: inline-block;
    color: #e3000f;
    margin-left: -20px;
    position: absolute;
    left: initial;
    top: 0;
}

#b-pay + .popup-thanks.js-popup-thanks .popup-thanks__item.popup-thanks__item--text {
    width: 100%;
    text-align: center;
    align-items: center;
}

.form-pay {
    display: grid;
    grid-template-columns: 1fr;
}

.field-type-pay {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 15px 0;
}

.wrap-input-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 75px 0 30px;
}

.pay-form__field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.pay-form__field input, .pay-form__field textarea, .pay-form__field select {
    width: 100%;
    height: 100%;
    color: #545454;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #f5f6fb;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}

.pay-form__field option {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
}

.field-type-pay .label-pay {
    min-width: max-content;
    display: block;
    text-align: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 30px;
    border-bottom: 0px solid transparent;
    box-shadow: 0px 0px 30px 1px transparent;
    transition: all .3s;
}

.field-type-pay input[type="radio"] {
    position: absolute;
}

.label-pay.active {
    border-bottom: 5px solid #999;
    box-shadow: 0px 0px 30px 1px #999;
    transition: all .3s;
}

/*.field-type-pay input[type="radio"]:checked+.label-pay {*/
/*    background: #59a996;*/
/*    border-color: #59a996;*/
/*    color: #fff;*/
/*}*/

/*.field-type-pay .label-pay-org {*/
/*    border-color: #274395;*/
/*    color: #274395;*/
/*}*/

/*.field-type-pay input[type="radio"]:checked+.label-pay-org {*/
/*    background: #274395;*/
/*    border-color: #274395;*/
/*    color: #fff;*/
/*}*/

.field-type-pay input[type="radio"] {
    visibility: hidden;
}

#b-pay {
    padding: 80px 0 0 0;
    font-family: 'Montserrat', sans-serif;
}

#b-pay .pay-form__btn-submit {
    margin-top: 20px;
    padding: 10px 0;
}

#b-pay .btn__button--pink {
    display: inline-block;
    font-size: 1.6rem;
    max-width: 100%;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    border-radius: 30px;
    padding: 12px 30px;
    border: none;
}

#b-pay .btn__button--pink span.btn__text {
    color: #fff;
    transition: all .3s;
}

@media all and (max-width: 1097px) {
    .pay-select__wrap--double .form_image .text span {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 1080px) {
    .pay-select__item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .form-pay {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 1024px) {
    .form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-1 a, .form-sotr-contact .form-sotr-bg .form-sotr-btn .btn-2 a {
        padding: 22px 20px;
        font-size: 16px;
    }

    .form-sotr-contact .form-sotr-bg {
        padding: 34px 37px;
    }

    .form-sotr-contact .form-sotr-bg .form-sotr-photo img {
        max-height: 145px;
    }

    .form-new-call-bg-bottom.bottom-form-sotr h3 {
        font-size: 40px;
    }

    .form-new-call-bg-bottom.bottom-form-sotr p {
        font-size: 16px;
    }

    .experience .experience-content .logo div {
        width: 95px;
    }

    .experience .list {
        font-size: 18px;
        padding: 28px 13px;
    }

    .experience .experience-content .logo {
        width: 24%;
    }

    .experience .experience-content .logo .logo-1 {
        left: 70px;
    }

    .experience .experience-content .logo .logo-2 {
        top: 50px;
        left: 145px;
    }

    .experience .experience-content .logo .logo-3 {
        top: 80px;
        left: 0px;
    }

    .experience .experience-content .logo .logo-4 {
        top: 185px;
        left: 70px;
    }

    .experience .experience-content .person {
        left: 20%;
        transform: translateX(-7%);
    }

    .experience .experience-content .list {
        width: 60%;
    }

    .education .education-title {
        font-size: 40px;
        padding-bottom: 50px;
    }

    .education .education-item-text {
        font-size: 16px;
    }

    .conference-project .conference-header {
        font-size: 40px;
        padding-bottom: 45px;
    }

    .conference-project .conference-item {
        padding: 24px 24px;
    }

    .conference-project .conference-item .conference-title {
        font-size: 20px;
    }

    .conference-project .conference-item .conference-description {
        font-size: 16px;
    }

    .conference-project .conference-item img + .conference-text {
        padding-top: 19px;
    }

    .conference-project .conference-item .images {
        flex-wrap: wrap;
        gap: 16px;
    }

    .conference-project .conference-item .images img {
        max-width: 100%;
    }

    .conference-project .conference-item .conference-btn a {
        padding: 16px 20px;
        width: 100%;
        text-align: center;
    }

    .conference-project .conference-item .conference-item-wrap > img {
        width: 61px;
        min-width: 61px;
    }

    .conference-project .conference-item.item-flex .conference-item-wrap > img {
        margin-right: 20px;
        width: 61px;
        min-width: 61px;
    }

    .implemented-project .project-content .project-text-black {
        font-size: 18px;
        padding: 23px 33px;
    }

    .implemented-project .project-content .project-text-black b,
    .implemented-project .project-content .project-text-green b {
        font-size: 20px;
    }

    .implemented-project .project-title {
        font-size: 40px;
        padding-bottom: 40px;
    }

    .implemented-project .project-content .project-text-green {
        padding: 23px 33px;
    }

    .implemented-project .project-content .project-text-white {
        padding: 23px 33px;
        font-size: 16px;
    }

    .worked-with-them .worked-title,
    .worked-this .worked-title,
    .videos .videos-title {
        font-size: 40px;
    }

    .special-employee {
        padding: 1px 0 1px 0;
    }

    .special-employee .special-flex {
        flex-wrap: wrap;
    }

    .special-employee .special-flex .special-video,
    .special-employee .special-flex .special-text {
        width: 100%;
    }

    .special-employee .special-flex .special-video {
        padding-bottom: 30px;
    }

    .banner-employee-item-col.col-tree {
        display: none;
    }

    .banner-employee-item.image-item {
        height: auto;
    }

    .banner-employee .banner-employee-title {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .banner-employee .employee-btn a {
        padding: 23px 27px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 990px) {

    .partner-wrapper {
        padding: 50px 0;
    }

    .reviews-wrapper {
        padding: 50px 0;
    }

    .company-wrapper {
        padding: 50px 0;
    }

    .programm-wrapper .programm-wrapper {
        padding: 50px 0;
    }

    .form-new-call-bg {
        padding-bottom: 50px;
    }

    .arb-video-wrapper {
        padding-bottom: 50px;
    }

    .form-new-call-bg-bottom {
        padding: 0 0 50px 0;
    }

    .nums-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nums-wrapper .new-wrapper {
        padding-top: 0;
        margin-top: 0;
    }

    .nums-wrapper .new-wrapper .nums-flex {
        padding-bottom: 0;
    }

    .faq-clients {
        padding: 50px 0;
    }

    .expert-wrapper.green {
        padding: 50px 0;
    }

    .publication-wrapper {
        /*padding: 50px 0;*/
        padding-bottom: auto;
    }

    .footer-new {
        padding: 50px 0;
    }


    .pay-select__wrap--double {
        flex-wrap: wrap;
    }

    .pay-select__wrap--double .pay-select__item.pink {
        max-width: 100%;
        order: 2;
    }

    .pay-select__wrap--double .form_image {
        width: 100%;
        order: 1;
        padding: 0 0 30px 0;
    }

    .pay-select__wrap--double .form_image .image {
        text-align: center;
    }

    .pay-select__wrap--double .form_image .image img {
        margin: 0 auto;
        width: 300px;
    }

}

@media all and (max-width: 830px) {
    .education .education-items .education-col {
        width: 100%;
    }

    .education .education-items {
        flex-wrap: wrap;
    }

    .education .date {
        font-size: 16px;
    }

    .experience .experience-content {
        flex-direction: column;
        min-height: auto !important;
    }

    .experience .experience-content .list {
        width: 100%;
        order: 1;
    }

    .experience .experience-header {
        font-size: 28px;
        padding-bottom: 35px;
    }

    .experience .experience-content .person {
        text-align: center;
        width: 100%;
        position: relative;
        left: 0;
        transition: none;
        order: 3;
        transform: none;
    }

    .experience .experience-content .logo {
        order: 2;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 13px;
        padding: 40px 0;
    }

    .experience .experience-content .logo div {
        position: relative !important;
        width: 59px;
    }

    .experience .experience-content .logo .logo-1 {
        left: 0;
    }

    .experience .experience-content .logo .logo-2 {
        top: -20px;
        left: 0;
    }

    .experience .experience-content .logo .logo-3 {
        top: 7px;
        left: 0px;
    }

    .experience .experience-content .logo .logo-4 {
        top: -20px;
        left: 0;
    }

    .worked-with-them .worked-slider,
    .worked-this .worked-slider {
        width: 70%;
        margin: 0 auto;
    }

    .videos .videos-slider {
        width: 70%;
        margin: 0 auto;
    }

    .worked-with-them .main-margin,
    .worked-this .main-margin {
        margin-bottom: 30px;
    }
}

.partner-wrapper .partner-flex .slick-arrow {
    background: transparent;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background-image: url(/images/new-temp/arr.svg);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.partner-wrapper .partner-flex .slick-arrow.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -70px;
    top: 50%;
}

.partner-wrapper .partner-flex .slick-arrow.slick-next {
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.partner-wrapper .partner-flex .slick-arrow:before {
    display: none;
}

.partner-wrapper .partner-flex .slick-track {
    display: flex;
    align-items: center;
}

/*main.content {*/
/*    max-width: 1280px!important;*/
/*    margin: 0 auto;*/
/*}*/

.bx-breadcrumb {
    display: flex;
    justify-content: center;
    padding: 40px 0 !important;
    flex-wrap: wrap;
}

.bx-breadcrumb .bx-breadcrumb-item {
    text-align: center;
}

.modern-page-navigation {
    margin: 24px 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

span.modern-page-title {
    color: #808080;
}

.modern-page-navigation a {
    min-width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

a.modern-page-next {
    padding-left: 20px;
}

a.modern-page-previous {
    padding: 0 20px !important;
}

a.modern-page-next {
    padding: 0 20px !important;
}

span.modern-page-current {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.top_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: initial !important;
    aspect-ratio: 4;
    background-color: #007367;
    background-image: url('/images/bg_title.png');
    color: #fff;
    text-transform: unset;
    padding: 0;
    border-radius: 24px;
    font-size: 40px;
    font-weight: bold;
}

.wrap-contact-block {
    display: block;
    width: 50%;
    margin-right: 24px;
    text-align: left !important;
}

.wrapper.flex-block {
    display: flex;
    margin: 72px 0;
}

.yandex-map-contacts {
    width: 50%;
    margin-top: 0;
}

.wrap-contact-block .row-title {
    margin: 0;
}

.wrap-contact-block .row-title h2 {
    text-transform: initial;
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 20px;
    text-align: left;
}

.item-contact-block .arb-section__container {
    padding-right: 120px;
    box-sizing: border-box;
}

.wrap-input-contacts input {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: rgba(0, 115, 103, 1);
}

.wrap-input-contacts input::placeholder {
    background: linear-gradient(119deg, rgba(0, 115, 103, 1) 18%, rgba(0, 172, 168, 1) 49%, rgba(0, 115, 103, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.btn.btn--big.js-popup-thanks-submit {
    display: block;
}

.contact-form-content button.btn__button {
    background: linear-gradient(45deg, #D6001C, #A1000E);
    padding: 10px;
    font-size: 16px;
}

.contact-form-content button.btn__button span {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
}

.item-contact-block-address {
    margin-top: 54px;
    padding: 0;
}

.contact_item {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

span.title_prop {
    display: flex;
    align-items: center;
}

span.title_prop img {
    margin-right: 8px;
    width: 20px;
}

span.title_prop {
    font-size: 18px;
    color: #007367;
    margin-right: 16px;
}

.contact_item p {
    font-size: 18px;
    font-weight: 500;
}

.wrap-input-contacts input {
    font-size: 16px;
    font-weight: 400;
    padding-left: 46px;
    background-position: 16px center !important;
}

.wrap-input-contacts input[name="name"] {
    background: url('/images/personal.svg') no-repeat;
}

.wrap-input-contacts input[name="phone"] {
    background: url('/images/phone.svg') no-repeat;
}

.wrap-input-contacts input[name="email"] {
    background: url('/images/email.svg') no-repeat;
}

.licence_block.filter.label_block {
    padding: 15px;
}

body .licence_block.label_block input + label {
    padding-left: 31px;
}

/* Events  */
.content.container {
    padding: 0 3%;
}

.bg_container {
    background-color: #F7F7F7;
}

.content.container.bg_container {
    padding-top: 30px;
}

.arb-web-filter.js-web-filter {
    padding-bottom: 30px;
    border-radius: 6px;
}

.arb-web-filter__container {
    justify-content: center;
    gap: 24px;
}

.arb-web-filter.b-top-header {
    /* background: #E9EDEE; */
}

.arb-web-filter label.arb-web-filter-checkbox__switch {
    background-color: #D9D9D9;
    height: 32px;
    width: 62px;
}

.arb-web-filter-checkbox__switch:before {
    background-color: #808080;
    top: 2px;
    width: 26px;
    height: 26px;
    left: 3px;
}

.arb-web-filter-checkbox__input:checked + .arb-web-filter-checkbox__switch {
    background-color: #007367;
    border-color: #007367;
}

.arb-web-filter-checkbox__input:checked + .arb-web-filter-checkbox__switch:before {
    background-color: #fff;
    left: 32px;
}

.content .btn_white {
    position: relative;
    top: 0;
    width: initial;
    left: 0;
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid #007367;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #007367;
    text-transform: none;
    font-family: 'Montserrat';
}

.reset_block {
    width: 100%;
    text-align: center;
}

.arb-web-filter__container {
    flex-wrap: wrap;
}

.content .btn_white:hover {
    background: linear-gradient(to right bottom, #007367, #00ACA8, #007367);
    color: #fff;
}

.content .btn_white span {
    padding: 0;
    text-transform: none;
}

.table__info.js-table__info {
    margin-bottom: 50px;
}

.arb-web-filter__select.js-web-filter-select {
    padding: 15px 8px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #808080;
}

.arb-web-filter__select.js-web-filter-select option:checked,
.arb-web-filter__select.js-web-filter-select option:hover {
    box-shadow: 0 0 10px 100px #007367 inset;
}

.arb-web-filter {
    position: relative;
    top: 0 !important;
    ! i;
    !;
}

.arb-web-filter__select.js-web-filter-select > option:hover {
    background: #007367 !important;
    color: #fff !important;
}

h2.filter-title {
    font-weight: 500;
    text-transform: none;
    font-size: 60px;
    line-height: 1.2em;
    padding: 32px 0 10px;
    color: #000 !important;
    ! i;
    !;
}

.arb-web-filter__select.js-web-filter-select {
    min-width: 180px;
}

.arb-web-filter__tags {
    width: initial;
}

header .container .left_side ul li a {
    white-space: nowrap;
}

.arb-popup-window__window .btn.btn--big.js-popup-window-ok {
    min-width: 20rem !important;
    width: 100%;
}

.rutube-item-link .rutube-title.open-video {
    width: 0;
    height: 0;
}


@media all and (max-width: 1024px) {
    .top_title {
        aspect-ratio: 70/26;
    }

    .licence_block.filter.label_block {
        padding: 15px;
    }

    body .licence_block.label_block input + label {
        padding-left: 31px;
    }

    .wrapper.flex-block {
        flex-direction: column;
        gap: 30px;
    }

    /*main#content {*/
    /*	max-width: 700px !important;*/
    /*}*/
    .wrap-contact-block {
        width: 100%;
    }

    .yandex-map-contacts {
        width: 100%;
    }

}

@media all and (max-width: 768px) {

    .videos .youtube-img,
    .videos .rutube-img {
        background-size: contain;
        height: 300px;
    }

    .top_title {
        aspect-ratio: 32/20;
    }

    .strategic-management-wrap .banner-link.js-popup-window-show {
        font-size: 14px;
    }

    /*main#content {*/
    /*	padding: 0 10px;*/
    /*}*/
    .contact_item {
        flex-wrap: wrap;
    }

    .contact_item p {
        width: 100%;
        padding-top: 15px;
    }

    .arb-section__container {
        padding-right: 0;
    }

}

@media all and (max-width: 1024px) {
    .partner-wrapper .partner-flex .slick-arrow.slick-prev {
        left: -70px;
    }

    .partner-wrapper .partner-flex .slick-arrow.slick-next {
        right: -70px;
    }
}

@media all and (max-width: 768px) {
    .technology-wrap .technology-name {
        text-align: center;
    }

    .popup-thanks__item.popup-thanks__item--text .title {
        font-size: 26px;
    }

    .popup-thanks {
        z-index: 100;
    }

    .partner-wrapper .partner-flex .slick-arrow.slick-prev {
        left: -30px;
    }

    .partner-wrapper .partner-flex .slick-arrow.slick-next {
        right: -30px;
    }

    .partner-wrapper .partner-flex {
        width: calc(100% - 56px);
        margin-left: 26px;
    }

    .partner-wrapper .partner-flex .slick-arrow.slick-prev,
    .partner-wrapper .partner-flex .slick-arrow.slick-next {
        top: 50%;
    }

    .form-new-call-bg-bottom.bottom-form-sotr {
        /*padding-top: 50px;*/
        padding: 0;
    }

    .form-new-call-bg-bottom.bottom-form-sotr h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .form-new-call-bg-bottom.bottom-form-sotr .form-flex .form-col:nth-child(2) {
        display: none;
    }

    .form-new-call-bg-bottom.bottom-form-sotr .form-flex .form-col:nth-child(1) {
        width: 100%;
        padding: 0;
    }

    .form-new-call-bg-bottom.bottom-form-sotr .form-flex {
        margin: 0;
    }

}

@media all and (max-width: 690px) {
    .form-sotr-contact .form-sotr-bg {
        display: block;
    }

    .form-sotr-contact .form-sotr-bg {
        padding: 34px 20px;
    }

    .form-sotr-contact .form-sotr-bg .form-sotr-photo {
        text-align: center;
        padding-bottom: 15px;
    }

    .conference-project .conference-col {
        width: 100%;
    }

    .conference-project .conference-content {
        flex-wrap: wrap;
    }

    .conference-project .conference-header {
        font-size: 28px;
        padding-bottom: 40px;
    }

    .implemented-project .project-content .project-image {
        text-align: center;
    }

    .implemented-project .project-content .project-text-white {
        margin: 0 auto;
        padding: 23px 33px;
        font-size: 16px;
        width: calc(100% - 20px);
        margin-top: -10px;
    }

    .implemented-project .project-title {
        font-size: 40px;
        padding-bottom: 40px;
    }

    .implemented-project .project-content .project-image,
    .implemented-project .project-content .project-text {
        width: 100%;
    }

    .implemented-project .project-content .project-text-black {
        font-size: 16px;
        padding: 21px 21px;
    }

    .implemented-project .project-content .project-text-black b,
    .implemented-project .project-content .project-text-green b {
        font-size: 18px;
    }

    .implemented-project .project-content .project-text-green {
        padding: 21px 21px;
    }

    .implemented-project .project-content .project-text-white {
        padding: 21px 21px;
    }

    .implemented-project .project-content .project-text-white .col {
        width: 100%;
    }
}

@media all and (max-width: 500px) {

    .videos .youtube-img,
    .videos .rutube-img {
        background-size: contain;
        height: 200px;
    }

    .popup-thanks__item.popup-thanks__item--text .title {
        font-size: 22px;
    }

    .implemented-project .project-title {
        font-size: 26px;
    }

    .worked-with-them .worked-title,
    .worked-this .worked-title,
    .videos .videos-title {
        font-size: 26px;
    }

    .banner-employee .banner-employee-title {
        font-size: 26px;
    }

    .banner-employee-grid {
        flex-direction: column;
        gap: 0;
    }

    .banner-employee-grid .banner-employee-item-col {
        width: 100%;
    }

    #b-pay .pay-select__item-name-ticket ul {
        padding: 30px 0 0;
    }

    #b-pay .field-type-pay {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #b-pay .wrap-input-fields {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin: 30px 0;
    }

    #b-pay .modal__checkbox-wrap {
        order: 100;
    }
}

@media (max-width: 360px) {
    .videos .youtube-img,
    .videos .rutube-img {
        background-size: contain;
        height: 130px;
    }
}

a.btn__text.label-pay.label-pay-org {
    padding: 10px 0;
    line-height: 2.5em;
    margin-top: 20px;
    font-size: 16px;
}

.content.container.bg_container .wrapper {
    width: -webkit-fill-available;
    max-width: 100%;
}

.arb-popup__text {
    color: #fff;
    font-size: 20px;
}

.arb-popup__text p {
    margin-bottom: 15px;
}

.arb-popup__text {
    text-align: center;
    width: 100%;
}

.expert-bottom-item.slick-slide.slick-current.slick-active {
    /*display: none;*/
}

.container {
    width: 100%;
}

.project-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.project-text-white.columns {
    column-count: 2;
    display: block !important;
}

.project-item:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000;
    left: 0px;
    top: 10px;
}

.section_service_top_banner .banner-tags {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.section_service_top_banner .banner-tag {
    padding: 10px;
    background: #fff;
    color: #00786c;
    border-radius: 17px;
}

div#block_service_payment {
    background: #f7f7f7 url(/images/banner_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.payment-items {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.payment-item {
    padding: 45px;
    background: #fff;
    border-radius: 25px;
    width: 48%;
}

.payment-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.payment-description .text {
    min-height: 80px;
}

.payment-description {
    padding: 20px 0;
}

.payment-description .price {
    font-size: 32px;
}

.section_service_tech .slick-arrow {
    display: inline-block !important;
}

.section_service_payment a.btn.btn_red {
    background: linear-gradient(90deg, #D6001C 0%, #A1000E 100%);
    padding: 17px 50px;
    border-radius: 15px;
    min-height: initial;
}

.section_service_payment .price-btn {
    margin-top: 20px;
}


.section_service_payment .payment-item-wrap {
    padding-left: 70px;
}

.payment-item_1 .payment-item-wrap {
    background-image: url('/images/svg/price_check.svg');
}

.payment-item_2 .payment-item-wrap {
    background-image: url('/images/svg/price_minus.svg');
}


.payment-item-wrap {
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.section_service_top_banner a.banner-link {
    padding: 20px;
}

.section_service_top_banner .banner-main .banner-main-flex .banner-btn {
    max-width: 230px;
    width: 230px;
    height: 230px;
}

.title, .title-gray, .title-small, .title-white, h1, h2 {
    font-family: 'Montserrat';
}

.section_form_image {
    padding-top: 80px;
}

.form-new-call-bg-bottom {
    background-image: none;
}

div#block_form_image {
    background-image: url(/images/new-temp/afS.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#block_speakers {
    background-image: url('/images/speakers_bg_new.png');
    background-color: #007367;
    padding: 70px 0 100px;
}

#block_speakers .title {
    margin-bottom: 50px;
    padding-bottom: 0;
}

#block_speakers .section__sliderNav .slick-arrow {
    display: flex !important;
}

div#block_reviews .title {
    margin-bottom: 15px;
}

.section button:hover {
    background: #007367;
}

.section button:hover svg path {
    transition: 0.3s all ease;
    stroke: #fff;
}

div#block_bg_black .desc_text {
    line-height: 1.5;
}

div#block_bg_black .desc_text i {
    margin-right: 10px;
}

div#block_bg_black .subtitle_text {
    line-height: 1.5;
    padding-bottom: 10px;
}

div#block_bg_black .desc_text {
    line-height: 1.5;
}

div#block_bg_black .desc_text i {
    margin-right: 10px;
}

div#block_bg_black .subtitle_text {
    line-height: 1.5;
    padding-bottom: 10px;
}

body div#block_bg_black {
    background-color: #000;
    background-image: url('/images/bg_block.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0;
}

.section.red_title .title {
    padding-bottom: 50px;
}

.red_title {
    padding: 70px 0 100px;
}

.bg_red_block {
    margin: 0 !important;
}

.error_result {
    text-align: center;
    margin: 20px 0;
    color: #bc0015;
    font-weight: bold;
}

.js-form-mail.question .error_result {
    color: #fff;
}

@media all and (max-width: 480px) {
    .form-new-call {
        padding: 20px 12px 40px 12px;
    }

    .form-new-call .form-input input {
        font-size: 16px;
    }

    .company-wrapper .company-flex {
        margin: 0;
    }

    .publication-wrapper .publication-flex,
    .partner-wrapper .partner-flex {
        width: 100%;
        margin-left: 0;
    }

    .expert-wrapper .description {
        padding-bottom: 10px;
    }

    .faq-clients .faq-clients-flex .button-wrap {
        display: flex;
        justify-content: center;
    }

    .nums-wrapper .description,
    .faq-clients .faq-clients-flex .preview,
    .partner-wrapper .partner-header h3.description,
    .programm-wrapper .programm-item .description {
        line-height: 135%;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel {
        width: 100%;
        margin-left: 0;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-prev,
    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-next {
        top: unset;
        bottom: -65px;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-prev {
        left: 35px;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel button.slick-arrow.slick-next {
        right: 35px;
    }

    .banner-main .banner-main-flex .banner-main-txt {
        padding: 0;
    }

    .faq-clients .faq-clients-flex .faq-clients-carousel {
        padding: 16px;
    }

    .expert-wrapper .expert-flex .expert-preview-right {
        padding: 16px;
    }

    .section_buy .form_wrapper .btn_wrapper * {
        width: 100%;
        margin: 0 !important;
    }

    .new-wrapper {
        padding: 0 20px;
    }

    .section_buy .form_wrapper .btn_wrapper .btn.label-pay-org {
        padding: 15px;
    }

    .section_buy .form_wrapper .btn_wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }

    .arb-adblock__wrapper, .arb-adblock__wrapper .jcsb, .arb-adblock {
        flex-wrap: wrap;
        justify-content: center;
    }

    .arb-adblock__wrapper .arb-adblock__message {
        padding: 10px 0;
    }

    .arb-adblock__wrapper a.btn.arb-adblock__button * {
        font-size: 20px !important;
    }

    .arb-adblock__wrappera .btn.arb-adblock__button {
        margin: 0;
    }

    .arb-adblock__wrapper .arb-adblock__close.js-adblock-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .section_service_top_banner a.banner-link {
        padding: 10px;
        width: 80% !important;
    }

    .section_service_top_banner .banner-main .banner-main-flex .banner-btn {
        max-width: 160px;
        width: 160px;
        height: 160px;
    }

    .payment-items {
        flex-wrap: wrap;
    }

    .payment-item {
        width: 100%;
    }

    .arb-popup-window.js-popup-window.popup-new-temp .arb-popup-window__window {
        padding: 40px 20px 20px !important;
        max-width: calc(100% - 40px) !important;
    }

    .arb-popup-window.js-popup-window.popup-new-temp .arb-private .popup-title {
        font-size: 20px !important;
    }
}

@media (max-width: 410px) {
    .popup-thanks .popup-thanks__window {
        padding: 40px 50px;
    }
}

@media (max-width: 386px) {

    .popup-thanks .popup-thanks__window {
        padding: 60px 20px;
    }

    .popup-thanks__item.popup-thanks__item--text .title {
        font-size: 21px;
    }
}

.preview-text {
    line-height: 135%;
}


.section_gift .frame_gift {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    padding: 35px 60px;
    background-color: #0a0a0a;
    background-image: url("images/gift.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    overflow: hidden;
    margin: 0 0 80px;
}

.section_gift .frame_gift .gift__text {
    max-width: 677px;
}
.section_gift .frame_gift h4 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.388;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
}

.section_gift .frame_gift p {
    font-weight: 400;
    font-size: 24px;
    line-height: 129%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.section_gift .frame_gift .gift__button {
    margin: 0 50px 0 0;
}

.section_gift .frame_gift .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.section_gift .frame_gift .btn_red__circle {
    background: radial-gradient(105.25% 105.25% at 89.06% 88.91%, rgb(255, 10, 110) 45%, rgb(173, 0, 71) 100%);
    border-radius: 50%;
    background-size: 100% 300%;
    height: 142px;
    width: 142px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.42;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.section_gift .frame_gift .btn_red__circle:hover {
    color: #fff;
    background-position: 0 50%;
}
@media (max-width: 991px) {
    .section_gift .frame_gift {
        flex-direction: column;
        padding: 20px 15px;
        margin: 0 0 40px;
    }
    .section_gift .frame_gift h4 {
        text-align: center;
        font-size: 24px;
    }
    .section_gift .frame_gift p {
        text-align: center;
        font-size: 16px;
        margin: 0 0 10px;
    }
    .section_gift .frame_gift .gift__button {
        margin: auto;
    }
}

@media (max-width: 450px) {
    .arb-popup-window.js-popup-window.popup-new-temp .arb-popup-window__window {
        margin-top: 20%;
    }
}