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

body {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


[data-editor] {
    line-height: 120%;
}

@media (max-width: 767px) {
    [data-editor] {
        font-size: 16px;

    }
}

[data-editor] h1,
[data-editor] h2,
[data-editor] h3,
[data-editor] h4,
[data-editor] h5,
[data-editor] h6 {
    line-height: 130%;
}

[data-editor] h1 {
    font-size: 30px;
}

[data-editor] h2 {
    font-size: 28px;
}

[data-editor] h3 {
    font-size: 26px;
}

[data-editor] h4 {
    font-size: 24px;

}

[data-editor] h5 {
    font-size: 22px;

}

[data-editor] h6 {
    font-size: 20px;
}

@media (max-width: 1024px) {
    [data-editor] h1 {
        font-size: 24px;
    }

    [data-editor] h2 {
        font-size: 22px;
    }

    [data-editor] h3 {
        font-size: 20px;
    }

    [data-editor] h4 {
        font-size: 18px;
    }

    [data-editor] h5 {
        font-size: 16px;
    }

    [data-editor] h6 {
        font-size: 14px;
    }
}

[data-editor]> :not(:last-child) {
    margin-bottom: 16px;
}

[data-editor] blockquote {
    border-left: 3px solid #eee;
    font-style: italic;
    padding: 16px 24px;
}

[data-editor] video {
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

[data-editor] iframe {
    border: none;
    border-radius: 6px;
    width: 100%;
}

[data-editor] img {
    border-radius: 6px;
    display: block;
    height: auto;
    max-width: 100%;
}

[data-editor] b,
[data-editor] strong {
    font-weight: 700;
}

[data-editor]>ul {
    list-style-type: disc;
}

[data-editor]>ol {
    list-style-type: decimal;
}

[data-editor] ol,
[data-editor] ul {
    padding-left: 20px;
}

[data-editor] li {
    margin-bottom: 8px;
}

[data-editor] a:not([class*="button"]) {
    color: #8033ae;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.fix {
    overflow: hidden;
}

.relativ {
    position: relative;
}

.title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #8034ae;
}


img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    text-decoration: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.video-holder {
    position: relative;
    width: 100%;
    max-width: 900px;
    /* можно менять */
    margin: 0 auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-element {
    width: 100%;
    height: auto;
    display: block;
}

/* Кнопка Play в центре */
.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-play-btn::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 6px;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* Когда видео запущено — прячем кнопку */
.video-holder.playing .video-play-btn {
    opacity: 0;
    pointer-events: none;
}

.results .swiper {
    margin: 0px auto;
    width: 90%;
    height: 100%;
}

.btn {
    white-space: nowrap;
    background: #ffb12a;
    padding: 20px 10px;
    text-align: center;
    border: none;
    color: #8034ae;
}

.container {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container_new {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb25 {
    padding-bottom: 25px;
}

.pt100 {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 40px;
    }

    .pt100 {
        padding-top: 40px;
    }
}

.pt25 {
    padding-top: 25px;
}

.pt50 {
    padding-top: 50px;
}

.reg {
    padding: 10px 0px;
    background: #8034ae;
    width: 100%;
    transition: all 0.4s linear;
    height: 100%;
}

.reg.hidden {
    position: relative;
    opacity: 0;
    height: 0px;
    padding: 0;
}

.anonse p {
    color: #8034ae;
    font-size: 18px;
    line-height: 120%;
}

.reg-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
}

.reg_x {
    cursor: pointer;
}

.enroll {
    background: #fbb03b;
    width: 131px;
    height: 30px;
    text-decoration: none;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    margin-left: 37px;
    margin-right: 20px;
    padding: 5px 22px;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .reg-row {
        flex-direction: column;
        justify-content: flex-start;
        padding-right: 17px;
    }

    .reg_x {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .reg_text {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

.block_enter_type.current a {
    color: #fbb03b;
}

.header {
    background-color: white;
    top: -120px;
    transition: all 1s ease-in;
}

.menu {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 10;
}

.basic-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;
}

.menu-left-block {
    display: flex;
    align-items: center;
}

.logo {
    width: 225px;
    height: 55px;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 225px;
    min-height: 55px;
}

.logo a {
    min-height: 55px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logo__img {
    width: 57px;
    height: 55px;
}

.logo b {
    color: #333;
    font-size: 22px;
    font-weight: 900;

}

.logo div {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

.logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigation {
    padding-bottom: 11px;
    /* position: absolute; */
    top: 30px;
    display: flex;
    justify-content: center;
    z-index: 11;
    left: 50%;
    /* transform: translateX(-50%); */
}

.navigation_list {
    display: flex;
    align-items: center;
    list-style: none;
}

.navigation_list li a {
    text-decoration: none;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #8034ae;
}

.navigation_list li {
    position: relative;
    margin: 0px 8px;
    transition: all 0.4 ease-in;
}

.navigation_list li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 10px;
    background: #fbb03b;
    bottom: -25px;
    left: 0;
    transition: all 0.4s ease-in;
}

.navigation_list li.current-menu-item a::after {
    width: 100%;
}

.navigation_list li a:hover:after {
    width: 100%;
}

.menu-contacts-blok {
    display: flex;
}

.soc_logo {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.soc_logo_item {
    margin-left: 7px;
}

.numbers {
    margin-left: 46px;
}

.num a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #8033ae;
    text-decoration: none;
    cursor: pointer;
}

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

.num1 img {
    display: none;
}

/* ================================================
+++++++++++++ ЛИПКИЙ ХЕАДЕР ++++++++++++++++++++++++
====================================================*/
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 45;
    transition: all 0.4s ease-in;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.sticky .reg {
    display: none;
}

.sticky+.content {
    padding-top: 119px;
}

.sticky .navigation {
    top: 30px;
}

.header-main {
    position: relative;
}

/* ================================================
+++++++++++++ МОБИЛЬОЕ МЕНЮ ++++++++++++++++++++++++
====================================================*/
.moby-menu {
    width: 24px;
    height: 2px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.moby-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #8033ae;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.moby-menu span:nth-child(1) {
    top: 0px;
}

.moby-menu span:nth-child(2),
.moby-menu span:nth-child(3) {
    top: 8px;
}

.moby-menu span:nth-child(4) {
    top: 16px;
}

.moby-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.moby-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.moby-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.moby-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation-btns,
.moby-menu {
    display: none;
}

.navigation-btns .colblack {
    width: 232px;
    height: 40px;
    color: #333333;
    margin-left: 0px;
    margin-right: 0px;
    padding: 9px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.navigation-btns .colblack:hover {
    color: #ffffff;
}

.navigation-btns .green {
    background: #109181;
    width: 232px;
    height: 40px;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    padding: 9px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.partners {
    padding: 40px 0;
}

.partners__body {
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .partners__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .partners__body {
        grid-template-columns: repeat(1, 1fr);
    }
}

.partners__item img {
    height: 200px;
}

.navigation-btns .green:hover {
    background: #ffb12a;
}

@media (max-width: 1299px) {
    .basic-menu {
        justify-content: space-around;
    }

    .navigation {
        position: static;
        margin: 0;
        display: flex;
        justify-content: center;
        overflow: hidden;
        transform: translateX(0);
    }

    .navigation_list li {
        min-width: 95px;
        text-align: center;
        margin: 0px 5px;
    }

    .numbers {
        margin-left: 46px;
        display: flex;
        justify-content: space-between;
    }

    .num2 {
        margin-left: 40px;
    }

    .navigation_list li::after {
        bottom: -11px;
    }
}

@media (max-width: 1023px) {
    .navigation {
        background: #8033ae;
        position: absolute;
        width: 100%;
        padding: 0;
        top: 0px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        height: 0;
        left: 0;
    }

    .navigation_list li a::after {
        bottom: -5px;
    }

    .navigation.active {
        opacity: 13;
        top: 61px;
        transition: all 0.4s ease-in-out;
        z-index: 12;
        height: 100vh;
        left: 0;
    }

    .active .navigation-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        width: 100%;
        padding-bottom: 200px;
    }

    .navigation-btns {
        display: flex;
        flex-direction: column;
    }

    .sticky .navigation.active {
        height: auto;
        opacity: 1;
        top: 61px;
        transition: all 0.4s ease-in-out;
    }

    .navigation_list {
        display: flex;
        align-items: center;
        list-style: none;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navigation_list li a {
        font-family: "Bebas Neue";
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-transform: capitalize;
        color: #ffffff;
        transition: all 0.2s ease-in;
    }

    .navigation_list li a:hover,
    .navigation_list li.current a {
        color: #fbbc09;
    }

    .navigation_list li {
        margin-bottom: 10px;
    }

    .navigation_list li::after {
        display: none;
    }

    .basic-menu {
        justify-content: space-between;
        padding: 10px 0px;
    }

    .moby-menu {
        display: block;
        width: 39px;
        height: 27px;
        margin-right: 50px;
        cursor: pointer;
        position: relative;
        z-index: 20;
    }

    .moby-menu img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1023px) {
    .moby-menu {
        display: block;
        width: 24px;
        height: 16px;
        margin-right: 20px;
    }

    .logo {
        width: 166px;
        height: 41px;
        min-width: 166px;
        min-height: 41px;
    }
}

@media (max-width: 767px) {
    .num1 img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .num1 span,
    .num2 {
        display: none;
    }

    .numbers {
        margin-left: 10px;
    }

    .num1 {
        width: 25px;
        height: 25px;
    }

    .active .navigation-wrap {
        max-height: 500px;
        height: 600px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 15px 150px;
    }

    .navigation_list {
        display: flex;
        align-items: flex-start;
        list-style: none;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navigation_list li {
        text-align: start;
    }
}

.section_hero {
    display: flex;
    position: relative;
    overflow: hidden;
}

.section_hero::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8034ae;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 171px), 0 calc(100% - 45px));
}

.hero_wrap {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: space-between;
}

.hero-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 668px;
}

/* .hero-slide2 {
    background-image: url(../img/banner2.jpg);
} */

.hero-slide3 {
    background-image: url(../img/banner2.jpg);
}

.hero_aside {
    position: relative;
    z-index: 2;
    padding-top: 155px;
    padding-bottom: 300px;
}

.aside_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
}

.aside_subtitle {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

.hero_btns {
    display: flex;
    align-items: center;
    padding-top: 45px;
}

.btn-hero {
    margin-right: 20px;
    width: 209px;
    height: 62px;
    text-align: center;
}

.btn-hero a {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding: 21px;
}

.btn-innerit {
    background: #8033ae;
    border: 3px solid #ffffff;
    padding: 18px;
    width: 236px;
    height: 62px;
    text-align: center;
}

.btn-innerit a {
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.hero_inner {
    position: absolute;
    right: 40px;
    top: 3px;
    width: 100%;
    max-width: 852px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 42px 68px 0;
}

.hero_inner_imgbox {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero_inner_img {
    max-width: 100%;
    height: auto;
}

.hero_widget {
    z-index: 2;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    align-items: center;
    padding-bottom: 10px;
}

.widget_inner {
    position: relative;
    margin: 5px;
    border: 1px solid #cacaca;
    filter: drop-shadow(2px 0px 9px rgba(147, 147, 147, 0.4));
    border-radius: 10px;
    width: 316px;
    height: 260px;
    background: rgba(251, 243, 255, 0.9);
    box-shadow: 2px 0px 9px rgba(147, 147, 147, 0.4);
    /* bottom: 70px;
	right: 85px; */
}

.widget_inner_shadow {
    position: absolute;
    left: 23%;
    top: -11%;
    width: 43px;
    height: 43px;
    background-color: rgba(255, 218, 113, 0.4);
    border-radius: 50%;
}

.widget_inner_sun {
    position: absolute;
    margin-left: 9px;
    margin-top: 9px;
    width: 25px;
    height: 25px;
    background-color: #ffda71;
    border-radius: 50%;
}

.widget_inner_item {
    display: flex;
    align-items: center;
}

.widget__img_wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.widget__text_img {
    width: 11px;
    height: 13px;
    overflow: hidden;
}

.widget_inner_text {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #8034ae;
    max-width: 200px;
    align-self: center;
}

@media (max-width: 1023px) {
    .hero_wrap {
        display: flex;
        height: 100%;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
    }

    .hero_aside {
        position: relative;
        z-index: 2;
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .hero_widget {
        z-index: 2;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50%;
        align-items: center;
        padding-bottom: 0;
    }

    .hero_inner_imgbox {
        z-index: 1;
        position: absolute;
        top: auto;
        left: auto;
        right: -100px;
        bottom: -100px;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .hero_widget {
        z-index: 2;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .hero_aside {
        position: relative;
        z-index: 2;
        padding-top: 35px;
        min-height: 375px;
    }

    .aside_title {
        font-size: 24px;
        line-height: 120%;
    }

    .aside_subtitle {
        font-size: 16px;
        max-width: 180px;
    }

    .hero_btns {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 0px;
    }

    .btn-hero {
        margin-right: 0px;
        margin-top: 20px;
        width: 180px;
        height: 40px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .btn-hero a {
        font-size: 14px;
        line-height: 140%;
        padding: 0;
    }

    .btn-innerit {
        padding: 5px;
        width: 180px;
        height: 40px;
    }

    .btn-innerit a {
        font-size: 14px;
        line-height: 140%;
    }
}

.first_title {
    margin-bottom: 60px;
    max-width: 456px;
}

@media (max-width: 767px) {
    .first_title {
        margin-bottom: 30px;
    }
}

.first_subtitle {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .first_subtitle {
        margin-bottom: 30px;
        font-size: 18px;
    }
}

.top-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-arrow {
    display: flex;
    align-items: center;
}

.arrows {
    width: 50px;
    height: 50px;
    background: #8033ae;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    padding: 18px;
}

.arrows+.arrows {
    margin-left: 20px;
}

.arrows.swiper-button-disabled {
    background: #bf9ad7;
}

.subtitle h3 {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    max-width: 342px;
}

.fancybox__backdrop {
    background: rgba(24, 24, 27, 0.4) !important;
}

#work {
    width: 540px;
    border: none;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #work {
        width: 100%;
        max-width: 540px;
    }
}

.direction {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    box-shadow: 10px 10px 10px rgba(181, 181, 181, 0.5);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.directions_wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
}

@media (max-width: 1200px) {
    .directions_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.directions_block {
    display: grid;
    grid-auto-rows: 90px;
    column-gap: 20px;
    row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .directions_block {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }
}

@media (max-width: 480px) {
    .directions_block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.grid-colum-3 {
    grid-column: 3 span;
}

@media (max-width: 768px) {
    .grid-colum-3 {
        grid-column: 2 span;
    }
}

@media (max-width: 480px) {
    .grid-colum-3 {
        grid-column: 1 span;
    }
}

.direction_inner1 {

    color: #ffffff;
    background: #ffb12a;
}

.direction_inner2 {
    color: #ffffff;
    background: #ff6aab;
}

.direction_inner3 {
    color: #ffffff;
    background: #8034ae;
}

.direction_inner4 {
    color: #ffffff;
    background: #369c8c;
}

.direction_inner5 {
    color: #ffffff;
    background: rgba(13, 125, 253, 0.9);
}

.direction_inner6 {
    color: #ffffff;
    background: #8034ae;
}

.direction_inner7 {
    color: #ffffff;
    background: rgba(255, 89, 162, 0.9);
}

.direction_inner8 {
    color: #ffffff;
    background: #369c8c;
}

.direction_inner9 {
    color: #ffffff;
    background: #ffb12a;
}

.direction_inner10 {
    color: #ffffff;
    background: #0d7dfd;
}

.direction_inner11 {
    border: 2px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgba(149, 62, 202, 0.1);
    justify-content: center;
    align-items: center;
}

.discount_text {
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
    color: #8034ae;
    margin-bottom: 50px;
    max-width: 220px;
}

@media (max-width: 767px) {
    .discount_text {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 283px;
    }
}

.directions .btn {
    width: 250px;
    cursor: pointer;
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {}

/*=============== СЛАЙДЕР =================================*/

.slide_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 20px;
    text-align: center;
}

.slide_descr {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.popup-work__media {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.offers__content h3 {
    margin-bottom: 10px;
}

.offers__content {
    padding: 0 20px;
}

.offers-item-img {
    width: 170px;
    height: 140px;
    overflow: hidden;
}



.offers-inner {
    position: relative;
    margin-top: 40px;
}

.offers-item-inner {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(139, 73, 178, 0.5);
}

.yellow_shadow {
    box-shadow: 8px 10px 12px #ffff0091;
}

.blue_shadow {
    box-shadow: 8px 10px 12px rgb(0 148 255 / 46%);
}

.puple_shadow {
    box-shadow: 8px 10px 12px rgba(128, 0, 128, 0.521);
}

.specSlider {
    padding: 20px 20px 20px 20px;
    margin: -20px -20px -20px 0px;
}

.offers-item-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.offers-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.offers-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.user-button-prev {
    transform: rotate(180deg);
    position: absolute;
    top: 29%;
    left: -29px;
}

.user-button-next {
    position: absolute;
    right: -30px;
    top: 30%;
}

.main_about .title {
    margin-bottom: 40px;
}

.about_centr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.about_centr_left {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}

.about_left_block {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.about_left_block:last-child {
    padding-bottom: 0px;
}

.left_block_number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    background: #8033ae;
}

.left_block_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #8033ae;
}

about_centr_right {
    width: 50%;
}

.about_centr_right .preview_video {
    max-width: 555px;
    height: 365px;
    overflow: hidden;
}

.about_centr_right .preview_video img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .about_centr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
    }

    .preview_right_video {
        margin: 50px auto;
    }

    .about_centr_left {
        width: 100%;
        padding-left: 0px;
    }
}

.consultation {
    display: flex;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(4, 43, 38, 0.3);
    overflow: hidden;
}

.consultation_block_left {
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.consultation_block_left-img {
    max-width: 360px;
    max-height: 100%;
    overflow: hidden;
    margin-right: -3px;
}

.consultation_block_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultation_block_right {
    width: 50%;
    background-color: #109081;
    padding: 60px;
}

.consultation_block_form {
    display: flex;
    flex-direction: column;
}

.consultation_order {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
}

.form_input_type {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #ffffff;
    margin-top: 30px;
}

input {
    outline: none;
}

.inputform {
    width: fit-content;
    background-color: inherit;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    width: 100%;
}

::placeholder {
    color: #ffffff;
    opacity: 1;
    border: none;
}

.block_form_checkbox {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.checkbox_logo {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox_logo+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: white;
    border: 2px solid #000;
    left: 0;
    top: 0;
}

.checkbox_logo:checked+.wpcf7-list-item-label::before {
    background-image: url("../img/checkbox.svg");
    width: 15px;
    height: 15px;
}

.checkbox_content {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #ffffff;
    padding-left: 30px;
}

.checkbox_content:hover {
    cursor: pointer;
}

.block_form_checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 2em;
}

.block_form_checkbox p {
    display: flex;
    align-items: center;
}

.block_form_checkbox label>span {
    cursor: pointer;
}

.form_input_btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.form_input_btn p input {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #fbb03b;
    border: none;
}

.block_form_input .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
}

@media (max-width: 1023px) {
    .consultation {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        box-shadow: none;
    }
}

.preview_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.preview_left_video {
    position: relative;
}

.preview_video {
    max-width: 550px;
}

.preview_text {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}

.preview_right_video {
    position: relative;
}

@media (max-width: 767px) {
    .preview_text {
        font-size: 24px;
    }



    .about_centr_right .preview_video {
        max-width: 100%;
        width: 100%;
        height: 365px;
        overflow: hidden;
    }

    .left_block_text {
        font-size: 15px;
    }

    .left_block_number {
        margin-right: 18px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 20px;
    }

    .about_left_block {
        padding-bottom: 20px;
    }

    .preview_right_video {
        margin: 20px auto;
    }
}

.education {
    position: relative;
}

.education::before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fbbc09;
    clip-path: polygon(0 0, 100% 7%, 100% 90%, 0% 100%);
}

.education_block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.education_block_left {
    display: flex;
    flex-direction: column;
}

.education_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 40px;
}

.education_block_list {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
    max-width: 320px;
}

.education_block_list ol li {
    margin-bottom: 15px;
}

.education_block_list ol {
    padding-left: 20px;
}

.education_form1 {
    max-width: 390px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 14px;
    background-color: white;
    color: #ffffff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.education_form2 {
    max-width: 389px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 14px;
    background-color: white;
    color: #ffffff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.education_form_title {
    background-color: #8033ae;
}

.education_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    text-align: center;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
}

.education_subtitle {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 17px;
}

.yandex_icon {
    width: 200px;
}

.education_form_list {
    padding: 30px 35px 15px 50px;
    max-width: 415px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;

}

.education_form_list ul {
    list-style: none;
}



.education_form_list ul li {
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.education_form_list ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: -25px;
    border-radius: 100%;
    background-color: #8033ae;
}

.education_form_btn {
    display: flex;
    justify-content: center;
    margin-top: auto;
    text-align: center;
    padding-bottom: 40px;
    background-color: white;
}

.education_form_btn a {
    display: flex;
    justify-content: center;
    width: fit-content;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    padding: 20px 35px;
    background-color: #8033ae;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .education_block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 90px 0px;
    }

    .education_block_list {
        max-width: 350px;
    }

    .benefits_blocks {
        grid-template-columns: 1fr;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .education::before {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    }
}

.benefits_blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}

.benefits_block_inner {
    display: flex;
    flex-direction: column;
}



.inner_end {
    grid-column: 1 / 3;
    align-items: center;
}

.wrap_width {
    min-width: 600px;
}

.benefits_inner_title {
    padding: 31px 30px 31px 30px;
    max-width: 600px;
    min-height: 120px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #ffffff;
    box-shadow: 1px 4px 16px #0d0d0d;
}

.benefits_wrap_inner_text {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    min-height: 120px;
    box-shadow: 1px 4px 16px #0d0d0d61;
    position: relative;
}

.benefits_inner_text {
    transition: height 0.3s linear;
    height: 90px;
    overflow: hidden;
    padding: 27px 115px 27px 30px;
}

.benefits_inner_text.open {
    height: min-content;
}

.benefits_inner_text-content {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
}

.benefits_inner_img {
    position: absolute;
    top: 60px;
    right: 40px;
    cursor: pointer;
    width: 30px;
    transition: all 0.3s linear;
}

.benefits_inner_img.open {
    transform: rotate(180deg);
}

.benefits_inner_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.benefits_blue {
    background: #0d7dfd;
}

.benefits_light_blue {
    background: #bfdcfe;
}

.benefits_pink {
    background: #ff6aab;
}

.benefits_light_pink {
    background: rgba(252, 132, 185, 0.6);
}

.benefits_green {
    background: #369c8c;
}

.benefits_light_green {
    background: rgba(62, 164, 152, 0.6);
}

.benefits_fiolet {
    background: #8034ae;
}

.benefits_light_fiolet {
    background: rgba(168, 99, 210, 0.6);
}

@media (max-width: 767px) {
    .benefits_blocks {
        grid-template-columns: 1fr;
        margin-top: 50px;
        gap: 20px;
    }

    .benefits_inner_title {
        padding: 20px 20px 34px 20px;
        max-width: 100%;
        font-size: 18px;
        box-shadow: none;
    }

    .benefits_wrap_inner_text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        min-height: 120px;
        box-shadow: 1px 4px 16px #0d0d0d61;
    }

    .benefits_inner_text {
        max-width: 100%;
        font-size: 16px;
    }

    .benefits_inner_img {
        right: 16px;
        width: 25px;
    }
}

.reviews {
    position: relative;
}

.reviews::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #129c8c;
    clip-path: polygon(0 0, 100% 7%, 100% 90%, 0% 100%);
}

.important_block_right {
    max-width: 560px;
}

.reviews_title {
    position: relative;
    color: white;
}

.news_video_img img {
    max-width: 210px;
    height: 200px;
}

.reviews_block {
    margin-top: 30px;
    position: relative;
}

.reviews_block_video {
    display: flex;
    justify-content: space-between;
}

.reviews_video_txt {
    margin-top: 25px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #ffffff;
}

.reviews_block_showmore {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.reviews_block_showmore_txt {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.reviews_block_showmore_img {
    padding-left: 19px;
    padding-top: 2px;
}

.reviews_video {
    margin: 0px 10px;
}


.about_subjects_subtitle {
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    max-width: 293px;
}

.subjects_tabs-wrap,
.subjects_choice-wrap,
.about_subjects_choice {
    display: flex;
    align-items: center;
}

.subjects_selected {
    display: flex;
    align-items: center;
}

.subjects_choice_format a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #000000;
}

.subjects_choice_format {
    margin-right: 30px;
}

.subjects_choice_btn.active {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #ffffff;
    padding: 7px 36px;
    background-color: #8033ae;
    border-radius: 30px;
    text-decoration: none;
}

.subjects_choice_btn {
    margin-left: 20px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #ffffff;
    padding: 7px 36px;
    background-color: rgba(149, 62, 202, 0.5);
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}

.list {
    padding-left: 20px;
}

.subjects_choice a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
    margin-right: 30px;
}

.subjects_selected {
    display: flex;
    border: 5px solid #8033ae;
    border-radius: 10px;
}

.subjects_selected_txt {
    padding: 7px 5px 2px 10px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
}

.subjects_selected_img {
    padding-bottom: 5px;
    padding-right: 10px;
}

.about_subjects_grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 300px);
    column-gap: 30px;
    row-gap: 40px;
    padding: 60px 0px 0px 110px;
}

.about_subjects_grid.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 300px);
    column-gap: 30px;
    row-gap: 40px;
    padding: 60px 0px 0px 110px;
}

