@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('/fonts/Geologica-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('/fonts/Geologica-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('/fonts/Geologica-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: "Inter", sans-serif;
    --second-family: "Open Sans", sans-serif;
    --third-family: "Geologica", sans-serif; 
    --font3: "Geologica", sans-serif;
    
    --dark-grey: #262626;
    --black: #0e0e0e;
}

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

body {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.home__page {
    background-color: var(--black);
}

header {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
}

.block__header {
    width: 100%;
    max-width: 1237px;
    height: 90px;
    background-color: var(--dark-grey);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px;
    border-radius: 100px;
    
}

.block__header__logo {
    width: 105px;
    height: 56px;
}

.block__header__logo a, .block__header__logo a img {
    display: flex;
    width: 100%;
    height: 100%;
}

.block__header__location {
    border: 1.00px solid #fff;
    border-radius: 30px;
    width: 180px;
    height: 37px;
    padding: 4.5px;
    display: flex;
    align-items: center;
    gap: 5.5px;
}

.block__header__location img {
    width: 28px;
    height: 28px;
}

.block__header__location .location__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;
    color: #fff;
}

.block__header__menu {
    width: 100%;
    max-width: 780px;
}

.block__header__logo__and__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block__header__menu nav {
    width: 100%;
}

.block__header__menu nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block__header__menu nav ul li a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -0.05em;
    color: #fff;
    text-decoration: none;
}

.header__burger__menu {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #B71C1C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: none;


}

.desktop__menu {
    display: none;
    /* position: absolute;
    right: 51px; */
}

.header__burger__menu div {
    border-radius: 19px;
    width: 33px;
    height: 3px;
    background: #fff;
}

main {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0.1) 50%, #131313 100%);
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.main__block {
    width: 1238px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main__block .main__text {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 220px;
    line-height: 70%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #f8f8f8;
}

.main__block .main__subtext {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #f8f8f8;
    margin: 130px 0 76px;
}

.main__block a {
    border-radius: 50px;
    width: 437px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1cb7;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #f8f8f8;
    text-decoration: none;
}

section {
    width: 100%;
}

.section__1 {
    background-color: var(--black);
    padding-bottom: 49px;
}

.container {
    width: 100%;
    max-width: 1238px;
    margin: auto;
}

.container__1 {
    display: flex;
    align-items: center;
    position: relative;
}

.container__1__content__left {
    width: 100%;
    max-width: 397px; /*395px*/
    position: relative;
    z-index: 1;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #f8f8f8;
}

.container__1__content__left .bold {
    font-weight: 700;
}

.container__1__content__left .italic {
    font-style: italic;
    font-weight: 500;
}

.container__1__content__left .pink {
    color: #ffb4ab;
}

.container__1__content__right {
    width: 100%;
    max-width: 885px;
    position: relative;
    z-index: 0;

    font-family: var(--third-family);
    font-weight: 900;
    font-size: 295px;
    line-height: 70%;
    letter-spacing: -0.05em;
    text-align: right;
    color: #bfc1ff;
    /* overflow-wrap: break-word;
    word-wrap: break-word; */
}

.section__2 {
    background-color: var(--black);
}

.container__2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    padding: 290px 0 290px;
}

.container__2 h3, .container__4 h3 {
    text-align: left;
    color: #f8f8f8;
    letter-spacing: -0.05em;
    display: flex;
    flex-direction: column;
}

.container__2 h3 .fs__small {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #f8f8f8;
    margin-bottom: 20px;
}

.container__2 h3 .fs__big, .container__4 h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 95px !important;
    line-height: 70%;
    color: #f8f8f8;
}

.block__why__we__items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.block__why__we__item {
    border: 1px solid rgba(144, 143, 160, 0.15);
    border-radius: 32px;
    padding: 40px 40px 66px;
    width: 389px;
    height: 328px;
    backdrop-filter: blur(20px);
    background: rgba(53, 53, 53, 0.4);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.block__why__we__item img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    /*background: rgba(191, 193, 255, 0.2);*/
}

.block__why__we__item h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #e4e2e1;
}

.block__why__we__item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #c6c5d7;
}

.section__3 {
    height: auto;
    padding: 50px 0 130px;
    /*background-color: var(--black);*/
    position: relative;
    
    background-color: #54e247;
}

.green__angls__l1, .green__angls__l2 {
    width: 100%;
    height: 50px;
    background-color: #54e247;
}

.green__angls__l1 {
    position: relative;
    top: 1px;
    clip-path: polygon(50% 100%, 60% 0, 70% 100%, 81% 0, 100% 100%, 0 100%, 20% 0, 29% 100%, 40% 0);
}

.green__angls__l2 {
/* position: relative;
bottom: -1px; */
    clip-path: polygon(50% 0, 60% 100%, 69% 0, 84% 100%, 100% 0, 0 0, 20% 99%, 30% 0, 40% 100%);
}


