html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body {
    font-family: Manrope, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background: #F1F1F1;
    overflow-x: hidden;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --bg-shadow:0px 4px 40px rgba(80, 81, 196, 0.2), 0px 0px 0px rgba(0, 0, 0, 0);
}
/*ШАБЛОНЫ*/
body,li,a,p,span,h1,h2,h3,h4,h5,h6, button{
    font-family: Manrope, sans-serif;
}
p, ul li, ol li{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}
p {
    margin: 0 0 10px 0;
}
a {
    text-decoration: none;
    transition: all .25s;
}
a:hover {
    transition: all .25s;
}
p a {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

/* Стили только для десктопа */
@media (min-width: 1301px) {
    .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 1330px) {
    /* .container {
        max-width: 1300px;
    } */
}
/*@media (min-width: 400px) {
    .container {
        max-width: 100%;
    }
}*/
/*@media (min-width: 1200px) {
    .container {
        max-width: 1050px;
    }
}*/
@media (max-width: 1330px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    p, ul li, ol li{
        font-size: 16px;
    }
}
.flex-blok{
    display: flex!important;
    position: relative;
}
.flex-right{
    justify-content: flex-end!important;
}
.flex-left{
    justify-content: flex-start!important;
}
.flex-center{
    justify-content: center!important;
}
.flex-space-around{
    justify-content: space-around!important;
}
.flex-space-between{
    justify-content: space-between!important;
}
.flex-align-items-center {
    align-items: center!important;
}
.flex-row{
    flex-direction:row!important;
}
.flex-column{
    flex-direction:column!important;
}
.wrapper-just-2{
    width: calc(50% - 25px);
}
.wrapper-just-3{
    width: calc(33.33333% - 20px);
}
.wrapper-just-4{
    width: calc(25% - 20px);
}
.wrapper-just-5{
    width: calc(20% - 10px)!important;
}
.wrapper-2{
    width: 50%;
}
.wrapper-3{
    width: 33.33333%;
}
.wrapper-4{
    width: 25%;
}
.wrapper-5{
    width: 20%;
}
.mg-0{
    margin: 0!important;
}
.mgt-0 {
    margin-top: 0!important;
}
.mgb-0 {
    margin-bottom: 0!important;
}
.mgt-10 {
    margin-top: 10px!important;
}
.mgb-10 {
    margin-bottom: 10px!important;
}
.mgt-15 {
    margin-top: 15px!important;
}
.mgb-15 {
    margin-bottom: 15px!important;
}
.mgt-30 {
    margin-top: 30px!important;
}
.mgb-30 {
    margin-bottom: 30px!important;
}
.pg-0 {
    padding: 0!important;
}
.pgt-0 {
    padding-top: 0!important;
}
.pgb-0 {
    padding-bottom: 0!important;
}
.shdow-block {
    border: 1px solid #EDEDF9;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.2), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 24px;
}
section {
    padding: 50px 0;
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #EDEDF9;
    border-radius: 24px;
    margin: 20px;
    background: #F8F8FB;
    box-shadow: 0px 4px 40px 0px #5051C433;
    backdrop-filter: blur(24px)

}
section h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.2px;
    margin: 0 0 32px 0;
    text-align:center;
}
section h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.1px;
    margin: 0;
}
.v-hidden {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}
.v-hidden, .to-top {
    display: none;
}
.desktop-none {
    display: none!important;
}
.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}
.width100{
    width: 100%!important;
}
.hidden {
    display: none!important;
}
.center-text {
    text-align: center;
    margin-bottom: 20px;
}
.btn-wrapper {
    display: flex;
}
.btn{
    background: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
    /*    background: linear-gradient(330deg, #23C0AD 0%, #4C50CC 100%);*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 72px;
    margin: 0;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.1px;
    color: #ffffff;
    box-sizing: border-box;
    transition-duration: 0.25s;
    position: relative;
    z-index: 99;
    border: none;
    box-shadow: 0px 4px 40px -10px #5051C426;
}
.btn:hover {
    color: #5046C7;
    background: #FFFFFF;
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
    text-decoration: none;
}
.btn:disabled {
    color: #FFFFFF;
    background: #616161;
    cursor: not-allowed;
}
.btn.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}
.btn.btn-transparent {
    background: transparent;
    box-shadow: 0px 4px 40px 0px #5051C433;
    border: 1px solid;
    border-image-source: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
}
.btn-transparent:before {
    display: none;
}
.btn.btn-transparent span {
    background-image: linear-gradient(45deg, #4C50CC, #23C0AD);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}
.btn-gradient {
    border:none;
    border-radius:4px;
    color:#ededf9;
    cursor:pointer
}
.btn-gradient {
    background:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    display:inline-block;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:18px;
    font-weight:800;
    letter-spacing:-.01em;
    line-height:24px;
    padding:10px 20px;
}
.tabs-wrapper .arrow-prev,
.tabs-wrapper .arrow-next{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    cursor: pointer;
    border: none;
    padding: 8px;
    z-index: 11;
    background: #E9E9FF;
    border-radius: 8px;

}
.tabs-wrapper .arrow-prev span,
.tabs-wrapper .arrow-next span{
    background: #E9E9FF;
    padding: 10px 15px;
    border-radius: 8px;
    align-items: center;
    display: flex;
}
.tabs-wrapper .arrow-prev:hover,
.tabs-wrapper .arrow-prev:focus,
.tabs-wrapper .arrow-next:hover,
.tabs-wrapper .arrow-next:focus{
    transition-duration: 0.4s;
}
.tabs-wrapper .arrow-prev{
    margin: 0 8px 0 0;
}
.tabs-wrapper .arrow-next{
    margin: 0 0 0 8px;
}
.tabs-wrapper .arrow-prev,
.tabs-wrapper .arrow-next{
    display: none;
}
.navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}
.navigation-wrapper .arrow-prev,
.navigation-wrapper .arrow-next{
    background: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    position: relative;
    display: flex;
}
.navigation-wrapper .arrow-prev img,
.navigation-wrapper .arrow-next img{
    width: 12px;
    height: 20px;
}
.navigation-wrapper .swiper-pagination-wrapper{
    display: flex;
    position: relative;
}
.navigation-wrapper .swiper-pagination {
    position: relative;
    bottom: unset;
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #EDEDF9;
    border-radius: 24px;
    box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.2), 0px 0px 0px rgba(0, 0, 0, 0);
    flex-direction: row;
    margin: 0 24px;
    display: flex;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    cursor:pointer;
    margin: 8px 8px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
}
@media (max-width: 1300px) {
    section {
        padding: 50px 0;
        margin: 12px 20px;
    }
    .desktop-none {
        display: flex!important;
    }
    .mob-none{
        display: none!important;
    }
    .wrapper-mob-100{
        width: 100%!important;
    }
    .mob-flex-column{
        flex-direction:column!important;
    }
    .btn-wrapper {
        flex-direction: column;
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .btn{
        font-size: 18px;
        padding: 16px 39px;
    }
    .tabs-wrapper .arrow-prev,
    .tabs-wrapper .arrow-next{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F9F9FC;
        border: 1px solid #EDEDF9;
        box-shadow: 0px 4px 40px -10px #5051C426;
    }
    .tabs-wrapper .arrow-prev span,
    .tabs-wrapper .arrow-next span{
        background: #E9E9FF;
        width: 40px;
        height: 40px;
    }
    .navigation-wrapper {
        margin: 32px 0 0 0;
    }
    .navigation-wrapper .arrow-prev,
    .navigation-wrapper .arrow-next{
        width: 32px;
        height: 32px;
    }
    .navigation-wrapper .arrow-prev img,
    .navigation-wrapper .arrow-next img{
        width: 9px;
        height: 15px;
    }
    .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 4px 4px;
    }
}
@media (max-width: 768px) {
    section {
        padding: 32px 0;
        margin: 12px 0;
    }
    section h2 {
        font-size: 28px;
        margin: 0 0 25px 0;
        text-align: center;
    }
    .btn{
        font-size: 16px;
    }
    .btn-gradient,.btn-transparent {
        font-size:16px;
        line-height:150%;
        padding:16px 24px
    }
    .navigation-wrapper {
        margin: 24px 0 0 0;
    }
}


.to-top {
    align-items:center;
    background-color:#fff;
    border-radius:50%;
    bottom:30px;
    box-shadow:2px 2px 5px rgba(0,0,0,.5);
    cursor:pointer;
    display:none;
    height:40px;
    justify-content:center;
    position:fixed;
    right:30px;
    width:40px;
    z-index:99
}
.to-top--show {
    display:flex
}
.page-header {
    padding-bottom:25px;
    padding-top:25px;
    border-radius: 75px;
    margin: 0 20px;
    background: #fff;
}
/* .page-header__container {
    align-items:center;
    display:flex;
    justify-content:space-between;
    position:relative
} */
.logo {
    display:flex;
    /* margin-right:24px */
}
.page-header__phone {
    color:#1a1a40;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:16px;
    font-weight:700;
    letter-spacing:-.01em;
    line-height:22px;
    min-width:-moz-max-content;
    min-width:max-content;
    text-transform:capitalize
}
.page-header__phone-text {
    display:block;
    font-size:10px;
    line-height:10px;
    opacity:.6;
    text-transform:uppercase
}
.burger {
    background:0 0;
    border:none;
    box-shadow:none;
    cursor:pointer;
    display:none;
    height:22px;
    outline:0;
    position:relative;
    width:40px;
    z-index:10
}
.burger__line {
    background-color:#000;
    height:2px;
    left:50%;
    position:absolute;
    width:26px
}
.burger__line:first-child {
    top:0;
    transform:translateX(-50%) translateY(0);
    transition:top .3s cubic-bezier(.21,.83,.26,.87) .3s,transform .3s cubic-bezier(.21,.83,.26,.87)
}
.burger__line:nth-child(2) {
    opacity:1;
    top:8px;
    transform:translateX(-50%)
}
.burger__line:last-child {
    top:16px;
    transform:translateX(-50%) translateY(0);
    transition:top .3s cubic-bezier(.21,.83,.26,.87) .3s,transform .3s cubic-bezier(.21,.83,.26,.87)
}
.page-header__nav {
    align-items:center;
    display:flex;
    /* justify-content:space-between; */
    /* margin-left:auto;
    margin-right:auto */
}
.page-header__nav-close {
    background-color:transparent;
    border:none;
    cursor:pointer;
    display:none;
    height:44px;
    padding:0;
    width:44px
}
.mobile-nav-logo {
    display:none
}
.lang-switcher {
    height:20px;
    list-style-type:none;
    margin:0 26px 0 20px;
    padding-left:0;
    width:-moz-max-content;
    width:max-content
}
.lang-switcher__item {
    display:none
}
.lang-switcher__item:first-child {
    background-image:url(../assets/img/svg/arrow-down.svg);
    background-position:top 8px right 6px;
    background-repeat:no-repeat;
    background-size:12px;
    display:flex
}
.lang-switcher:hover .lang-switcher__item {
    display:flex
}
.lang-switcher__link {
    color:#1a1a40;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:16px;
    font-weight:500;
    letter-spacing:-.01em;
    line-height:22px;
    padding:0 24px 0 0;
    text-transform:uppercase
}
.login {
    background:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    -webkit-background-clip:text;
    background-clip:text;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:18px;
    font-weight:800;
    letter-spacing:-.01em;
    line-height:24px;
    text-transform:capitalize;
    -webkit-text-fill-color:transparent;
    text-fill-color:transparent;
    align-items:center;
    border-radius:4px;
    display:flex;
    padding:12px 0px;
}
.login svg {
    margin-right:12px
}
.wpml-ls-sub-menu {
    background-color:#fff
}
.page-menu {
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    margin:0;
    padding-left:0;
    gap: 24px;
}
.page-menu>li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-menu>li.menu-item-has-children>a:after {
    content: "";
    background-image:url(../assets/img/svg/menu-arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    margin: 0 0 0 4px;
    transition-duration: .4s;
}
.page-menu>li.menu-item-has-children>a.open:after {
    /*    background-image:url(../assets/img/svg/menu-arrow-down-open.svg);*/
    transform: rotate(180deg);
}
.page-menu>li>a {
    color:#1a1a40;
    font-size:16px;
    font-weight:500;
    letter-spacing:-.01em;
    line-height:133%;
    padding:0 5px;
    display: flex;
    position: relative;
}
.header__sub-menu {
    list-style-type:none;
    margin-bottom:0;
    margin-top:16px;
    padding-left:0;
    scrollbar-width:none
}
.header__sub-menu::-webkit-scrollbar {
    display:none
}

.header__sub-menu a {
    color:#333;
    font-size:16px;
    font-size:calc(13.6px + .125vw);
    font-weight:600;
    letter-spacing:-.01em;
    line-height:200%;
    text-wrap:balance;
    padding-bottom:4px;
    padding-top:4px
}
.header__sub-menu a:hover {
    opacity:.8
}
.page-menu>li>.header__sub-menu {
    background-color:#fff;
    border-radius:32px;
    box-shadow:0 4px 4px 4px rgba(0,0,0,.1);
    counter-reset:submenuTitle;
    display:none;
    left:50%;
    list-style-type:none;
    margin:0;
    max-height:calc(100dvh - 120px);
    max-width:1200px;
    overflow-y:auto;
    padding:48px;
    position:fixed;
    top:80px;
    transform:translateX(-50%);
    z-index:22
}
.page-menu>li>.header__sub-menu--active {
    display:grid;
    grid-template-columns:minmax(280px,380px);
    justify-content:center;
    width:-moz-max-content;
    width:max-content
}
.page-menu>li>.header__sub-menu--active:has(.header__sub-menu__title) {
    gap:48px 24px;
    grid-template-columns:repeat(3,1fr);
    width:100%
}
.page-menu>li>.header__sub-menu--active:not(:has(.header__sub-menu__title)) {
    padding-left:48px
}
.page-menu>li>.header__sub-menu>li {
    counter-increment:submenuTitle
}
.header__sub-menu__title:not(:last-child)>a {
    border-bottom:1px solid #b3b3b3
}
.header__sub-menu__title>a {
    align-items:center;
    color:#1a1a40;
    -moz-column-gap:24px;
    column-gap:24px;
    display:grid;
    font-size:calc(15.6px + .125vw);
    font-weight:600;
    grid-template-columns:38px auto;
    letter-spacing:-.01em;
    max-width:100%;
    padding-bottom:20px;
    text-wrap:wrap
}
.header__sub-menu__title>a:before {
    background:radial-gradient(199% 141.42% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    border-radius:4px;
    color:#fff;
    content:counter(submenuTitle,decimal-leading-zero);
    font-size:20px;
    font-weight:800;
    height:38px;
    letter-spacing:-.02em;
    line-height:140%;
    padding:5px;
    text-align:center;
    text-transform:capitalize;
    width:38px
}
.close-sub-menu {
    background-color:transparent;
    border:none;
    cursor:pointer;
    padding:0;
    position:absolute;
    right:20px;
    top:20px
}
@media (max-width:1300px) {
    .logo {
   
        width: auto;
        height: 22px;
    }
    .page-header__phone-label {
        display: none;
    }
    .page-header__nav {
        background-color:#f9f9fc;
        border-radius:16px;
        box-shadow:0 0 6px 0 rgba(0,0,0,.15);
        display:none;
        height:100%;
        left:50%;
        overflow-y:auto;
        position:fixed;
        scrollbar-width:none;
        top: 72px;
        transform:translateX(-50%);
        width:100%;
        z-index:999;
    }
    .page-header__nav::-webkit-scrollbar {
        display:none
    }
    .page-header__nav--opened {
        display:grid;
        grid-template-columns:100%;
        grid-template-rows:auto 1fr;
        height: calc(100vh - 72px) !important;
        width: 100vw !important;
        left: 0 !important;
        transform: none !important;
        overflow-y: auto;
    }
    .page-header__nav-header {
        align-items:center;
        background-color:#fff;
        display:flex;
        justify-content:space-between;
        padding:12px 20px 12px 20px !important;
        border-radius: 500px;
        box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.15);
        backdrop-filter: blur(12px);
        height: 48px !important;
        max-height: 48px !important;
        box-sizing: border-box !important;
        position: sticky;
        top: 0;
        z-index: 10;
        /* display: none; */
    }
    .mobile-nav-header_logo {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .mobile-nav_container {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.15);
        backdrop-filter: blur(12px);
        padding: 14px;
        width: 100%;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    .page-header__nav-close {
        display:block;
        justify-self:end
    }
    .mobile-nav-logo {
        display:block
    }
    .page-header__menu-wrapper {
        max-height:100%;
        overflow-y:auto;
        scrollbar-width:none
    }
    .page-header__menu-wrapper::-webkit-scrollbar {
        display:none
    }
    .lang-switcher {
        -moz-column-gap:14px;
        column-gap:14px;
        display:flex;
        height:30px;
        /* left:20px; */
        margin:0;
        /* position:absolute; */
        /* top:80px */
    }
    .lang-switcher__item {
        display:flex
    }
    .lang-switcher__item:first-child {
        background-image:none
    }
    .lang-switcher__link {
        background-color:#f1f1f1;
        border-radius:8px;
        color:#858598;
        font-size:16px;
        font-weight:500;
        letter-spacing:-.01em;
        padding:4px 12px;
        text-transform:uppercase
    }
    .lang-switcher__link--current {
        color:#1a1a40
    }
    .login {
        align-self:start;
        justify-content:flex-end;
        justify-self:center;
        max-width:330px;
        padding:12px 20px;
        width:calc(100% - 40px)
    }
    .page-menu {
        background-color:#fff;
        border-radius:24px;
        flex-direction:column;
        grid-area:menu;
        margin-left:20px;
        margin-right:20px;
        padding-left:10px;
        padding-right:10px
    }
    .page-menu>li:not(:last-child) {
        border-bottom:1px solid #ececec
    }
    .page-menu>li>a {
        align-items:center;
        font-size:18px;
        line-height:178%;
        padding:10px 0 10px 35px;
    }
    .page-menu>li>a {
        position: relative;
    }
    
    .page-menu>li.menu-item-has-children>a {
        position: relative;
    }
    .page-menu>li.menu-item-has-children>a:after {
        background-image:url(../assets/img/svg/mobile-menu-arrow-icon.svg);
        background-size:16px 16px;
        background-repeat: no-repeat;
        background-position: center;
        content:"";
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-menu li:not(.menu-item-has-children)>a {
        justify-content: space-between;
        position: relative;
    }
    .page-menu li:not(.menu-item-has-children)>a:after {
        background-image:url(../assets/img/svg/mobile-menu-arrow-icon.svg);
        background-size:16px 16px;
        background-repeat: no-repeat;
        background-position: center;
        content:"";
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-menu>li>.header__sub-menu {
        box-shadow:none;
        grid-template-columns:100%;
        max-height:none;
        padding:10px 0 20px 20px;
        position:static;
        transform:none
    }
    .page-menu>li>.header__sub-menu--active {
        background-color:transparent;
        grid-template-columns:100%;
        width:100%
    }
    .page-menu>li>.header__sub-menu--active:has(.header__sub-menu__title) {
        grid-template-columns:100%;
        row-gap:10px
    }
    .header__sub-menu__title>a {
        padding: 5px 0 5px 40px;
        position: relative;
        white-space: nowrap;
    }
    .header__sub-menu__title>a:before {
        font-size:16px;
        height:28px;
        line-height:1;
        width:28px;
        position: absolute;
        left: 0;
    }
    .header__sub-menu .header__sub-menu {
        display:none
    }
    .header__sub-menu .header__sub-menu--active {
        display:block;
        padding-left:60px
    }
    .header__sub-menu li.menu-item-has-children>a {
        background-image:url(../assets/img/svg/menu-arrow-down.svg);
        background-position:right 4px top 16px;
        background-repeat:no-repeat;
        background-size:16px;
        padding-right:20px
    }
    .header__sub-menu li.menu-item-has-children>a.open {
        background-image:url(../assets/img/svg/menu-arrow-down-open.svg)
    }
}
@media (max-width:1300px) and (max-width:768px) {
    .page-header__nav--opened {
        row-gap:20px
    }
}
@media (max-width:1300px) and (max-width:576px) {
    .page-header__nav--opened {
        grid-template-rows:104px 1fr 80px
    }
}

.page-footer {
    background-color:#40404c;
    padding-bottom:32px;
    padding-top:32px;
    border: 1px solid #EDEDF9;
    border-radius: 24px;
    margin: 20px;
}
.page-footer section {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}
.page-footer__container {
    -moz-column-gap:60px;
    column-gap:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr)
}
.page-footer__block {
    color:#ededf9;
    line-height:22px
}
.page-footer__block,.page-footer__block a {
    font-size:16px;
    font-weight:600;
    letter-spacing:-.02em
}
.page-footer__block a {
    color:#b3b3bf;
    line-height:1.35
}
.page-footer__text:not(:last-child) {
    margin-bottom:32px
}
.page-footer__title {
    color:#ededf9;
    font-size:20px;
    font-weight:700;
    letter-spacing:-.01em;
    line-height:150%;
    margin-bottom:16px;
    margin-top:0
}
.page-footer__office p {
    color:#b3b3bf;
    font-size:16px;
    font-weight:600;
    letter-spacing:-.02em;
    line-height:1.35;
    margin-bottom:16px;
    margin-top:0
}
.page-footer__contact {
    display:block;
    margin-bottom:16px
}
.footer-socials {
    -moz-column-gap:24px;
    column-gap:24px;
    display:flex;
    list-style-type:none;
    margin-bottom:0;
    margin-top:20px;
    padding-left:0
}
.footer-socials__item {
    align-items:center;
    display:flex;
    height:24px;
    width:24px
}
.footer-socials__item a {
    align-items:center;
    display:flex;
    margin-bottom:0
}
.footer-socials__item svg {
    height:auto;
    width:24px
}
.footer-menu {
    display:grid;
    list-style-type:none;
    margin-bottom:0;
    margin-top:0;
    padding-left:0;
    row-gap:16px
}
.footer-copyright {
    color:#fff;
    font-size:16px;
    font-weight:500;
    grid-column:span 3;
    letter-spacing:-.02em;
    line-height:22px;
    text-align:center
}
@media (max-width: 1300px) {
    .page-footer {
        margin: 20px 0 0 0;
    }
}
@media (max-width:992px) {
    .page-footer__container {
        gap:40px;
        grid-template-columns:repeat(2,1fr)
    }
    .page-footer__block {
        font-size:10px;
        line-height:14px
    }
    .footer-copyright {
        font-size:12px;
        grid-column:span 2;
        line-height:16px
    }
}
@media (max-width: 640px) {
    .page-footer__container {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .footer-copyright {
        grid-column: span 1;
    }
}
.pop-up-wrapper {
    background-image:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    border-radius:24px;
    display:none;
    height:-moz-max-content;
    height:max-content;
    left:calc(50% - 200px);
    max-height:calc(100vh - 60px);
    position:fixed;
    top:60px;
    transform:translateX(-50%);
    z-index:99
}
.pop-up-wrapper--active {
    display:block
}
.pop-up-wrapper--form-only {
    display:flex;
    padding:40px
}
.pop-up-wrapper .contact-form {
    background-color:#fff;
    border-radius:24px;
    box-shadow:0 0 48px -10px rgba(0,45,160,.5);
    left:calc(100% - 40px);
    padding:40px 20px;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
.pop-up-close {
    background-color:transparent;
    border:none;
    cursor:pointer;
    height:24px;
    padding:0;
    position:absolute;
    right:20px;
    top:20px;
    width:24px;
    z-index:4
}
.pop-up-close svg {
    fill:#fff
}
.pop-up-text {
    border-bottom-right-radius:24px;
    color:#fff;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    padding:40px;
    position:relative;
    width:45vw
}
.pop-up-text__decor {
    bottom:0;
    max-height:80%;
    -o-object-fit:contain;
    object-fit:contain;
    -o-object-position:right bottom;
    object-position:right bottom;
    position:absolute;
    right:0;
    width:24vw;
    z-index:2
}
.pop-up-text__title {
    font-size:calc(16px + .625vw);
    font-weight:800;
    letter-spacing:-.01em;
    line-height:115%;
    margin-bottom:20px;
    margin-top:0
}
.pop-up-text__subtitle {
    margin-bottom:0;
    margin-top:0
}
.pop-up-text__list-title,.pop-up-text__subtitle {
    font-size:calc(13.2px + .25vw);
    font-weight:600;
    letter-spacing:-.01em;
    line-height:140%
}
.pop-up-text__list-title {
    margin-bottom:10px;
    margin-top:24px
}
.pop-up-text__list {
    list-style-type:none;
    margin-bottom:0;
    margin-top:0;
    max-width:28vw;
    padding-left:0
}
.pop-up-text__item {
    align-items:center;
    color:#fff;
    display:flex;
    font-size:calc(11.2px + .25vw);
    font-weight:500;
    letter-spacing:-.01em;
    line-height:130%;
    margin-bottom:12px
}
.pop-up-text__item:before {
    background-image:url(../img/svg/check.svg);
    background-repeat:no-repeat;
    background-size:100%;
    content:"";
    margin-right:8px;
    min-height:24px;
    min-width:24px
}
.pop-up-text-footer {
    font-size:calc(16.8px + .375vw);
    font-weight:700;
    letter-spacing:-.01em;
    line-height:125%;
    margin-bottom:0;
    margin-top:60px;
    max-width:325px
}
.pop-up-form-show {
    background-color:#fff;
    border:none;
    border-radius:4px;
    cursor:pointer;
    display:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:24px;
    overflow:hidden;
    padding:16px 24px;
    position:relative;
    width:-moz-max-content;
    width:max-content
}
.pop-up-form-show span {
    background:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    -webkit-background-clip:text;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:calc(13.6px + .125vw);
    font-weight:800;
    letter-spacing:-.01em;
    line-height:150%;
    text-transform:capitalize;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    text-fill-color:transparent
}
.pop-up-wrapper .contact-form__input{
    padding:10px 20px;
}
@media (max-width:1300px) {
    .pop-up-wrapper {
        left:50%;
        width:60vw
    }
    .pop-up-wrapper .contact-form {
        display:none;
        padding:32px 60px
    }
    .pop-up-wrapper .contact-form--active {
        display:block;
        margin:auto;
        position:static;
        transform:none
    }
    .pop-up-text {
        width:100%
    }
    .pop-up-text__decor {
        display:none
    }
    .pop-up-text__subtitle,.pop-up-text__title {
        text-align:center
    }
    .pop-up-text__list {
        max-width:100%
    }
    .pop-up-text-footer {
        margin:24px auto 0;
        text-align:center
    }
    .pop-up-form-show {
        display:block
    }
}
@media (max-width:1300px) and (max-width:576px) {
    .pop-up-wrapper .contact-form {
        padding:20px;
        width:100%
    }
}
@media (max-width:1300px) and (max-width:480px) {
    .pop-up-wrapper .contact-form {
        padding:10px
    }
}
@media (max-width:992px) {
    .pop-up-wrapper {
        width:80vw
    }
}
@media (max-width:576px) {
    .pop-up-wrapper {
        overflow-y:auto;
        padding:40px 20px 20px;
        width:100%
    }
    .pop-up-close {
        filter:hue-rotate(180deg);
        right:20px;
        top:10px
    }
    .pop-up-text {
        padding:0
    }
    .pop-up-text__item {
        margin-bottom:8px
    }
    .pop-up-text__item:before {
        min-height:16px;
        min-width:16px
    }
    .pop-up-text-footer {
        margin-top:10px
    }
    .pop-up-form-show {
        margin-top:16px;
        padding:12px 20px
    }
}
@media (max-width:360px) {
    .pop-up-wrapper {
        padding:40px 10px 20px
    }
}

.form-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form--land-form {
    background-color:#fff;
    border-radius:24px;
    box-shadow:0 0 48px -10px rgba(0,45,160,.5);
    left:calc(60% - 60px);
    padding:40px 90px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:480px
}
.contact-form--it-career {
    background-color:#fff;
    border-radius:24px;
    box-shadow:0 0 48px -10px rgba(0,45,160,.5);
    padding:40px 82px 60px;
    position:absolute;
    right:60px;
    top:50%;
    transform:translateY(-50%);
    width:480px
}
.contact-form,.contact-form form {
    display:flex;
    flex-direction:column
}
.contact-form {
    justify-content:center;
    position:relative;
    width:calc(50% - 20px);
    z-index:1;
    background: #F8F8FB;
    border: 1px solid #EDEDF9;
    box-shadow: 0px 4px 40px 0px #5051C426;
    padding: 53px;
    border-radius: 12px;
}
.contact-form form {
    align-items:flex-start;
    width: 100%;
}
.contact-form-title {
    color:#000;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0;
    margin: 0 0 32px 0;
}
.contact-form__label {
    border-radius:4px;
    position:relative;
    width: 100%;
    margin: 0 0 16px 0;
}
.contact-form__label-text {
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:12px;
    font-weight:500;
    left:12px;
    line-height:133%;
    padding:4px;
    position:absolute;
    top:-13px;
    z-index:1;
    border-radius: 8px;
}
.contact-form__input,.contact-form__label-text {
    background-color:#fff;
    color:#1a1a40;
    letter-spacing:-.01em
}
.contact-form__input {
    border:none;
    border-radius:4px;
    display:block;
    font-feature-settings:"tnum" on,"lnum" on;
    font-size:18px;
    font-weight:700;
    line-height:140%;
    max-width:100%;
    padding:20px 30px;
    width:100%;
    border: 1.5px solid #6C6C6C;
}
.contact-form__input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.1px;
}
.contact-form__input:focus {
    outline-color:#1a1a40
}
.contact-form__input:is(textarea) {
    height:180px;
    resize:none
}
.contact-form__title--inner-form {
    color:#000;
    font-size:calc(15.2px + .25vw);
    font-weight:800;
    letter-spacing:-.01em;
    line-height:130%;
    margin-bottom:32px;
    margin-top:0;
    text-align:center
}
.contact-form__title--inner-form:first-line {
    font-size:calc(19.2px + .25vw);
    font-weight:700
}
.contact-form form .btn-gradient {
    box-shadow: 0px 4px 40px -10px #5051C426;
    border-radius: 40px;
    margin: 16px 0 0 0;
}
.contact-form form .wpcf7-spinner {
    display: none;
}
.policy-text {
    text-align:left;
    font-weight: 600;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: -0.4px;
    color:#B3B3BF;
    margin: 8px 0 0 0;

}
.policy-text a {
    text-align:left;
    font-weight: 600;
    font-size: 15px;
    line-height: 136%;
    letter-spacing: -0.2px;
    text-decoration: underline;
    color:#4C50CC;
}
.policy-text a {
    text-decoration:underline;
    margin: 0 0 0 4px;
}
.policy-text:before {
    content: "";
    display: inline-flex;
    bottom: -4px;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/svg-icons/policy-icon.svg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
}
@media (max-width: 1300px) {
    .contact-form {
        width:100%;
    }
}
@media (max-width: 768px) {
    .contact-form {
        padding: 16px;
    }
    .contact-form__input {
        font-size:14px;
        padding:16px 18px;
    }
    .contact-form__input::placeholder {
        font-size: 14px;
    }
}


.padsetion {
    padding:30px 0
}
.tudasuda .tudasuda-wrapper  {
    display: flex;
    justify-content: space-between
}
.tudasuda .tudasuda-wrapper span {
    width:calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.tudasuda .tudasuda-wrapper span:last-of-type  {
    justify-content: flex-start;
    text-align: right
}
.tudasuda .tudasuda-wrapper span a  {
    font-size:20px;
    margin: 0 5px
}
@media (max-width:768px)  {
    .tudasuda a  {
        font-size:12px
    }
}



#hero {
    position:relative;
    height:720px;
    min-height:720px;
    z-index: 1;
    overflow: hidden;
    border: none;
    padding: 30px 0 30px 0;
}
#hero:before {
    content: "";
    position: absolute;
    height: 240px;
    width: 30px;
    background: #F1F1F1;
    left: -1px;
    top:50%;
    transform: translateY(-50%);
    box-shadow: inset 30px 0px 0px rgba(80, 81, 196, 0.1), 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: 0;
    border-radius: 0px 20px 20px 0px;
}
#hero:after {
    content: "";
    position: absolute;
    height: 240px;
    width: 30px;
    background: #F1F1F1;
    right: -1px;
    top:50%;
    transform: translateY(-50%);
    box-shadow: inset 30px 0px 0px rgba(80, 81, 196, 0.1), 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: 0;
    border-radius: 20px 0 0 20px;
}
#hero .container {
    position:relative;
    height:100%;
}
#hero .hero-slider {
    overflow: hidden;
    height: 100%;
    position: relative;
}
#hero .swiper-wrapper {
    height: 100%;
}