@media (max-width: 1023px) {
    .about_subjects_grid.active {
        display: grid;
        grid-template-columns: repeat(2, 320px);
        grid-template-rows: repeat(4, 300px);
        grid-auto-rows: 300px;
        column-gap: 20px;
        row-gap: 20px;
        padding: 60px 0px 0px;
        width: 100%;
        justify-content: center;
    }

    .subjects_choice-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_subjects_choice {
        align-items: flex-start;
        justify-content: center;
    }

    .subjects_choice_format {
        max-width: 100%;
        margin-right: 100px;
        margin-bottom: 20px;
    }

    .subjects_choice {
        margin-bottom: 20px;
    }
}

.subjects_grid_item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.subjects_item_content {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 40px;
}

.subjects_grid_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
}

.subjects_grid_showmore {
    display: flex;
    align-items: center;
    padding: 18px 0px 0px 0px;
}

.subjects_grid_showmore_txt {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.subjects_grid_showmore:hover .subjects_grid_showmore_img,
.subjects_grid_showmore:hover .subjects_grid_showmore_txt {
    text-shadow: 0 0 4px black;
}

.subjects_grid_showmore_img img {
    height: 18px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.subjects_grid_showmore_img {
    color: #ffffff;
    margin-left: 10px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .about_subjects_choice {
        flex-direction: column;
        justify-content: flex-start;
    }

    .subjects_item_content {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 10px;
    }

    .subjects_choice-wrap1 {
        margin-bottom: 30px;
    }

    .about_subjects_grid.active {
        display: grid;
        grid-template-columns: repeat(2, 166px);
        grid-template-rows: repeat(4, 166px);
        grid-auto-rows: 166px;
        padding: 5px 0px 0px;
    }

    .subjects_grid_title {
        font-size: 24px;
        height: 70px;
        min-height: 70px;
    }

    .subjects_grid_showmore {
        display: flex;
        align-items: center;
        padding: 0px;
    }

    .subjects_grid_showmore_txt {
        text-shadow: 0 0 4px black;
    }
}

.yandex_maps {
    position: relative;
    margin-bottom: 100px;
    height: 560px;
}

.yandex_maps::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff59a2;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
}

.yandex_maps_block {
    display: flex;
    justify-content: space-around;
    padding-top: 120px;
    position: relative;
}

.yandex_maps_block_comments {
    display: flex;
    flex-direction: column;
    padding-right: 150px;
}



.yandex_maps_block_screen img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.yandex_maps_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.yandex_comment_screen_img img {
    border-radius: 10px;
}

.yandex_maps_block_5stars {
    display: flex;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.yandex_maps_block_5stars img {
    padding-left: 5px;
}

.yandex_maps_block_5stars img:last-child {
    padding-right: 5px;
}

.maps_block_5stars_reviews {
    padding-left: 20px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: "cpsp" on, "liga" off;
    color: rgba(255, 255, 255, 0.9);
}

.reviews_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0px;
}

@media (max-width: 1023px) {
    .yandex_maps_block {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .yandex_maps_block_comments {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 0px;
    }

    .yandex_maps {
        margin-bottom: 0px;
        height: auto;
        padding: 100px 0px;
    }

    .yandex_maps_block_title {
        font-size: 24px;
    }

    .yandex_maps_block_screen {
        margin-top: 30px;
    }

    .yandex_maps_block_screen {
        width: 100%;
        min-height: auto;
    }

    .yandex_maps_block_screen img {
        display: block;
        width: auto;
        height: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
}

.news_title {
    color: #8033ae;
}

.news_block {
    margin-top: 40px;
    position: relative;
}

.news__item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news__img {
    flex: 0 0 30%;
}

.news__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news_video_txt {
    margin-top: 25px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #8033ae;
}

.news_block_showmore {
    margin-top: 63px;
    display: flex;
    justify-content: center;
}

.news_block_showmore a {
    text-decoration: none;
    display: flex;
}

.news_block_showmore_txt {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #8033ae;
}

.news_block_showmore_img {
    padding-left: 19px;
    padding-top: 2px;
}

.news_video {
    margin: 0px 10px;
}


.important .news_block_showmore {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .news_block_showmore {
        margin-top: 30px;
    }

    .important .news_block_showmore {
        margin-top: 40px;
    }
}

.important_block {
    margin-top: 40px;
    display: grid;
    grid-template-areas:
        "ena dva tri"
        "ena stiri tri";
    grid-template-columns: minmax(250px, 325px) minmax(350px, 440px) minmax(250px,
            325px);
    gap: 20px;
    grid-template-rows: 190px;
    grid-auto-rows: 190px;
}

.important_block-item {
    position: relative;
    overflow: hidden;
}

.important_block-item1 {
    grid-area: ena;
}

.important_block-item2 {
    grid-area: dva;
}

.important_block-item3 {
    grid-area: tri;
}

.important_block-item4 {
    grid-area: stiri;
}

.important_block-ege {
    position: absolute;
    top: 22px;
    left: 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fbb03b;
}

.important_block-title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
}

.important_block-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.important_block-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .important_block {
        margin-top: 40px;
        display: grid;
        grid-template-areas:
            "ena tri"
            "ena tri"
            "dva dva"
            "stiri stiri";
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-rows: 190px;
        grid-auto-rows: 190px;
    }

    .important_block-img img {
        width: 100%;
        height: auto;
    }
}

.any_questios {
    position: relative;
    margin-top: 100px;
    margin-bottom: -1px;
}

.any_questios::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8034ae;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.social-blok {
    flex: 0 0 50%;
}

social-blok__img {
    width: 100%;
    height: 100%;
}

.about__title {
    margin-bottom: 20px;
}

.social-blok__img img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.any_questions_block {
    padding-top: 200px;
    position: relative;
}

.questions_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.questions_block_subtitle {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding-top: 35px;
    padding-bottom: 60px;
    color: #ffffff;
}

@media (max-width: 1023px) {

    .consultation_block_right,
    .consultation_block_left {
        width: 100%;
        max-width: 555px;
        margin-bottom: -5px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {


    .important_block {
        margin-top: 40px;
        display: grid;
        grid-template-areas:
            "ena ena"
            "dva stiri"
            "tri tri";
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-rows: 250px;
        grid-auto-rows: 250px;
    }

    .important_block-img img {
        width: 100%;
        height: 100%;
    }

    .consultation_block_right {
        max-width: 100%;
        margin-bottom: -5px;
        padding: 30px 16px;
    }

    .form_input_btn {
        justify-content: center;
    }

    .consultation_block_form {
        display: flex;
        flex-direction: column;
    }

    .any_questions_block {
        padding-top: 90px;
    }

    .questions_block_title {
        font-size: 24px;
    }

    .questions_block_subtitle {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.footer {
    background-color: #8034ae;
}

.footer_block {
    display: flex;
    padding: 100px 0px 20px 0px;
}

.footer_logo_img {
    width: 217px;
    overflow: hidden;
}

.footer_logo_img img {
    width: 100%;
    object-fit: cover;
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
}

.footer_menu li a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

.footer_menu li a:hover {
    text-decoration: underline;
}

.footer_social_item {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
}

.footer_social_item:last-of-type {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 170px;
}

.footer_social_logo {
    width: 25px;
    height: 25px;
}

.footer_contacts_item {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
}

.footer_contacts_item:last-child {
    margin-bottom: 0px;
}

.footer_contacts_item a {
    text-decoration: none;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    border-bottom: 3px solid white;
}

.txt_dec_none a {
    border-bottom: none;
}

.footer_adress_item {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    max-width: 350px;
}

@media (max-width: 1023px) {
    .footer_block {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }



    .footer_contacts_item {
        margin-bottom: 10px;
    }

    .footer_contacts_item:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .footer_block {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_adress {
        grid-column: 2 span;
    }


    .footer_block {
        padding: 40px 0px 30px 0px;
    }

    .footer_menu_item a,
    .footer_adress_item,
    .footer_social_item,
    .footer_contacts_item {
        padding: 0px;
    }
}

@media (max-width: 480px) {

    .specSlider {
        padding: 20px 10px 20px 10px;
        margin: -20px -10px -20px 0px;
    }

    .offers-item-inner {
        padding: 10px;
    }

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

    .footer_block {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_adress {
        grid-column: 1 span;
    }
}

/* ================== copiright ====================== */
.copiright {
    border-top: 1px solid #a047d7;
    padding: 10px 0px 20px;
}

.copiright-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copiright-wrap a,
.copiright-wrap span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
}

.copiright-wrap a:hover {
    text-decoration: underline;
}

.copiright-1 {
    padding: 0px 10px;
}

@media (max-width: 1023px) {
    .copiright-wrap {
        display: block;
    }

    .footer_social_item,
    .footer_menu li a,
    .footer_adress_item,
    .footer_adress_item {
        padding: 0px;
    }
}

/****************************************************************************************************        OGE        *************************************************/

.ege_oge {
    position: relative;
}

.ege_oge::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8034ae;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.ege_oge_block {
    position: relative;
    display: flex;
    padding-top: 35px;
    padding-bottom: 55px;
}

.tichers .ege_oge_block {
    justify-content: flex-start;
}

.blog .ege_oge_block {
    position: relative;
    display: flex;
    padding-top: 35px;
    padding-bottom: 55px;
    justify-content: flex-start;
}

.ege_oge_block_img {
    margin-right: 110px;
}

.con_tacts .ege_oge_block {
    justify-content: flex-start;
}

.block_enter_type {
    margin-bottom: 10px;
}

.ege_oge_block_enter_type {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}

.blog .ege_oge_block_enter_type {
    margin-left: 135px;
}

.block_enter_type a {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.ege_oge_block_foto {
    margin-right: 15px;
}

.block_enter_type_btn {
    margin-top: 25px;
}

.block_enter_type_btn a {
    padding: 10px 10px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.ege_oge_block_test {
    display: flex;
    flex-direction: column;
}

.ege_oge-img {
    width: 325px;
    height: 150px;
    overflow: hidden;
}

.tichers .ege_oge-img {
    width: 325px;
    height: 245px;
    overflow: hidden;
}

.blog .ege_oge-img {
    width: 325px;
    height: 245px;
    overflow: hidden;
}

.ege_oge-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ege_oge-btns {
    display: flex;
    flex-direction: column;
}

.ege_oge-btns .btn-ege_oge {
    padding: 9px;
    width: 232px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 40px;
}

.ege_oge-btns .btn-innerit-ege_oge {
    padding: 7px;
    width: 232px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    height: 40px;
    border: 2px solid #ffffff;
}

.ege_oge_block_test_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
}

.ege_oge_block_test_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 50px;
}

.ege_oge_block_test_item {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}

.ege_oge_block_test_item:hover {
    text-decoration: underline;
}

/*=============== Хлебные крошки =============================*/
.breadcrumbs {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.breadcrumbs span,
.breadcrumbs a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.breadcrumbs>span {
    margin: 0px 5px;
}

.breadcrumbs .breadcrumbs__separator {
    display: block;
    width: 40px;
    overflow: hidden;
}

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

.oge_first_block {
    margin: 100px 0px 100px 0px;
}

.oge_second-wrap {
    display: flex;
    justify-content: space-between;
}

.oge_second-right {
    min-width: 325px;
    width: 325px;
    height: 340px;
    overflow: hidden;
    margin-left: 70px;
}

.oge_second-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.oge_block_preparation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 135px;
    row-gap: 90px;
}

.block_preparation_inner {
    display: flex;
    flex-direction: column;
}

.block_preparation_inner_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin: 0px 0px 20px 0px;
}

.description ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.description ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.description li {
    margin-bottom: 20px;
}

.description strong {
    /* font-family: "Bebas Neue", "sans-serif"; */
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    display: flex;
    align-items: center;
    /* text-transform: capitalize; */
    color: #000000;
}

.block_preparation_inner_text ul li {
    padding-left: 44px;
    list-style: none;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 10px;
}

.block_preparation_inner_text ul li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    text-decoration: underline;
    color: #8033ae;
    margin-left: 20px;
}

.block_preparation_inner_text ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #109181;
    
    /* Абсолютное центрирование по вертикали */
    position: absolute;
    left: -2px; /* Выносим кружок левее текста */
    top: 50%;
    transform: translateY(-50%); /* Сдвиг ровно на половину своей высоты для идеального центра */
}

.block_preparation_inner_text ul li:last-child {
    margin-bottom: 0px;
}

.block_preparation_inner_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.one_lesson {
    position: relative;
}

.one_lesson::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff59a2;
    clip-path: polygon(0 0, 100% 7%, 100% 91%, 0% 100%);
}

.one_lesson_block {
    display: flex;
    position: relative;
    padding: 100px 0px 100px 0px;
}

.lesson_block_img {
    margin-right: 250px;
}

.lesson_block_info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.block_info_inner_title {
    margin-bottom: 10px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.block_info_inner_text {
    margin-top: 15px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.block_info_inner_text p {
    margin-bottom: 10px;
}

.block_info_inner_subtitle {
    margin-top: 20px;
}

.info_inner_text {
    padding-left: 20px;
}

.block_img_wrap {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.faq_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.faq_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faq_block_inner {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.faq_block_top {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq_block_inner_text {
    padding-left: 30px;
    max-width: 337px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #333333;
}

.faq_block_descr {
    display: none;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 130%;
}

.faq_block_descr.open {
    display: block;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.faq_block_inner_img {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.faq_block_top.open .faq_block_inner_img {
    transform: rotate(45deg);
}

.motto_block {
    display: flex;
}

.motto_left {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    max-width: 555px;
    margin-right: 135px;
}

.motto_left p {
    margin-bottom: 20px;
}

.motto_right {
    text-align: center;
    font-size: 32px;
}

.discount_oge {
    margin: 100px 0px 100px 0px;
}

.discount_oge_block {
    border: 2px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgba(149, 62, 202, 0.1);
    border-radius: 10px;
    padding: 30px 115px;
}

.discount_oge_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
}

.discount_oge_block_text1 {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-top: 30px;
    text-align: left;
}

.discount_oge_block_text2 {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #333333;
    margin-top: 10px;
    text-align: left;
}

.map_oge {
    position: relative;
}

.map_oge::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #129c8c;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
}

.map_oge_block {
    padding: 38px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_oge_block_left {
    display: flex;
    flex-direction: column;
    max-width: 340px;
}

.map_oge_block_left_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.map_oge_block_left_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    padding-top: 20px;
}

.map_oge_block_right {
    margin-left: 40px;
    max-width: 670px;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.oge_second ul {
    display: grid;
    grid-template-columns: minmax(200px, 460px) minmax(200px, 460px);
    column-gap: 110px;
    row-gap: 20px;
    justify-content: center;
}

.second_prep {
    display: block;
}

.purple_steps {
    display: flex;
}

.purple_steps-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.purple_step-title {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.step-title-purp {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #8033ae;
    display: flex;
    align-items: center;
}

.step-title-baz {
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.purple_step-blok {
    margin-top: 20px;
    background: #ffffff;
    border: 8px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgba(149, 62, 202, 0.1);
    border-radius: 10px;
    padding: 20px 40px;
    min-height: 124px;
}

.purple_steps-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.steps-right-img {
    width: 440px;
    height: 491px;
    overflow: hidden;
}

.steps-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.purple_card_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.purple_card_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 78px;
    row-gap: 40px;
}

.purple_card_block_inner {
    background-color: #8033ae;
    padding: 30px 20px;
}

.purple_card_block_inner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_block_inner_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
}

.card_block_inner_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #ffffff;
    max-width: 284px;
}

.types_oge_title {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 80px;
    padding-top: 70px;
}

.types_oge_block {
    display: grid;
    grid-template-rows: repeat(2, 300px);
    margin-bottom: 40px;
    column-gap: 20px;
    row-gap: 40px;
    grid-template-areas:
        "one  one   two  two   tree tree "
        "four four  four five  five five ";
}

.types_oge_block_inner1 {
    box-shadow: 10px 10px 20px rgba(128, 52, 174, 0.3);
    padding: 30px 20px;
    grid-area: one;
    max-width: 322px;
}

.types_oge_block_inner2 {
    box-shadow: 10px 10px 20px rgba(251, 195, 34, 0.3);
    padding: 30px 20px;
    grid-area: two;
    max-width: 322px;
}

.types_oge_block_inner3 {
    box-shadow: 10px 10px 20px rgba(255, 89, 162, 0.3);
    padding: 30px 20px;
    grid-area: tree;
    max-width: 322px;
}

.types_oge_block_inner4 {
    box-shadow: 10px 10px 20px rgba(16, 144, 129, 0.3);
    padding: 30px 20px;
    grid-area: four;
    min-width: 322px;
    justify-self: end;
    margin-right: 13px;
}

.types_oge_block_inner5 {
    box-shadow: 10px 10px 20px rgba(37, 138, 253, 0.3);
    padding: 30px 20px;
    grid-area: five;
    max-width: 322px;
}

.types_oge_inner_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    margin-top: 35%;
}

.text_purple {
    color: #8033ae;
}

.text_yellow {
    color: #e1a808;
}

.text_pink {
    color: #ff59a2;
}

.text_green {
    color: #109181;
}

.text_blue {
    color: #258afd;
}

.free_lesson_subjects_choice {
    display: flex;
    margin: 50px 0px 30px 0px;
}

.free_lesson_subjects_choice a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
    margin-right: 30px;
}

.free_lesson_selected {
    display: flex;
    border: 5px solid #8033ae;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.free_lesson_selected_txt {
    padding: 7px 5px 2px 10px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    background-color: white;
}

.free_lesson_selected_img {
    padding-bottom: 5px;
    padding-right: 10px;
}

.free_lesson_img {
    background-color: white;
}

.free_lesson {
    position: relative;
}

.free_lesson::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbbc09;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
}

.free_lesson_block {
    padding: 100px 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.free_lesson_block_left {
    display: flex;
    flex-direction: column;
}

.free_lesson_block_left_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.free_lesson_block_left_text {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    padding-top: 20px;
    max-width: 308px;
}

.free_lesson_block_right {
    margin-left: 165px;
}

.free_lesson_block_right_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    text-align: center;
}

.free_lesson_choice {
    display: flex;
    align-items: center;
}

.blog .swiper.mySwiper_carousel {
    padding: 65px 0px;
}

.servises .swiper.mySwiper_carousel {
    padding: 100px 0px;
}

.oge .swiper.mySwiper_carousel {
    padding: 100px 0px;
}

.ege .swiper.mySwiper_carousel {
    padding: 100px 0px;
}

.tichers .swiper.mySwiper_carousel {
    padding: 100px 0px;
}

.info .swiper.mySwiper_carousel {
    padding: 100px 0px;
}

.carousel_slide {
    max-width: 325px;
}

.carousel_slide_img {
    position: relative;
    width: 100%;
}

.carousel_slide_img img {
    width: 100%;
}

.carousel_wrapper .swiper-slide {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.carousel_wrapper .swiper-slide-active {
    transform: scale(1.333);
}

/* .carousel_wrapper .swiper-slide:hover {
	z-index: 1;
} */

/* .carousel_wrapper .swiper-slide:hover img {
	transform: scale(1.4);
} */

.carousel_button {
    position: relative;
    margin-top: 10px;
}

.carousel-button-next {
    position: absolute;
    right: 45%;
    top: 40px;
    cursor: pointer;
}

.carousel-button-prev {
    transform: rotate(180deg);
    position: absolute;
    left: 45%;
    top: 36px;
    cursor: pointer;
}

.carousel_slide_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 21px 17px;
    background-color: #8033ae;
    width: 100%;
}

.russian_lang_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
}

.russian_lang_block_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin: 20px 0px 40px 0px;
    max-width: 374px;
}

.russian_lang_block_info {
    padding: 36px 116px;
    background-color: #8033ae;
    margin: 100px 0px;
}

.russian_lang-text1 {
    font-family: "Cambria";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
}

.russian_lang-text2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 20px;
}

.themes_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.ege10-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.themes_block_subtitle {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin: 20px 0px 40px 0px;
}

.themes_block_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.themes_block_inner {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    justify-content: space-between;
}

.themes_block_inner_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}