.sub__container {
    width: 100%;
    height: auto;
    /*position: absolute;
    top: 229px;
    left: 0;*/
    /* background-color: var(--black); */
}

/* .section__3 .sub__container {
    width: 100%;
    background-image: url('../img/green__bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 179px 0 127px;
} */

/* .bg__img__green {
    width: 100%;
    aspect-ratio: 32 / 33;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
} */

.green__bg__mobile {
    display: none;
}

.container__3 {
    position: relative;
    top: 0;
    z-index: 1;

    display: flex;
    justify-content: center;

    padding-top: 138px;
    padding-bottom: 127px;
}

.container__3 .main__photo {
    max-width: 694px;
    width: 75%;
    height: 1424px;
    position: relative;
    z-index: 2;
}

.bt__status {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 137px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: right;
    color: #fff;
}

.bt__name {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: right;
    color: #fff;
}

.st__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #f8f8f8;
}

.lbt .bt__status, .lbt .bt__name,
.lst .st__text {
    text-align: left;
}

.rbt .bt__status, .rbt .bt__name,
.rst .st__text {
    text-align: right;
}

.block__main__photo__text {
    position: absolute;
    z-index: 0;
}

.lbt {
    top: 0;
    left: 0;

    width: 611px;
}

.lst {
    bottom: 0;
    left: 0;

    width: 322px;
}

.rbt {
    bottom: 0;
    right: 0;

    width: 611px;
}

.rst {
    top: 0;
    right: 0;

    width: 345px;
}

.lbt, .rbt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section__4 {
    background-color: var(--black);
    padding: 287px 0;
}

.container__4 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.near__courses__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.near__course__item {
    width: 100%;
    border: 1px solid rgba(144, 143, 160, 0.15);
    border-radius: 32px;
    padding: 32px;
    height: 152px;
    backdrop-filter: blur(20px);
    background: rgba(53, 53, 53, 0.4);

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

    gap: 50px;
}

.nci__side__left, .nci__side__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nci__side__left {
    gap: 48px;
}

.nci__side__right {
    gap: 32px;
    width: 265px;
}

.nci__data {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */

    width: 70px;
}

.nci__data__num {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #ffb4ab;
}

.nci__data__month {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #c6c5d7;
}

.nci__programm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;

    width: 100%;
    max-width: 720px;
}

.nci__programm__name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #e4e2e1;
}

.nci__speaker {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #c6c5d7;
}

.nci__price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #54e247;
}

.nci__button {
    border-radius: 9999px;
    width: 141px;
    height: 36px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;

    text-decoration: none;
    border: none;
}

/*-----------КАРУСЕЛЬ-------------*/
:root {
    --w: 284px; /* Ширина блока */
    --g: 32px;  /* Расстояние (gap) */
}

.carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    --step: calc((var(--w) + var(--g)) * 4);
    width: max-content;
    animation: scroll-loop 20s linear infinite;
    will-change: transform;
}

.card {
    width: var(--w);
    height: 468px;
    margin-right: var(--g);

    border: 1px solid rgba(144, 143, 160, 0.15);
    border-radius: 32px;
    backdrop-filter: blur(20px);
    background: rgba(53, 53, 53, 0.4);
    overflow: hidden;
}

@keyframes scroll-loop {
    0% {
    transform: translate3d(0, 0, 0);
    }
    100% {
    transform: translate3d(calc(-1 * var(--step)), 0, 0);
    }
}

.carousel:hover .carousel-track {
    animation-play-state: paused;
}


.card__block__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* padding: 32px; */
    background: rgba(57, 57, 57, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__block__img img {
    border-radius: 15px;
    width: 220px;
    height: 220px;
}

.card__block__info {
    padding: 24px;
    width: 284px;
    height: 184px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    backdrop-filter: blur(20px);
    background: rgba(53, 53, 53, 0.4);
}

.card__block__info p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a0030e;
}

.card__block__info h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #e4e2e1;
}

.card__price__and__bye {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__price {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 20px;
    line-height: 140%;
    color: #e4e2e1;
}

.card__bye {
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    background: #ffa99f;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card__bye img {
    width: 15px;
    height: 15px;
}

.section__5 {
    padding: 158px 0 230px;
    background-color: var(--black);
}

.container__5 {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.container__5__title__catalogLink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container__5__title__catalogLink h3 {
    font-family: var(--font3);
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #e4e2e1;
}

.link__all__catalog {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #bfc1ff;
    text-decoration: none;
}

.lac__mobile {
    display: none;
}

.section__6 {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #b71c1c;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.marquee-content {
    height: 82.5%;
    display: flex;
    white-space: nowrap;
    font-size: 82.5rem;
    line-height: 55%;
    letter-spacing: -0.05em;
    color: #fff;
    animation: marquee-infinite 20s linear infinite;

    position: relative;
    z-index: 0;
}

@keyframes marquee-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Сдвиг ровно на одну копию текста */
  }
}