#hero .hero-slider .hero-slide,
#hero .hero-wrapper{
    display:flex;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px 0 90px;
}
#hero .hero-slider .hero-slide .slide-text,
#hero .hero-wrapper .slide-text{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(47% - 20px);
}
#hero .hero-slider .hero-slide .slide-text h1,
#hero .hero-slider .hero-slide .slide-text h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 0 0 150px 0;
}
#hero .hero-wrapper .slide-text h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 0 0 115px 0;
}
#hero .hero-slider .hero-slide .slide-text p,
#hero .hero-wrapper .slide-text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
#hero .hero-wrapper .slide-text .topsubtitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    background: #F7F3EFCC;
    border: 1px solid #CDCDCD;
    padding: 8px 16px;
    margin: 0 0 24px 0;
    border-radius: 80px;
}
#hero .hero-wrapper .slide-text .details-wrapper{
    margin: 24px 0 32px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#hero .hero-wrapper .slide-text .details-wrapper .detail-item{
    display: flex;
    align-items: center;
}
#hero .hero-wrapper .slide-text .details-wrapper .detail-item span{
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.1px;
    order: 2;
}
#hero .hero-wrapper .slide-text .details-wrapper .detail-item .img-wrapper{
    background: #DCFEBC;
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    order: 1;
}
#hero .hero-wrapper .slide-text .details-wrapper .detail-item .img-wrapper img{
    height: 19px;
    width: 19px;
}