.themes_block_inner_name {
    max-width: 250px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
}

.themes_block_inner_url a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #8033ae;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.themes_block_inner_url {
    display: flex;
    align-items: center;
}

.block_inner1 {
    border: 5px solid rgba(128, 52, 174, 0.6);
}

.block_inner2 {
    border: 5px solid rgba(13, 125, 253, 0.5);
}

.block_inner3 {
    border: 5px solid rgba(251, 188, 9, 0.5);
}

.block_inner4 {
    border: 5px solid rgba(255, 89, 162, 0.5);
}

.themes_block_inner_text {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 22px;
    max-width: 346px;
}

.themes_block_inner_text .purple {
    color: #8033ae;
    padding: 0px 10px;
}

.block_inner2 .themes_block_inner_text {
    padding-bottom: 5px;
    max-width: 100%;
}

.themes_block_inner_btn {
    display: flex;
    justify-content: flex-end;
}

.themes_block5 {
    display: flex;
    align-items: center;
}

.early_option {
    width: 50%;
    display: flex;
    align-items: center;
}

.early_option .themes_block_inner_url a {
    padding: 0;
    margin-left: 20px;
}

.themes_block5-right {
    width: 50%;
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #109181;
    margin-left: 20px;
}

.early_option_txt {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    max-width: 340px;
    margin-right: 20px;
}

