/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');*/
@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy-regular.woff') format('woff'), url('../font/gilroy-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Semibold';
    src: url('../font/gilroy-semibold.woff') format('woff'), url('../font/gilroy-semibold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('../font/gilroy-bold.woff') format('woff'), url('../font/gilroy-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

li {
    list-style-type: none;
}

input {
    font-size: 18px;
    font-family: 'Gilroy Semibold', sans-serif;
    border: none;
    outline: none;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.media__text i,
.user__photo,
.user__photo img {
    display: block
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


body {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    color: #1a1a1e;
    background: #F4F4F4;
}

.container {
    padding: 0 30px;
}

.header {
    padding: 24px 0;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.7);
}
#wpadminbar + .header {
    top: 32px;
}

.header.opened {
    background: rgba(255, 255, 255, .9);
    height: 100vh;
    overflow: auto;
}

.header.opened+.user {}

.header.opened .menu,
.header.opened .header__foot

/*.header.opened .header__close*/
    {
    display: flex;
    top: 0;
    left: 0;
}

/*.header.opened .header__open{*/
/*    display: none;*/
/*}*/
.header.opened .container {
    /*height: calc(100vh - 48px);*/
    height: calc(100vh - 80px);
}

.header .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header__top {
    width: 100%;
}

.header.opened .header__head {
    margin-bottom: 40px;
}

.header__head {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header__logo {
    width: 40px;
    height: auto;
}

.header__btn {
    display: flex;
    width: 24px;
    height: 24px;
    position: relative;
}

/*.header__open{*/
/**/
/**/
/*}*/
.header__btn:before,
.header__btn:after {
    width: 24px;
    height: 2px;
    background: #1A1A1E;
    position: absolute;
    content: '';
    left: 0;
}

.header__btn:before {
    top: 7px;
}

.header__btn:after {
    top: 14px;
}


/*.header__close{*/
/*    position: relative;*/
/*    display: none;*/
/*}*/
.header__btn:before,
.header__btn:after {
    width: 24px;
    height: 2px;
    background: #000;
    position: absolute;
    content: '';
    transition: .5s;
}

.header__select-btn {
    display: none;
    cursor: pointer;
}

.opened .header__btn:before {
    top: 10px;
    left: 0;
    transform: rotateZ(45deg);
}

.opened .header__btn:after {
    top: 10px;
    left: 0;
    transform: rotateZ(-45deg);
}

.menu {
    display: none;
    flex-direction: column;
    left: -100%;
    transition: .3s;
    position: relative;

}

.header__foot {
    display: none;
    flex-direction: column;
    top: 100%;
    position: relative;
    transition: .5s;
}

.menu a {
    font-size: 30px;
    display: inline-block;
    padding: 17px 0;
    color: #1A1A1E;
    text-decoration: none;
    font-family: 'Gilroy Bold', sans-serif;
}

.menu a:hover {
    text-decoration: underline;
}

.menu__meet-btn {
    background: #695EE9;
    display: block;
    width: 100%;
    line-height: 64px;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    max-width: 214px;
    margin: 0 auto 30px;
    cursor: pointer;
}

a.menu__meet-btn {
    text-decoration: none;
}

/* .header__lang {
    display: flex;
    justify-content: space-evenly;
} */

.menu-lang a {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    text-decoration: none;
    color: #1a1a1e;
    text-align: center;
}

.menu-lang .current-lang {
    border-radius: 50%;
    background: #FF6A3C;
    color: #ffffff;
}

.user {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-top: 95px;
}

.user__photo {
    margin: 0 auto 20px;
}

.user__name {
    font-size: 20px;
    font-family: 'Gilroy Semibold', sans-serif;
    margin-bottom: 35px;
}

.user__position {
    font-size: 30px;
    font-family: 'Gilroy Bold', sans-serif;
    line-height: 120%;
    margin-bottom: 75px;
}

.user__btn {
    margin-bottom: 44px;
}

.line-up {
    display: flex;
    background: #ffffff;
}

.line-up__item {
    margin: 20px;
    font-family: 'Gilroy Bold', sans-serif;
    line-height: 41px;
}

.title {
    font-size: 30px;
    font-family: 'Gilroy Bold', sans-serif;
    text-align: center;
}

.expertise {
    padding: 30px 0;
}

.expertise__title {
    margin-bottom: 40px;

}

.expertise__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expertise__item {
    flex-direction: column;
}

.expertise__head {
    display: flex;
    padding: 50px 0;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 20px 20px 0 0;
}

.expertise__picture {}

.expertise__description {
    padding: 30px;
    border-radius: 0 0 20px 20px;
    background: #FFFFFF;
}

.expertise__name {
    font-size: 20px;
    font-family: 'Gilroy Bold', sans-serif;
    margin-bottom: 10px;
}

.expertise__about {
    font-family: 'Gilroy Semibold', sans-serif;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.3;
}

.expertise__sub-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.expertise__sub-item {
    padding-left: 28px;
    position: relative;
    color: #6C6C6F;
    line-height: 1.4;
}

.expertise__sub-item b {
    font-weight: bold;
    font-family: 'Gilroy Semibold', sans-serif;
}

.expertise__sub-item:before {
    content: '';
    background: url("../img/check.svg") center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}

/*.expertise__*/


.works-with {
    /*padding-bottom: 60px;*/
    padding: 45px 0 30px;
}

.works-with__title {
    margin-bottom: 20px;
}

.works-with__standards {
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 20px;
}

.works-with__line {
    padding: 17px 24px;
    /*padding: 13px 24px;*/
    display: flex;
    align-items: center;
}

.works-with__index {
    /*width: 141px;*/
    width: 50%;
    font-size: 16px;
    font-family: 'Gilroy Bold', sans-serif;
    flex-shrink: 0;
}

.works-with__description {
    font-size: 14px;
    font-family: 'Gilroy Semibold', sans-serif;
    width: 50%;
}

.works-with__soft {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.works-with__item {
    background: #ffffff;
    border-radius: 20px;
    min-height: 64px;
    display: flex;
    padding: 20px;
}

.works-with__icon {}

.works-with__type {
    margin-left: 38px;
    line-height: 24px;
    font-family: 'Gilroy Bold', sans-serif;
    font-size: 16px;
}

.partners {
    padding: 30px 0 30px;
}

.partners__space {
    background: #1a1a1e;
    border-radius: 20px;
    padding: 30px 10px 10px;
}

.partners__title {
    color: #F4F4F4;
    margin-bottom: 10px;
}

.partners__description {
    color: #9a9a9c;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    padding: 0 35px;
}

.partners__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.partners__item {
    background: #0e0e0e;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    /*min-height: 162px;*/
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.partners__logo {
    max-height: 60px;
}

.partners__info {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Gilroy Semibold', sans-serif;
}

.courses {
    padding: 20px 0 20px;
}

.courses__title {
    /*margin-bottom: 20px;*/
    margin-bottom: 8px;

}

.courses__description {
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.courses__descr {
    font-size: 15px;
    margin-bottom: 20px;
}

.courses__descr b,
.courses__target b,
.answer__item b {
    font-family: 'Gilroy Semibold', sans-serif;
}

.courses__audience {
    font-family: 'Gilroy Semibold', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.courses__targets {
    margin-bottom: 20px;
}

.courses__target {
    position: relative;
    padding-left: 15px;
}

.courses__target:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1e;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
}

.courses__hashtag {
    border-radius: 50px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 24px;
}

.courses__tag {
    line-height: 34px;
    color: #ff6a3c;
    border: 1px solid rgba(255, 106, 60, .2);
    border-radius: 40px;
    width: calc(33% - 1.5%);
    text-align: center;
}

.courses__tag.active {
    border-color: #FF6A3C;
    background: #FF6A3C;
    color: #ffffff;
}

.courses__list {
    margin-bottom: 30px;
    /*display: flex;*/
    flex-direction: column;
    gap: 10px;
    display: none;
}

.courses__list.active {
    display: flex;
}

.courses__item {
    padding: 28px 30px;
    ;
    /*padding: 30px 28px;*/
    background: #ffffff;
    border-radius: 20px;
}

.courses__item:last-child .courses__name,
.courses__item:last-child .courses__duration,
.courses__item:last-child .courses__descr,
.courses__item:last-child .courses__audience,
.courses__item:last-child .courses__targets {
    color: #ffffff;
}

.courses__item:last-child .courses__graphic,
.courses__item:last-child .courses__target:before {
    background: #ffffff;
}

.courses__item:last-child {
    background: #695EE9;
}

.courses__graphic {
    margin-bottom: 30px;
    width: 48px;
    height: 48px;
    background: #695EE9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.courses__icon {}

.courses__name {
    font-size: 20px;
    font-family: 'Gilroy Bold', sans-serif;
    margin-bottom: 17px;
}

.courses__duration {
    font-size: 18px;
    font-family: 'Gilroy Semibold', sans-serif;
    color: #6C6C6F;
}

.courses__btn {
    background: #FF6A3C;
    margin-bottom: 0;
}


.partner {
    text-align: center;
    padding: 30px 0;
}

.partner__space {
    background: #695EE9;
    padding: 30px 10px 30px;
    overflow: hidden;
    border-radius: 20px;
}

.partner__title {
    margin-bottom: 5px;
    color: #ffffff;
}

.partner__description {
    color: #BDB8F5;
    margin-bottom: 14px;
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    line-height: 1.4;
    padding: 0 5px;
}

.partner__colleagues {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow: auto;
}

.partner__company {
    border-radius: 40px;
    background: #786eeb;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Gilroy Bold', sans-serif;
    line-height: 42px;

    display: flex;
    flex-shrink: 0;
    padding: 0 16px;

    cursor: pointer;
}

.partner__company:first-child {
    /*margin-left: 10px;*/
}

.partner__company:last-child {
    margin-right: 10px;
}

.partner__company.active {
    background: #ffffff;
    color: #786eeb;
}

.partner__slider {
    /*padding-bottom: 60px;*/
}

.partner__item {}

.partner__photo {
    display: block;
    margin: 0 auto 20px;
    width: 158px;
}

.partner__quote {
    position: relative;
    font-size: 20px;
    font-family: 'Gilroy Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 38px;
    line-height: 1.4;

}

.partner__quote:before {
    position: absolute;
    content: '"';
    font-style: italic;
    font-size: 48px;
    font-family: 'Gilroy Bold', sans-serif;
    top: 0;
    left: calc(50% - 5px);
    color: #FF6A3C;
}

.partner__person {
    font-size: 18px;
    font-family: 'Gilroy Bold', sans-serif;
    color: #ffffff;
}

.partner__position {
    color: #BDB8F5;
    margin-bottom: 35px;
    font-size: 14px;
    font-family: 'Gilroy Semibold', sans-serif;
}

.partner__slider .slick-dots {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.partner__slider .slick-dots li {
    margin: 0 10px;
    /*display: inline-block;*/
}

.partner__slider .slick-dots li.slick-active button {
    background: #fff;
}

.partner__slider .slick-dots li button {
    color: transparent;
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.news {
    padding: 20px 0 30px;
}

.news__title {
    margin-bottom: 10px;
}

.news__description {
    text-align: center;
    color: #6C6C6F;
    margin-bottom: 25px;
    font-size: 16px;
}

.news__slider {}

.news__item {
    width: 245px;
    text-decoration: none;
    margin-right: 16px;
}

.news__picture {
    margin-bottom: 20px;
}

.news__name {
    font-size: 18px;
    font-family: 'Gilroy Bold', sans-serif;
    line-height: 130%;
    margin-bottom: 14px;
    color: #000000;
}

.news__head {
    margin-bottom: 15px;
    display: block;
}

.news__link {
    font-size: 14px;
    font-family: 'Gilroy Semibold', sans-serif;
    color: #ff6a3c;
}

.news__slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.news__slider .slick-dots li {
    margin: 0 10px;
}

.news__slider .slick-dots li.slick-active button {
    background: #786eeb;
}

.news__slider .slick-dots li button {
    color: transparent;
    background-color: transparent;
    border: 1px solid #786eeb;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.faq {
    padding: 12px 0 30px;
}

.faq__title {
    margin-bottom: 7px;
}

.faq__description {
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    text-align: center;
    line-height: 1.5;
    max-width: 430px;
    margin: 0 auto 25px;
}

.faq__btn {
    background: #695EE9;
    margin-bottom: 24px;
}

.faq__list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 628px;
    margin: 0 auto 20px;

}

.faq__item.open .faq__answer {
    display: block;
}

.faq__item.open .faq__icon:after {
    transform: rotateZ(180deg);
}

.faq__item {
    border-radius: 20px;
    background: #fff;
    padding: 12px 20px;
    cursor: pointer;
}

.faq__head {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.faq__question {
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    color: #1a1a1e;
    padding-right: 10px;
}

.faq__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 106, 60, .2);
    flex-shrink: 0;
}

.faq__icon:before,
.faq__icon:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 7px;
    width: 10px;
    height: 2px;
    background: #ff6a3c;
}

.faq__icon:after {
    transform: rotateZ(90deg);
    transition: .5s;
}

.faq__answer {
    font-size: 14px;
    line-height: 150%;
    color: #1a1a1e;
    display: none;
    margin-top: 14px;
}

.faq__total {
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    text-align: center;
    line-height: 1.5;
}

.answer {}

.answer__info.marked-list {
    margin-bottom: 5px;
}

.answer__info.marked-list:last-child {
    margin-bottom: 0;
}

.answer__info {
    margin-bottom: 10px;
}

.answer__info:last-child {
    margin-bottom: 0
}

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

.answer__list {
    margin-bottom: 20px;
}

.answer__list.marked .answer__item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #1a1a1e;
    border-radius: 50%;
}

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

.answer__item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}


.contact {
    padding: 25px 0 30px;
    max-width: 728px;
    margin: auto;
}

.contact__title {
    line-height: 1;
    max-width: 456px;
    margin: 0 auto 30px;
}

.contact__form {}

.contact__head {}

.input {
    font-size: 18px;
    font-family: 'Gilroy Semibold', sans-serif;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    padding: 17px 20px;
    color: #1a1a1e;
    min-height: 53px;
    font-family: Urbanist, sans-serif;
    border: none;


}
textarea.input {
    min-height: 203px;
    resize: none
}
.contact__area {
    border: none;
}

.contact__foot {
    margin-bottom: 20px;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */

}

.contact__btn {
    margin-bottom: 25px;
    border: none;
}

.contact__meet:hover {
    text-decoration: none;
}

.contact__meet {
    color: #ff6a3c;
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
}

.social {
    margin-bottom: 20px;
}

.social__title {
    font-size: 16px;
    font-family: 'Gilroy Semibold', sans-serif;
    margin-bottom: 13px;
    color: #6C6C6F;
    text-align: center;
    line-height: 1.6;
}

.social__links {
    display: flex;
    justify-content: space-evenly;
}

.social__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FF6A3C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot {
    text-align: center;
    margin-bottom: 24px;
}

.foot__space {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
}

.foot__copyright {
    color: #6C6C6F;
    font-size: 14px;
    font-family: 'Gilroy Semibold', sans-serif;
    line-height: 150%;
    margin-bottom: 20px;
}

.foot__links {

    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.foot__links a {
    color: #1a1a1e;
    text-decoration: none;
}

.foot__links a:hover {
    text-decoration: underline;
}

/*SLICK CUSTOM STYLES - START*/

/*SLICK CUSTOM STYLES - END*/

@media screen and (min-width: 768px) {

    .container {
        /*max-width: 335px;*/
        /*margin: auto;*/
    }

    .expertise__item {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
    }

    .expertise__head {
        padding: 50px 60px;
        flex-shrink: 0;
        width: 50%;
        border-radius: 20px 0 0 20px;
    }

    .expertise__description {
        border-radius: 0 20px 20px 0;
    }

    .expertise__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .expertise__item:nth-child(even) .expertise__head {
        border-radius: 0 20px 20px 0;
    }

    .expertise__item:nth-child(even) .expertise__description {
        border-radius: 20px 0 0 20px;
    }

    .works-with__standards {
        display: flex;
        flex-wrap: wrap;
    }

    .works-with__line {
        width: 50%;
        padding: 17px 25px;
    }

    .works-with__box {}

    .works-with__soft {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .works-with__item {
        width: 49%;
    }

    .partners__list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .partners__item {
        width: 49%;
        flex-shrink: 0;
    }

    .courses__list {
        flex-direction: row;
    }

    .courses__item {
        width: 33%;
    }

    .works-with__title br {
        display: none;
    }

    .news__item {
        width: 300px;
    }

}

@media screen and (min-width: 860px) {

    .partner__colleagues {
        justify-content: center;
    }

    .partner__box {
        display: flex;
        padding: 40px 0;
        max-width: 700px;
        margin: auto;
        gap: 50px;
    }

    .partner__box .partner__photo {
        margin-bottom: 0;
        flex-shrink: 0;
        display: flex;
        height: 100%;
    }

    .partner__info {
        text-align: left;
        max-width: 500px;
    }

    .partner__position {
        margin-bottom: 0;
    }

    .partner__quote {
        padding-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px;
        margin: auto;
    }

    .expertise__list {
        gap: 40px;
    }

    .expertise__head {
        width: 43%;
    }

    .expertise__description {
        width: 57%;
    }

    .partner__quote:before {
        top: -50px;
        left: 0;
    }



    /*header*/
    .header {
        overflow: inherit;
        background: rgba(255, 255, 255, .7);
        padding: 15px 0;
    }

    .header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header__btn {
        display: none;
    }

    .menu {
        display: flex;
        flex-direction: row;
        color: #1a1a1e;
        left: 0;
        max-width: 500px;
        width: 100%;
        justify-content: space-evenly;
    }

    .menu-lang a {
        font-size: 14px;
    }

    .menu a {
        font-size: 16px;
        font-family: 'Gilroy Semibold', sans-serif;
    }

    .header__foot {
        display: flex;
    }

    .header .menu__meet-btn {
        display: none;
    }

    .header__top {
        display: flex;
        flex-direction: row;
        max-width: 700px;
        width: 100%;
        justify-content: space-between;
    }

    .header__select-btn {
        display: flex;
        position: relative;
        padding: 0 20px;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: url("../img/arrow.svg") center no-repeat;
        width: 10px;
        height: 10px;
    }

    /* .header__lang {
        display: none;
    } */



    .user {
        padding-top: 140px;
    }

    .user__name {
        font-size: 30px;
    }

    .partner__slider .slick-dots {
        display: none !important;
    }

    .foot__space {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 30px;
        padding: 15px 30px;
    }

    .foot__copyright br {
        display: none;
    }

    .foot__links {
        flex-direction: row;
    }

    .foot__copyright {
        margin-bottom: 0;
        opacity: .6;
    }

}

@media screen and (min-width: 1220px) {
    .container {
        max-width: 1160px;
        margin: auto;
    }

    .header {
        padding: 15px 0;
    }

    .header__top {
        max-width: 810px;
    }

    .header__menu {
        max-width: 530px;
        width: 100%;
    }

    .user__name {
        margin-bottom: 25px;
    }

    .user__position {
        font-size: 48px;
        max-width: 82%;
        margin: 0 auto 32px;
    }

    .menu__meet-btn {
        line-height: 48px;
    }

    .line-up__item {
        font-size: 18px;
    }

    .user__btn {
        margin-bottom: 85px;
    }

    .title {
        font-size: 48px;
    }

    .expertise {
        padding: 65px 0;
    }

    .expertise__title {
        margin-bottom: 50px;
    }

    .expertise__description {
        /*padding: 55px 30px 50px 90px;*/
        padding: 30px 30px 35px 90px;
    }

    .expertise__list {
        gap: 80px;
    }

    .expertise__head {
        padding: 70px 60px;
    }

    .expertise__name {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .expertise__about {
        font-size: 18px;
        margin-bottom: 34px;
        max-width: 90%;
    }

    .expertise__sub-item:before {
        top: 1px;
        -webkit-background-size: 15px;
        background-size: 15px;
    }

    .expertise__sub-list {
        max-width: 90%;
    }

    .works-with {
        padding: 30px 0;
    }

    .works-with__title {
        margin-bottom: 50px;
    }

    .works-with__box {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    .works-with__line {
        width: 100%;
        padding: 20px 22px;
    }

    .works-with__soft,
    .works-with__standards {
        max-width: 540px;
        width: 100%;
    }

    .works-with__soft {
        gap: 14px;
        justify-content: space-between;
    }

    .works-with__index {
        width: 33%;
    }

    .works-with__description {
        width: auto;
    }

    .works-with__index {
        font-size: 17px;
        letter-spacing: .5px;
    }

    .works-with__icon {
        width: 24px;
        /*margin-bottom: 36px;*/
    }

    .works-with__item {
        width: 31%;
        flex-direction: column;
        height: 120px;
        justify-content: space-between;
        padding: 18px 20px;
    }

    .works-with__type {
        margin-left: 0;
        font-size: 18px;
    }

    .works-with__item:last-child {
        width: 100%;
    }

    .partners {
        padding: 70px 0;
    }

    .partners__space {
        padding: 50px 60px 60px;
    }

    .partners__description {
        font-size: 17px;
        max-width: 60%;
        margin: 0 auto 35px;
        letter-spacing: 0.5px;
    }

    .partners__list {
        gap: 19px;
        justify-content: space-between;
    }

    .partners__item {
        width: 32%;
        padding-left: 28px;
        padding-top: 30px;
        /*height: 212px;*/
        justify-content: flex-start;
        position: relative;
    }

    .partners__logo {
        margin-bottom: 40px;
        position: absolute;
        top: 30px;
        left: 28px;
    }

    .partners__info {
        max-width: 90%;
        line-height: 1.5;
        padding-top: 72px;
    }

    .courses {
        padding: 40px 0;
    }

    .courses__title {
        margin-bottom: 12px;
    }

    .courses__description {
        /*max-width: 39%;*/
        margin: 0 auto 30px;
        font-size: 18px;
    }

    .courses__description span {
        display: block;
        margin: auto;
    }

    .courses__hashtag {
        max-width: 340px;
        margin: 0 auto 43px;
        padding: 8px;
    }

    .courses__tag {
        line-height: 32px;
        cursor: pointer;
    }

    .courses__name {
        font-size: 30px;
    }

    .courses__list {
        justify-content: flex-start;
        margin-bottom: 60px;
        gap: 28px;
    }

    .courses__item {
        /*height: 340px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 348px;
    }

    .courses__graphic {
        margin-bottom: 35px;
    }

    .partner {
        padding: 100px 0 50px;
    }

    .partner__space {
        padding-top: 51px;
        padding-bottom: 55px;
    }

    .partner__title {
        margin-bottom: 13px;
    }

    .partner__description {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .partner__colleagues {
        margin-bottom: 20px;
    }

    .partner__photo {
        width: 210px;
        margin: 0;
    }

    .partner__box {
        max-width: 915px;
        gap: 70px;
    }

    .partner__quote:before {
        left: 5px;
    }

    .partner__quote {
        /*font-size: 30px;*/
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 17px;
    }

    .partner__info {
        max-width: 600px;
        padding-top: 30px;
    }

    .news {
        padding-top: 57px;
        padding-bottom: 60px;
    }

    .news__description {
        font-size: 18px;
        margin-bottom: 55px;
    }

    .news__title {
        margin-bottom: 15px;
    }

    .news__item {
        width: 351px;
        margin-right: 21px;
        /*min-height: 325px;*/
        min-height: 395px;
        position: relative;
    }

    .news__link {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news__slider .slick-dots {
        margin-top: 55px;
    }

    .faq {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .faq__description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .faq__btn {
        margin-bottom: 57px;
    }

    .faq__list {
        max-width: 728px;
        margin-bottom: 50px;
    }

    .faq__question {
        font-size: 18px;
    }

    .faq__item {
        padding: 25px 30px;
    }

    .faq__answer {
        margin-top: 9px;
        max-width: 88%;

    }

    .faq__total {
        font-size: 18px;
    }

    .contact {
        padding-top: 70px;
        max-width: 788px;
    }

    .contact__title {
        font-size: 30px;
        margin-bottom: 55px;
    }

    .contact__head {
        display: flex;
        justify-content: space-between;

    }

    .contact__field {
        max-width: 48%;
        width: 100%;
        margin-bottom: 22px;
    }

    .contact__area {
        min-height: 115px;
        margin-bottom: 21px;
    }

    .contact__foot {
        /* flex-direction: row;
        justify-content: space-between;
        align-items: center; */
        margin-bottom: 50px;
    }

    .contact__btn {
        margin: 0;
    }

    .contact__meet {
        font-size: 18px;
    }

    .social {
        margin-bottom: 0;
    }

    .social__title {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .social__links {
        justify-content: center;
        gap: 27px;
    }

    .foot {
        padding-top: 45px;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .foot__space {
        padding: 15px 20px;
    }

    .foot__copyright,
    .foot__link {
        font-size: 16px;
    }

    .foot__links {
        gap: 32px;
    }
}




.menu-lang a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.menu-lang li:hover .sub-menu {
    display: flex;
}

@media screen and (min-width: 1024px) {
    .sub-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: -12px;
        background: #fff;
        box-shadow: 1px 1px 1px lightgray;
        padding: 10px;
        border-radius: 50px;
        gap: 1rem;
    }
}


@media screen and (max-width: 1023px) {
     .menu-lang .sub-menu {
        display: flex;
     }
     .menu-lang .menu-item-has-children {
        display: flex;
     }
     .menu-lang {
        display: flex;
        justify-content: center;
     }
}