:root {
    --bigbtn-width: 676px;
}

.section__6 a {
    border-radius: 59px;
    width: var(--bigbtn-width);
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262626;

    font-family: var(--second-family);
    font-weight: 700;
    font-size: 57px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #f8f8f8;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: calc(50% - ( var(--bigbtn-width) / 2));
}

footer {
    background-color: var(--dark-grey);
}

.block__footer {
    padding: 107px 0 47.5px;
    display: flex;
    flex-direction: column;
}

.fb__line__1 {
    width: 100%;
}

.fb__line__1 h2 {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 169px;
    line-height: 70%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
}

.fb__line__2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 68px;
}

.fb__col__1, .fb__col__2, .fb__col__3 {
    display: flex;
    flex-direction: column;
}

.fb__logo {
    margin-bottom: 48px;
}

.fb__logo, .fb__logo img {
    width: 105px;
    height: 56px;
}

.fb__text__small {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}

.fb__line__3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
    opacity: 0.8;

    padding-top: 255px;
}

.fb__phone {
    display: flex;
    align-items: flex-start;
}

.fb__phone div {
    height: 41px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 39px;
    line-height: 180%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    margin-bottom: 55px;
}

.fb__phone div img {
    width: 41px;
    height: 41px;
}

.fb__social-shares {
    display: flex;
    align-items: center;
    gap: 4px;

    margin-bottom: 49px;
}

.fb__col__2 .fb__text__small {
    display: flex;
    align-self: flex-end;
}

.fb__col__3 .fb__text__small {
    display: flex;
    align-self: center;
}

.mobile__menu {
    display: none;
}

.mobile__location {
    display: none;
}

@media(max-width: 1540px) and (min-width: 1440px) {
    header {
        justify-content: space-between;
        padding-left: 51px;
    }

    .marquee-content {
        line-height: 25%;
    }

    .section__3 {
        padding: 50px 0 250px;
    }

    .fb__line__1 h2 {
        font-size: clamp(40px, 12.65vw, 167px);
    }
}

@media(max-width: 1439px) and (max-width: 1250px) {
    .main__block .main__text {
        font-size: 170px;
    }

    .main__block {
        padding-top: 170px;
    }

    .fb__line__1 h2 {
        font-size: clamp(40px, 12.65vw, 167px);
    }
}