.early_option_url a {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: #8033ae;
    text-decoration: underline;
}

.themes_block_wrapper2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 187px;
    gap: 20px;
}

.themes_block_inner1 {
    background-color: #ff59a2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 40px;
}

.themes_block_inner1 .themes_block_inner_text2:last-child {
    margin-right: 80px;
}

.themes_block_inner_text2 {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    max-width: 346px;
}

.themes_block_inner_text3 {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    min-width: 250px;
}

.themes_block_inner_text2 p {
    padding-bottom: 10px;
}

.themes_block_inner_text2 p:last-of-type {
    padding-bottom: 0px;
}

.themes_block_inner2 {
    background-color: #8033ae;
    display: flex;
    align-items: center;
    padding: 20px;
}

.themes_block_inner_btn2 {
    display: flex;
    justify-content: flex-end;
}

.themes_block_inner3 {
    background-color: #109181;
    display: flex;
    align-items: center;
    padding: 30px 20px 15px 20px;
}

.themes8_block_wrapper {
    display: flex;
    align-items: center;
}

.early_option1 {
    margin-left: 20px;
}

.useful_materials-title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #8034ae;
}

.themes_block_url a {
    margin-left: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: #ffffff;
    text-decoration: underline;
}

.useful_materials_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 250px);
    gap: 20px;
    margin-top: 30px;
}