#hero .hero-slider .hero-slide .img-wrapper,
#hero .hero-wrapper .img-wrapper{
    display:flex;
    width: calc(53% - 15px);
    justify-content: center;
    position: relative;
}
#hero .hero-slider .hero-slide .img-wrapper img,
#hero .hero-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

#hero .btn-wrapper {
    margin-top: 32px;
}
#hero .btn-wrapper .btn{
    z-index: 1;
}

#hero .swiper-pagination-wrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    height: 20px;
    bottom: 30px;
    right: 50px;
    z-index: 999;
}
#hero .swiper-pagination {
    bottom: 0px;
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #EDEDF9;
    border-radius: 24px;
    box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.2), 0px 0px 0px rgba(0, 0, 0, 0);
    flex-direction: row;
    display: flex;
    position: absolute;
}
#hero .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    cursor:pointer;
    margin: 4px 4px;
    /*    background: #F1F1F1;*/
}
#hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
}

@media (max-width: 1430px) {
    .page-header{
        margin: 0 0 20px 0;
    }
    .page-footer {
        margin: 20px 0 0 0;
    }
    #hero:before {
        width: 14px;
    }
    #hero:after {
        width: 14px;
    }
}
@media (max-width: 1300px) {
    #hero {
        height: auto;
        min-height: unset;
        justify-content: flex-start;
        overflow: hidden;
        padding: 80px 100px;
    }
    #hero .container {
        height: auto;
    }
    #hero .swiper-wrapper {
        height: 100%;
    }
    #hero .hero-slider .hero-slide,
    #hero .hero-wrapper{
        padding: 0;
        flex-direction: column;
    }
    #hero .hero-slider .hero-slide .slide-text,
    #hero .hero-wrapper .slide-text{
        width: 100%;
        order: 2;
        padding: 0;
        margin: 0 0 56px 0;
    }
    #hero .hero-slider .hero-slide .slide-text h1,
    #hero .hero-slider .hero-slide .slide-text h2,
    #hero .hero-wrapper .slide-text h1{
        font-size: 56px;
        margin: 0 0 14px 0;
    }
    #hero .hero-slider .hero-slide .slide-text p,
    #hero .hero-wrapper .slide-text p{
        font-size: 20px;
    }
    #hero .hero-slider .hero-slide .img-wrapper,
    #hero .hero-wrapper .img-wrapper{
        display:flex;
        width: 100%;
        order: 1;
        padding: 0 5px;
        margin: 0 0 10px 0;
    }
    #hero .btn-wrapper {
        margin: 16px 0 0 0;
    }
    #hero .btn-wrapper .btn{
        z-index: 1;
    }

    #hero .swiper-pagination-wrapper {

    }
}
@media (max-width: 768px) {
    #hero {
        height: auto;
        min-height: unset;
        justify-content: flex-start;
        overflow: hidden;
        padding: 20px 5px;
    }
    #hero .hero-slider .hero-slide .slide-text h1,
    #hero .hero-slider .hero-slide .slide-text h2,
    #hero .hero-wrapper .slide-text h1
    {
        font-size: 36px;
        margin: 0 0 14px 0;
    }
    #hero .hero-slider .hero-slide .slide-text p,
    #hero .hero-wrapper .slide-text p{
        font-size: 16px;
    }
    #hero .hero-wrapper .slide-text .topsubtitle{
        font-size: 14px;
    }
    #hero .hero-wrapper .slide-text .details-wrapper{
        margin: 32px 0 32px 0;
        flex-direction: column;
    }
    #hero .hero-wrapper .slide-text .details-wrapper .detail-item {
        margin: 0 0 6px 0;
    }
}
.slider__img-plate {
    position: absolute;
    padding: 24px;
    border: 1px solid #ededf9;
    border-radius: 24px;
    box-shadow: 0px 4px 40px -10px #5051c426;
    backdrop-filter: blur(24px);
    max-width: 318px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.slider_img-plate-circle {
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__img-plate-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    gap: 8px;
}
.slider__img-plate-desc h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.slider__img-plate-desc span {
    font-size: 14px;
    line-height: 120%;
}

.slider__img-plate:first-of-type {
    background-color: #e2c6ffcc;
    top: 32px;
    left: 32px;
}
.slider__img-plate:first-of-type img {
    max-width: 64px;
    max-height: 64px;
}
.slider__img-plate:nth-of-type(2){
    background-color: #dcfebccc;
    top: 120px;
    right: 32px;
}
.slider__img-plate:nth-of-type(2) img {
    max-width: 64px;
    max-height: 64px;
}
.slider__img-plate:nth-of-type(3){
    background-color: #bbecffcc;
    bottom: 110px;
    right: 32px;
}
.slider__img-plate:nth-of-type(3) img {
    width: 119px;
}

@media (max-width: 1300px) {
    .slider__img-plate:first-of-type {
        background-color: #e2c6ffcc;
        top: 24px;
        left: 24px;
    }
    .slider__img-plate:nth-of-type(2){
        background-color: #dcfebccc;
        top: 100px;
        right: 24px;
    }
    .slider__img-plate:nth-of-type(3){
        background-color: #bbecffcc;
        bottom: 80px;
        right: 24px;
    }
}

@media (max-width: 768px) {
    .slider__img-plate {
        padding: 8px;
        border-radius: 10px;
    }
    .slider__img-plate-circle {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .slider__img-plate-desc h4 {
        font-size: 12px;
    }
    .slider__img-plate-desc span {
        font-size: 9px;
    }
    .slider__img-plate:first-of-type {
        top: 16px;
        left: 16px;
    }
    .slider__img-plate:first-of-type img {
        max-width: 28px;
        max-height: 28px;
    }
    .slider__img-plate:nth-of-type(2) {
        top: 80px;
        right: 20px;
    }
    .slider__img-plate:nth-of-type(2) img {
        max-width: 28px;
        max-height: 28px;
    }
    .slider__img-plate:nth-of-type(3) {
        bottom: 50px;
        right: 20px;
    }
    .slider__img-plate:nth-of-type(3) img {
        width: 55px;
    }
}



.blog-slider {
}
.blog-slider .blog-slider-wrapper{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.blog-slider .blog-slider-wrapper .single-slider-post{
    background: #FFFFFF;
    border: 1px solid #EDEDF9;
    box-shadow: 0px 4px 40px 0px #5051C426;
    border-radius: 16px;
    height: auto;
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper{
    border-radius: 16px 16px 0 0;
    padding: 24px;
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper>img{
    border-radius: 16px 16px 0 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper .category-wrapper{
    display: flex;
    z-index: 3;
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper .category-wrapper span{
    display: flex;
    background: #F7F3EFCC;
    border: 1px solid #EDEDF9;
    border-radius: 50px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.1px;
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper .post-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 18px;
    background: #EAEDF2;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid;
    border-image-source: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
}
.blog-slider .blog-slider-wrapper .single-slider-post .img-wrapper .post-arrow img {
    width: 12px;
    height: 12px;
}
.blog-slider .blog-slider-wrapper .single-slider-post .post-title-wrapper {
    padding: 24px;
}
.blog-slider .blog-slider-wrapper .single-slider-post .post-title-wrapper h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: -0.1px;
    margin: 0;
}

.blog-slider .blog-slider-wrapper .single-slider-post a {
	color: inherit;
}

.main-blog {
    padding-top:40px;
    padding-bottom:60px
}
.main-blog__slider {
    max-width:100%;
    overflow:hidden;
    padding-left:32px!important;
    padding-right:32px!important;
    padding-bottom:40px!important
}
.main-blog__list {
    padding-left:0;
    margin:0;
    list-style-type:none
}
.main-blog__list .swiper-slide {
    height:auto!important
}

.all-blog {
    padding-top:60px;
    padding-bottom:60px
}
.blog-list {
    padding-left:0;
    margin:0;
    list-style-type:none;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px 40px
}
.blog-item {
    background-color:#f9f9fc;
    border-radius:12px;
    text-align:center;
    display:flex;
    height:auto!important
}
.blog-item__link {
    height:100%;
    display:grid;
    grid-auto-rows:auto 1fr
}
.blog-item____intro {
    padding:24px;
    display:flex;
    flex-direction:column
}
.blog-item__img {
    width:100%;
    height:220px;
    border-radius:12px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:top center;
    object-position:top center
}
.blog-item__title {
    font-weight:700;
    font-size:22px;
    line-height:32px;
    text-align:left;
    letter-spacing:-.01em;
    color:#1a1a40;
    margin-top:0;
    margin-bottom:20px
}
.blog-item__more {
    font-weight:700;
    font-size:20px;
    line-height:28px;
    letter-spacing:-.01em;
    color:#5051c4;
    display:inline-block;
    padding:12px 24px;
    margin-top:auto;
    margin-bottom:0
}

.pagination {
    margin-top:32px;
    margin-bottom:32px;
    display:flex;
    justify-content:center;
    align-items:center
}
.pagination__list {
    padding-left:0;
    margin:0 16px;
    list-style-type:none;
    display:flex;
    justify-content:center;
    align-items:center
}
.pagination__item {
    display:flex
}
.pagination__item:not(:last-child) {
    margin-right:16px
}
.pagination__item .current {
    font-weight:700;
    font-size:24px;
    line-height:33px;
    letter-spacing:-.02em;
    background-color:#f9f9fc;
    outline:0;
    outline-offset:-1px;
    border-radius:8px;
    padding:10px 20px;
    min-width:54px;
    background:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    color:#fff
}
.pagination__link {
    font-weight:700;
    font-size:24px;
    line-height:33px;
    letter-spacing:-.02em;
    color:#000;
    background-color:#f9f9fc;
    outline:#ededf9 solid 1px;
    outline-offset:-1px;
    border-radius:8px;
    padding:10px 20px;
    min-width:54px
}
.pagination__btn {
    background-color:#f9f9fc;
    outline:#ededf9 solid 1px;
    outline-offset:-1px;
    border-radius:8px;
    padding:10px 20px;
    min-width:54px;
    align-self:stretch;
    position:relative
}
.pagination__btn::after {
    font-weight:700;
    font-size:24px;
    line-height:33px;
    letter-spacing:-.02em;
    color:#000;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.pagination__btn--prev::after {
    content:"<"
}
.pagination__btn--next::after {
    content:">"
}

.breadcrumbs {
    padding:24px 0;
    margin:0;
    list-style-type:none;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    -moz-column-gap:24px;
    column-gap:24px
}
.breadcrumbs__item {
    position:relative
}
.breadcrumbs__item:not(:last-child)::after {
    content:url('data:image/svg+xml, <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.646445 0.979819C0.841732 0.784559 1.15826 0.784559 1.35353 0.979819L4.0202 3.64651C4.21546 3.84177 4.21546 4.15831 4.0202 4.35357L1.35353 7.02024C1.15826 7.21551 0.841732 7.21551 0.646445 7.02024C0.451185 6.82497 0.451185 6.50844 0.646445 6.31317L2.95953 4.00004L0.646445 1.68693C0.451185 1.49167 0.451185 1.17508 0.646445 0.979819Z" fill="black"/></svg>');
    position:absolute;
    left:100%;
    top:0;
    width:24px;
    height:24px;
    display:flex;
    justify-content:center;
    align-items:center
}
.breadcrumbs__link {
    font-weight:600;
    font-size:calc(12px + (16 - 12) * (100vw - 320px)/ (1920 - 320));
    line-height:22px;
    letter-spacing:-.01em;
    -webkit-text-decoration-line:underline;
    text-decoration-line:underline;
    color:#1a1a40
}
.breadcrumbs__link:not([href]) {
    font-weight:700;
    color:#5051c4;
    text-decoration:none
}
.webinars-list {
    padding-top:60px;
    padding-bottom:40px
}
.webinars-list__title {
    font-weight:700;
    font-size:32px;
    line-height:40px;
    letter-spacing:-.01em;
    color:#000;
    margin-top:0;
    margin-bottom:32px
}
.webinar {
    padding-left:40.25%;
    padding-top:60px;
    margin-bottom:24px;
    position:relative
}
.webinar__img-wrapper {
    position:absolute;
    left:0;
    top:0;
    width:40%;
    height:100%;
    border-radius:12px
}
.webinar__img {
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;

    border-radius:12px
}
.webinar__text {
    position:relative;
    z-index:1;
    background:#f9f9fc;
    box-shadow:0 4px 40px -10px rgba(80,81,196,.15);
    border-radius:12px;
    padding:36px 30px 51px 32px;
    color:#000
}
.webinar__meta {
    position:absolute;
    left:-20px;
    width:calc(100% - 69px);
    bottom:calc(100% - 20px);
    background:#f9f9fc;
    border:1px solid #ededf9;
    box-shadow:0 4px 20px -10px rgba(80,81,196,.1);
    border-radius:12px;
    padding:24px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.webinar__meta-item {
    margin:0;
    font-weight:600;
    font-size:24px;
    line-height:32px;
    letter-spacing:-.01em;
    padding-left:44px;
    background-size:32px 32px;
    background-position:left center;
    background-repeat:no-repeat
}
.webinar__meta-item--type {
    background-image:url(../img/svg/info-circle.svg)
}
.webinar__meta-item--name {
    background-image:url(../img/svg/teenyicons_vr-headset-solid.svg)
}
.webinar__meta-item--date {
    background-image:url(../img/svg/calendar.svg)
}
.webinar__title {
    font-weight:700;
    font-size:24px;
    line-height:33px;
    letter-spacing:-.02em;
    margin-top:0;
    margin-bottom:16px;
    max-width:520px
}
.webinar__intro {
    font-size:16px;
    line-height:24px;
    max-width:400px
}
.webinar__intro p {
    margin-top:0
}
.webinar__more {
    font-weight:800;
    font-size:18px;
    line-height:24px;
    letter-spacing:-.01em;
    text-transform:capitalize;
    font-feature-settings:"tnum" on,"lnum" on;
    color:#ededf9;
    background:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    border-radius:4px;
    padding:16px 24px;
    position:absolute;
    right:30px;
    bottom:41px;
    margin:0
}

@media (max-width:1200px) {
	.blog-item__title {
        font-size:20px;
        line-height:133%
    }
    .blog-item__more {
        line-height:133%
    }
	.blog-list {
        grid-template-columns:repeat(2,1fr);
        gap:24px
    }
	.blog-item__more,.blog-item__title {
        font-size:18px
    }
	.blog-item____intro {
        position:relative;
        z-index:1;
        margin-top:-24px;
        border-radius:12px;
        background-color:#f9f9fc;
        box-shadow:0 4px 40px -10px rgba(80,81,196,.25)
    }
	.pagination__item .current,.pagination__link {
        font-size:28px
    }
    .pagination__btn::after {
        font-size:28px
    }
	.webinar {
        padding-left:0;
        padding-top:460px;
        margin-bottom:60px
    }
    .webinar__img-wrapper {
        width:100%;
        height:460px;
        top:20px
    }
    .webinar__img {
        -o-object-position:right top;
        object-position:right top
    }
    .webinar__text {
        padding:24px 24px 12px
    }
    .webinar__meta {
        left:20px;
        bottom:calc(100% + 400px);
        width:-moz-max-content;
        width:max-content
    }
    .webinar__meta-item {
        font-size:18px;
        line-height:133%
    }
    .webinar__title {
        font-size:22px;
        line-height:133%;
        max-width:100%
    }
    .webinar__intro {
        max-width:100%
    }
    .webinar__more {
        font-weight:700;
        color:#5051c4;
        position:static;
        display:block;
        width:-moz-max-content;
        width:max-content;
        max-width:300px;
        margin-left:auto;
        margin-right:auto;
        margin-top:16px;
        background:0 0
    }
}

@media (max-width:576px) {
    .main-blog__slider {
        padding-left:20px!important;
        padding-right:20px!important
    }
}

@media (max-width:992px) {
	.pagination__list {
        margin-right:12px;
        margin-left:12px
    }
    .pagination__item:not(:last-child) {
        margin-right:12px
    }
    .pagination__item .current,.pagination__link {
        font-size:24px;
        min-width:42px
    }
    .pagination__btn {
        min-width:42px
    }
    .pagination__btn::after {
        font-size:24px
    }
	.webinars-list__title {
        font-size:24px;
		margin-bottom: 80px;
    }
    .webinar {
        padding-top:220px
    }
    .webinar__img-wrapper {
        height:220px
    }
    .webinar__meta {
        padding:12px 16px;
        bottom:calc(100% + 180px);
        max-width:calc(100% - 20px);
        width:-moz-max-content;
        width:max-content;
		max-height: 100px;
    }
    .webinar__meta-item {
        padding-left:40px
    }
    .webinar__title {
        font-size:20px
    }
}

.main-form {
    background: #F7F3EF;
}
.main-form .main-form-wrapper-text {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(50% - 20px);
}
.main-form .main-form-wrapper-text h3{
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.2px;
    margin: 0 0 24px 0;
    /*    max-width: 400px;*/
}
.main-form .main-form-wrapper-text .form-name,
.main-form .main-form-wrapper-text .form-position{
    font-weight: 400;
    font-size: 20px;
    line-height: 136%;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.main-form .main-form-wrapper-text>img{
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1300px) {
    .main-form .main-form-wrapper-text {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
    .main-form .main-form-wrapper-text>img{
        position: relative;
    }
}
@media (max-width: 768px) {
    .main-form .main-form-wrapper-text h3{
        font-size: 28px;
        margin: 0 0 16px 0;
        max-width: unset;
        text-align: center;
    }
    .main-form .main-form-wrapper-text .form-name,
    .main-form .main-form-wrapper-text .form-position{
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.faq_list{
}
.faq_list h2{
    text-align: center;
}
.faq_list .faq_list-wrapper{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 40px 0px #5051C426;
    background: #F1F4F9;
    padding: 40px;
    border-radius: 24px;
}
.faq_list .faq_list-wrapper .faq-sigle{
    width: 100%;
    border-radius: 4px;
    background: rgba(255,255,255, 0.5);
    border-radius:8px;
    padding: 23px;
    margin: 0 0 20px 0;
}
.faq_list .faq_list-wrapper .faq-sigle .question{
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1A1A40;
    margin: 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all .25s;
    align-items: center;
}
.faq_list .faq_list-wrapper .faq-sigle .question span {
    display: flex;
    align-items: center;
    width: 92%;
}
.faq_list .faq_list-wrapper .faq-sigle .question span:before{
    content: "";
    background: url('../img/programming/question_answer.svg');
    background-size: cover;
    position: relative;
    height: 34px;
    width: 34px;
    margin: 0 16px 0 0;
    flex-basis: 34px;
    flex-grow: 0;
    flex-shrink: 0;
}
.faq_list .faq_list-wrapper .faq-sigle .question:after{
    content: "";
    background: url('../img/programming/arrow-down.svg');
    background-size: cover;
    position: relative;
    height: 24px;
    width: 24px;
    transition: all .25s;
    flex-basis: 24px;
    flex-grow: 0;
    flex-shrink: 0;
}
.faq_list .faq_list-wrapper .faq-sigle.active .question{
    color: #5051C4;
}
.faq_list .faq_list-wrapper .faq-sigle.active .question span:before{
    background: url('../img/programming/question_answer_blue.svg');
    background-size: cover;
}
.faq_list .faq_list-wrapper .faq-sigle.active .question:after{
    transform: rotate(180deg)
}
.faq_list .faq_list-wrapper .faq-sigle .answer{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    color:#000000;
    display: none;
}

@media (max-width: 1280px) {
    .faq_list .faq_list-wrapper{
        padding: 16px;
    }
    .faq_list .faq_list-wrapper .faq-sigle{
        padding: 12px;
        margin: 0 0 12px 0;
    }
    .faq_list .faq_list-wrapper .faq-sigle .question{
        font-size: 14px;
    }

    .faq_list .faq_list-wrapper .faq-sigle .question span:before{
        height: 20px;
        width: 20px;
        flex-basis: 20px;
    }
    .faq_list .faq_list-wrapper .faq-sigle .question:after{
        height: 16px;
        width: 16px;
        flex-basis: 16px;
    }
    .faq_list .faq_list-wrapper .faq-sigle .answer{
        font-size: 14px;
    }
}

.about{
}
.about h2{
    text-align: center;
}
.about .about-wrapper{
    position: relative;

    transition: all .25s;
    box-shadow: 0px 4px 40px 0px #5051C426;
    border-radius: 16px;
}
.about .about-wrapper.active{
    height: auto;
}
.about .about-wrapper .about-content{
    background: #F1F4F9;
    position: relative;
    padding: 40px 80px;
    border-radius: 16px;
    margin: 0 0 32px 0;
    overflow: hidden;
    height: 100%;

}
.about .about-wrapper p,
.about .about-wrapper ul li,
.about .about-wrapper ol li{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 10px;
}
.about .about-wrapper .more-btn-wrapper{
    background: linear-gradient(360deg, #FFFFFF 30.73%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 16px;
}
.about .about-wrapper .more-btn-wrapper .btn{
    background: #F1F4F9;
    bottom: -30px;
    color: #B5B5B5;
}
@media (max-width: 1300px) {
    .about{
        padding: 20px 0 50px 0;
    }
    .about .about-wrapper{
        height: 369px;
    }
    .about .about-wrapper .about-content{
        padding: 16px;
    }
    .about .about-wrapper p,
    .about .about-wrapper ul li,
    .about .about-wrapper ol li{
        font-size: 14px;
    }
}

.inner-banner {
    background-image:radial-gradient(100% 172.04% at 100% 100%,#23c0ad 0,#4c50cc 100%);
    background-position:100%;
    background-repeat:no-repeat;
    padding-bottom:32px;
    padding-top:376px
}
.inner-banner__text {
    background-color:#fff;
    border:1px solid #ededf9;
    border-radius:0 12px 12px 0;
    box-shadow:0 12px 80px -10px rgba(80,81,196,.15);
    color:#000;
    max-width:700px;
    padding:40px 40px 40px 8.4vw;
	bottom: 20px;
	position: fixed;
}
.inner-banner__title {
    color:#000;
    font-size:calc(16.8px + 1vw);
    font-weight:700;
    letter-spacing:-.01em;
    line-height:128%
}

.header__sub-menu {
    display: none !important;
}

/* .page-header__nav-header {
    display: none;
} */
.desktop-nav-header_lang {
    display: block;
}
.mobile-nav-header_lang {
    display: none;
}
.page-header__menu-wrapper {
    display: flex;
    flex-direction: row;
}
.page-header__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.page-header__phone-label {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Display Regular;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 2%;
    text-transform: uppercase;
}
.page-header__logo-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.page-header__login-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

@media (max-width: 1300px) {
    .inner-banner {
        background-size:100% calc(100% - 32px);
        padding-bottom:6px;
        padding-top:330px;
		background-size: cover;
    }
    .page-header__menu-wrapper {
        flex-direction: column;
    }
    .inner-banner__text {
        margin-right:20px;
        padding:32px 20px
    }
    .page-header__nav-header {
        display: flex;
        width: 100%;
     }
    .desktop-nav-header_lang {
        display: none;
    }
    .mobile-nav-header_lang {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width:1300px) {
    .page-header__login-wrapper {
        display: none;
    }
}

.mobile-menu_container-nav-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* Mobile Courses Menu Styles */
.mobile-courses-menu {
    display: none; /* Скрыто на десктопе */
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 24px;
    margin: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 400px; /* Минимальная высота для отображения курсов */
}

/* Убеждаемся, что пункт "Курсы" виден на десктопе */
@media (min-width: 1301px) {
    .mobile-courses-menu {
        display: none !important;
    }
    
    .page-menu>li.mobile-hidden-courses,
    .page-menu>li.menu-item-15479,
    .page-menu>li.menu-item-15546 {
        display: flex !important;
    }
    
    /* Убираем скролл для десктопного меню */
    .page-header__menu-wrapper {
        max-height: none;
        overflow-y: visible;
    }
    
    /* Отключаем общий скролл контейнер на десктопе */
    .mobile-menu-scroll-container {
        height: auto;
        max-height: none;
        overflow-y: visible;
        padding-bottom: 0;
    }
    
    /* Скрываем разделитель на десктопе */
    .mobile-menu-divider {
        display: none !important;
    }
    
    /* Возвращаем обычные стили для десктопного меню */
    .page-header__menu-wrapper .page-menu {
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 24px !important;
    }
    
    .page-header__menu-wrapper .page-menu > li {
        border-bottom: none !important;
    }
    
    .page-header__menu-wrapper .page-menu > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 5px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #1a1a40 !important;
        line-height: 133% !important;
        letter-spacing: -0.01em !important;
        position: relative !important;
    }
    
    /* Стрелочки для первых 3 элементов десктопного меню */
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(1) > a::after,
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(2) > a::after,
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(3) > a::after {
        content: '';
        width: 17px;
        height: 16px;
        margin-left: 8px;
        background-image: url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3871_163)"><path d="M5.44024 5.72699L8.50024 8.78033L11.5602 5.72699L12.5002 6.66699L8.50024 10.667L4.50024 6.66699L5.44024 5.72699Z" fill="%231A1A40"/></g><defs><clipPath id="clip0_3871_163"><rect width="16" height="16" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        flex-shrink: 0;
    }
    
    /* Стрелочки вверх для открытого состояния */
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(1).popup-open > a::after,
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(2).popup-open > a::after,
    .page-header__menu-wrapper .page-menu > li.menu-item:nth-of-type(3).popup-open > a::after {
        background-image: url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3860_429)"><path d="M5.44 10.6666L8.5 7.61323L11.56 10.6666L12.5 9.72656L8.5 5.72656L4.5 9.72656L5.44 10.6666Z" fill="%231A1A40"/></g><defs><clipPath id="clip0_3860_429"><rect width="16" height="16" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
    }
    
    .page-header__menu-wrapper .page-menu > li > a:hover {
        background-color: transparent !important;
    }

}

.mobile-courses-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f9f9fc;
    border-bottom: 1px solid #ededf9;
}

.mobile-courses-menu__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a40;
}

.mobile-courses-menu__back {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    
    /* Frame 934 styles */
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 8px;
    position: absolute;
    width: 103px;
    height: 48px;
    left: 14px;
    top: 16px;
    z-index: 20; /* Увеличиваем z-index чтобы кнопка была поверх */
}

.mobile-courses-menu__back.active {
    display: flex !important;
    z-index: 25 !important; /* Еще больше z-index для активного состояния */
}

.mobile-courses-menu__back:hover {
    transform: translateY(-1px);
}

.mobile-courses-menu__back svg {
    /* si:arrow-left-line */
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mobile-courses-menu__back::after {
    content: 'Назад';
    
    /* Frame 933 styles */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 47px;
    height: 22px;
    
    /* Text styles */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    font-feature-settings: 'tnum' on, 'onum' on;
    
    /* Gradient text */
    background: radial-gradient(100% 172.04% at 100% 100%, #23C0AD 0%, #4C50CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Ukrainian language support */
html[lang="uk"] .mobile-courses-menu__back::after {
    content: 'Назад';
}

.mobile-courses-menu__categories {
    display: block;
    padding: 0;
    height: calc(100% - 72px);
    overflow-y: auto;
}

.mobile-courses-menu__list {
    list-style: none;
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

.mobile-courses-menu__category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.mobile-courses-menu__category-item:hover {
    background: #f9f9fc;
}

.mobile-courses-menu__category-item:last-child {
    border-bottom: none;
}

.mobile-courses-menu__category-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a40;
    flex: 1;
}

.mobile-courses-menu__category-arrow {
    transition: transform 0.3s;
}

.mobile-courses-menu__footer {
    padding: 16px 20px;
    border-top: 1px solid #ededf9;
    background: #f9f9fc;
}

.mobile-courses-menu__all-courses {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(135deg, #23c0ad 0%, #4c50cc 100%);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.mobile-courses-menu__all-courses:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(35, 192, 173, 0.3);
}

.mobile-courses-menu__all-courses svg {
    fill: #fff;
}

/* Courses View */
.mobile-courses-menu__courses {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    padding-top: 146px; /* Отступ для кнопки "Назад" (76px) + header (70px) */
}

.mobile-courses-menu__courses.active {
    display: block;
}

.mobile-courses-menu__courses.active ~ .mobile-courses-menu__categories {
    display: none;
}

.mobile-courses-menu__courses.active ~ .mobile-courses-menu__header .mobile-courses-menu__back {
    display: block;
}

.mobile-courses-menu__courses-header {
    padding: 16px 20px;
    background: #f9f9fc;
    border-bottom: 1px solid #ededf9;
    position: absolute;
    top: 76px; /* Поднимаем header ниже кнопки "Назад" с gap 12px */
    left: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-courses-menu__courses-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a40;
}

.mobile-courses-menu__courses-list {
    padding: 0;
    height: calc(100% - 146px); /* Учитываем новый padding-top */
    min-height: 300px;
    overflow-y: auto;
    margin: 0;
    list-style: none;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #23c0ad #f9f9fc;
    position: relative;
    z-index: 1;
}

.mobile-courses-menu__courses-list::-webkit-scrollbar {
    width: 4px;
}

.mobile-courses-menu__courses-list::-webkit-scrollbar-track {
    background: #f9f9fc;
    border-radius: 2px;
}

.mobile-courses-menu__courses-list::-webkit-scrollbar-thumb {
    background: #23c0ad;
    border-radius: 2px;
}

.mobile-courses-menu__courses-list::-webkit-scrollbar-thumb:hover {
    background: #4c50cc;
}

.mobile-courses-menu__course-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ececec;
    text-decoration: none;
    color: #1a1a40;
    transition: background-color 0.3s;
}

.mobile-courses-menu__course-item:hover {
    background: #f9f9fc;
}

.mobile-courses-menu__course-item:last-child {
    border-bottom: none;
}

.mobile-courses-menu__course-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.mobile-courses-menu__course-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    flex: 1;
}

@media (max-width: 1300px) {
    /* Показываем мобильное меню с категориями */
    .mobile-courses-menu {
        display: block;
        height: 400px; /* Возвращаем фиксированную высоту */
        margin-bottom: 16px;
        overflow-y: visible;
        width: calc(100% - 40px);
        box-sizing: border-box;
        position: relative; /* Убеждаемся, что есть position: relative */
    }
    
    /* Разделитель между новым и старым меню */
    .mobile-menu-divider {
        position: relative;
        width: 100%;
        height: 1px;
        margin-left: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        background: rgba(26, 26, 64, 0.2);
    }
    
    /* Специфичные стили для активного состояния курсов */
    .mobile-courses-menu .mobile-courses-menu__courses.active {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: #fff !important;
        z-index: 15 !important;
        padding-top: 146px !important; /* Отступ для кнопки "Назад" и header */
        box-sizing: border-box !important;
    }
    
    /* Когда категория курсов активна - скрываем старое меню */
    .mobile-courses-menu .mobile-courses-menu__courses.active ~ .mobile-courses-menu__categories {
        display: none !important;
    }
    
    /* Скрываем старое меню когда открыта категория курсов */
    .mobile-menu-scroll-container.courses-active .page-header__menu-wrapper {
        display: none !important;
    }
    
    /* Скрываем разделитель когда открыта категория курсов */
    .mobile-menu-scroll-container.courses-active .mobile-menu-divider {
        display: none !important;
    }
    
    /* Когда категория курсов активна - меню курсов занимает 100% высоты */
    .mobile-menu-scroll-container.courses-active .mobile-courses-menu {
        height: 100vh !important;
        max-height: 100vh !important;
        margin-bottom: 0 !important;
        margin: 0 !important; /* Убираем боковые отступы */
        border-radius: 0 !important; /* Убираем скругления */
        width: 100% !important;
    }
    
    /* Обеспечиваем что активная категория курсов занимает всю высоту */
    .mobile-menu-scroll-container.courses-active .mobile-courses-menu__courses.active {
        height: 100vh !important;
        max-height: 100vh !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    
    /* Стили для списка курсов в активном состоянии */
    .mobile-courses-menu .mobile-courses-menu__courses.active .mobile-courses-menu__courses-list {
        display: block !important;
        height: calc(100% - 146px) !important; /* Учитываем новую высоту header */
        overflow-y: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Стили для элементов курсов */
    .mobile-courses-menu .mobile-courses-menu__course-item {
        display: flex !important;
        align-items: center !important;
        padding: 16px 20px !important;
        border-bottom: 1px solid #ececec !important;
        text-decoration: none !important;
        color: #1a1a40 !important;
        transition: background-color 0.3s !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Стили для заголовка курса */
    .mobile-courses-menu .mobile-courses-menu__course-title {
        font-size: 16px !important;
        font-weight: 500 !important;
        margin: 0 !important;
        flex: 1 !important;
        color: #1a1a40 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Скрываем пункт "Курсы" в обычном меню только на мобиле */
    .page-menu>li.mobile-hidden-courses,
    .page-menu>li.menu-item-15479,
    .page-menu>li.menu-item-15546,
    .page-menu>li[data-menu-title*="Курс"],
    .page-menu>li[data-menu-title*="урс"] {
        display: none !important;
    }
    
    /* Дополнительное скрытие по содержанию ссылки */
    .page-menu>li>a[data-popup-id="courses"] {
        display: none !important;
    }
    
    .page-menu>li>a[href*="courses"],
    .page-menu>li>a[href*="kursy"] {
        display: none !important;
    }
    
    /* Основной контейнер навигации */
    .mobile-nav_container {
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    /* Основной контейнер навигации header */
    .page-header__nav {
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    /* Общий скроллируемый контейнер для мобильного меню */
    .mobile-menu-scroll-container {
        height: 100%;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #23c0ad #f9f9fc;
        padding-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Когда курсы активны - контейнер занимает всю высоту экрана */
    .mobile-menu-scroll-container.courses-active {
        height: 100vh !important;
        max-height: 100vh !important;
        overflow-y: hidden !important; /* Убираем скролл с основного контейнера */
        padding-bottom: 0 !important;
    }
    
    .mobile-menu-scroll-container::-webkit-scrollbar {
        width: 4px;
        display: block;
    }
    
    .mobile-menu-scroll-container::-webkit-scrollbar-track {
        background: #f9f9fc;
        border-radius: 2px;
    }
    
    .mobile-menu-scroll-container::-webkit-scrollbar-thumb {
        background: #23c0ad;
        border-radius: 2px;
    }
    
    .mobile-menu-scroll-container::-webkit-scrollbar-thumb:hover {
        background: #4c50cc;
    }
    
    /* Убираем скролл со старого меню */
    .page-header__menu-wrapper {
        max-height: none !important;
        overflow-y: visible !important;
    }
    
    .page-header__menu-wrapper::-webkit-scrollbar {
        display: none !important;
    }
    
    /* Стили для старого меню на мобиле */
    .page-header__menu-wrapper .page-menu {
        margin-top: 0 !important;
        background-color: #fff !important;
        border-radius: 24px !important;
        padding: 10px !important;
        margin: 0 20px !important;
        display: flex !important;
        flex-direction: column !important;
        list-style: none !important;
        width: calc(100% - 40px) !important;
        box-sizing: border-box !important;
    }
    
    /* Стили для пунктов старого меню на мобиле */
    .page-header__menu-wrapper .page-menu > li:not(.mobile-hidden-courses) {
        border-bottom: 1px solid #ececec !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .page-header__menu-wrapper .page-menu > li:not(.mobile-hidden-courses):last-child {
        border-bottom: none !important;
    }
    
    .page-header__menu-wrapper .page-menu > li:not(.mobile-hidden-courses) > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 10px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #1a1a40 !important;
        text-decoration: none !important;
        transition: background-color 0.3s !important;
        position: relative !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .page-header__menu-wrapper .page-menu > li:not(.mobile-hidden-courses) > a:hover {
        background-color: #f9f9fc !important;
    }
    
    .page-header__menu-wrapper .page-menu > li:not(.mobile-hidden-courses) > a:after {
        content: '' !important;
        background-image: url(../assets/img/svg/mobile-menu-arrow-icon.svg) !important;
        background-size: 16px 16px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 16px !important;
        height: 16px !important;
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

@media (max-width: 1300px) {
    .page-header__nav-header {
        display: flex;
        width: 100%;
        position: relative;
        z-index: 1000;
     }
    .desktop-nav-header_lang {
        display: none;
    }
}

@media (max-width:1300px) {
    body {
        padding-top: 72px;
    }
    .page-header {
        position: fixed;
        background: white;
        z-index: 1001;
        width: 100%;
        top: 0;
        left: 0;
        height: 72px;
        margin: 0;
        border-radius: 0;
        padding: 0 20px;
        border-radius: 200px;
        display: flex;
        align-items: center;
    }
    .logo {
   
        width: auto;
        height: 22px;
    }
    .page-header__phone-label {
        display: none;
    }
    .burger {
        display:block;
        margin-left: 0 !important;
    }
    .page-header__nav {
        background-color:#f9f9fc;
        border-radius:16px;
        box-shadow:0 0 6px 0 rgba(0,0,0,.15);
        display:none;
        height:100%;
        left:50%;
        overflow-y:auto;
        position:fixed;
        scrollbar-width:none;
        top: 72px;
        transform:translateX(-50%);
        width:100%;
        z-index:999;
    }
    .page-header__nav::-webkit-scrollbar {
        display:none
    }
    .page-header__nav--opened {
        display:grid;
        grid-template-columns:100%;
        grid-template-rows:auto 1fr;
        height: calc(100vh - 72px) !important;
        width: 100vw !important;
        left: 0 !important;
        transform: none !important;
        overflow-y: auto;
    }
    .page-header__nav-header {
        align-items:center;
        background-color:#fff;
        display:flex;
        justify-content:space-between;
        padding:12px 20px 12px 20px !important;
        border-radius: 500px;
        box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.15);
        backdrop-filter: blur(12px);
        height: 48px !important;
        max-height: 48px !important;
        box-sizing: border-box !important;
        position: sticky;
        top: 0;
        z-index: 10;
        /* display: none; */
    }
    .mobile-nav-header_logo {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .mobile-nav_container {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 4px 40px rgba(80, 81, 196, 0.15);
        backdrop-filter: blur(12px);
        padding: 14px;
        width: 100%;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    .page-header__nav-close {
        display:block;
        justify-self:end
    }
    .mobile-nav-logo {
        display:block
    }
    .page-header__menu-wrapper {
        max-height:100%;
        overflow-y:auto;
        scrollbar-width:none
    }
    .page-header__menu-wrapper::-webkit-scrollbar {
        display:none
    }
    .lang-switcher {
        -moz-column-gap:14px;
        column-gap:14px;
        display:flex;
        height:30px;
        /* left:20px; */
        margin:0;
        /* position:absolute; */
        /* top:80px */
    }
    .lang-switcher__item {
        display:flex
    }
    .lang-switcher__item:first-child {
        background-image:none
    }
    .lang-switcher__link {
        background-color:#f1f1f1;
        border-radius:8px;
        color:#858598;
        font-size:16px;
        font-weight:500;
        letter-spacing:-.01em;
        padding:4px 12px;
        text-transform:uppercase
    }
    .lang-switcher__link--current {
        color:#1a1a40
    }
    .login {
        align-self:start;
        justify-content:flex-end;
        justify-self:center;
        max-width:330px;
        padding:12px 20px;
        width:calc(100% - 40px)
    }
    .page-menu {
        background-color:#fff;
        border-radius:24px;
        flex-direction:column;
        grid-area:menu;
        margin-left:20px;
        margin-right:20px;
        padding-left:10px;
        padding-right:10px
    }
    .page-menu>li:not(:last-child) {
        border-bottom:1px solid #ececec
    }
    .page-menu>li>a {
        align-items:center;
        font-size:18px;
        line-height:178%;
        padding:10px 0 10px 35px;
    }
    .page-menu>li>a {
        position: relative;
    }
    
    .page-menu>li.menu-item-has-children>a {
        position: relative;
    }
    .page-menu>li.menu-item-has-children>a:after {
        background-image:url(../assets/img/svg/mobile-menu-arrow-icon.svg);
        background-size:16px 16px;
        background-repeat: no-repeat;
        background-position: center;
        content:"";
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-menu li:not(.menu-item-has-children)>a {
        justify-content: space-between;
        position: relative;
    }
    .page-menu li:not(.menu-item-has-children)>a:after {
        background-image:url(../assets/img/svg/mobile-menu-arrow-icon.svg);
        background-size:16px 16px;
        background-repeat: no-repeat;
        background-position: center;
        content:"";
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-menu>li>.header__sub-menu {
        box-shadow:none;
        grid-template-columns:100%;
        max-height:none;
        padding:10px 0 20px 20px;
        position:static;
        transform:none
    }
    .page-menu>li>.header__sub-menu--active {
        background-color:transparent;
        grid-template-columns:100%;
        width:100%
    }
    .page-menu>li>.header__sub-menu--active:has(.header__sub-menu__title) {
        grid-template-columns:100%;
        row-gap:10px
    }
    .header__sub-menu__title>a {
        padding: 5px 0 5px 40px;
        position: relative;
        white-space: nowrap;
    }
    .header__sub-menu__title>a:before {
        font-size:16px;
        height:28px;
        line-height:1;
        width:28px;
        position: absolute;
        left: 0;
    }
    .header__sub-menu .header__sub-menu {
        display:none
    }
    .header__sub-menu .header__sub-menu--active {
        display:block;
        padding-left:60px
    }
    .header__sub-menu li.menu-item-has-children>a {
        background-image:url(../assets/img/svg/menu-arrow-down.svg);
        background-position:right 4px top 16px;
        background-repeat:no-repeat;
        background-size:16px;
        padding-right:20px
    }
    .header__sub-menu li.menu-item-has-children>a.open {
        background-image:url(../assets/img/svg/menu-arrow-down-open.svg)
    }
}
@media (max-width:1300px) and (max-width:768px) {
    .page-header__nav--opened {
        row-gap:20px
    }
}
@media (max-width:1300px) and (max-width:576px) {
    .page-header__nav--opened {
        grid-template-rows:104px 1fr 80px
    }
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: block;
}

.about-popup__top-section {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 40px;
}

.about-popup__card {
    position: relative;
    background: #F8F8F8;
    border-radius: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.about-popup__card:hover {
    transform: translateY(-2px);
}

.about-popup__card-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-popup__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.about-popup__card-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1A1A40;
    margin: 0;
}

.about-popup__card-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.about-popup__card:hover .about-popup__card-arrow {
    transform: translateX(4px);
}

.about-popup__card-badge {
    position: absolute;
    top: 26px;
    left: 68px;
    background: #F7DF1E;
    border-radius: 4px;
    padding: 4px 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1A1A40;
}

.about-popup__card-description {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #1A1A40;
    margin: 0;
    margin-top: 8px;
}

.about-popup__bottom-section {
    background: #F8F8F8;
    margin: 0 -40px -40px;
    padding: 26px 60px 40px;
    border-radius: 0 0 24px 24px;
}

.about-popup__nav-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-popup__nav-item {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 270.33px;
    height: 46px;
    background: transparent;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #1A1A40;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.about-popup__nav-item:hover {
    background: rgba(26, 26, 64, 0.05);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .is-desktop {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }

    .is-mobile .menu-about-popup__container {
        position: relative;
        width: 100%;
        height: 100%;
        background: #F8F8FB;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
    }
    
    #popup-about .about-popup__top-section {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }
    
    #popup-about .about-popup__card {
        width: 100%;
    }
    
    #popup-about .about-popup__nav-row {
        flex-direction: column;
        gap: 12px;
    }
    
    #popup-about .about-popup__nav-item {
        width: 100%;
    }

    #popup-about .about-popup__bottom-section {
        background: #F8F8F8;
        border-radius: 16px;
        margin: 0;
        padding: 0;
    }

    #popup-about .about-popup__nav-grid {
        padding: 16px;
        gap: 4px;
    }

    #popup-about .about-popup__nav-item {
        padding: 12px;
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
    }
}

.course-teacher__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #1a1a40;
    margin-top: 0;
    margin-bottom: 0
}

.course-teacher__position {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
    color: #1a1a40;
    margin-top: 6px;
    margin-bottom: 0
}

.course-teachers__item {
    width: 373px !important;
    height: 300px !important;
}

.course-teachers__wrapper .swiper-button-prev,
.course-teachers__wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* background-color: black; */
    color: white;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-teachers__wrapper .swiper-button-prev {
    left: 10px;
}

.course-teachers__wrapper .swiper-button-next {
    right: 10px;
}

.course-teachers__wrapper .swiper-button-prev::after,
.course-teachers__wrapper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}