@media(max-width: 1439px) and (min-width: 320px) {
    .container {    /*  , .sub__container   */
        padding-left: 16px;
        padding-right: 16px;
    }

    header {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .block__header {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 0 min(12.5px);
    }

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

    /* .mobile__menu {
        display: flex;
        position: absolute;
        right: 0;
    } */

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

    .block__header__location {
        margin: auto;
    }

    .container__3 .main__photo {
        width: 65%;
        height: auto;
        margin: auto;
    }


    .container__1__content__right {
        font-size: clamp(87px, 23.8vw, 295px); 
    }

    .container__1__content__left {
        font-size: clamp(7px, 2.4vw, 30px);
    }

    .bt__status {
        font-size: clamp(40px, 11.06vw, 137px);
    }

    .bt__name {
        font-size: clamp(28px, 6.14vw, 76px);
    }

    .st__text {
        font-size: clamp(12px, 2.42vw, 30px);
    }

    .main__block .main__text {
        font-size: clamp(50px, 17.77vw, 220px);
    }

    .fb__line__1 h2 {
        font-size: clamp(40px, 12.65vw, 167px);
    }


}

@media(max-width: 960px) and (min-width: 320px) {
    header {
        top: 10px;
    }

    .block__why__we__items {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .block__why__we__item {
        width: 100%;
        height: auto;
        /* aspect-ratio: 1 /1; */
    }

    .near__course__item {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nci__data {
        width: 90px;
    }

    .container__2 h3 .fs__big, .container__4 h3 span {
        font-size: clamp(26px, 7.67vw, 95px) !important;
    }

    .fb__line__2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .lbt, .st__text, .bt__name, .bt__status, .lst {
        width: 30%;
    } */

    .green__bg__desktop {
        display: none;
    }

    .green__bg__mobile {
        display: block;
    }

    .nci__side__left, .nci__side__right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nci__programm, .nci__speaker {
        text-align: center;
    }

    .nci__programm {
        align-items: center;
    }

    /* .container__2 h3 .fs__big, .container__4 h3 {
        font-size: clamp(32px);
    } */

    .section__6 {
        aspect-ratio: 1 / 1;
    }

    :root {
        --bigbtn-width: 75%;
    }

    /* .block__footer {
        padding: 13px 0 12.7px;
    } */

    .main__block a {
        border-radius: 14px;
        width: 120px;
        height: 33px;
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: #f8f8f8;
    }

    .main__block .main__subtext {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: #f8f8f8;
    }

    .sub__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* .block__header__logo {
        width: 20%;
    } */
}

@media(max-width: 560px) and (min-width: 320px) {
    .sub__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .block__header__location {
        display: none;
    }

    .lac__desktop {
        display: none;
    }

    .lac__mobile {
        display: flex;
        margin: 0 auto;
    }

    .block__header__logo {
        width: 55px;
        height: auto;
    }

    .header__burger__menu {
        width: 55px;
        height: 55px;
        gap: 8px;
    }

    .header__burger__menu div {
        width: 25px;
        height: 1px;
    }

    .block__header {
        height: 55px;
    }

    .container__2 h3 .fs__small {
        font-size: 24px;
    }

    .container__2 h3 .fs__big {
        letter-spacing: -0.05em;
    }

    .container__4 h3 .fs__big {
        letter-spacing:normal;
    }

    .container__5__title__catalogLink h3 {
        font-size: 26px;
    }

    .section__6 {
        container-type: size;
    }

    .section__6 a {
        font-size: 18px;
        height: 75px;
        top: 40%;
    }

    .marquee-content {
        line-height: 19%;
        font-size: 70vh;
    }

    .fb__line__1 h2 {
        font-size: clamp(30px, 11.65vw, 167px);
    }

    .fb__col__1, .fb__col__2, .fb__col__3 {
        width: 100%;
    }

    .fb__logo {
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 29px;
    }

    .fb__logo img {
        width: 100%;
        height: auto;
    }

    .fb__line__2 {
        flex-direction: column;
        gap: 50px;
    }

    .fb__text__small {
        text-align: center;
    }

    .fb__phone {
        display: flex;
        justify-content: center;
    }

    .fb__phone div img {
        width: 22px;
        height: auto;
    }

    .fb__phone div {
        font-size: 24px;
        margin-bottom: 29px;
    }

    .fb__col__2 .fb__text__small {
        align-self: center;
    }

    .fb__line__3 {
        padding-top: 55px;
    }

    .near__course__item {
        gap: 25px;
    }

    .nci__programm__name {
        font-size: 16px;
    }

    .nci__side__left {
        gap: 15px;
    }

    .container__2 {
        padding-top: 100px;
        padding-bottom: 100px;
        /* padding: 150px 0 150px; */
    }

    .section__4 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .fb__line__3, .fb__line__1 h2 {
        text-align: center;
    }

    .fb__social-shares {
        justify-content: center;
    }

    .container__2 h3 .fs__small {
        margin-bottom: 10px;
    }

    /*---------------------------------*/
    .lbt {
        top: 0;
        left: 0;

        /*width: 611px;*/
    }

    .lst {
        bottom: 0;
        left: 0;
        /*width: 322px;*/
    }

    .st__text .lst {
        width: 35%;
    }

    .rbt {
        bottom: 0;
        right: 0;
    display: flex;
    justify-content: flex-end;
        /*width: 611px;*/
        width: 35%;
        text-align: right;
    }

    .rst {
        top: 0;
        right: 0;
    display: flex;
    justify-content: flex-end;
        /*width: 345px;*/
    }

    .rst .st__text {
        width: 45%;
    } 

    .lbt, .rbt {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 50%;
    }
    
    .rbt .bt__name, .rbt .bt__status {
        text-align: right;
    }

    .lst .st__text {
        width: 50%;
    }

    .green__angls__l1, .green__angls__l2 {
        height: 15px;
    }

    /* .bt__status {
        width: 50%;
    }

    .bt__name {
        width: 50%;
    } */

    /*----------------------------------*/
}


/* @media(max-width: 1780px) and (min-width: 320px) {
    .section__3 {
        display: none;
    }
} */
@media(max-width: 888px) and (min-width: 768px) {
    .block__header__menu {
        width: 100%;
        max-width: 580px;
        margin: auto;
    }

    .block__header__menu nav ul li a {
        font-size: 16px;
    }
}

@media(max-width: 767px) and (min-width: 320px) {
    .block__header__menu {
        display: none;
    }

    .mobile__menu {
        display: flex;
        position: absolute;
        right: 0;
    }

    .mobile__location {
        display: flex;
    }

    .active__menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 55px;
        width: 100%;
        margin: auto;
        height: auto;
        padding: 24px;
        box-sizing: border-box;
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 3;
        background-color: var(--dark-grey);
        border-radius: 17px;
    }

    .active__menu nav ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
    }
}

@media(max-width: 767px) and (min-width: 555px) {
    .active__menu {
        top: 95px !important;
    }
}

@media(max-width: 1200px) and (min-width: 320px) {
    .desktop__location {
        display: none;
    }
}