.useful_materials_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.useful_materials_grid_inner1 {
    position: relative;
    grid-column: span 2;
}

.useful_materials_grid_inner1 .useful_materials_text {
    max-width: 420px;
}

.useful_materials_grid_inner1 img {
    height: 100%;
}

.useful_materials_grid_inner2 {
    position: relative;
}

.useful_materials_grid_inner2 img {
    height: 100%;
}

.useful_materials_grid_inner3 {
    position: relative;
}

.useful_materials_grid_inner3 img {
    height: 100%;
}

.useful_materials_grid_inner4 {
    grid-row: span 2;
    position: relative;
}

.useful_materials_grid_inner4 img {
    height: 100%;
}

.useful_materials_grid_inner5 {
    position: relative;
}

.useful_materials_grid_inner5 img {
    height: 100%;
}

.useful_materials_grid_inner6 {
    position: relative;
}

.useful_materials_grid_inner6 img {
    height: 100%;
}

.useful_materials_text {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 35px;
    max-width: 250px;
}

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

.useful_block_showmore a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.useful_block_showmore_txt {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.useful_block_showmore_img {
    padding-left: 19px;
    padding-top: 2px;
}

/********************************************************************************************        EGE          ***********************************************************************************************/

.full_time_school_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.full_time_school_block_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 30px;
}

.full_time_school_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    display: flex;
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.full_time_school_block_title h3 {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    display: flex;
    align-items: center;
}

.school_block_right-img {
    position: absolute;
    top: -60px;
    right: -69px;
}

.here {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #742da0;
    margin-left: 15px;
    position: relative;
}

.here::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #742da0;
    bottom: 0px;
}

.full_time_school_block_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-top: 20px;
}

.full_time_school_block_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 53px 57px;
    background: #d9d9d9;
    min-height: 528px;
    position: relative;
}

.full_time_school_block_right .full_time_school_block_title {
    margin: 0;
}

.about_prepared {
    position: relative;
}

.about_prepared.about_prepared1::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff59a2;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
}

.about_prepared::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8033ae;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
}

.about_prepared_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.about_prepared_block_left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.about_prepared_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.about_prepared_block_text {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.about_prepared_block_text a {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: lowercase;
    color: #fff;
    text-decoration: underline;
}

.about_prepared_block_text a:hover {
    color: #4e4e4e;
}

.about__text_wrapper {
    display: flex;
}

.about_prepared2_block {
    display: flex;
    justify-content: space-between;
}

.about_prepared2_block_left {
    display: flex;
    flex-direction: column;
    max-width: 555px;
    margin-right: 20px;
}

.about_prepared2_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.about_prepared2_block_text {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.about_prepared_block_right {
    width: 50%;
    padding-left: 135px;
}

.about_prepared2_block_text.end-text {
    margin-bottom: 0;
}

.about_prepared_block_text1 span {
    max-width: 250px;
    margin-right: 20px;
}

.payment {
    position: relative;
}

.payment::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #129c8c;
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
}

.one_lesson1 {
    padding: 64px 0px 50px;
}

.payment_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 145px 0px;
}

.payment_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.payment_block_subtitle {
    margin: 20px 0px 40px;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
}

.payment_block_subtitle ul {
    list-style: none;
    margin-bottom: 10px;
}

.payment_block_subtitle span {
    color: #0000EE;
    font-weight: 700;
}

.payment_block_subtitle p {
    margin-bottom: 10px;
}

.payment_block_categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
}

.payment_block_categories_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 28px;
    background: #8033ae;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 325px;
}

.categories_info_timing-text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

.payment_block_categories_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #8033ae;
    text-align: center;
}

.ege2 .categories_info_timing_item,
.ege2 .payment_block_categories_foot,
.ege2 .categories_info_lessons,
.ege2 .payment_block_categories_title {
    color: #fff;
}

.payment_block_categories_info {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.categories_info_lessons {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    max-width: 110px;
}

.categories_info_lessons_item {
    padding-top: 10px;
}

.categories_info_lessons_item:first-child {
    padding-top: 0px;
}

.categories_info_timing {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-left: 5px;
}

.categories_info_timing_item {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
}

.lowtext {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    text-transform: inherit;
    margin-bottom: 20px;
}

.payment_block_categories_foot {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
}

.discount_ege-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount_ege-top_title {
    display: flex;
    align-items: center;
}

.discount_ege-top_title h3 {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #8033ae;
}

.discount_ege-top_title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-left: 10px;
}

.discount_ege-top_title .here {
    margin-left: 10px;
}

.top-info-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: #8033ae;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 26px 40px;
    max-width: 441px;
    border: none;
}

.discount_ege_block {
    background: #ffffff;
    border: 8px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgba(149, 62, 202, 0.1);
    border-radius: 10px;
    padding: 30px 95px 30px 115px;
}

.discount_ege_block_wrapp {
    display: flex;
    justify-content: space-between;
}

.discount_ege_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
    margin-bottom: 10px;
}

.discount_ege_block_left {
    max-width: 660px;
}

.discount_ege_block_text1 {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-top: 20px;
    text-align: left;
}

.discount_ege_block_text2 {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #333333;
    margin-top: 10px;
    text-align: left;
}

.discount_ege_block_left span {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.discount_ege_block_right {
    max-width: 345px;
    overflow: hidden;
    margin-left: 20px;
}

.discount_ege_block_right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.discount_ege-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount_ege-bottom-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.discount_ege-bottom-title {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8033ae;
    margin-right: 90px;
}

.discount_ege-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.discount_ege-bottom-info li {
    margin-bottom: 20px;
}

.discount_ege-bottom-info li:last-child {
    margin-bottom: 0px;
}

.discount_ege-bottom-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.top-info-text {
    flex-direction: column;
}

.top-info-text .btn-ege-bottom {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    padding: 9px;
    width: 107px;
    margin-top: 20px;
}

.map_ege {
    position: relative;
}

.map_ege::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbbc09;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
}

.map_ege_block_left_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.map_ege_block_left_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    padding-top: 20px;
}

.results_block {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.results_block_left {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin-right: 20px;
}

.results_block_right {
    padding: 20px 35px;
}

.results-slider-foto {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.results-slider-foto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results-slider-text {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    background: #8033ae;
    width: 100%;
}

.rezult-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    background-color: rgba(132, 132, 132, 0.5);
    border-radius: 50%;
    padding: 7px 10px;
    cursor: pointer;
}

.rezult-arrow span {
    color: #8033ae;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
}

.rezult-arrow-left {
    left: 0px;
}

.rezult-arrow-right {
    right: 0px;
}

.types_ege_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 40px;
}

.types_ege_block1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 210px;
    gap: 20px;
}

.types_ege_block1 .ege_block {
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    margin: 0px;
}

.types_ege_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ege_block {
    max-width: 217px;
    height: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    margin: 0px 5px;
}

.types_ege_block_inner1 {
    box-shadow: 10px 10px 20px rgba(13, 125, 253, 0.1);
}

.types_ege_block_inner2 {
    box-shadow: 10px 10px 20px rgba(251, 195, 34, 0.3);
}

.types_ege_block_inner3 {
    box-shadow: 10px 10px 20px rgba(255, 89, 162, 0.3);
}

.types_ege_block_inner4 {
    box-shadow: 10px 10px 20px rgba(16, 144, 129, 0.3);
}

.types_ege_block_inner5 {
    box-shadow: 2px 2px 8px rgba(37, 138, 253, 0.3);
}

.types_ege_inner_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    text-transform: lowercase;
}

.price_payment {
    position: relative;
}

.price_payment::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff59a2;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}

.price_payment_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 160px 0px;
}

.price_payment_block_categories_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 25px;
    background: #ffffff;
    border: 5px solid #8033ae;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.courses_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.courses_block_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 250px);
    grid-auto-rows: 250px;
    gap: 20px;
    margin-top: 40px;
}

.courses_block_inner {
    background-color: #fbbc09;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px 15px 40px;
}

.courses_block_inner_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.courses_block_inner_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.courses_block_inner_btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.courses_block_inner_btn .btn {
    background-color: #8034ae;
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #f2f2f2;
    padding: 20px 35px;
    width: 158px;
    height: 62px;
}

.courses1 {
    display: grid;
    grid-template-columns: 300px 300px;
    column-gap: 150px;
    row-gap: 20px;
    justify-content: center;
}

.courses1-blok {
    display: flex;
    align-items: center;
}

.courses1-blok span {
    margin-left: 30px;
    font-family: "Bebas Neue";
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #333333;
}

.mini_courses_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.mini_courses_block_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
    margin-top: 40px;
}

.mini_courses_block_inner {
    background-color: #ff59a2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 40px 15px 40px;
}

.mini_courses_block_inner_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    max-width: 190px;
}

.mini_courses_block_inner_btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.mini_courses_block_inner_btn a {
    background-color: #8034ae;
    color: #f2f2f2;
}

.courses_info {
    margin-top: 100px;
}

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

.courses_info_block_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.courses_info_block_item {
    padding: 10px;
}

.courses_info_block_item a {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #8033ae;
}

.online_events {
    position: relative;
}

.online_events::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #129c8c;
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
}

.online_events_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 240px 0px;
}

.online_events_block_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #ffffff;
}

.online_events_block_wrapp {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.online_events_block_item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #109181;
    box-shadow: 0px 0px 11px #278a7f;
    border-radius: 10px;
    max-width: 369px;
    margin: 0px 5px;
}

.online_events_block_item_title {
    display: flex;
}

.online_events_name {
    padding-left: 10px;
    display: flex;
    align-items: center;
    max-width: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #f2f2f2;
}

.online_events_block_item_info {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 23px;
    max-width: 250px;
}

.online_events_block_item_foot {
    margin-top: 42px;
    display: flex;
}

.online_events_free {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fbb03b;
    display: flex;
    align-items: center;
    margin-right: auto;
}

.online_events_data {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
}

.online_events_date {
    margin-left: 10px;
    margin-right: 20px;
}

.online_events_time {
    margin-left: 10px;
}

/************************************************************************************************      SERVICES         ****************************************************/

.servises_hero .ege_oge .container_new .ege_oge_block .ege_oge_block_test .ege_oge_block_test_title {
    margin-bottom: 10px;
}

.servises_testing_block {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.servises_testing_block_left {
    display: flex;
    flex-direction: column;
}

.servises_testing_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
}

.servises_testing_subtitle {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin-top: 30px;
}

.servises_testing_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    max-width: 555px;
    margin-top: 20px;
}

.servises_testing_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 290px);
    column-gap: 77px;
    row-gap: 50px;
    margin-top: 100px;
}

.servises_testing_cards_item {
    padding: 40px 20px;
    background-color: #bf99d6;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.servises_testing_cards_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.servises_testing_cards_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-top: 20px;
    max-width: 272px;
}

.bg_color {
    background-color: #ffd894;
}

.servises_testing_price_title {
    margin-bottom: 20px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.servises_testing_price_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #333333;
    max-width: 620px;
}

.tutoring_first_block {
    display: flex;
    justify-content: space-between;
}

.tutoring_first_block_left_title {
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
}

.tutoring_first_block_left_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-top: 20px;
    max-width: 335px;
}

.tutoring_first_block_right_text {
    font-family: "Roboto", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    padding-right: 100px;
    display: flex;
    align-items: center;
    max-width: 605px;
    padding-top: 25px;
}

.lesson_block_text {
    margin-right: 250px;
    padding-left: 39px;
    font-family: "Bebas Neue", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    display: flex;
    align-items: center;
    max-width: 336px;
}

.info_inner_text {
    max-width: 345px;
}

.tutoring_second {
    margin: 100px 0px;
}

.tutoring_format_block {
    display: flex;
    justify-content: space-between;
}

.tutoring_format_block_item1 {
    display: flex;
    flex-direction: column;
}

.tutoring_format_block_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.tutoring_format_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.tutoring_format_block_item1 .tutoring_format_block_text {
    margin-top: 20px;
    max-width: 375px;
}

.tutoring_format_block_item2 {
    margin-left: 20px;
}

.tutoring_format_block_item {
    width: 50%;
}

.indent {
    margin-bottom: 50px;
}

.tutoring_format_block_text ul {
    padding-left: 30px;
}

.tutoring_format_block_item3 {
    max-width: 215px;
    display: flex;
    align-items: center;
}

.tutoring_format_block_item6 {
    margin-left: 40px;
}

.form_payment_left,
.form_payment_right {
    width: 50%;
}

.tutoring_format_block_list {
    display: flex;
}

.tutoring_format_block6 {
    margin-right: 20px;
}

.tutoring_format_block6 .tutoring_format_block_list {
    margin-top: 80px;
}

.tutoring_format_block_item6 .tutoring_format_block_title {
    margin-bottom: 80px;
}

.tutoring_format_block_right {
    padding-top: 35px;
}

.format_block_right_item a {
    padding-top: 32px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: #8033ae;
}

.format_block_right_item {
    padding-top: 32px;
}

.tutoring_format_block_item7 .tutoring_format_block_title {
    margin-bottom: 20px;
}

.tutoring_format_block_item7 .tutoring_format_block_text ul {
    padding-left: 30px;
    max-width: 324px;
}

.tutoring_format_block_item8 .tutoring_format_block_text {
    max-width: 345px;
    margin-top: 20px;
}

.tutoring_format_block_item8 .format_block_right_item {
    padding: 0px;
}

.tutoring_format_block_text_first {
    display: flex;
    align-items: flex-end;
}

.slider-blok {
    overflow: hidden;
}

.inglish_child_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
}

.inglish_child_subtitle {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}

.inglish_child_block_one .block_preparation_inner_text ul li:last-child {
    padding-right: 35px;
}

.form_payment {
    display: flex;
}

.form_payment_left .tutoring_format_block_item6 .tutoring_format_block_list .tutoring_format_block_right {
    padding-right: 90px;
}

.form_payment_right .tutoring_format_block_item8 {
    padding-left: 0px;
}

.summer_camp_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8034ae;
    margin-bottom: 20px;
}

.summer_camp_block {
    display: flex;
    justify-content: space-between;
}

.summer_camp_block_left {
    max-width: 420px;
}

.summer_camp_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 50px;
}

.summer_camp .tutoring_format_block_list {
    margin-top: 20px;
}

.block_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

.payment_forms_block_text a {
    color: #8033ae;
    font-weight: 700;
}

.summer_camp_block_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.summer_camp_block_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 20px;
}

.summer_camp_block_list .block_preparation_inner_text ul {
    padding-left: 15px;
    padding-top: 10px;
}

.purple_txt {
    color: #8033ae;
}

.summer_camp_block_right {
    max-width: 555px;
    margin-left: 20px;
}

.tutoring_format_block_item7 {
    margin-right: 20px;
}

.products_grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 564px;
    grid-auto-rows: 564px;
    column-gap: 20px;
    row-gap: 40px;
}

.products_grid_item_img {
    width: 100%;
    height: 100%;
    max-height: 484px;
    background: #d9d9d9;
    overflow: hidden;
}

.products_grid_item_img img {
    width: 100%;
}

.products_grid_item_name {
    margin-top: 20px;
    padding: 15px 20px;
    background: #8033ae;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products_grid_item_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
}

.payment_form_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.payment_forms_block_title {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8033ae;
}

.payment_forms_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.mater_capital_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.mater_capital_subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.mater_capital_block {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.mater_capital_block_left {
    max-width: 440px;
}

.mater_capital_block_item {
    display: flex;
}

.purple_numb {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8033ae;
}

.mater_capital_block_text {
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.mater_capital_block_right {
    max-width: 440px;
}

.payment_forms_block_text span {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #109181;
}

.payment_form_block5 .payment_forms_block_text {
    padding-top: 20px;
    max-width: 450px;
}

.payment_forms_grid_item img {
    margin-bottom: 30px;
}

.payment_forms_grid_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #8033ae;
    margin-bottom: 20px;
}


.payment_forms_grid_item .mater_capital_block_text {
    margin-bottom: 20px;
}

.payment_forms_grid_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.payment_forms_grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment_forms_grid_img {
    margin-top: 20px;
}

.payment_forms_grid_phons p,
.payment_forms_grid_phons a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #8033ae;
    margin-top: 10px;
}

/****************************************************************************            BLOG           ******************************************************************/

.yellow_txt a {
    color: #fbb03b;
}

.blog_hero .ege_oge .container_new .ege_oge_block .ege_oge_block_img {
    margin-right: 50px;
}

.useful_materials_list {
    margin-top: 100px;
}

.useful_materials_list_item {
    margin-bottom: 12px;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #c4c4c4;
}

.useful_materials_list_item:first-child {
    color: #333333;
}

.useful_materials_grid_inner7 {
    grid-row: span 2;
    position: relative;
}

.useful_materials_grid_inner8 {
    grid-row: span 2;
    position: relative;
}

.useful_materials_grid_inner9 {
    position: relative;
}

.useful_materials_grid_inner10 {
    position: relative;
}

.useful_materials_grid_inner11 {
    position: relative;
}

.useful_materials_grid_inner12 {
    position: relative;
}

.news .container_new .russian_lang_block .russian_lang_block_title {
    margin: 100px 0px;
}

.search {
    width: 100%;
    position: relative;
}

.search input {
    border: none;
}

.search .input {
    width: 100%;
    padding: 13px 30px 13px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1),
        inset 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: #eee;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    outline: none;
    border: 2px solid #8033ae;
}

.search .input:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background: #e8e8e8;
    color: #333;
}

.search .submit {
    padding: 25px 60px 25px 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    cursor: pointer;
    background: url(../img/search.svg) 50% no-repeat;
    opacity: 0.5;
}

.search .submit:hover {
    opacity: 0.8;
}

.interesting_block_search form input.input {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
}

.interesting_block {
    display: flex;
}

.interesting_block_search {
    margin-top: 80px;
}

.interesting_block_grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 320px);
    column-gap: 75px;
    row-gap: 50px;
}

.interesting_block_grid_item_text {
    margin-top: 30px;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}

.interesting_block_right {
    margin-left: 135px;
    margin-top: 25px;
}

.interesting_block_teg {
    margin-top: 60px;
}

.interesting_block_teg_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: lowercase;
    color: #109181;
}

.interesting_block_teg_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    margin-top: 20px;
}

.interesting_block_teg_grid_item1 {
    padding: 11px 25px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #8033ae;
}

.interesting_block_teg_grid_item2 {
    padding: 11px 25px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #8033ae;
}

.interesting_block_teg_grid_item3 {
    padding: 11px 25px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #8033ae;
    grid-column: span 2;
}

.interesting_block_teg_grid_item4 {
    padding: 11px 25px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #8033ae;
    grid-column: span 2;
}

.interesting_block_teg_grid_item5 {
    padding: 11px 25px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #8033ae;
}

.article_name_title {
    margin-top: 100px;
    margin-bottom: 50px;
}

.article_name_block {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.article_name_block_text {
    font-size: 16px;
    max-width: 900px;
}

.article_block_news {
    display: flex;
    margin-bottom: 40px;
}

.block_news_body {
    margin-right: 20px;
}

.tel {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333333;
    text-decoration: none;
}

.mail {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-transform: lowercase;
    color: #8034ae;
}

.mail_black a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
}

.about_prepared {
    position: relative;
}

.basic_pink_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 85px 0px 60px;
}

.basic_pink_block .about_prepared_block_left .about_prepared_block_text {
    max-width: 420px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.basic_pink_block .about_prepared_block_right .about_prepared_block_text {
    max-width: 555px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.basic_pink_block .about_prepared_block_right .about_prepared_block_text a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #000000;
    white-space: nowrap;
}

.basic_pink_block .about_prepared_block_left .about_prepared_block_title {
    max-width: 420px;
    max-width: 420px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
}

.basic_pink_block .about_prepared_block_right .about_prepared_block_title {
    max-width: 420px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
}


.prepared_block_right-img {
    width: 300px;
}

.documents_block {
    display: flex;
    justify-content: space-between;
}

.documents_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 80px;
}

.documents_block_left {
    max-width: 440px;
}

.documents_block_name {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    margin-bottom: 10px;
}

.documents_block_save a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #742da0;
    margin-bottom: 40px;
}

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

.documents_block_right {
    max-width: 500px;
}

.license_blocks {
    padding: 65px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.license_block {
    display: flex;
    margin-bottom: 60px;
}

.license_block:last-child {
    margin-bottom: 0px;
    justify-content: flex-start;
}

.license_block_left_name {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
    max-width: 195px;
}

.license_block_left {
    min-width: 345px;
}

.license_block_right {
    display: flex;
    justify-content: flex-start;
}

.license_block_right_img {
    margin-right: 20px;
}

.license_block_right .license_block_right_img {
    justify-content: flex-start;
}

.education_info_block_left {
    max-width: 555px;
}

.education_info_block_left_title {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.education_info_block_left_text {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
    max-width: 555px;
}

.education_info_block_left_bold_txt {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
}

.education_info_block_left_button {
    margin-top: 40px;
}

.education_info_block_left_button a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.education_info_block .technical_block_text {
    margin: 0;
}

.education_info_block_right_img {
    margin-bottom: 10px;
}

.education_info_block_right_name {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    max-width: 293px;
}

.education_info-set {
    display: grid;
    grid-template-columns: 310px 310px;
    gap: 40px;
}

.technical_title {
    margin-bottom: 30px;
}

.technical_block {
    display: flex;
    justify-content: space-between;
}

.technical_block_left {
    max-width: 555px;
}

.technical_block_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}

.technical_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 40px;
}

.title_numb {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    margin-right: 15px;
}

.technical_block_right {
    max-width: 440px;
}

.paid_services_block {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 65px;
    position: relative;
}

.paid_services_block_left {
    max-width: 583px;
    margin-right: 20px;
}

.paid_services_block_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.paid_services_block_subtitle {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    margin: 20px 0px;
}

.about_prepared_block_text p {
    margin-bottom: 10px;
}

.paid_services_block_text {
    max-width: 510px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 20px;
}

.paid_services_block_right {
    display: flex;
    align-items: center;
}

.paid_services_block_txt {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 20px;
}

.programs_title {
    margin-bottom: 60px;
}

.programs_block_inner {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}

.programs_block_name {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    max-width: 387px;
}

.programs_block_fio {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin: 0 15px;
}

.programs_block_btn a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.bg_pink a {
    background-color: #ff59a2;
}

.bg_green a {
    background-color: #369c8c;
}

.bg_blue a {
    background-color: #0f91f3;
}

.bg_purple a {
    background-color: #8033ae;
}

.yellow_shad {
    box-shadow: 10px 10px 20px rgba(251, 195, 34, 0.3);
}

.pink_shad {
    box-shadow: 10px 10px 20px rgba(255, 89, 162, 0.3);
}

.green_shad {
    box-shadow: 10px 10px 20px rgba(16, 145, 129, 0.3);
}

.blue_shad {
    box-shadow: 10px 10px 20px rgba(15, 145, 243, 0.3);
}

.purple_shad {
    box-shadow: 10px 10px 20px rgba(128, 51, 174, 0.3);
}

/***********************************************************************             CONTACTS             ************************************************************************************************/

.contacts_title {
    margin-bottom: 40px;
}

.contacts_block {}

.contacts_block_left {
    width: 100%;
    max-width: 100%;
    margin-right: 20px;
}

.contacts_block_right {
    max-width: 185px;
}

.contacts_block_title {
    margin-bottom: 10px;
}

.contacts_block_subtitle {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
}

.contacts__row {
    margin-bottom: 30px;
}

.contacts_block_subtitle .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts_block_subtitle a {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}

.social_title {
    margin-bottom: 40px;
}

.social-wrap {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 135px;
}

.social_block_logo {
    background: #ffffff;
    border: 2px solid #8033ae;
    border-radius: 10px;
    padding: 5px;
    height: 100px;
    width: 95px;
    min-width: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social_block_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.social_block_item:last-child {
    margin-right: 0px;
}

.social_block_logo {
    text-align: center;
    margin-right: 20px;
}

.social_block_logo img {
    width: 40px;
    height: 40px;
}

.social_block_text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    text-align: center;
    margin-top: 5px;
}

.entry_block {
    display: flex;
    justify-content: space-between;
}

.entry_title {
    margin-bottom: 10px;
}

.entry_block_btn {
    margin-top: 30px;
}

.contacts2-wrap {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.contacts2-blok+.contacts2-blok {
    margin-left: 20px;
    width: 440px;
    height: 413px;
    overflow: hidden;
}

.contacts2-blok img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts2 .social_block_info1 {
    margin-bottom: 35px;
}

.contacts3 .entry_title {
    margin-bottom: 40px;
}

.contacts3 .info7-slide-name {
    color: #129c8c;
}

.social_block_info a {
    color: #8034ae;
}

/************************************************************************************         TEACHERS        ***********************************************************************************/

.teachers_block_title {
    margin: 30px 0px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    color: #109181;
    text-align: center;
}

.teachers_block_subtitle {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    text-align: center;
}

.teachers_block_wrapp {
    display: flex;
}

.teachers_block_wrapp_left {
    margin-right: 20px;
}

.teachers_block_videoname {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #109181;
    margin-bottom: 20px;
}

.teachers_block_supervisor {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
}

.teachers_block_fio {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #ff59a2;
    margin-bottom: 20px;
    margin-top: 10px;
}

.teachers_block_wrapp_right {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.teachers1-wrap {
    background: #ffffff;
    border: 8px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgba(149, 62, 202, 0.1);
    border-radius: 10px;
    padding: 14px 50px 19px;
    margin-top: 40px;
}

.teachers_block_title.title1 {
    text-align: start;
    margin: 0;
    margin-bottom: 20px;
}

.teachers1-blok {
    display: grid;
    grid-template-columns: 315px 315px;
    gap: 20px;
}

.teachers1-blok a {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #8033ae;
}

.teachers1-blok a:hover {
    text-decoration: underline;
}

.teachers_block_video {
    background: #d9d9d9;
    height: 470px;
    width: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.requirements_block_wrapp {
    display: grid;
    grid-template-columns: 300px 330px 1fr;
    gap: 30px;
}

.requirements_block_item {
    display: flex;
    align-items: center;
}

.requirements_block_numb {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
    background-color: #8033ae;
    border-radius: 50%;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.requirements_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
    max-width: 697px;
    display: flex;
    align-items: center;
}

.requirements_block_list {
    margin-top: 40px;
}

.requirements_block_txt {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #8034ae;
    margin-bottom: 40px;
    max-width: 670px;
}

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

.requirements_block_skills {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.requirements_block_skills_item {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #109181;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px 45px;
    width: 100%;
    height: 100px;
}

.requirements_block_skills_item:last-child {
    margin-right: 0px;
}

.requirements_block_list .block_preparation_inner .block_preparation_inner_text ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
}

.requirements_block_list .block_preparation_inner .block_preparation_inner_text ul li {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ed1e79;
    max-width: 320px;
}

.payments_contacts_title {
    margin-bottom: 20px;
}

.payments_contacts_block {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.payments_contacts_block_txt {
    margin-bottom: 20px;
}

.teachers_motto {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #109181;
}

.time_block {
    position: relative;
}

.time_title {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
}

.time_block_wrapp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.time_block_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    max-width: 440px;
}

.time {
    margin-bottom: 100px;
}

.consultation_block-tichers .consultation_block_left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.consultation_block-tichers .consultation_block_right {
    width: 50%;
    background-color: #109081;
    padding: 23px 100px;
}

.consultation_block-tichers .consultation_order {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
}

.consultation_block-tichers .form_input_type {
    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    padding-bottom: 8px;
}

.form_input_type p {
    width: 100%;
}

.form_input_btn .wpcf7-spinner {
    display: none;
}

/* =============== ЕГЭ дополнительно =====================*/
.ege7 {
    position: relative;
}

.ege7::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbbc09;
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
}

.ege7_block {
    padding: 114px 0px 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ege7_block_left {
    padding-right: 20px;
}

.ege7_block_left_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 20px;
}

.block_left_text {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    max-width: 310px;
}

.block_right-title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    text-align: center;
    margin-bottom: 45px;
}

.block_right_cheng {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ege7_block_right .subjects_selected {
    max-width: 190px;
}

.ege7_block_right p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #000000;
    margin-right: 30px;
}

.block_right-video {
    width: 670px;
    height: 470px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
}

.ege8-top {
    display: flex;
}

.ege8-left {
    width: 50%;
    padding-right: 20px;
}

.ege8-left .discount_ege-bottom-title {
    margin-bottom: 40px;
}

.ege8-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.ege8-right {
    width: 50%;
    overflow: hidden;
}

.ege8-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ege8-middle {
    display: grid;
    grid-template-columns: minmax(264px, 553px) 264px 264px;
    gap: 20px;
}

.ege8-middle-item {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.ege8-middle-item1 {
    display: flex;
    padding: 20px 18px 20px 20px;
    align-items: center;
}

.ege8-item1 {
    background: #8034ae;
}

.ege8-middle-item1 .ege8-item-title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
    max-width: 190px;
    min-width: 190px;
    margin-right: 20px;
}

.ege8-middle-item1 .ege8-item-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}

.ege8-middle-item2 {
    padding: 20px 5px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ege8-middle-item2 .ege8-item-title {
    height: 50%;
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.ege8-middle-item2 .ege8-item-info {
    height: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}

.ege8-item2 {
    background: #ff59a2;
}

.ege8-item3 {
    background: #fbb03b;
}

.ege8-item4 {
    background: #0f91f3;
}

.ege8-item5 {
    background: #109181;
}

.ege8-item6 {
    background: #ff59a2;
}

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

.ege8-bottom-text {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.ege8-bottom-text:first-of-type {
    margin-bottom: 20px;
}

.ege8-text-min {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-left: 5px;
}

.ege8-text-purpl {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #8033ae;
    margin-left: 5px;
}

.consultation_block_right.consultation_block_purpl {
    background: #109181;
}

.test__time .discount_ege-bottom-title {
    margin-bottom: 30px;
}

.test__time_content p {
    border-bottom: 1px dotted #000000;
    width: 100%;
    margin: 0px 20px;
}

.test__time_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.test__time_predmet {
    width: 100%;
}

.test__time-time {
    width: 100%;
}

.test__time-time.last {
    width: 100%;
}

.consultation_block-ege .consultation_block_left-img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.consultation_block-ege .consultation_block_left-img img {
    width: 100%;
    object-fit: cover;
}

.ege9-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: lowercase;
    color: #333333;
    margin-top: 30px;
}

.ege10 {
    padding-bottom: 40px;
}

.ege10 .russian_lang_block_title {
    margin-bottom: 20px;
}

.ege10-text p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}

.ege10-text p:last-of-type {
    margin-bottom: 0px;
}

.ege10-text p span {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-right: 5px;
}

/* =============== ЕГЭ дополнительно =====================*/

.full_time_school_block1 {
    display: flex;
    justify-content: space-between;
}

.school_block_right,
.school_block_left {
    width: 50%;
}

.school_block_left {
    margin-right: 20px;
    max-width: 500px;
}

.oge1 .full_time_school_block {
    align-items: flex-start;
}

.school_block_text {
    margin-top: 20px;
}

.oge1 .full_time_school_block_title1 {
    margin-top: 40px;
}

.oge1 .school_block_right_img {
    margin-top: 20px;
}

.oge2 .discount_ege_block {
    background: #ffffff;
    border: 8px solid rgba(138, 72, 177, 0.3);
    box-shadow: 10px 10px 10px rgb(149 62 202 / 10%);
    border-radius: 10px;
    padding: 30px 95px 30px 115px;
}

.discount_ege_block_text-wrap {
    display: flex;
}

.discount_ege_block_text-wrap .discount_ege_block_text1 {
    max-width: 370px;
}

.discount_ege_block_text-wrap .here::after {
    bottom: 20px;
}

.oge2 .discount_ege_block_wrapp {
    align-items: center;
}

.oge2 .discount_ege_block_text1 {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.oge2 .discount_ege_block_text1 .purpl {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #8033ae;
}

.oge2 .discount_ege_block_text1 span {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.discount_ege_block_text1-dop {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #333333;
    max-width: 375px;
}

.oge8-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 20px;
}

.oge8-middle-oge {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 20px;
}

.ege8-item-oge {
    background: #8034ae;
    border-radius: 10px;
}

.block_info_inner_subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
}

.oge8-item-text {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    max-width: 350px;
}

.oge8-item {
    background: #ffffff;
    border: 5px solid rgba(255, 89, 162, 0.5);
    border-radius: 10px;
}

.themes_block_inner.oge_inner1 {
    background: #ffffff;
    border: 5px solid rgba(128, 52, 174, 0.6);
}

.themes_block_inner.oge_inner2 {
    background: #ffffff;
    border: 5px solid rgba(13, 125, 253, 0.5);
}

.oge_inner3 .themes_block_inner_item {
    padding: 0;
    width: 100%;
}

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

.oge_inner3 .themes_block_inner_name {
    max-width: 300px;
    margin-right: 20px;
}

.themes_block_inner.oge_inner4 {
    background: #ffffff;
    border: 5px solid rgba(255, 89, 162, 0.5);
}

/* =============== УСЛУГИ =====================*/

.serv2-img-wrap {
    width: 385px;
    min-width: 385px;
    height: 365px;
    overflow: hidden;
}

.serv2-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serv2 .one_lesson_block {
    display: flex;
    position: relative;
    padding: 45px 0px 62px 0px;
}

/* =============== БЛОГ дополнительно =====================*/

.blog3-wrap {
    margin-top: 70px;
}

.blog-dop-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.dop-menu-btn {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #8033ae;
    padding: 11px 23px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
    white-space: nowrap;
}

.dop-menu-btn:last-child {
    margin-right: 0px;
}

.dop-menu-btn.active {
    color: #fff;
    padding: 11px 23px;
    border: 2px solid #8033ae;
    border-radius: 5px;
    background-color: #8033ae;
}

.blog-serch {
    width: 100%;
    position: relative;
}

.blog-serch input {
    width: 100%;
    background: #ffffff;
    border: 3px solid #8033ae;
    border-radius: 5px;
    height: 80px;
}

.blog-serch-img {
    position: absolute;
    width: 35px;
    height: 35px;
    overflow: hidden;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.blog-serch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.blog-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 75px;
    row-gap: 20px;
}

.blog-card-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-card-title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    text-align: center;
    padding: 30px;
}

/* =============== Сведения о компании =====================*/
.basic_info_title {
    margin-bottom: 20px;
}

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

.basic_info_list li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.basic_info_num {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: lowercase;
    color: #ffffff;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8033ae;
    border-radius: 50%;
    margin-right: 33px;
}

.basic_info_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #8033ae;
}

.basic_info_block_img {
    margin-left: 20px;
}

.basic_info_block_title {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
}

.basic_info_block_text {
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #333333;
}

.basic_info_block_text p {
    width: 150px;
    margin-right: 20px;
}

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

.basic_info_block2_right {
    width: 50%;
    padding-left: 110px;
    display: flex;
    flex-direction: column;
}

.basic_info_block2_left {
    width: 50%;
    margin-right: 20px;
}

.basic_info_block_img {
    max-width: 555px;
    min-width: 555px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.basic_info_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basic2_info_list li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.basic2_info_num {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #8034ae;
    margin-right: 20px;
}

.basic2_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
}

.info1 {
    position: relative;
}

.info1::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff59a2;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
}

.info1_block {
    display: flex;
    align-items: center;
}

.info1_block_left_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff;
}

.info1_block_left_subtitle {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.info1_block_left_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.info1_block_right {
    max-width: 555px;
    max-height: 507px;
    overflow: hidden;
}

.info1_block_right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.info1_block_left {
    width: 50%;
    padding-right: 135px;
}

.info2-blok {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
    row-gap: 50px;
}

.info2-blok-wrap {
    display: flex;
}

.info2-blok-img {
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.info2-blok-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info2-blok-text {
    margin-left: 20px;
    width: 50%;
    display: flex;
    align-items: center;
}

.info2-blok-text:nth-of-type(1) {
    margin-right: 20px;
    margin-left: 0;
    width: 50%;
    display: flex;
    align-items: center;
}

.info2-blok-text p {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.info2-blok-text p .purpl {
    color: #8033ae;
}

.info3-blok-title {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.info3-blok-title h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
}

.info3-blok-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #742da0;
    margin-bottom: 5px;
    text-decoration: underline;
    margin-left: 20px;
}

.info3-blok-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 270px;
    gap: 79px;
}

.info3-slide-video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    background: #d9d9d9;
}

.info3-slide-name {
    padding-top: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #109181;
}

.info4-blok-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.info4-blok-text p+p {
    margin-top: 5px;
}

.info4-blok-text+.info4-blok-text {
    margin-top: 40px;
}

.info4-blok-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info4-blok-right {
    width: 100%;
    overflow: hidden;
}

.info4-blok-right img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.info5_title {
    margin-bottom: 40px;
}

.info5-blok-right ul li {
    margin-bottom: 10px;
    list-style: none;
}

.info5-blok-sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #109181;
    margin-bottom: 40px;
}

.info5-blok-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    position: relative;
}

.info5-blok-link.info5-blok-link1 {
    color: #8033ae;
}

.info5-blok-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #8033ae;
    bottom: -5px;
    left: 0;
}

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

.info7 {
    position: relative;
}

.info7::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #129c8c;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}

.info7_block_text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
    max-width: 555px;
}

.info7-slide-name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
}

.info7_block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 170px 0px;
}

.info_b_title {
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    color: #8033ae;
    margin-bottom: 40px;
}

.info8-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 105px;
}

.yellow_blok {
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(251, 195, 34, 0.3);
}

.yellow_blok .programs_block_name {
    color: #e1a908;
}

.yellow_blok .programs_block_btn {
    background: #e1a808;
}

.pink_blok {
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(255, 89, 162, 0.3);
}

.pink_blok .programs_block_name {
    color: #ff59a2;
}

.pink_blok .programs_block_btn {
    background: #ff59a2;
}

.green_blok {
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(16, 145, 129, 0.3);
}

.green_blok .programs_block_name {
    color: #109181;
}

.green_blok .programs_block_btn {
    background: #369c8c;
}

.blue_blok {
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(15, 145, 243, 0.3);
}

.blue_blok .programs_block_name {
    color: #0f91f3;
}

.blue_blok .programs_block_btn {
    background: #0f91f3;
}

.purple_blok {
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(128, 51, 174, 0.3);
}

.purple_blok .programs_block_name {
    color: #8033ae;
}

.purple_blok .programs_block_btn {
    background: #8033ae;
}

.programs_block_btn {
    width: 210px;
    height: 62px;
    text-align: center;
}

.programs_block_inner:last-child {
    margin-bottom: 0px;
}

.info9-wrap {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
}

.info4-blok-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.info9-blok-link {
    max-width: 350px;
}

.info9-blok-link a {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #8033ae;
    text-decoration: underline;
}

.info9-blok-img {
    max-height: 500px;
    width: 100%;
    overflow: hidden;
}

.info9-blok-img img {
    width: 100%;
    object-fit: cover;
}

.info9-blok-name {
    margin-top: 10px;
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
}

.themes_block6 {
    height: 300px;
    overflow: hidden;
}

.themes_block6 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.servic2 {
    padding-bottom: 50px;
}

.servic2 .ege10-text {
    display: grid;
    grid-template-columns: 1fr;
}

/*==========================
// single-servise
*/

.single_content p {
    margin-bottom: 20px;
}

.single_content h3 {
    margin-bottom: 30px;
}

.single_content table {
    max-width: 680px;
}

.single_content td,
.single_content tr {
    border: 1px solid #333333;
    padding: 5px 30px;
    text-align: center;
    width: 50%;
}

/*============================
// popap
*/
.popap {
    display: none;
}

.popap.open {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 101;
}

.popap.open .popap-content {
    max-width: 1130px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cross-out {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

.cross-out svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .popap .consultation {
        min-width: 740px;
    }
}

@media (max-width: 767px) {
    .popap .consultation {
        min-width: 320px;
    }

    .education_block_title,
    .education_title,
    .reviews_block_showmore_txt,
    .news_block_showmore_txt {
        font-size: 24px;
    }

    .any_questios {
        margin-top: 0px;
    }
}
body .reviews_video_video video, 
body .reviews_video_img video, 
body .reviews_video_img iframe {
    width: 339px !important;
    height: 323px !important;
    min-width: 339px !important;
    min-height: 323px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Чтобы на мобильных не было огромных черных полос */
@media (max-width: 768px) {
    .reviews_video_img video {
        height: 200px !important;
    }
}