@font-face {
  font-family: "FontOver";
  src: url("../fonts/FontOver.otf");
	
}

@font-face {
    font-family: 'TTFirsNeue';
    src: url('TTFirsNeue-Regular.eot');
    src: local('TT Firs Neue Regular'), local('TTFirsNeue-Regular'),
        url('../fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-over: "FontOver";
	font-family: var(--FontOver);
}


html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'TTFirsNeue';
    color: #0C0922;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

h1 {
    font-weight: 400;
    font-size: 100px;
    line-height: 90%;
    margin: 0;
}

.h1 {
    font-weight: 400;
    font-size: 100px;
    line-height: 90%;
}

h2 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
    margin: 0;
}

.arrow_link {
    transition: 0.3s ease-in-out;
    margin-left: 14px;
}

.text_blue {
    color: #3314F1;
}

.text_white {
    color: #F9F9F9;
}

.text_white:hover {
    color: #F9F9F9;
}

.text_black {
    color: #0C0922;
}

.link {
    font-size: 24px;
    line-height: 100%;
}

.m_container {
    max-width: 1240px;
    padding: 10px 10px 20px;
    margin: 20px auto 0;
}

.m_container_big {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.text_normal {
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
}

.text_small {
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
}

.btn_white {
    padding: 9px 26px;
    border: 2px solid #0C0922;
    border-radius: 40px;
}

.btn_white:hover {
    color: #F9F9F9;
    background: #3314F1;
    border-color: #3314F1;
    cursor: pointer;
}

.btn_white:active {
    background: #3314F1;
    background-color: #3314F1;
}

.btn_blue {
    color: #F9F9F9;
    background: #3314F1;
    border-radius: 40px;
    padding: 12px 30px;
}

.btn_blue:hover {
    background: #1B088D;
    cursor: pointer;
}

.btn_blue:active {
    background: #1B088D;
}

/* header */

.header__left {
    display: flex;
}

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

.header__left_menu a {
    color: #0C0922;
    line-height: 100%;
    margin-left: 38px;
}

.header__left_menu a:first-child {
    margin-left: 0px;
}

.header__right_phone_item {
    margin-right: 25px;
    line-height: 100%;
}

.header__right_down {
    border: solid #0C0922;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
    margin-left: 5px;
}

.header__right_tel_img {
    background-image: url(../../img/telegram-black.jpg);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%;
}

.header__right_tel_img:hover {
    background-image: url(../../img/telegram-blue.svg);
}

.header__left_menu_dop {
    position: relative;
}

.header__left_menu_dop:hover {
    cursor: pointer;
}

.header__left_menu_dop::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8984 0.950195L5.94869 5.89994L0.998942 0.950196' stroke='%230C0922' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s ease-out;
    width: 14px;
    height: 7px;
}

.header__left_down_menu_wrap {
    position: absolute;
    left: -40px;
    top: 15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s ease-out;
    z-index: 300;
    height: 0;
    overflow: hidden;
    padding-top: 0px;
}

.header__left_menu_links {
    margin-left: 38px;
    position: relative;
}

.header__left_menu_links:hover .header__left_menu_dop::after {
    -webkit-transition: 0.3s;
    transition: 0.3s ease-out;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.header__left_menu_links:hover .header__left_down_menu_wrap {
    opacity: 1;
    top: 23px;
    height: auto;
    padding-top: 20px;
    overflow: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s ease-out;
}

.header__left_down_menu {
    background: #F9F9F9;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 18%);
    border-radius: 30px;
    width: max-content;
    padding: 35px 40px;
    gap: 20px;
}

.header__left_down_menu .header__left_down_menu_li {
    margin-left: 0;
}

.burger_menu {
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='25' viewBox='0 0 30 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.5' y1='1.5' x2='28.5' y2='1.5' stroke='%230C0922' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='12.5' x2='28.5' y2='12.5' stroke='%230C0922' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='23.5' x2='28.5' y2='23.5' stroke='%230C0922' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.burger_menu_wrap {
    display: none;
}


.canvas__link,
.canvas_right_tel,
.canvas__link__mobile {
    display: none;
}


/* header end */

/* footer */

footer {
    background: #0C0922;
    border-radius: 40px 40px 0px 0px;
    margin-top: 85px;
    padding-top: 83px;
    padding-bottom: 25px;
    position: relative;
}

footer::after {
    content:
        url('../../img/telegram-blue.svg') url('../../img/whatsapp-blue.svg') url('../../img/oval-white.svg') url('../../img/oval4-white.svg') url('../../img/romb-white.svg');
    overflow: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.footer_logo_wrap {
    display: none;
}

.footer_one {
    padding-bottom: 43px;
    border-bottom: 3px solid rgba(249, 249, 249, 0.1);
}

.footer_one__left_title {
    margin-bottom: 44px;
}

.footer_one__left_number,
.footer_one__left_mail,
.footer_one__left_adres {
    margin-bottom: 17px;
}

.footer_one__right_title {
    margin-bottom: 24px;
}

.footer__form {
    position: relative;
}

.footer__form_input {
    padding: 8px 31px;
    background: #F3F3F3;
    border-radius: 20px;
    width: 430px;
    height: 100%;
    border: unset;
}

.footer__form_input.footer__form_input_error {
    border: 2px solid red;
}

.mailing__form_input.footer__form_input_error {
    border: 2px solid red;
}

.footer__form_label {
    position: absolute;
    left: 32px;
    top: 9px;
    pointer-events: none;
    transition: all 200ms ease-in-out;
}

.footer__form_input:focus {
    outline: none;
}

.footer__form_input:focus~.footer__form_label,
.footer__form_input:not(:focus):valid~.footer__form_label {
    top: -1px;
    font-size: 12px;
}

.footer__form_btn {
    border: 2px solid #F9F9F9;
    border-radius: 40px;
    background: #0C0922;
    padding: 12px 30px;
    line-height: 100%;
    margin-left: 19px;
}

.footer__form_btn:hover {
    background: #3314F1;
}

.footer_two {
    margin-top: 39px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(249, 249, 249, 0.1);
}

.footer_two__right_links {
    opacity: 0.5;
    display: flex;
}

.footer_two__right_links_wrap {
    margin-right: 36px;
}

.footer__menu_item {
    max-width: 180px;
    margin-right: 35px;
}

.footer__menu_item__links {
    opacity: 0.5;
}

.footer__menu_item__title {
    margin-bottom: 35px;
}

.footer__menu_item__li {
    display: block;
    margin-bottom: 17px;
}

.footer_three {
    opacity: 0.5;
    margin-top: 25px;
}

.footer_one__right__icons {
    margin-bottom: 23px;
    display: flex;
}

.footer_two__right_links__mob,
.footer__form__mob {
    display: none;
}

.footer_one__right__ico {
    width: 40px;
    height: 40px;
    display: flex;
    background: #F9F9F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_one__right__ico img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.footer_one__right__ico:hover {
    background: #3314F1;
}

.footer_three__text_link:hover {
    color: #F9F9F9;
    text-decoration: underline;
}

/* footer */

/* title */

.main_title {
    margin-bottom: 25px;
}

.main_title__text {
    font-weight: 400;
    font-size: 100px;
    line-height: 90%;
}

.main_title__ellipse__black {
    border: 3px solid #0C0922;
    border-radius: 40px;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

.swiper_top__slide_title {
    font-size: 70px;
    font-weight: 400;
    line-height: 90%;
}

.swiper_top__slide_title_text {
    white-space: nowrap;
}

.swiper_top__left_text {
    max-width: 400px;
}

/* title end */

/* main slider */

.slider_main__text {
    max-width: 308px;
    width: 100%;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper_main__slide {
    width: fit-content;
    position: relative;
    width: 800px;
    height: 424px;
    border-radius: 40px;
}

.swiper_main__slide__img {
    position: absolute;
    width: 365px;
    height: 365px;
    transform: rotate(-1.61deg);
/*     filter: blur(2px); */
    opacity: 0.6;
    top: 6%;
    z-index: -1;
}

.swiper_main__slide__link {
    display: flex;
    width: fit-content;
    color: #FFFFFF;
}

.swiper_main__slide__link:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.swiper_main__slide__link:hover .swiper_main__slide__link_arrow {
    transform: rotate(45deg);
}

.swiper_main__slide__link_arrow {
    width: 18px;
    height: 24px;
}

.swiper_main__slide__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.swiper_main__slide__title {
    margin-bottom: 15px;
}

.swiper_main__slide__data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 530px;
    float: right;
    height: 100%;
    justify-content: space-between;
    padding: 80px 50px 50px 0;
}


.swiper_main__slide {
    background-blend-mode: screen;
    background: linear-gradient(140.02deg, #3415F2 40.05%, #FD6443 83.58%);
    background-size: 154% 177%;
    -webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}

@-webkit-keyframes Mainlide {
    0% {
        background-position: 33% 0%
    }

    50% {
        background-position: 66% 100%
    }

    100% {
        background-position: 33% 0%
    }
}

@-moz-keyframes Mainlide {
    0% {
        background-position: 33% 0%
    }

    50% {
        background-position: 66% 100%
    }

    100% {
        background-position: 33% 0%
    }
}

@keyframes Mainlide {
    0% {
        background-position: 33% 0%
    }

    50% {
        background-position: 64% 100%
    }

    100% {
        background-position: 37% 0%
    }
}

.swiper_main__swiper-pagination {
    font-size: 32px;
    line-height: 100%;
    color: #3314F1;
    width: 60px;
    margin: 0 3px;
}

.swiper_main__button-next,
.swiper_main__button-prev {
    width: 26px;
    height: 24px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10.5C1.17157 10.5 0.5 11.1716 0.5 12C0.5 12.8284 1.17157 13.5 2 13.5V10.5ZM23.0607 13.0607C23.6464 12.4749 23.6464 11.5251 23.0607 10.9393L13.5147 1.3934C12.9289 0.807611 11.9792 0.807611 11.3934 1.3934C10.8076 1.97919 10.8076 2.92893 11.3934 3.51472L19.8787 12L11.3934 20.4853C10.8076 21.0711 10.8076 22.0208 11.3934 22.6066C11.9792 23.1924 12.9289 23.1924 13.5147 22.6066L23.0607 13.0607ZM2 13.5L22 13.5V10.5L2 10.5V13.5Z' fill='%233314F1'/%3E%3C/svg%3E");
}

.swiper_main__button-prev {
    transform: rotate(180deg);
}

/* main slider end */

/* main cours constult */

.main__cours_constult {
    margin: 20px 0 20px; /*margin-top: 60px*/
	flex-wrap: wrap;
	justify-content: center !important;
}

.cours_constult__wrap {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 50px 0px;
    width: 560px;
    height: 170px;
    position: relative;
	cursor: pointer;
}

.cours_constult__wrap:hover {
    color: #F9F9F9;
    cursor: default;
    /* background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 5%, rgba(27, 8, 141, 1) 60%); */
}

.cours_constult__wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 5%, rgba(27, 8, 141, 1) 60%);
    transition: 0.3s ease-out;
    z-index: 1;
    opacity: 0;
	cursor:pointer;
}

.cours_constult__wrap:hover:after {
    opacity: 1;
}

.cours_constult__wrap div:first-child {
    margin-right: 15px;
}

.cours_constult_icon {
    min-width: 90px;
    height: 90px;
    background-size: 90px 90px;
    background-repeat: no-repeat;
    z-index: 2;
	cursor:pointer;
}

.cours_constult__text {
    font-size: 24px;
    width: min-content;
    white-space: nowrap;
    z-index: 2;
	cursor:pointer;
}

.cours_constult_icon__one {
    background-image: url("../../img/blue_3_tasks.svg");
}

.cours_constult_icon__two {
    background-image: url("../../img/blue_chose_form.svg");
}

.cours_constult_icon__three {
    background-image: url("../../img/blue_prog_myself.svg");
}

.cours_constult_icon__four {
	background-image: url("../../img/blue_sert.svg");
}

.cours_constult__wrap:hover .cours_constult_icon__one {
    background-image: url("../../img/white_3_tasks.svg");
}

.cours_constult__wrap:hover .cours_constult_icon__two {
    background-image: url("../../img/white_chose_form.svg");
}

.cours_constult__wrap:hover .cours_constult_icon__three {
    background-image: url("../../img/white_prog_myself.svg");
}

.cours_constult__wrap:hover .cours_constult_icon__four {
	background-image: url("../../img/white_sert.svg");
}

.main__cours_constult__form_wrap {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 40px 0;
/*     margin-top: 60px; 30px */
    margin-bottom: 20px;
}

.cours_constult__form_text {
    line-height: 120%;
    color: #3314F1;
}

.cours_constult__form_br {
    display: none;
}

.cours_constult__form_btn {
    margin-left: 30px;
}

.cours_constult__form_btn:hover {
    color: #F9F9F9;
}

/* main cours constult */


/* o kompanii */

.blu_background {
    background: #3314F1;
    border-radius: 40px;
    padding: 34px 0;
}

.advantages_left {
    margin-right: 78px;
    max-width: 490px;
}

.advantages_left__age {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.advantages_left__age_number {
    font-size: 51px;
    line-height: 120%;
}

.advantages_left__age_text {
    /* width: 123px; */
}

.advantages_right__block {
    width: 330px;
    margin-bottom: 45px;
}

.advantages_right__block_title {
    margin-bottom: 15px;
}

.advantages__link {
    width: fit-content;
    float: right;
    display: flex;
    justify-content: end;
}

.advantages__link__mob {
    display: none;
    color: #F9F9F9;
}


.advantages__link:hover {
    cursor: pointer;
}

.advantages__link:hover .advantages__link_arrow {
    transform: rotate(45deg);
}

/* o kompanii */

/* teachers */

.teachers__wrapper {
/*     margin-top: 86px;
    margin-bottom: 90px; */
    overflow-x: hidden;
}

.o_nas__teachers__wrapper {
    margin-bottom: 60px;
}

.teachers__wrap_title {
    font-size: 100px;
    line-height: 90%;
    width: fit-content;
}

.teachers__page_teachers__title {
    font-size: 32px;
    line-height: 120%;
    max-width: 420px;
}

.teachers__page_teachers__title span {
    color: #3314F1;
}

.teachers__title_fs {
    color: #3314F1;
}

.teachers__title_oval_fs {
    border: 3px solid #3314F1;
    border-radius: 40px;
    width: 276px;
    height: 52px;
    margin-left: 19px;
    margin-top: 10px;
}

.teachers__link {
    margin-top: 45px;
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}

.teachers__link__mob {
    display: none;
    margin-top: 65px;
}

.teachers__link>a:hover,
.prog_educational__link>a:hover {
    cursor: pointer;
}

.teachers__link>a:hover .teachers__link_arrow,
.prog_educational__link>a:hover .teachers__link_arrow {
    transform: rotate(45deg);
}

.swiper_teacher {
    margin-bottom: 15px;
    margin-top: 55px;
    overflow: visible;
    height: 440px;
}

.slider-wrapper__teachrer .owl-stage-outer .owl-stage {
    height: 440px;
    display: flex;
    align-items: center;
}

.slider-wrapper__teachrer .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    justify-content: center;
}

.slider-wrapper__teachrer .center {
    width: 300px;
}

.slider-wrapper__teachrer .owl-nav {
    display: flex;
    justify-content: end;
}

.slider__teacher__slide {
    width: 215px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_teacher__slide__title {
    position: absolute;
    color: #F9F9F9;
    bottom: 165px;
    left: 28px;
    max-width: 223px;
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.slider_teacher__slide__text {
    position: absolute;
    color: #F9F9F9;
    bottom: 100px;
    left: 28px;
    max-width: 225px;
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.center .slider_teacher__slide__title,
.center .slider_teacher__slide__text {
    opacity: 1;
    transition: 0.6s ease-in-out;
    transition-delay: 0.35s;
}

.center .slider_teacher__slide__title {
    bottom: 85px;
}

.center .slider_teacher__slide__text {
    bottom: 18px;
}

.slider__teacher__slide:hover {
    cursor: pointer;
}

.slider__teacher__slide img {
    width: 215px !important;
    height: 323px;
    border-radius: 40px;
    transition: 0.6s ease-in-out;
    transition-delay: 0.2s;
    object-fit: cover;
}

.slider-wrapper__teachrer .center img {
    width: 300px !important;
    height: 440px;
    transition: 0.6s ease-in-out;
    transition-delay: 0.2s;
}

.slider__teacher__slide::before {
    content: '';
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 20%;
    position: absolute;
    top: 122px;
    left: 95px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: 0.6s ease-in-out;
    opacity: 0;
    transition-delay: 0.2s;
    /* background: linear-gradient(0.49deg, rgba(27, 8, 141, 0.85) 0.34%, rgba(27, 8, 141, 0) 44.96%), linear-gradient(140.02deg, rgba(51, 20, 241, 0.7) 40.05%, rgba(27, 8, 141, 0.7) 83.58%); */
    /*transition-property: width, height;*/
}

.center .slider__teacher__slide::before {
    opacity: 0.5;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 440px;
    transition: 0.6s ease-in-out;
    transition-delay: 0.2s;
    background: linear-gradient(0.49deg, rgba(27, 8, 141, 0.85) 0.34%, rgba(27, 8, 141, 0) 44.96%), linear-gradient(140.02deg, rgba(51, 20, 241, 0.7) 40.05%, rgba(27, 8, 141, 0.7) 83.58%);
    /*transition-property: width, height;*/
}

.center .slider__teacher__slide {
    width: 300px;
    /* transition: 0.6s ease-in-out; */
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider_teacher__button-next,
.slider_teacher__button-prev,
.swiper_reviews__button-prev,
.swiper_reviews__button-next,
.slider_company__button-prev,
.slider_company__button-next,
.swiper_tracks__button-prev,
.swiper_tracks__button-next,
.swiper_course__button-next,
.swiper_course__button-prev {
    width: 47px;
    height: 30px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='30' viewBox='0 0 44 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 13C0.89543 13 0 13.8954 0 15C0 16.1046 0.89543 17 2 17V13ZM43.4142 16.4142C44.1953 15.6332 44.1953 14.3668 43.4142 13.5858L30.6863 0.857864C29.9052 0.0768156 28.6389 0.0768156 27.8579 0.857864C27.0768 1.63891 27.0768 2.90524 27.8579 3.68629L39.1716 15L27.8579 26.3137C27.0768 27.0948 27.0768 28.3611 27.8579 29.1421C28.6389 29.9232 29.9052 29.9232 30.6863 29.1421L43.4142 16.4142ZM2 17L42 17V13L2 13V17Z' fill='%233314F1'/%3e%3c/svg%3e ");
}

.slider_teacher__button-prev,
.swiper_reviews__button-prev,
.slider_company__button-prev,
.swiper_tracks__button-prev,
.swiper_course__button-prev {
    transform: rotate(180deg);
    margin-right: 30px;
}

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


/* teachers */

/* reviews */

.reviews_block {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: hidden;
}

.border_line_blue {
    border: 3px solid #3314F1;
    margin-bottom: 10px;
}

.border_line_white {
    border: 2px solid #F9F9F9;
    margin-bottom: 10px;
}

.reviews_block__title span {
    color: #3314F1;
}

.reviews_wrap__slider {
    margin-top: 5px;
    margin-bottom: 7px;
}

.swiper_reviews,
.slider_company {
    overflow: visible;
}

.swiper_reviews__slide {
    background: #F3F3F3;
    border-radius: 20px;
    width: 380px;
    padding: 25px;
    color: #000000;
    height: auto;
}

.swiper_reviews__slide:hover {
    cursor: pointer;
}

.btn_read_more_reviews {
    background: none;
    color: #000000;
    opacity: 0.5;
    border: none;
}

.btn_read_more_reviews:hover,
.btn_read_more_reviews:active {
    background: none !important;
    color: #000000 !important;
    opacity: 0.5;
    background-color: none;
    border: none !important;
}

.modal-header {
    border-bottom: none;
}

.modal_content_reviews {
    background: #F3F3F3;
    border-radius: 20px;
}

.modal_content_reviews .modal-header {
    padding: 40px 35px 10px 35px;
}

.modal_dialog_review {
    max-width: 1200px;
}

.modal_body_review {
    display: flex;
    padding: 0 50px 30px 50px;
}

.modal_body_img_course {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.modal-body_phone_w_buttons {
	margin: 60px 40px;
	padding: 0 !important;
}

.modal_form_w_buttons_title {
	text-align: center
}

.modal_form_w_buttons {
	display: flex;
	gap: 30px;
	justify-content: center;
	text-align: center;
}

.btn_div{
	min-width: 230px;
	min-height: 50px;
}

.btn_div>a{
	color:white;
}

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

.reviews__slide_title_popup .reviews__slide_name {
    white-space: nowrap;
    margin-top: 24px;
}

.reviews__slide_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 25px;
}

.reviews__slide_course {
    margin-top: 19px;
    margin-bottom: 10px;
    min-height: 35px;
}

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

/* reviews */

/* company */

.company_block {
/*     margin-bottom: 100px;
    margin-top: 100px; */
    overflow-x: hidden;
}

.slider_company .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.slider_company__slide {
    background: #F3F3F3;
    border-radius: 20px;
    width: 200px;
    height: 170px;
    padding: 25px 25px;
}

.slider_company {
    margin-top: 50px;
    /* margin-bottom: 60px; */
}

.slider_company__slide .slider_company__img {
    filter: grayscale(100%);
}

.slider_company__slide:hover .slider_company__img {
    filter: unset;
}

.slider_company__slide:hover {
    cursor: pointer;
}

.slider_company .owl-nav {
    margin-top: 55px;
    display: flex;
    justify-content: end;
}

/* company */


/* start_course_block */

.start_course_block__card_item {
    padding: 50px 30px 45px 30px;
    background: #F3F3F3;
    border-radius: 20px;
    max-width: 380px;
    height: auto;
    position: relative;
    min-height: 500px;
}

.start_course_block__card_item:hover {
    color: #F9F9F9;
    cursor: pointer;
    /* background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%); */
}

.start_course_block__card_item_top {
    z-index: 2;
}

.start_course_block__card_item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%);
    transition: 0.3s ease-out;
    z-index: 1;
    opacity: 0;
}

.start_course_block__card_item:hover:after {
    opacity: 1;
}

.start_course_block__card_item:hover .start_course_block__course,
.start_course_block__card_item:hover .start_course_block__text,
.start_course_block__card_item:hover .start_course_block__month,
.start_course_block__card_item:hover .start_course_block__price,
.start_course_block__card_item:hover .start_course_block__sale {
    color: #F9F9F9;
}

.start_course_block__subtitle {
    margin: 16px 0 50px 0;
}

.start_course_block__course {
    margin-bottom: 35px;
    z-index: 2;
}

.start_course_block__price_block {
    z-index: 2;
}

.start_course_block__text {
    margin-bottom: 40px;
    z-index: 2;
}

.start_course_block__month {
    margin-bottom: 20px;
}

.start_course_block__sale {
    opacity: 0.5;
    margin-left: 13px;
    text-decoration: line-through;
}

.start_course_block__data {
    /* height: 100%; */
}

/* start_course_block */


/* events_block */

.events_block {
    margin-top: 14px;
    margin-bottom: 21px;
}

.events_block__data_link {
    width: fit-content;
    position: relative;
}

.events_block__data_link::after {
    content: ' ';
    background-image: url(../../img/Arrow-black.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    right: -28px;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg);
    transition-property: transform;
}

.events_block__link>a:hover,
.events_block__data_link:hover {
    cursor: pointer;
}

.events_block__link>a:hover .events_block__link_arrow {
    transform: rotate(45deg);
}

.events_block__data_link:hover::after {
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
}

.events_block__wrap {
    padding: 60px 100px 60px 30px;
    background: #F3F3F3;
    border-radius: 20px;
    margin-top: 39px;
    position: relative;
}

.events_block__wrap:hover {
    color: #F9F9F9;
    /* background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%); */
}

.events_block__wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%);
    transition: 0.3s ease-out;
    z-index: 1;
    opacity: 0;
}

.events_block__wrap:hover:after {
    opacity: 1;
}

.events_block__wrap:hover .events_block__data_link {
    color: #F9F9F9;
}

.events_block__wrap:hover .events_block__data_link::after {
    background-image: url(../../img/Arrow-white.svg);
}

.events_block__image_img {
    border-radius: 40px;
    width: 387px;
    height: 387px;
    object-fit: cover;
}

.events_block__image {
    padding-right: 30px;
    z-index: 2;
}

.events_block__data_left {
    max-width: 290px;
}

.events_block__data {
    max-width: 500px;
    width: 100%;
    z-index: 2;
}

.events_block__right_title {
    opacity: 0.5;
    margin-bottom: 6px;
}

/* events_block */

/* form_block */

.form_block {
    margin-top: 70px;
    margin-bottom: 80px;
}

.form_block__title {
    font-size: 100px;
    line-height: 90%;
}

.form_block_black_ellipse {
    border: 3px solid #0C0922;
    border-radius: 40px;
    width: 100%;
    height: 52px;
    margin-left: 18px;
    margin-top: 10px;
}

.form_block_black {
    white-space: nowrap;
}

.form_block__subtitle {
    width: 270px;
    white-space: nowrap;
}

.form__text {
    margin-bottom: 10px;
}

.form__item_radio {
    appearance: none;
    display: none;
}


.form__communication_item__logo {
    margin-right: 14px;
}

.form__communication_item__logo img {
    border-radius: 50%;
}

.form__communication_item {
    padding: 13px 25px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
}

.form__communication_item:hover {
    background: #F3F3F3;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #F3F3F3;
}

.form__item_radio:checked+.form__communication_item {
    background: #F3F3F3;
    border: 1px solid #3314F1;
    border-radius: 20px;
}

.form__communication_item {
    width: fit-content;
}

.form__fields {
    margin-top: 24px;
}

.form__fields_item {
    position: relative;
    margin-bottom: 9px;
}

.form__fields_item small {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FD6443;
    display: flex;
    justify-content: end;
    margin-top: 6px;
}

.radio_btn_error {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FD6443;
    display: none;
    justify-content: end;
    margin-top: 6px;
}


.form__fields_label {
    position: absolute;
    left: 30px;
    top: 17px;
    pointer-events: none;
    transition: all 200ms ease-in-out;
}

.form__fields_label.form__fields_label_act {
    top: 3px !important;
    font-size: 12px;
}

.form__fields_label_modal.form__fields_label_act {
    top: -10px !important;
    font-size: 12px;
}


.form__fields_input {
    width: 100%;
    background: #F3F3F3;
    border-radius: 20px;
    padding: 16px 29px;
    border: unset;
    border: 1px solid #F3F3F3;
}

.form__fields_input.error {
    background: rgba(253, 100, 67, 0.2);
    border: 1px solid #FD6443;
}

.form__label_textarea_act {
    top: 3px !important;
    font-size: 12px;
}

textarea {
    resize: none;
    overflow: auto;
}

.form__fields_input:focus {
    outline: none;
}

.form__fields_input:focus~.form__fields_label

/* .form__fields_input:not(:focus):valid~.form__fields_label */
    {
    top: 3px;
    font-size: 12px;
}

.form__fields_btn {
    border: unset;
    margin-top: 21px;
    margin-bottom: 11px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 20px;
}

/* form_block */


/* slider_top */

.slider_top {
    margin-bottom: 110px;
}

.swiper_top__row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.swiper_top__slide {
    background-size: cover;
    border-radius: 20px;
    height: 580px;
    padding: 90px 45px 0 45px;
}

.swiper_top__slide_white_ellips {
    border: 3px solid #F9F9F9;
    border-radius: 40px;
    width: 100%;
    height: 52px;
    margin-right: 19px;
}

.swiper_top__text {
    max-width: 400px;
    margin-top: 60px;
}

.swiper_top__right_item {
    max-width: 195px;
}

.swiper_top__right_numb {
    font-size: 43px;
    line-height: 120%;
}

.swiper_top__btn {
    color: #3314F1;
    background: #F9F9F9;
    border-radius: 40px;
    padding: 12px 30px;
}

.swiper_top__btn:hover {
    color: #F9F9F9;
    background: #3314F1;
    cursor: pointer;
}

.swiper_top__swiper-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 1;
}

.swiper_top__swiper-pagination .swiper-pagination-bullet {
    background: #F9F9F9;
    opacity: 0.5;
}

.swiper_top__swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* slider_top */


/* advantage_text */

.advantage_text__item {
    max-width: 210px;
}

.advantage_text_ins {
    margin-bottom: 100px;
}

.advantage_text__item_title {
    margin-bottom: 20px;
    /* min-height: 56px; */
    font-size: 21px;
    line-height: 140%;
    font-weight: 400;
}


/* advantage_text */

/* base_track */

.base_track {
    margin-top: 65px;
}

.base_track__subtitle {
    max-width: 320px;
}

.base_track__banner {
    margin-top: 50px;
    margin-bottom: 65px;
    padding: 50px 72px 36px 54px;
    background: linear-gradient(185deg, #3415F2 31.16%, #FD6443 82.31%);
    border-radius: 20px;
}

.base_track__banner_b2b {
    background: linear-gradient(174deg, #3415F2 40.23%, #FD6443 113.5%);
}

.base_track__banner_left {
    max-width: 550px;
    margin-right: 20px;
}

.base_track__banner_title {
    margin-bottom: 27px;
}

.base_track__banner_right_title {
    opacity: 0.7;
    white-space: nowrap;
}

.base_track__banner_right_sec {
    margin-top: 40px;
}

.base_track__banner_right_one_one {
    margin-right: 100px;
}

.base_track__banner_link {
    width: fit-content;
    color: #F9F9F9;
}

.base_track__banner_link:hover {
    cursor: pointer;
    color: #F9F9F9;
}

.base_track__banner_right_sec__mobile {
    display: none;
}

.base_track__banner_link:hover .base_track__banner_link_arrow {
    transform: rotate(45deg);
}

/* base_track */

/* professional_tracks */

.professional_tracks__text {
    max-width: 330px;
}

.professional_tracks_wrapper,
.swiper_course_wrapper {
    overflow: hidden;
}

.course__link__wrapper {
    display: none;
}


/* professional_tracks */

/* course_slider */

.course_slider {
    margin-top: 50px;
    margin-bottom: 85px;
}

.swiper_tracks {
    overflow: visible;
    margin-bottom: 44px;
}

.swiper_course {
    overflow: visible;
    margin-bottom: 44px;
}

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

.swiper_course,
.swiper_tracks {
    /* overflow-x: hidden; */
}

.swiper_course__slide {
    padding: 50px 30px 45px 30px;
    background: #F3F3F3;
    border-radius: 20px;
    max-width: 380px;
    height: auto;
    min-height: 500px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.swiper_course__slide_other {
    min-height: 400px;
}

.swiper_course_block__course {
    margin-bottom: 35px;
}

.swiper_course_block__text {
    margin-bottom: 40px;
}

.swiper_course_block__month {
    margin-bottom: 20px;
}

.swiper_course_block__month__programm {
    font-size: 32px;
}

.swiper_course_block__sale {
    opacity: 0.5;
    margin-left: 13px;
    text-decoration: line-through;
}

.swiper_course_block__data {
    height: 100%;
}

.course {
    margin-top: 10px;
}

.course__link {
    width: fit-content;
}

.course__link:hover {
    cursor: pointer;
}

.course__link:hover .course__link_arrow {
    transform: rotate(45deg);
}

/* course_slider */

/* faq */

.faq {
    margin-bottom: 40px;
    margin-top: 20px;
}

.faq_title {
    margin-bottom: 50px;
}

.faq .border_line_blue {
    margin-bottom: 0;
}

.faq .accordion-item {
    border-bottom: 6px solid #3314F1;
    border-right: unset;
    border-left: unset;
}

.faq .accordion-button {
    position: relative;
    width: 25px;
    /* height: 25px; */
    cursor: pointer;
    width: 100%;
    /* margin: 22px 0; */
    padding: 16px 35px 16px 20px;
}

.accordion-button_course_page {
    position: relative;
    width: 25px;
    cursor: pointer;
    width: 100%;
    padding: 16px 35px 16px 20px;
    font-size: 24px;
}

.faq .accordion-button.active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.faq .accordion-button.active:after {
    transform: translatey(-50%) rotate(0);
}

.faq .accordion-button:before,
.faq .accordion-button:after {
    content: "";
    display: block;
    background-color: #3314F1;
    position: absolute;
    right: 0;
    transition: .35s;
    width: 25px;
    height: 3px;
}

.faq .accordion-button:before {
    transform: translatey(-50%);
}

.faq .accordion-button:after {
    transform: translatey(-50%) rotate(90deg);
}


/* ------------ */


.vakansii .accordion-button {
    position: relative;
    /* width: 25px;
    height: 25px;
    cursor: pointer;
    width: 100%;
    margin: 22px 0; */
}

.vakansii .accordion-button.active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.vakansii .accordion-button.active:after {
    transform: translatey(-50%) rotate(0);
}

.vakansii .accordion-button:before,
.vakansii .accordion-button:after {
    content: "";
    display: block;
    background-color: #F9F9F9;
    position: absolute;
    right: 0;
    transition: .35s;
    width: 25px;
    height: 3px;
}

.vakansii .accordion-button:before {
    transform: translatey(-50%);
}

.vakansii .accordion-button:after {
    transform: translatey(-50%) rotate(90deg);
}


/* ---------------- */



.faq .accordion-button {
    font-size: 24px;
}

.faq .accordion-body {
    font-size: 15px;
    line-height: 150%;
    max-width: 810px;
}

.faq .accordion-button:not(.collapsed) {
    color: #0C0922;
    background-color: unset;
    box-shadow: none;
}

.faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}


/* faq */

/* courses_for */

.courses_for__three_subtitle {
    margin-bottom: 15px;
}
/* 
.courses_for {
    margin-bottom: 90px;
    margin-top: 100px;
} */

.courses_for__two_subtitle {
    padding-right: 45px;
    width: 40%;
}

.courses_for__three_title {
    padding-right: 45px;
}

.courses_for__one__title {
    min-width: fit-content;
    padding-right: 45px;
}

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

.courses_for__one_item {
    width: 320px;
    margin-bottom: 25px;
}

.courses_for__one_item__title {
    margin-top: 22px;
    margin-bottom: 15px;
}

.ourses_for__one_img {
    width: 79px;
    height: 90px;
}

.courses_for__one_wrap {
    max-width: 800px;
}

.courses_for__two {
    margin-top: 50px;
    margin-bottom: 110px;
}

.courses_for__two_title {
    margin-bottom: 20px;
}

.courses_for__two_text {
    width: 600px;
}

.courses_for__two_block {
    padding: 23px 0;
    border-bottom: 3px solid rgba(249, 249, 249, 0.5);
}

.courses_for__three {
    margin-top: 110px;
}

.courses_for__three_block {
    max-width: 780px;
}

.courses_for__three_item {
    background: #F3F3F3;
    border-radius: 20px;
    max-width: 380px;
    color: #0C0922;
    padding: 56px 59px;
    margin-bottom: 20px;
}

/* courses_for */

/* training */

/* .training {
    margin-bottom: 90px;
    margin-top: 90px;
} */

.training__title {
    max-width: 280px;
    padding-right: 20px;
}

.training__item_number {
    font-size: 51px;
    line-height: 120%;
}

.training__item {
    max-width: 183px;
}

.training_wrap__b2b {
    margin-top: 50px;
}

.training__block {
    max-width: 800px;
    gap: 22px;
}

/* training */

/* support_educ */

/* .support_educ {
    margin-bottom: 110px;
    margin-top: 100px;
} */

.support_educ__title {
    margin-bottom: 55px;
}

.support_educ__block {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.support_educ__block,
.support_educ__min_block {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 55px 60px;
}

.support_educ__block_left {
    max-width: 550px;
}

.support_educ__min_block__title {
    margin-bottom: 15px;
}

.support_educ__min_block__text {
    max-width: 485px;
}

.support_educ__min_block__text_left {
    max-width: 250px;
}

.support_educ__min_block__img {
    max-width: 166px;
    max-height: 90px;
    margin-left: 45px;
}

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

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

.support_educ__min_block__top {
    display: none;
}

.teacher__page_min_block__img {
    margin-right: 45px;
}


/* support_educ */

/* o_nas_support_educ */

.o_nas__support_educ {
    margin-bottom: 110px;
}

.o_nas__support_educ__title {
    margin-bottom: 55px;
}

.o_nas__support_educ__block {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.o_nas__support_educ__block,
.o_nas__support_educ__min_block {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 55px 60px;
}

.o_nas__support_educ__block_left {
    max-width: 550px;
}

.o_nas__support_educ__min_block__title {
    margin-bottom: 15px;
}

.o_nas__support_educ__min_block__text {
    max-width: 485px;
}

.o_nas__support_educ__min_block__text_left {
    max-width: 250px;
}

.o_nas__support_educ__min_block__img {
    max-width: 166px;
    max-height: 90px;
    margin-left: 45px;
}

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

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

.o_nas__support_educ__min_block_two {
    justify-content: center;
    align-items: unset;
}


.teacher__page_min_block__img_slash {
    margin-right: 0;
}


/* support_educ */

/* competencies */

.competencies__title {
    margin-bottom: 50px;
    margin-top: 100px;
}

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

.competencies_block__mobile {
    display: none;
}

.competencies_block__left {
    min-width: 280px;
    width: fit-content;
    display: block;
}

.competencies_block__right {
    min-width: 0;
    max-width: 800px;
}

.swiper_competencies {
    position: relative;
}

.swiper_competencies__button-prev,
.swiper_competencies__button-next {
    padding-bottom: 9px;
    border-bottom: 2px solid #F9F9F9;
    opacity: 0.5;
}

.swiper_competencies__button-prev.swiper-button-disabled,
.swiper_competencies__button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper_competencies__button-prev {
    margin-bottom: 45px;
}

.swiper_competencies__slide {
    padding: 29px;
    border: 2px solid #F9F9F9;
    border-radius: 20px;
}

.competencies_item__text {
    padding: 12px 39px 12px 39px;
    border: 2px solid #F9F9F9;
    border-radius: 40px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.swiper_competencies__swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    z-index: 2;
}

.swiper_competencies__swiper-pagination .swiper-pagination-bullet {
    background: #F9F9F9;
    opacity: 0.5;
}

.swiper_competencies__swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.competencies_item__logo {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
}

.competencies_item__logo_img {
    width: 80px;
    height: 80px;
}

/* competencies */


/* prog_educational */

.prog_educational__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}

.prog_educational__title_wrap {
    margin-bottom: 50px;
    margin-top: 65px;
}

.prog_educational__title {
    max-width: 513px;
}

.prog_educational__item {
    width: 380px;
    height: auto;
    padding: 50px 30px 45px 30px;
    background: #F3F3F3;
    border-radius: 20px;
    color: #0C0922;
    position: relative;
    min-height: 500px;
}

.prog_educational__item_slider {
    max-width: 380px;
    height: auto;
    padding: 50px 30px 45px 30px;
    background: #F3F3F3;
    border-radius: 20px;
    color: #0C0922;
    position: relative;
    min-height: 500px;
}

.prog_educational__item:hover {
    color: #F9F9F9;
    cursor: pointer;
    /* background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%); */
}

.prog_educational__item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 14%, rgba(27, 8, 141, 1) 67%);
    transition: 0.3s ease-out;
    z-index: 1;
    opacity: 0;
}

.prog_educational__item:hover:after {
    opacity: 1;
}

.prog_educational_block__data {
    z-index: 2;
    height: 100%;
}

.prog_educational_block__text {
    margin-bottom: 40px;
}

.prog_educational__month {
    margin-bottom: 20px;
}

.prog_educational_course_block__sale {
    opacity: 0.5;
    margin-left: 13px;
    text-decoration: line-through;
}

.prog_educational__link__mob {
    display: none;
}


/* courses_for */

.courses_for_cards_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 15px;
}

.prog_educational__link__mobile {
    display: none;
    margin-bottom: 70px;
}

.courses_for_cards_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 250px;
    background: linear-gradient(198deg, #3415F2 31.16%, #FD6443 82.31%);
    border-radius: 20px;
}

.courses_for_cards_text {
    max-width: 240px;
    text-align: center;
    padding: 0 10px;
}

.courses_for_cards_item:hover .courses_for_cards_arrow {
    -webkit-animation: cards_arrow 1s ease-in-out;
    animation: cards_arrow 1s ease-in-out infinite;
}

.courses_for_cards_arrow {
    width: 28px;
    margin-top: 20px;
}

@keyframes cards_arrow {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0px, 10px);
    }
}

.courses_for_cards__title_wrap {
    max-width: 402px;
}

.prog_educational__subtitle {
    max-width: 321px;
    margin-top: 13px;
}

.prog_educational__track {
    color: #3314F1;
    margin-bottom: 40px;
}

.prog_educational__item:hover .prog_educational__track {
    color: #F9F9F9;
}

.courses_for_course {
    margin-top: 110px;
    margin-bottom: 50px;
}

.courses_for_title {
    margin-bottom: 50px;
}

.courses_for__wrap {
    margin-bottom: 110px;
}


/* courses_for b2b */

.courses_for_cards_item_b2b {
    background: linear-gradient(207.83deg, #3314F1 44.99%, #1B088D 69.79%);
}


/* contacts */

.contacts {
    margin-top: 100px;
}

.contacts_two {
    justify-content: start;
    margin-top: 110px;
}

.contacts_two__block_data {
    /* width: 800px; */
}

.contacts_two__block_text {
    max-width: 600px;
}

.contacts_one {
    justify-content: start;
}

.contacts_one__title,
.contacts_two__title {
    padding-right: 250px;
    width: 380px;
}


.contacts_one__block_data {
    display: flex;
}

.contacts_one__block_left {
    width: 370px;
}

.contacts_one__block_top {
    margin-bottom: 30px;
}

.contacts_one__block {
    /* width: 800px; */
    width: 100%;
}

.contacts_one__block_right__title {
    display: flex;
    white-space: nowrap;
}

.contacts_one__block_right__title,
.contacts_one__block_left__title {
    font-size: 24px;
}

.contacts_one__block_map {
    margin-top: 90px;
}

.contacts_one__block_map__title {
    margin-bottom: 20px;
}

.contacts_one__block_map__ya {
    border-radius: 20px;
}

.contacts_one__block_right__subtitle,
.contacts_one__block_left__subtitle {
    margin-top: 5px;
}


.contacts_one__block_right__social {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: block;
    background: #0C0922;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts_one__block_right__social img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.contacts_one__block_right__social:hover {
    background: #3314F1;
}


/* teachers_page  */

.teachers_page {
    padding-top: 50px;
}

.teachers_page__title {
    font-size: 97px;
    line-height: 90%;
}

.teachers_page__imgs {
    margin-top: 10px;
    display: flex;
    margin-bottom: 200px;
}

.teachers_page__text {
    max-width: 400px;
}

.teachers_page__img_wrap {
    position: relative;
}

.teachers_page__teacher,
.teachers_page__plus__wrap {
    position: absolute;
}

.teachers_page__one_teach {
    top: 105px;
    left: 160px;
}

.teachers_page__two_teach {
    top: 43px;
    left: 290px;
}

.teachers_page__three_teach {
    top: 30px;
    left: 460px;
}

.teachers_page__plus__wrap {
    top: 150px;
    left: 430px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teachers_page__plus {
    width: 63px;
    height: 63px;
    background: #3314F1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.teachers_page__plus:hover {
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.teachers_page__plus img {
    width: 34px;
    height: 34px;
    transition: 0.2s ease-in-out;
}

.teachers_page__plus:hover img {
    width: 38px;
    height: 38px;
}



/* .o_nas */

.o_nas__banner {
    margin-top: 70px;
    margin-bottom: 70px;
    height: 550px;
    display: flex;
}

.o_nas__banner_imgs {
    position: relative;
    min-width: 50%;
}

.o_nas__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 5;
}

.o_nas__logo {
    margin-bottom: 50px;
    display: flex;
    justify-content: end;
    position: relative;
}

.o_nas_bg {
    position: absolute;
    pointer-events: none;
    width: 230px;
    height: 163px;
    left: 165px;
    top: -15px;
    background: #3314F1;
    filter: blur(135px);
    border-radius: 20px;
    z-index: 1;
    animation: rotate_onas_bg 5s linear infinite;
}

@keyframes rotate_onas_bg {
    0% {
        transform: rotate(0deg) translate(-70px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-70px) rotate(-360deg);
    }
}

.o_nas__text__wrap {
    width: fit-content;
}

.o_nas__text {
    margin-bottom: 17px;
    max-width: 400px;
}

.o_nas__link {
    font-size: 24px;
    display: flex;
    justify-content: end;
}

.o_nas__link>a:hover {
    cursor: pointer;
}

.o_nas__link>a:hover img {
    transform: rotate(45deg);
}

.o_nas__banner_img_ring {
    top: 34px;
    left: 86px;
}

.o_nas__banner_img_ring,
.o_nas__banner_img_shema {
    position: absolute;
}

.o_nas__cards {
    display: flex;
    gap: 30px;
}

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

.o_nas__cards__item_title {
    margin-bottom: 15px;
}

.o_nas__cards_one,
.o_nas__cards_two {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 50px;
}

.o_nas__cards_one {
    max-width: 585px;
}

.o_nas__cards_one__mobile {
    display: none;
}

.o_nas__cards_two {
    max-width: 325px;
}

.o_nas__cards_three {
    background: #3314F1;
    border-radius: 20px;
    padding: 0 44px;
    flex-direction: row;
    align-items: center;
}

.o_nas__cards_three img {
    width: 18px;
}

.o_nas__cards_three:hover {
    cursor: pointer;
    background: radial-gradient(ellipse, rgba(51, 20, 241, 1) 5%, rgba(27, 8, 141, 1) 60%);
}


.o_nas__cards_three:hover img {
    transform: rotate(45deg);
}

.o_nas_teacher__block {
    display: none;
    margin-top: 50px;
    justify-content: space-between;
    animation: fadeOut 1200ms ease-in-out;
}

.o_nas_teacher__block.active_teacher {
    display: flex;
    animation: fadeIn 1200ms ease-in-out;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.o_nas_teacher__cours_title {
    margin-bottom: 44px;
    max-width: 355px;
}

.o_nas_teacher__info {
    max-width: 54%;
}

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

.o_nas_teacher__block__link {
    margin-top: 30px;
    font-size: 24px;
    display: none;
}

.o_nas_teacher__block__link img {
    width: 18px;
}

.o_nas_teacher__cours_li {
    margin-bottom: 18px;
    width: fit-content;
}

.o_nas_teacher__cours_li img {
    width: 14px;
}

.o_nas_teacher__cours_li:hover img {
    transform: rotate(45deg);
}

.o_nas_teacher__cours {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 50px 30px;
    height: fit-content;
    max-width: 500px;
    margin-left: 50px;
}

.text_hide_wrap {
    max-width: 700px;
}

.item_text {
    width: 100%;
}

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

.io_item {
    width: 100%;
    padding-bottom: 20px;
    transition: 1s;
}

.io_button_wrap {
    margin-top: 5px;
}

.io_button {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

a.io_button:hover {
    text-decoration: none;
}

.io_item .btn_close {
    display: none;
}

.io_item .btn_open {
    display: inline-block;
}

.io_item.open .btn_close {
    display: inline-block;
}

.io_item.open .btn_open {
    display: none;
}

.io_trans {
    width: inherit;
    position: absolute;
    height: 80px;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 2s;
}

.io_item.open .io_trans {
    height: 0;
    transition: 2s;
}

.io_item_wrap {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    width: inherit;
    transition: max-height 0.5;
}

.io_item.open .io_item_wrap {
    max-height: 9999px !important;
    transition: max-height 5s;
}


/* vakansii */

.vakansii {
    margin-top: 75px;
}

.vakansii__banner {
    margin-bottom: 90px;
}

.vakansii__title {
    font-size: 100px;
    line-height: 90%;
}

.vakansii__title_black {
    text-align: center;
}

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

.vakansii__banner__text {
    max-width: 400px;
    margin-top: 10px;
}

.vakansii__banner__code {
    border-radius: 20px;
    margin-top: 30px;
}

.vakansii_bl__title {
    margin-bottom: 35px;
}

.vakansii_ac_btn {
    background: #3314F1 !important;
    font-size: 24px;
    border: unset;
    color: #F9F9F9 !important;
}

.vakansii_ac_item {
    border: unset;
    border-bottom: 3px solid #F9F9F9;
    ;
}

.accordion {
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0rem;
}

.vakansii_bg_blue {
    background: #3314F1 !important;
}

.vakansii_ac_btn:focus {
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.vakansii_ac_body {
    max-width: 60%;
}

.vakansii_ac_body__subtitle {
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
    margin-bottom: 25px;
}

.vakansii_ac_body__btn {
    color: #3314F1;
    background: #F9F9F9;
    border-radius: 40px;
    padding: 10px 25px;
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #3314F1;
}

.vakansii_ac_body__btn:hover {
    color: #F9F9F9;
    background: #3314F1;
    border: 2px solid #F9F9F9;
    cursor: pointer;
}


.mailing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    border-radius: 20px;
    padding: 50px 0;
    margin-bottom: 110px;
}

.mailing_title {
    text-align: center;
    margin-bottom: 20px;
}

.mailing__form {
    position: relative;
}

.mailing__form_input {
    border: none;
    height: 39px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 430px;
    padding: 8px 30px;
}

.mailing__form_label {
    position: absolute;
    left: 32px;
    top: 7px;
    pointer-events: none;
    transition: all 200ms ease-in-out;
}

.mailing__form_input:focus~.mailing__form_label,
.mailing__form_input:not(:focus):valid~.mailing__form_label {
    top: -1px;
    font-size: 12px;
}

.mailing__form_btn {
    background: #3314F1;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    margin-left: 20px;
}

.mailing__form_btn:hover {
    background: #1B088D;
}

.mailing_one__right_form_form {
    align-items: center;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.news__item {
    width: 380px;
    padding: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.news__item:hover {
    background: #F3F3F3;
    border-radius: 20px;
    cursor: pointer;
}

.news__item_img {
    margin-bottom: 23px;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

.news__item_title {
    margin-bottom: 15px;
}

.news__list_pagination {
    margin-bottom: 50px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.news__list_pagination_numb {
    display: flex;
    gap: 15px;
}

.news__list_pagination_arrow {
    margin: 0 15px;
}

.news__list_pagination_disabled {
    opacity: 0.5;
}

.news__list_pagination_numb_item:hover {
    cursor: pointer;
    color: #1B088D;
}

.news__list_pagination_arrow {
    cursor: pointer;
}

.news__list_pagination a,
.news__list_pagination span {
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
    color: #3314F1;
}

.news__list_pagination a:hover {
    color: #1B088D;
}

.news__list_pagination span {
    opacity: 0.5;
}

.news__list_pagination .prev {
    width: 17px;
    height: 16px;
    background: url(../../img/Arrow-blue.svg);
    background-repeat: no-repeat;
}

.news__list_pagination .next {
    width: 17px;
    height: 16px;
    background: url(../../img/Arrow-blue.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.news__banner {
    display: flex;
    padding: 55px;
    background: #F3F3F3;
    border-radius: 20px;
    margin-bottom: 60px;
    margin-top: 50px;
}

.news__banner_img {
    width: 634px;
    border-radius: 20px;
    margin-left: 35px;
}

.news__banner_data {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.news__banner_data__date {
    opacity: 0.5;
    margin-bottom: 20px;
}

.news__banner_data__text {
    margin-bottom: 25px;
}

.news__banner_data__link,
.events__banner_data__link {
    width: fit-content;
}

.news__banner_data__link:hover,
.events__banner_data__link:hover {
    cursor: pointer;
}

.news__banner_data__link:hover .news__banner__link_arrow,
.events__banner_data__link:hover .events__banner__link_arrow {
    transform: rotate(45deg);
}



/* events */

.events {
    background: #F3F3F3;
    border-radius: 20px;
    display: flex;
    padding: 50px 80px 50px 30px;
    margin-bottom: 90px;
}

.events__banner_img {
    width: 500px;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 65px;
}

.events__banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.events__banner_data_left {
    max-width: 290px;
    padding-right: 30px;
}

.events__banner_data_left_title {
    margin-bottom: 25px;
}

.events__banner_right_one_text {
    opacity: 0.5;
    margin-bottom: 4px;
}

.events__banner_data_right_one {
    margin-bottom: 24px;
}

.events__title {
    font-weight: 400;
    font-size: 100px;
    line-height: 90%;
    color: #3314F1;
    margin-top: 75px;
    margin-bottom: 50px;
}


/* events */

.event_title {
    color: #3314F1;
    font-size: 100px;
    line-height: 90%;
    margin-bottom: 50px;
}



/* .event-page */

.event__banner {
    /* background: linear-gradient(212.88deg, #3314F1 43.85%, #1B088D 63.8%); */
    padding: 145px 0;
/*     background-position: top;
    background-repeat: no-repeat;*/
	border-radius: 40px;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}

.course__banner {
    background: linear-gradient(212.88deg, #3314F1 43.85%, #1B088D 63.8%);
}

.course__banner_if_img {
    padding: 0 10px;
}

.course__banner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
/* 	padding: 0 !important; */
}

.event__banner__title {
    font-size: 75px;
    line-height: 90%;
    margin-bottom: 40px;
}

.event__banner__text {
    margin-bottom: 25px;
}

.event__banner__bts {
    display: flex;
    gap: 20px;
}

.event__banner__button {
    font-size: 15px;
    border: 3px solid #F9F9F9;
    border-radius: 40px;
    padding: 10px 30px;
    width: fit-content;
    color: #F9F9F9;
}

.event__banner__button:hover {
    background: #F9F9F9;
    color: #3314F1;
    cursor: pointer;
}

.event__banner__button_one {
    background: #F9F9F9;
    color: #3314F1;
}

.event__banner__button_one:hover {
    background: none;
    color: #F9F9F9;
}

.event_info {
    display: flex;
    justify-content: space-between;
/*     margin-top: 110px;
    margin-bottom: 100px; */
	gap: 40px;
}

.event_info__data {
    max-width: 600px;
}

.event_info__text {
    margin-bottom: 50px;
}

.event_info_blocks {
    display: flex;
    justify-content: flex-start;
}

.event_info_block:first-child,
.event_info_block:nth-child(2) {
    margin-right: 20px;
}

.event_info_block__title {
    opacity: 0.5;
    margin-bottom: 15px;
}

.event_info_block__text {}

.event_info_block {
    max-width: 180px;
    display: flex;
    flex-direction: column;
}

.speakers {
    margin-bottom: 110px;
    margin-top: 110px;
}

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

.speakers__block_left {
    min-width: 205px;
    margin-right: 30px;
}

.speakers__block_right {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 60px;
    max-width: 700px;
}

.speakers__item {
    width: 320px;
}

.speakers__item_title {
    margin-bottom: 15px;
}

.speakers__block:first-child {
    margin-bottom: 100px;
}

.speakers__item_img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-bottom: 25px;
    object-fit: cover;
}

.speakers__item_img_wrap {
    position: relative;
}

.speakers__item_img_wrap::before {
    content: '';
    position: absolute;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: linear-gradient(0.49deg, rgba(27, 8, 141, 0.85) 0.34%, rgba(27, 8, 141, 0) 44.96%), linear-gradient(140.02deg, rgba(51, 20, 241, 0.7) 40.05%, rgba(27, 8, 141, 0.7) 83.58%);
}

/* hr */

.hr_title {
    font-size: 100px;
    line-height: 90%;
    margin-top: 50px;
}

.hr_subtitle {
    margin-top: 30px;
    margin-bottom: 45px;
}

.hr_numblock {
    justify-content: end;
    gap: 0 30px;
}

.hr_numblock__item_num {
    font-size: 51px;
    line-height: 120%;
    margin-bottom: 7px;
}

.hr_scope {
    margin-top: 110px;
    margin-bottom: 90px;
    justify-content: space-between;
}

.hr_scope__title {
    max-width: 210px;
}

.hr_numblock__item_text {
    max-width: 185px;
}

.hr_scope__item_slash {
    border-bottom: 4px solid #3314F1;
    transform: rotate(111.21deg);
    width: 94px;
}

.hr_scope__wrap {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: end;
}

.hr_scope__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    border-radius: 20px;
    width: 380px;
    height: 190px;
}

.hr_scope__item_text {
    max-width: 210px;
}


/* curse_page */

.ycd-simple-mode-textUnderCountdown {
    display: flex !important;
    color: #0C0922 !important;
}

.ycd-simple-current-unite-wrapper {
    display: flex !important;
}

.ycd-simple-current-unite {
    width: 65px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.timer_wrap {
    position: relative;
    margin-left: 40px;
}

.timer__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #0C0922;
    margin-bottom: 3px;
}

.timer__time {
    display: flex;
    flex-direction: column;
    padding: 40px 30px 35px 30px;
    background: #F3F3F3;
    border-radius: 20px;
}

.timer__sale {
    margin-left: 0 !important;
    background: #FD6443 !important;
    transform: rotate(345deg);
    position: absolute;
    top: -115px !important;
    left: -30px !important;
}

.yacloud_logo {
		max-width: 465px !important;
	}
@media (max-width: 768px) {
    .timer_wrap {
        margin-top: 90px;
        margin-bottom: 45px;
        margin-left: 0px;
    }
	.custom_banner_half {
		width: 100%;
	}
	.modal_form_w_buttons{
		flex-direction: column;
		gap: 0px;
	}
	.yacloud_logo {
		width: 125px !important;
	}
}

@media (max-width: 475px) {
    .timer_wrap {
        margin-top: 60px;
        margin-bottom: 45px;
        margin-left: 0px;
    }

    .timer__sale {
        top: -83px !important;
        left: 7px !important;
    }

    .timer__time {
        padding: 40px 15px 15px 15px;
    }

    .ycd-simple-current-unite {
        width: 55px;
    }

    .ycd-simple-countdown-time {
        font-size: 35px !important;
    }

    .ycd-simple-countdown-label {
        font-size: 12px !important;
    }

    .ycd-simple-timer-dots {
        font-size: 30px !important;
    }
}

.curse_page_banner_title {
    font-size: 32px !important;
    line-height: 120%;
    margin-bottom: 40px;
    max-width: 670px;
}

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

.curse_page_banner_text {
    max-width: 400px;
}

.event__banner__discount {
	font-size: 22px !important;
    margin-bottom: 25px;
    max-width: 670px;
}

.cource_page_block__title {
    font-size: 100px;
    line-height: 90%;
    margin-bottom: 40px;
}

.cource_page_block {
    padding-right: 110px;
/*     margin-bottom: 110px; */
/*     max-width: 900px; */
    display: flex;
    align-items: normal;
    flex-direction: column;
}

.cource_page_block__text_block {
    gap: 20px;
    margin-bottom: 15px;
	justify-content: space-between;
}

.cource_page_block__text {
    max-width: 210px;
}

.cource_page_block_ps {
    opacity: 0.5;
}

.resume__title {
    margin-bottom: 70px;
}

.resume__top,
.resume_bot {
    gap: 60px;
}

.resume__top {
    margin-bottom: 30px;
}

.resume__left,
.resume__right {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 50px 30px;
}

.resume__left {
    width: 738px;
}

.resume__right {
    width: 400px;
}

.resume__subtext {
    opacity: 0.5;
    margin-bottom: 15px;
}

.resume_bot_title {
    margin-bottom: 50px;
}

.resume__blcok_com {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: space-between;
}

.resume__blcok_com__item {
    width: 260px;
    border-top: 3px solid #3314F1;
    padding-top: 14px;
}

.resume__inst_block_item {
    background: #FFFFFF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.resume__inst_block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.faq__link_block {
    margin-top: 50px;
    font-size: 24px;
    line-height: 100%;
    width: fit-content;
}

.faq__link_block:hover .teachers__link_arrow {
    transform: rotate(45deg);
}

.request {
    display: flex;
    justify-content: space-between;
/*     margin-top: 100px;
    margin-bottom: 100px; */
}


.request__block {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    max-width: 780px;
}

.request__title {
    padding-right: 30px;
}

.request__item {
    width: 380px;
    height: auto;
    background: #F3F3F3;
    border-radius: 20px;
    padding: 52px 30px 52px 30px;
}

.request__item_text {
    padding-right: 29px;
}

.request__item_img {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
}

.certificate {
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.certificate__right__mobile {
    display: none;
}

.certificate__left {
    max-width: 400px;
}

.certificate__button {
    width: fit-content;
}

.certificate__button:hover {
    color: #F9F9F9;
}

.certificate__text {
    margin-top: 16px;
    margin-bottom: 50px;
}

.certificate__right img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.curse_form {
    margin-top: 0;
}

.form__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
}

.form_block__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 30px;
}

.form_block__left_title {
    margin-bottom: 20px;
}

.form_block__left_title_second {
	font-size: 12px;
    margin: 35px 0px 5px 0;
}

.form_block__left_old_price {
    text-decoration: line-through;
    opacity: 0.5;
}

.form_block__price {
    font-size: 51px;
    line-height: 120%;
}

.form_block__price_second {
        font-size: 22px;
}

.form_block__text {
    opacity: 0.5;
}

.form_block__wrap_left {
    max-width: 280px;
}

.form_block__wrap {
    display: flex;
}

.form_block__left_one {
    margin-bottom: 40px;
}

.form_block__start {
    font-size: 24px;
}

.form_block__wrap_right {
    width: 150px;
    height: 150px;
    background: #3314F1;
    border-radius: 50%;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form_block__right_sale {
    font-size: 24px;
    text-align: center;
}

/* .animate__delay-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
} */

/* news single */

.news__single_nav_wrap {
    margin-top: 35px;
    margin-bottom: 35px;
}

.news__single_nav_wrap:hover {
    cursor: pointer;
}

.news__single_nav {
    margin-left: 5px;
    opacity: 0.5;
}

.news__single_wrap {
    width: 800px;
}

.news__single_title {
    color: #3314F1;
    margin-bottom: 45px;
}

.reviews_block__title__h3 {
    white-space: nowrap;
    margin-left: 25px;
}

.advantage_text__company {
    margin-right: 15px;
}

/* поп-ап */

.modal-header_phone {
    padding: 40px 45px 0 60px;
    border-bottom: none;
}

.modal-body_phone {
    padding: 0 60px 100px 60px;
}

.modal-dialog_phone {
    max-width: 700px;
}

.modal-body_phone_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.form__fields_input_modal {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 4px 10px;
}

.form__fields_input_modal.form__fields_input_modal_err {
    border-bottom: 1px solid #FD6443;
}

.modal-content {
	border-radius: 40px !important;
}

.form__fields_label_modal {
    left: 10px;
    top: 5px;
}

.form__fields_input_modal:focus~.form__fields_label_modal {
    top: -10px;
}

.form__fields_input_modal:not(:focus):valid~.form__fields_label_modal {
    top: 5px;
}

.form__fields_item_modal {
    margin-top: 35px;
}

.form__fields_btn_modal {
    border-radius: 40px;
    padding-right: 30px;
    padding-left: 30px;
}

/* поп-ап */


/* no_page 404 */

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

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

.no_page__subtitle {
    margin-top: 15px;
    margin-bottom: 33px;
}

.no_page__btn {
    width: fit-content;
}

.no_page__btn:hover {
    color: #F9F9F9;
}

.no_page__title_mobile {
    display: none;
}

/* no_page 404 */

.course_code {
    font-size: 1px;
    opacity: 0;
}

/* thanks */

.thanks__img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.thanks__img_wrap {
    position: relative;
    width: 48%;
    margin-top: 55px;
}

.thanks__img_wrap_blueone {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    background-color: #3314F1;
    filter: blur(134px);
    bottom: -39px;
    left: -85px;
    z-index: 1;
}

.thanks__img_wrap_bluetwo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    background-color: #3314F1;
    filter: blur(89px);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.file_upload {
    align-items: center;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: lowercase;
    color: #0C0922;
    border: 3px solid #000000;
    border-radius: 40px;
    padding: 7px 30px;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin-top: 21px;
    margin-bottom: 11px;
}

.file_upload:hover {
    cursor: pointer;
}

.file_upload::before {
    content: ' ';
    background-image: url(../../img/iconfile.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

#form_vakansiya {
    width: 550px;
}

.form_def {
    margin-top: 60px;
}

/* media */
@media (max-width: 1240px) {

    .news__list {
        gap: 20px;
    }

    .news__item {
        width: 370px;
    }

    /* prog_educational */

    .prog_educational__item {
        width: 365px;
    }

    .prog_educational__item_slider {
        width: 365px;
    }

    .prog_educational__link__pc {
        display: none;
    }

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

    .prog_educational__link__mob {
        display: flex;
        justify-content: end;
        margin-top: 50px;
    }

    .prog_educational__title {
        max-width: unset;
    }

    /* advantage_text */

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

    .advantage_text__item {
        max-width: 48%;
    }

    .advantage_text {
        flex-direction: column;
    }

    .advantage_text__company {
        margin-bottom: 35px;
    }

    .advantage_text__item_title {
        margin-bottom: 18px;
    }
}


@media (max-width: 1200px) {

    .news__item {
        width: 340px;
    }

    /* ------------ */

    .h1 {
        font-size: 75px;
    }

    /* form_block */
    .form_block__title {
        font-size: 75px;
    }

    /* .start_course_block */

    .start_course_block__card_item {
        max-width: 310px;
    }


    /* slider_main */

    .swiper_main__slide {
        /* width: 640px; */
        height: 385px;
    }

    .swiper_main__slide__img {
        top: 15%;
        width: 290px;
        height: 290px;
    }

    .swiper_main__slide__data {
        padding: 45px 50px 50px 0;
    }

    /* prog_educational */

    .prog_educational__item {
        width: 330px;
    }

    .prog_educational__item_slider {
        width: 330px;
    }

    .no_page__img {
        width: 55%;
    }

}

@media (max-width: 1199px) {
    .burger_menu_wrap {
        display: block;
        margin-left: 25px;
    }

    .header__left_menu {
        flex-direction: column;
        gap: 30px;
        align-items: start;
    }

    .header__left_menu_dop::after {
        content: none;
    }

    .border_line_blue__canvas {
        border: 2px solid #3314F1;
        width: 90%;
        margin-left: 16px;
        margin-bottom: 15px;
    }

    .offcanvas-header {
        width: 99%;
    }

    .header__left_menu a {
        margin-left: 0;
    }

    .offcanvas__top {
        width: 300px !important;
        min-height: 520px;
        border-radius: 20px 0 0 20px;
    }

    .header__left_menu_links {
        display: none;
    }

    .canvas__link,
    .canvas_right_tel,
    .canvas__link__mobile {
        display: block !important;
        width: fit-content;
    }

    .canvas__link__mobile {
        width: 160px;
        display: flex !important;
        justify-content: center;
        padding: 7px 0px !important;
        line-height: 140% !important;
    }

    .canvas__block {
        margin-top: 30px;
    }

    .canvas_right_tel,
    .canvas__link__mobile {
        margin-bottom: 15px;
    }

    /* teachers_page */

    .teachers_page__title {
        font-size: 75px;
    }

    /* advantage_text */

    .advantage_text__company {
        padding-right: 15px;
    }

}


@media (max-width: 1100px) {

    .resume__inst_block {
        gap: 20px 20px;
    }

    .resume__inst_block_item {
        width: 100px;
        height: 100px;
    }

    .resume__blcok_com__item {
        width: 235px;
    }

    .request__item {
        padding: 52px 30px 30px 30px;
    }

    .request__item {
        width: 350px;
    }

    .certificate__left {
        padding-right: 30px;
    }

    .certificate__right img {
        width: 480px;
        height: 320px;
    }

    .form_block__wrap__one {
        flex-direction: column-reverse;
    }

    .form_block__wrap_right {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .event__banner__text {
        max-width: 70%;
    }

    .events__banner_data {
        flex-direction: column;
    }

    .events__banner_data_right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* hr */

    .hr_title {
        font-size: 63px;
    }

    .hr_scope__item {
        width: 310px;
        height: 170px;
    }

    .news__banner_img {
        width: 480px;
    }

    .news__item {
        padding: 15px;
        width: 305px;
    }

    .news__list {
        gap: 15px;
    }

    .mailing_title {
        width: 600px;
    }

    /* courses_for */

    .courses_for__three_item {
        max-width: 350px;
    }


    /* main_title */

    .main_title__text {
        font-size: 75px;
    }

    .main_title__ellipse__black {
        height: 37px;
        margin-top: 8px;
    }

    /* advantages  */

    .advantages_left {
        margin-right: 35px;
    }

    .advantages_right__block {
        width: 290px;
    }

    /* main__cours_constult */

    .cours_constult__text {
        font-size: 15px;
    }

    /* events_block */

    .events_block {
/*         display: none; */
    }
	.events_block__wrap {
		flex-direction: column;
	}
	
	.events_block__data_text {
		margin: 35px 0;
		flex-direction: column;
	}
	
	
	.events_block__image_img {
		width: 100%;
		height: 100%;
	}
    /* .form_block */

    .form_block {
        margin-top: 70px;
    }

    /* company_block */

    .slider_company__slide .slider_company__img {
        filter: unset;
    }


    /* teachers__wrapper */

    .teachers__title_oval_fs {
        width: 100%;
    }

    .teachers__wrap_title {
        width: unset;
    }

    /* prog_educational */

    .prog_educational__item {
        width: 310px;
    }

    .prog_educational__item_slider {
        width: 310px;
    }

    /* o_nas */

    .o_nas__banner {
        margin-top: 50px;
        height: 430px;
    }

    .o_nas__banner_img_ring {
        width: 300px;
        top: 40px;
    }

    .o_nas__banner_img_shema {
        width: 415px;
    }

    .o_nas__support_educ__block,
    .o_nas__support_educ__min_block {
        padding: 55px 35px;
    }

    .o_nas__cards_one,
    .o_nas__cards_two {
        padding: 35px;
    }

    /* support_educ  */

    .support_educ__block,
    .support_educ__min_block {
        padding: 55px 35px;
    }

    /* training */

    .training__block {
        gap: 23px;
    }

    .training__item {
        max-width: 183px;
    }


    /* base_track */

    .base_track__banner_left {
        max-width: 476px;
    }



}

@media (max-width: 991px) {

    .event_info_blocks {
        flex-direction: column;
    }

    .event_info_block {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .event_info__text {
        margin-bottom: 30px;
    }

    .swiper_top__slide_title {
        font-size: 50px;
    }

    .resume_bot {
        flex-direction: column;
    }

    .resume__left,
    .resume__right {
        width: 100%;
    }

    .resume__inst_block {
        gap: 30px 30px;
    }

    .resume__blcok_com__item {
        width: 45%;
    }

    .resume__top,
    .resume_bot {
        gap: 30px;
    }

    .cource_page_block__title {
        font-size: 75px;
    }

    .request {
        flex-direction: column;
    }

    .request__title {
        margin-bottom: 24px;
    }

    .certificate__right img {
        width: 400px;
        height: 280px;
    }

    .form_block__price {
        font-size: 40px;
    }
	
	.form_block__price_second {
        font-size: 22px;
    }

    .form_block__start {
        max-width: 152px;
    }

    .speakers__block {
        flex-direction: column;
    }

    .speakers__block_left {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .event_info__title {
        min-width: fit-content;
        padding-right: 30px;
    }

    .event__banner__title {
        font-size: 75px;
    }

    .event_title {
        font-size: 75px;
    }

    .events__banner_data_left {
        max-width: 100%;
        padding-right: 0;
    }

    .events {
        padding: 50px 30px 50px 30px;
    }

    .events__banner_img {
        width: 300px;
        height: 250px;
    }

    .events__banner_data_right {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .events__banner_data_right_one {
        margin-bottom: 12px;
    }

    /* hr */

    .hr_scope {
        flex-direction: column;
    }

    .hr_scope__item {
        width: 48%;
    }

    .hr_scope__title {
        max-width: 100%;
        margin-bottom: 30px;
    }

    /* vakansii */

    .vakansii__title {
        font-size: 63px;
    }

    .vakansii__banner_block {
        flex-direction: row-reverse;
    }

    .vakansii__banner__text {
        margin-top: 30px;
    }

    .vakansii__banner__code {
        margin-right: 30px;
    }

    /* news */

    .news__banner_img {
        width: 300px;
    }

    .news__item {
        width: 350px;
    }

    .news__list {
        gap: 25px;
    }

    /* contacts */

    .contacts_one {
        flex-direction: column;
    }

    .contacts_one__title {
        margin-bottom: 35px;
    }

    .contacts_one__title,
    .contacts_two__title {
        padding-right: 30px;
        width: 240px;
    }

    /* swiper_competencies */

    .competencies_block {
        display: none;
    }

    .competencies_block__mobile {
        display: block;
    }

    .br_none {
        display: none;
    }

    .competencies_block__mobile__title_one {
        font-size: 18px;
        line-height: 140%;
        padding-top: 9px;
        border-top: 2px solid #F9F9F9;
        margin-bottom: 23px;
    }

    .competencies_item__text {
        padding: 12px 30px;
    }

    .swiper_competencies__slide {
        border: none;
        padding: 0;
        flex-wrap: wrap;
    }

    .competencies_block__mobile__two {
        border-top: 2px solid #F9F9F9;
        padding-top: 9px;
        margin-top: 45px;
    }

    .competencies_block__mobile__title_two {
        min-width: fit-content;
        padding-right: 40px;
    }

    /* courses_for_cards */



    /* courses_for */

    .courses_for__one__title {
        margin-bottom: 27px;
    }

    .courses_for__one_item {
        max-width: 300px;
    }

    .courses_for__one {
        flex-direction: column;
    }

    .courses_for__three {
        flex-direction: column;
    }

    .courses_for__three_title {
        margin-bottom: 40px;
    }

    .courses_for__three_block {
        max-width: 800px;
    }



    /* main_title */

    .main_title__text {
        font-size: 63px;
    }

    .header {
        margin-top: 20px;
    }

    /* main__cours_constult */

    .main__cours_constult {
        flex-direction: column;
    }

    .cours_constult__wrap {
        width: 100%;
        height: 130px;
    }

    .cours_constult__wrap_item {
        width: 338px;
    }

    .br {
        display: none;
    }

    .cours_constult__form_br {
        display: block;
    }

    .cours_constult__form_text {
        text-align: center;
    }

    /* advantages */

    .advantages_left__age {
        display: none;
    }

    .advantages_right {
        flex-direction: column;
    }

    .advantages__link__pc {
        display: none;
    }

    .advantages__link__mob {
        display: flex;
    }

    .advantages__left__title {
        position: sticky;
        top: 45px;
        height: fit-content;
    }

    .advantages_right__block {
        width: 420px;
    }

    /* teachers */

    .teachers__wrapper {
/*         margin-bottom: 80px; */
    }

    .o_nas__teachers__link__mob {
        display: none !important;
    }

    .o_nas__teachers__wrapper {
        margin-bottom: 0;
    }

    .o_nas__swiper_teacher__arrow {
        display: none;
    }

    .teachers__title_fs,
    .teachers__title_sc {
        font-size: 75px;
    }

    .teachers__title_oval_fs {
        height: 37px;
        margin-top: 7px;
    }

    .teachers__wrap_title {
        line-height: 60%;
    }

    /* .start_course_block */

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

    .start_course_block__title__wrap {
        position: sticky;
        top: 45px;
        height: fit-content;
    }

    .start_course_block__cards {
        flex-direction: column;
    }

    .start_course_block__card_item {
        margin-bottom: 30px;
        max-width: 440px;
        min-width: 300px
    }

    .start_course_block__course {
        margin-bottom: 18px;
    }

    /* o_nas */

    .o_nas__banner_img_shema {
        display: none;
    }

    .o_nas__banner {
        height: 360px;
        margin-top: 30px;
    }

    .o_nas__banner_img_ring {
        width: 200px;
        top: 60px;
    }

    .o_nas__logo {
        justify-content: space-around;
    }

    .o_nas__logotip {
        width: 214px;
    }

    .o_nas__support_educ__block,
    .o_nas__support_educ__min_block {
        padding: 24px 20px;
        flex-direction: column-reverse;
    }

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

    .o_nas__support_educ__min_block__img {
        width: 38px;
        margin-bottom: 10px;
    }

    .o_nas__support_educ__min_block__img {
        margin-left: 0;
    }

    .o_nas__support_educ__block_right__img {
        width: 144px;
        margin-bottom: 10px;
    }

    .o_nas__support_educ__block {
        width: 49%;
        align-items: start;
        justify-content: center;
    }

    .o_nas__support_educ__block_wrap {
        display: flex;
        gap: 20px;
    }

    .o_nas__cards_one__mobile {
        display: block;
        width: 49%;
        padding: 24px 20px;
        background: #F3F3F3;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .o_nas__cards {
        gap: 20px;
    }

    .o_nas__cards_one {
        display: none;
    }

    .o_nas__cards_two {
        padding: 24px 20px;
        width: 49%;
        max-width: unset;
    }

    .o_nas__cards_three {
        width: 49%;
    }

    .o_nas_teacher__block {
        flex-direction: column;
        margin-top: 50px;
    }

    .o_nas_teacher__info {
        max-width: 100%;
    }

    .o_nas_teacher__cours_title {
        max-width: unset;
        margin-bottom: 25px;
    }

    .o_nas_teacher__cours {
        padding: 25px 15px;
        max-width: unset;
        margin-left: 0px;
        margin-top: 30px;
    }

    .o_nas_teacher__block__link {
        text-align: end;
        font-size: 18px;
    }

    .o_nas_teacher__block__link img {
        width: 14px;
    }

    /* teachers_page */

    .teachers_page__title {
        font-size: 63px;
    }

    .teachers_page__imgs {
        flex-direction: row-reverse;
    }

    .teachers_page__one_teach {
        top: 10px;
        left: -395px;
    }

    .teachers_page__two_teach {
        top: 105px;
        left: -335px;
    }

    .teachers_page__three_teach {
        top: 30px;
        left: -200px;
    }

    .teachers_page__plus__wrap {
        left: -140px;
    }

    .teachers_page__imgs {
        margin-bottom: 270px;
    }

    /* support_educ */

    .support_educ__block,
    .support_educ__min_block {
        padding: 24px 20px;
    }

    .support_educ__block,
    .support_educ__min_block {
        flex-direction: column-reverse;
        align-items: start;
    }

    .support_educ__block {
        width: 49%;
        justify-content: flex-end;
    }

    .support_educ__min_block__two {
        display: none;
    }
	
	/**ya_cloud**/
	.yacloud_block {
		width:100% !important;
	}
	/**ya_cloud end**/
    .support_educ__block_right img {
        width: 142px;
        margin-bottom: 10px;
    }

    .support_educ__min_block__img {
        width: 38px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .support_educ__block_left {
        max-width: 100%;
    }

    .support_educ__min_block__top {
        display: block;
        margin-bottom: 30px;
    }

    .support_educ__block__wrap {
        gap: 20px;
    }

    .support_educ__title {
        display: none;
    }

    .support_educ {
        margin-top: 30px;
    }

    /* .footer */

    .footer_one__right_form_form {
        flex-direction: column;
    }

    .footer__form_btn {
        margin-left: 0;
    }

    .footer__form_label {
        top: 6px;
    }

    .footer__form {
        margin-bottom: 10px;
    }


    /* training */

    .training_wrap {
        flex-direction: column;
    }

    .training__title {
        max-width: unset;
        margin-bottom: 30px;
    }

    .training__block {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .training__item {
        max-width: 45%;
    }

    /* swiper_course */

    .swiper_course__slide {
        max-width: 310px;
    }


    /* base_track  */

    .base_track__banner {
        flex-direction: column-reverse;
        padding: 55px 45px 55px 20px;
    }

    .base_track__banner_left {
        max-width: 100%;
    }

    .base_track__banner_right_sec__pc {
        display: none;
    }

    .base_track__banner_right_sec__mobile {
        display: block;
        margin-top: 0;
    }

    .base_track__banner_right_one {
        justify-content: space-between;
        margin-bottom: 45px;
    }

    .base_track__banner_right_one_one {
        margin-right: 0;
    }

    /* slider_top  */

    .m_container_big {
        padding: 0 0;
    }

    .swiper_top__slide_white_ellips {
        display: none;
    }

    .teacher__page_min_block__img_slash {
        width: 60px;
    }

    .support_educ__block_right__tree_icon {
        width: 165px !important;
    }

    .support_educ__min_block__text_left {
        max-width: unset;
    }

}

@media (max-width: 840px) {

    .cource_page_block__text {
        max-width: 180px;
    }

    .certificate__right img {
        width: 300px;
        height: 200px;
    }

    /* swiper_top */

    .swiper_top__row {
        align-items: start;
        margin-top: 45px;
    }

    .swiper_top__right {
        margin-top: 40px;
    }

    .swiper_top__slide {
        height: 645px;
    }

    .h1 {
        font-size: 56px;
    }

    /* slider_main */

    .slider_main__text {
        display: none;
    }

    .swiper_main__slide__img {
        right: 0%;
    }

    .swiper_main__slide__text {
        display: none;
    }

    .swiper_main__slide__wrap {
        text-align: start;
    }

    .swiper_main__slide__data {
        align-items: start;
        padding: 45px 50px 50px 50px;
        float: left;
    }

    .advantages__link_text {
        font-size: 18px;
    }

    .swiper_main__slide__title {
        font-size: 22px;
        max-width: 220px;
    }

    .swiper_main__slide__link_arrow {
        width: 13px;
        height: 18px;
    }

    /* teachers_page */

    .teachers_page__one_teach {
        left: -325px;
    }

    .teachers_page__two_teach {
        left: -260px;
    }

    .teachers_page__three_teach {
        left: -120px;
    }

    .teachers_page__plus__wrap {
        left: -65px;
    }

    /* link */

    .link {
        font-size: 18px;
    }

    .arrow_link {
        margin-left: 8px;
    }

    .courses_for__two_text {
        width: 420px;
    }

    .news__single_wrap {
        width: 100%;
    }


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

    .no_page__text_block {
        align-items: center;
        margin-bottom: 45px;
        margin-top: 20px;
    }

    .no_page__subtitle {
        text-align: center;
    }


    .thanks__img_wrap {
        position: relative;
        width: 55%;
        margin-top: 0px;
    }

}

@media (max-width: 768px) {

    .o_nas_teacher__block__link {
        display: block;
        text-align: start;
    }

    .start_course_block__card_item {
        min-height: 330px;
    }

    .o_nas_bg {
        left: 15px;
        top: 30px;
    }

    .btn_file_wrap {
        flex-direction: column-reverse;
        align-items: normal;
    }

    #form_vakansiya {
        width: unset;
    }

    .swiper_top__slide_title_text {
        white-space: unset;
    }

    .br_two {
        display: none;
    }

    .slider-wrapper__teachrer {
        margin-top: 40px;
    }

    .resume__left,
    .resume__right {
        padding: 50px 20px;
    }

    .cource_page_block__text {
        max-width: 204px;
    }

    .cource_page_block {
        padding-right: 0;
    }

    .cource_page_block__title {
        font-size: 63px;
    }

    .request__item {
        width: 47%;
    }

    .speakers__item {
        max-width: 214px;
    }

    .event__banner__title {
        font-size: 58px;
    }

    .event__banner {
        padding: 120px 0;
    }

    .event_title {
        font-size: 58px;
    }

    .events__title {
        font-size: 60px;
    }

    .events {
        flex-direction: column;
    }

    .events__banner_img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    /* hr */

    .hr_title {
        font-size: 44px;
    }

    /* vakansii */

    .vakansii__banner__code {
        width: 300px;
        height: 141px;
        object-fit: cover;
    }

    .news__banner {
        padding: 55px 20px;
    }

    .news__banner_img {
        object-fit: cover;
    }

    .news__item {
        width: 290px;
        padding: 0;
    }

    .news__list {
        gap: 20px;
    }

    .mailing_title {
        font-size: 22px;
        width: 525px;
    }

    .mailing__form_input {
        width: 365px;
    }

    .swiper_course_block__month__programm {
        font-size: 24px !important;
    }

    /* courses_for */

    .courses_for__three_item {
        max-width: 300px;
    }

    .courses_for__three_block {
        gap: 10px;
    }

    .courses_for__three_item {
        max-width: 295px;
    }

    /* -------- */

    .text_normal {
        font-size: 14px;
        line-height: 140%;
    }

    .btn_white {
        padding: 7px 18px;
    }

    h3 {
        font-size: 18px;
    }

    /* header */
    .header__right__mobile {
        display: none;
    }

    .header__right_phone_item {
        margin-right: 15px;
    }

    /* header */

    /* main_title */

    .main_title__ellipse__black {
        display: none;
    }

    .main_title__text {
        white-space: nowrap;
    }

    .main_title__ellipse__blue {
        border: 3px solid #3314F1;
        border-radius: 40px;
        width: 100%;
        max-width: 170px;
        height: 37px;
        margin-top: 8px;
        margin-right: 5px;
    }

    /* main__cours_constult */

    .main__cours_constult__form_wrap {
        flex-direction: column;
    }

    .cours_constult__form_btn {
        margin-top: 23px;
        margin-left: 0;
    }

    /* advantages */

    .advantages_right__block {
        width: 300px;
    }

    .advantages_right__block_text {
        line-height: 150%;
    }

    .advantages__link {
        font-size: 18px;
    }

    .advantages__link_arrow {
        width: 13px;
    }

    /* teachers */

    .teachers__title_fs,
    .teachers__title_sc {
        font-size: 63px;
    }

    .teachers__title_oval_fs {
        height: 32px;
    }

    .teachers__wrap_title {
        line-height: 60%;
    }


    /* form_block */

    .form_block__title {
        font-size: 32px;

    }

    .form_block_black {
        color: #3314F1;
    }

    .form_block_black_ellipse {
        display: none;
    }

    /* reviews */

    .reviews_block__title__h3,
    .swiper_reviews__arrow {
        display: none;
    }

    .reviews__slide_review {
        line-height: 150%;
    }

    .swiper_reviews__slide {
        width: 280px;
    }

    .reviews__slide_img {
        width: 80px;
        height: 80px;
    }

    .reviews_block {
        margin-top: 10px;
    }

    /* teachers */

    .teachers__link__pc {
        display: none;
    }

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

    .slider_teacher__arrow {
        display: none;
    }

    .teachers__link_text {
        font-size: 18px;
    }

    .teachers__link_arrow {
        width: 13px;
    }

    /* company_block */

    .slider_company .owl-nav {
        display: none;
    }

    .slider_company__slide {
        width: 140px;
        height: 120px;
        padding: 15px 15px;
    }

    .slider_company {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .company_block {
        margin-bottom: 45px;
    }


    /* prog_educational */

    .prog_educational__item {
        width: 300px;
        padding: 30px 20px;
    }

    .prog_educational__wrap {
        gap: 10px 10px;
    }

    .prog_educational__link_text {
        font-size: 18px;
    }


    .arrow_link {
        width: 13px;
    }


    /* o_nas  */

    .o_nas__banner_imgs {
        /* min-width: 40%; */

    }

    .o_nas__banner_img_ring {
        left: 30px;
    }

    .o_nas__logo {
        justify-content: start;
        margin-left: -60px;
    }

    .o_nas__link {
        justify-content: start;
    }

    /* teachers_page */

    .teachers_page__text {
        max-width: 270px;
    }

    .teachers_page__imgs {
        margin-top: 17px;
    }


    /* .footer */

    footer {
        padding-top: 37px;
    }

    .footer_logo_wrap {
        display: block;
        padding-bottom: 50px;
    }

    .footer_one__right {
        padding-left: 20px;
    }

    .footer_one__right__ico {
        width: 30px;
        height: 30px;
    }

    .footer_one__right__ico img {
        width: 30px;
        height: 30px;
    }

    .footer_one__left_title,
    .footer_one__right_title {
        margin-bottom: 18px;
    }

    .footer_one__left_number,
    .footer_one__left_mail,
    .footer_one__left_adres {
        margin-bottom: 19px;
    }

    .footer_one__right__icons {
        margin-bottom: 31px;
    }

    .footer_two__left {
        display: none;
    }

    .footer_two__right_links_wrap {
        margin-right: 35px;
    }

    /* swiper_course */

    .swiper_course {
        margin-bottom: 28px;
    }

    .swiper_course_block__course {
        margin-bottom: 18px;
    }

    .swiper_course__slide {
        padding: 30px 20px 35px 20px;
        min-height: 330px;
    }

    .swiper_course__arrow {
        display: none;
    }

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

    .course__link_pc {
        display: none;
    }

    /* .faq */

    .faq .accordion-button {
        font-size: 18px;
    }

    .faq .accordion-button_course_page {
        font-size: 18px;
    }

    .no_page__img {
        width: 70%;
    }

    .thanks__img_wrap_blueone {
        width: 150px;
        height: 150px;
        filter: blur(80px);
        bottom: -39px;
        left: -85px;
    }

    .thanks__img_wrap_bluetwo {
        width: 115px;
        height: 115px;
        filter: blur(75px);
        top: 0px;
        right: 0px;
    }

    .course__banner_wrap {
        flex-direction: column-reverse;
    }

    .course__banner_img {
        margin-bottom: 24px;
    }

    .course__banner {
        padding: 10px 5px;
    }
}

@media (max-width: 640px) {

    .form_def {
        margin-top: 25px;
    }

    .o_nas_teacher__block {
        margin-top: 70px;
    }

    .swiper_top__slide_title {
        font-size: 40px;
    }

    .cource_page_block__title {
        font-size: 45px;
    }

    .certificate__right {
        display: none;
    }

    .certificate__left {
        max-width: 100%;
        padding-right: 0;
    }

    .certificate__right__mobile {
        display: block;
    }

    .certificate__right__mobile img {
        width: 100%;
        height: 70%;
    }

    .certificate__button {
        margin-top: 30px;
    }

    .certificate__right__mobile {
        margin-bottom: 24px;
    }

    .form_block__wrap__one {
        position: relative;
    }

    .form_block__wrap__one {
        flex-direction: column-reverse !important;
    }

    .form_block__wrap_right {
        position: absolute;
        top: -215px;
        left: 126px;
    }



    /* vakansii */

    .vakansii_ac_body__subtitle {
        flex-direction: column;
    }

    .vakansii_ac_body__sub_item {
        margin-bottom: 5px;
    }

    .vakansii_ac_body {
        max-width: 90%;
    }

    .vakansii__title {
        font-size: 42px;
    }

    .vakansii__banner_block {
        flex-direction: column;
    }

    .vakansii__banner__text {
        max-width: 100%;
    }

    .vakansii__banner__code {
        width: 91%;
        height: auto;
    }

    .news__banner {
        flex-direction: column-reverse;
        padding: 30px 10px;
    }

    .news__banner_img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .news__list {
        justify-content: center;
        gap: 40px;
    }

    .news__item {
        width: 320px;
    }

    .mailing {
        display: none;
    }

    /* contacts */

    .contacts_one__block_right__title,
    .contacts_one__block_left__title {
        font-size: 19px;
    }

    /* swiper_competencies */

    .competencies_block__mobile__two {
        flex-direction: column;
    }

    .competencies_block__mobile__title_two {
        margin-bottom: 25px;
    }

    .competencies_item__text {
        padding: 8px 15px;
        margin-right: 0px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .swiper_competencies__slide__text {
        gap: 10px 10px;
    }

    .competencies_item__logo {
        width: 60px;
        height: 60px;
    }

    .competencies_item__logo img {
        width: 60px;
        height: 60px;
    }


    /* courses_for_cards  */

    .courses_for_cards_wrap {
        flex-direction: column;
    }

    .courses_for_cards_item {
        width: 100%;
        height: 144px;
    }

    .courses_for_cards_arrow {
        margin-top: 7px;
    }


    /* courses_for */

    .courses_for__one_item {
        max-width: 242px;
    }

    .courses_for__three_item {
        max-width: 440px;
    }

    /* swiper_top  */

    .h1 {
        font-size: 44px;
    }

    .swiper_top__btn {
        white-space: nowrap;
    }

    .swiper_top__slide {
        padding: 90px 17px 30px 17px;
    }



    /* ------------- */

    h2 {
        font-size: 22px;
    }

    .blu_background {
        border-radius: 20px;
    }

    footer {
        border-radius: 20px 20px 0 0;
    }

    /* main_title */

    .main_title__text {
        font-size: 45px;
    }

    .main_title__ellipse__blue {
        height: 31px;
        max-width: 105px;
        margin-top: 7px;
    }

    /* swiper_teacher */

    .slider-wrapper__teachrer .owl-nav {
        display: none;
    }


    .slider-wrapper__teachrer .center .slider__teacher__slide {
        width: 250px;
    }

    .slider-wrapper__teachrer .center img {
        width: 250px !important;
        height: 380px;
    }

    .center .slider__teacher__slide::before {
        width: 250px;
        height: 380px;
    }

    .slider-wrapper__teachrer {
        height: 380px;
    }

    .slider_teacher__slide__text {
        max-width: 190px;
    }

    .center .slider_teacher__slide__text {
        bottom: 20px;
    }

    .slider__teacher__slide::before {
        left: 87px;
        top: 127px;
    }

    /* form_block */

    .form_block__wrap {
        flex-direction: column;
    }

    .form__communication_item {
        padding: 10px 19px;
        width: 142px;
    }

    .form__communication_item {
        background: #F3F3F3;
    }

    .form__communication_item__logo img {
        width: 25px;
    }

    /* teachers_page */

    .teachers_page__title {
        font-size: 32px;
    }

    .teachers_page__text {
        max-width: 150px;
    }


    /* footer */
    .footer_one__right {
        max-width: 300px;
    }

    .footer__form_input {
        width: 100%;
    }

    .footer_two__right_links {
        display: none;
    }

    .footer_two__right_links__mob {
        display: block;
        opacity: 0.5;
        display: flex;
        align-items: flex-end;
    }

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

    .footer__menu_item__li {
        margin-bottom: 19px;
    }

    .footer__menu_item {
        max-width: unset;
        width: 245px;
        margin-right: 0;
    }

    .footer_three {
        flex-direction: column;
    }

    .footer_three__text:first-child {
        margin-bottom: 19px;
    }

    /* o_nas  */

    .o_nas__text {
        max-width: 224px;
    }

    /* swiper_course */

    .swiper_course__slide {
        max-width: 270px;
    }

    /* advantage_text */

    .advantage_text__item {
        max-width: 100%;
    }

    .advantage_text__item_title {
        min-height: unset;
        font-size: 18px;
    }

    .modal_body_review {
        flex-direction: column;
        padding: 0 20px 30px 20px;
    }

    .reviews__slide_title_popup {
        flex-direction: row;
    }

    .reviews__slide_title_popup .reviews__slide_name {
        white-space: normal;
    }

    .modal_content_reviews .modal-header {
        padding: 25px 20px 0px 20px;
    }

    .slider_top {
        margin-bottom: 50px;
    }

    footer {
        margin-top: 50px;
    }

    .form_block {
        margin-bottom: 75px;
    }

}

@media (max-width: 575px) {

    .teachers__title_oval_fs {
        margin-top: 4px;
    }

    .resume__top {
        gap: 15px;
    }

    .request__item {
        width: 100%;
    }

    .event__banner__title {
        font-size: 32px;
    }

    .event_title {
        font-size: 32px;
    }

    /* hr */

    .hr_scope__item {
        width: 100%;
        justify-content: start;
    }

    .blu_background {
        padding: 15px 0;
    }

    /* slider_main */

    .swiper_main__slide {
        height: 353px;
    }

    /* start_course_block */

    .start_course_block__wrap {
        flex-direction: column;
    }

    .start_course_block__card_item {
        max-width: 100%;
    }

    .start_course_block__title__wrap {
        position: unset;
    }

    /* advantages */

    .advantages {
        flex-direction: column;
    }

    .advantages__left__title {
        margin-bottom: 35px;
    }

    .advantages_right__block {
        width: 100%;
    }

    /* teachers */

    .teachers__title_fs,
    .teachers__title_sc {
        font-size: 45px;
    }

    .teachers__wrap_title {
        line-height: 45%;
    }

    /* base_track */

    .base_track__banner_title {
        max-width: 93%;
    }

    .base_track__banner {
        flex-direction: column;
        margin-top: 23px;
        padding: 45px 10px 45px 10px;
    }

    .base_track__banner_link {
        display: none;
    }

    .base_track__banner_right_one {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 0;
    }

    .base_track__banner_text {
        margin-bottom: 35px;
    }

    /* training */

    .training__block {
        flex-direction: column;
    }

    .training__item {
        max-width: unset;
    }

    .prog_educational__item_slider {
        padding: 30px 20px 30px 20px;
    }

}

@media (max-width: 529px) {

    .resume__inst_block {
        gap: 30px 30px;
    }

    .resume__inst_block_item {
        width: 100px;
        height: 100px;
    }

    .cource_page_block__title {
        font-size: 32px;
    }

    .speakers__block_right {
        flex-direction: column;
    }

    .speakers__item {
        max-width: 100%;
    }

    .event_info {
        flex-direction: column;
    }

    .event_info__title {
        margin-bottom: 17px;
    }

    .events {
        padding: 30px 10px 30px 10px;
    }

    /* courses_for */

    .courses_for__one_item {
        max-width: 100%;
    }

    /* swiper_top  */

    .swiper_top__row {
        flex-direction: column;
    }

    .swiper_top__btn {
        width: 100%;
        text-align: center;
    }

    .swiper_top__right {
        width: 100%;
        justify-content: space-between;
    }

    .h1 {
        font-size: 32px;
    }

    /* ---------------- */

    .footer__menu_item {
        width: 100%;
    }

    .footer_two__right_links__mob {
        padding-top: 25px;
        border-top: 3px solid rgba(249, 249, 249, 0.2);
    }

    .footer_two {
        padding-bottom: 13px;
        margin-top: 15px;
    }

    .footer__menu_item__title {
        margin-bottom: 18px;
        margin-top: 19px;
    }

    .footer__form__pc {
        display: none;
    }

    .footer_one__right_title__mob {
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }

    .footer__form__mob {
        display: block;
    }

    /* o_nas */

    .o_nas__banner_imgs {
        min-width: 40%
    }

    .o_nas__banner_img_ring {
        left: -38px;
    }

    .o_nas__text {
        max-width: 100%;
    }

    /* teachers_page */

    .teachers_page__one_teach {
        left: -163px;
        top: 57px;
    }

    .teachers_page__two_teach {
        top: 170px;
    }

    .teachers_page__three_teach {
        top: 165px;
        left: -78px;
    }

    .teachers_page__plus__wrap {
        left: -130px;
        top: 250px;
    }

    .courses_for__two_block {
        flex-direction: column;
    }

    .courses_for__two_subtitle {
        padding-right: 0;
        margin-bottom: 15px;
        width: unset;
    }

    .courses_for__two_text {
        width: unset;
    }

}

@media (max-width: 475px) {

    .slider-wrapper__teachrer {
        margin-top: 5px;
    }

    .resume__blcok_com__item {
        width: 100%;
    }

    .resume__top {
        flex-direction: column;
    }

    .form_block__right_sale {
        font-size: 14px;
    }

    .form_block__wrap_right {
        width: 120px;
        height: 120px;
        top: -184px;
    }

    .form_block__start {
        font-size: 18px;
        max-width: 100%;
        margin-top: 15px;
    }

    .form_block__left_one {
        margin-bottom: 10px;
    }

    .event__banner__bts {
        flex-direction: column;
    }

    .event__banner__bts .event__banner__button {
        width: 100%;
        text-align: center;
    }

    .events__title {
        font-size: 41px;
    }

    /* hr */

    .hr_numblock {
        flex-direction: column;
    }

    .hr_numblock__item {
        margin-bottom: 34px;
    }

    .hr_numblock__item_text {
        max-width: 100%;
    }

    .hr_title {
        font-size: 31px;
    }

    .hr_scope {
        margin-top: 70px;
    }

    /* vakansii */

    .vakansii__title {
        font-size: 32px;
    }

    .vakansii__banner {
        margin-bottom: 35px;
    }

    /* competencies */

    .competencies_item__logo {
        width: 60px;
        height: 60px;
    }

    .competencies_item__logo img {
        width: 60px;
        height: 60px;
    }


    /* header */

    .header__right_tel {
        display: none;
    }

    .header__right_phone_item {
        margin-right: 0;
    }

    .burger_menu_wrap {
        margin-left: 5px;
    }

    .header__right_phone_item {
        font-size: 12px;
    }

    .canvas__link__mobile {
        width: 140px;
    }

    /* main_title */

    .main_title__text {
        font-size: 31px;
    }

    .main_title__ellipse__blue {
        height: 22px;
        max-width: 75px;
        margin-top: -3px;
    }

    /* slider_main */

    .swiper_main__slide__data {
        padding: 45px 16px 50px 16px;
    }

    .swiper_main__slide__img {
        width: 170px;
        height: 170px;
        top: 32%;
    }
    /* main__cours_constult */

    .cours_constult__text {
        white-space: unset;
        width: auto;
    }

    .cours_constult__wrap_item {
        width: 230px;
    }

    /* teachers */

    .teachers__title_fs,
    .teachers__title_sc {
        font-size: 36px;
    }

    .teachers__wrap_title {
        line-height: 35%;
    }

    .teachers__page_teachers__title {
        font-size: 22px;
    }

    /* prog_educational */

    .prog_educational__wrap {
        justify-content: center;
    }

    /* o_nas */

    .o_nas__banner_imgs {
        min-width: 48%;
    }

    .o_nas__banner_img_ring {
        left: -50px;
    }

    .o_nas__logo {
        margin-bottom: 15px;
    }

    .o_nas__support_educ__row,
    .o_nas__cards,
    .o_nas__support_educ__block_wrap {
        flex-direction: column;
    }

    .o_nas__support_educ__min_block,
    .o_nas__support_educ__block,
    .o_nas__cards_one__mobile,
    .o_nas__cards_two,
    .o_nas__cards_three {
        width: 100%;
    }

    .o_nas__support_educ__min_block__text_left {
        max-width: 100%;
    }

    .o_nas__cards_three {
        height: 230px;
    }

    .o_nas__cards__item_title__link {
        font-size: 24px;
    }

    .o_nas__support_educ__row,
    .o_nas__cards_one__mobile {
        margin-bottom: 20px;
    }

    .o_nas__support_educ__block {
        margin-bottom: 0;
    }


    /* teachers_page */

    .teachers_page__one_teach {
        left: -175px;
    }

    .teachers_page__two_teach {
        left: -170px;
    }

    .teachers_page__three_teach {
        left: 2px;
    }

    .teachers_page__plus__wrap {
        left: -26px;
        top: 265px;
    }

    /* support_educ */

    .support_educ__block__wrap {
        flex-direction: column;
    }

    .support_educ__block,
    .support_educ__min_block__top,
    .support_educ__min_block {
        width: 100%;
    }

    .support_educ__min_block__text_left {
        max-width: unset;
    }

    .support_educ__block {
        margin-bottom: 0;
    }

    .support_educ__min_block__top {
        margin-bottom: 20px;
    }


}


@media (max-width: 425px) {
    .modal-header_phone {
        padding: 40px 30px 0 20px;
    }

    .modal-body_phone {
        padding: 0 20px 100px 20px;
    }

    .no_page__title_pc {
        display: none;
    }

    .no_page__img {
        width: 90%;
    }

    .no_page__wrap {
        flex-direction: column-reverse;
    }

    .no_page__title_mobile {
        display: block;
        margin-bottom: 35px;
    }

    .no_page__btn {
        width: 100%;
        text-align: center;
    }

    .thanks__img_wrap {
        width: 65%;
        margin-top: 0px;
    }
}



@media (max-width: 375px) {

    .swiper_top__slide_title {
        font-size: 32px;
    }

    .swiper_top__right_numb {
        font-size: 37px;
    }

    .swiper_top__right_item {
        max-width: 140px;
    }

    .certificate__button {
        width: 100%;
        text-align: center;
    }

    .event__banner__text {
        max-width: 100%;
    }

    /* vakansii */

    .vakansii_ac_body__btn {
        width: 100%;
        text-align: center;
    }

    .vakansii_ac_body {
        max-width: 100%;
    }

    .news__item {
        width: 300px;
    }

    /* contacts */

    .contacts_one__block_data,
    .contacts_two {
        flex-direction: column;
    }

    .contacts_one__block_left,
    .contacts_two__title {
        margin-bottom: 30px;
    }

    .contacts_one__title,
    .contacts_two__title {
        padding-right: 0px;
        width: 100%;
    }

    .contacts_one__block_left {
        width: 100%;
    }

    /* swiper_top */

    .h1 {
        font-size: 29px;
    }

    .swiper_top__slide {
        height: 640px;
    }

    /* ------------- */

    .m_container {
        padding: 0 10px;
    }

    .btn_white {
        padding: 7px 11px;
    }

    /* header */
    .header__left_logo img {
        width: 70px;
    }

    /* main__cours_constult */

    .cours_constult__form_btn {
        width: 100%;
        text-align: center;
    }

    /* teachers */

    .teachers__title_oval_fs {
        display: none;
    }

    .teachers__title_fs,
    .teachers__title_sc {
        font-size: 32px;
    }

    .teachers__wrap_title__sc {
        align-items: center;
    }

    .teachers__wrap_title {
        line-height: 35%;
    }

    .teachers__title_oval_sc {
        border: 2px solid #0C0922;
        border-radius: 40px;
        height: 18px;
        margin-right: 9px;
        width: 100%;
        margin-top: 2px;
    }

    /* o_nas */

    .o_nas__banner_imgs {
        min-width: 48%;
    }

    .o_nas__banner_img_ring {
        left: -63px;
    }

    .o_nas__banner {
        margin-top: 70px;
    }

    /* teachers_page */

    .teachers_page__one_teach {
        left: -125px;
    }

    .teachers_page__two_teach {
        left: -152px;
    }

    .teachers_page__three_teach {
        left: 8px;
    }

    .teachers_page__plus__wrap {
        left: -26px;
        top: 265px;
    }
}
#hidden-field {
    display: none;
}

.iti {
    display: block;
}
/* .iti * {
    box-sizing: content-box;
} */

.custom_banner_half {
	width: 70%;
}


/* Бриф */
/* custom font
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');

/*basic reset*/
/* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    /*Image only BG fallback*/

    /*background = gradient + image pattern combo*/
 /*   background:
        linear-gradient(rgba(233, 229, 226, 0.89), rgba(255, 255, 255, 0.6));
}

body {
    font-family: 'Helvetica Neue', sans-serif, arial, verdana;
} */

/*form styles*/
#msform {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 40px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;

    /*stacking fieldsets above each other*/
    position: relative;
}


/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 40px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', sans-serif;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 200px;
    background: #3314F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    /* padding: 10px; */
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 30px 12px 30px;
    border-radius: 40px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3314F1;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#msform>div {
    background: white;
    border: 0 none;
    border-radius: 40px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #2C3E50;
}

.a_sub {
    color: white;
    text-decoration: none;
}


/* search style */
.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}
/*конец Бриф*/

/* 
.swiper-wrapper {
	justify-content: center !important;
} */


/* red ban */
.cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3314F1;
    color: white;
    padding: 20px;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    border-radius: 20px 20px 0 0;
  }

  .cookie-consent-title, .cookie-consent-subtitle {
    text-align: center;
    margin-bottom: 10px;
  }

  .cookie-consent-title {
    font-size: 26px;
  }

  .cookie-consent-subtitle {
    font-size: 16px;
    font-weight: bold;
  }

  .cookie-consent-description, .cookie-consent-back {
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .cookie-consent-back {
    color: white;
  }

  .cookie-consent-buttons, .cookie-consent-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }

  .cookie-consent-button {
    padding: 14px 23px; /* Настройка толщины/ширины кнопок */
    border: 2px solid white;
    background-color: white;
    color: black;
    cursor: pointer;
    border-radius: 40px;
    transition: background-color 0.3s;
    flex-grow: 1;
    font-size: 15px;
  }

  .cookie-consent-button:hover {
    background-color: #3314F1;
	color: white;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: auto;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: black;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: white;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2ecc71;
  }

  input:checked + .slider:before {
    transform: translateX(26px);
  }

  input:disabled + .slider {
    background-color: #ccc;
  }

  input:disabled:checked + .slider:before {
    background-color: #999;
  }

  .cookie-consent-option {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
 	margin-bottom: 10px;
}

.cookie-consent-option-text {
  flex-grow: 1;
  margin-right: 30px;
}

.cookie-consent-option-switch {
  /* Вы можете добавить дополнительные стили для выравнивания переключателей, если это необходимо */
}

  @media (min-width: 768px) {
    .cookie-consent-buttons {
       flex-direction: row;
      align-items: center;
      justify-content: center;
    }

    .cookie-consent-button {
      flex-grow: 0;
}

.cookie-consent-options {
  flex-direction: row;
  align-items: center;
}

.cookie-consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-consent-description {
  max-width: 623px; /* Ширина главного блока с текстом */
}

}

  .cookie-consent-option,
  .cookie-consent-back,
  .cookie-consent-save {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 623px; /* Ширина блока настроек */
  }

  .cookie-consent-back,
  .cookie-consent-subtitle,
  .cookie-consent-description {
    text-align: left;
  }

  .cookie-consent-save {
    margin-top: 20px;
  }

  .cookie-consent-save button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 15px;
    background-color: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
  }
/* red ban end */
/* летняя скидка start */
.summer_sale_2024 {
	margin: 35px 0 0 0;
	font-size: 17px;
}

.swiper_summer_sale {
	max-width: 95%;
	margin-bottom: 15px;
}

.summer_swiper_slide {
		height: auto;
	}
/* летняя скидка end */

.in_event_button {
	display: block;
	font-size: 32px;
	margin: 20px auto 0;
}

.support_educ__block__video {
	width: 100%;
}


.m_container h5 {
	text-align: center !important;
	font-size: 30px !important;
}

.new_section-wrapper {
/* 	background-color: #f3f3f3; */
	margin-top: 30px;
/* 	border: 2px solid #3314F1; */
/* 	margin-bottom: 30px; */
	border-radius: 40px;
}

.new_courses-container {
	display: flex;
	gap: 20px;
	justify-content: space-around;
	flex-wrap: wrap;
}

.new_course {
    display: flex;
	font-size: 22px;
    flex-direction: column;
    align-items: center;
    padding: 15px;
	padding: 15px;
    text-align: center;
	justify-content: center;
	color: #ffffff;
}

.new_red {
	height: 220px;
    width: 550px;
    border-radius: 40px;
    background-blend-mode: screen;
    -webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}

.new_blue {
    height: 220px;
    width: 550px;
    border-radius: 40px;
    background-blend-mode: screen;
    -webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}

.course-wrapper {
	
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.new_course-icon {
            font-size: 24px;
            position: absolute;
            top: 30px;
            right: 30px;
}

.new_cours_constult__form_btn {
	margin: 10px auto 0;
	color:#3314F1;
	background-color: #ffffff;
	border: 2px solid;
}

.new_cours_constult__form_btn:hover{
	color:#ffffff;
}
.block_beginner .new_blue {
	background: linear-gradient(140.02deg, rgba(58, 141, 255, 0.55) 40.05%, rgba(132, 56, 255, 0.55) 83.58%) 0% 0% / 154% 177%;
    background-size: 154% 177%;
}

.block_middle .new_blue {
	background: linear-gradient(140.02deg, rgba(58, 141, 255, 0.75) 40.05%, rgba(132, 56, 255, 0.75) 83.58%) 0% 0% / 154% 177%;
    background-size: 154% 177%;
}
.block_prof .new_blue {
	background: linear-gradient(140.02deg, rgb(58, 141, 255) 40.05%, rgb(132, 56, 255) 83.58%) 0% 0% / 154% 177%;;
    background-size: 154% 177%;
}


.block_beginner .new_red {
	background: linear-gradient(140.02deg, rgba(255, 138, 0, 0.55) 40.05%, rgba(255, 62, 77, 0.55) 83.58%) 0% 0% / 154% 177%;

	background-size: 154% 177%;
}

.block_middle .new_red {
	background: linear-gradient(140.02deg, rgba(255, 138, 0, 0.75) 40.05%, rgba(255, 62, 77, 0.75) 83.58%) 0% 0% / 154% 177%;
    background-size: 154% 177%;
}
    
.block_prof .new_red {
	background: linear-gradient(140.02deg, rgb(255, 138, 0) 40.05%, rgb(255, 62, 77) 83.58%) 0% 0% / 154% 177%;
    background-size: 154% 177%;
}

.block_prof .new_red::after, .block_prof .new_blue::after {
	content: "В разработке";
    position: absolute;
    top: 5%;
	left: 5%;
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5); /* Полупрозрачный белый */
    text-align: center;
    white-space: nowrap;
    pointer-events: none; /* Чтобы текст не мешал взаимодействию с блоком */
}

/* Контейнер для иконок */
.icon-container {
            position: absolute;
            top: 20px;
            right: 20px;
            display: flex;
            gap: 10px;
        }

        /* Стили для изображения камеры */
.camera-icon {
            width: 30px;
            height: 30px;
            cursor: pointer;
            position: relative;
        }

        /* Стили для tooltip */
.tooltip {
            position: absolute;
            top: -35px;
            right: 0;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            white-space: nowrap;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s, transform 0.3s;
            pointer-events: none;
        }

        /* Показать tooltip при наведении на камеру */
.camera-icon:hover .tooltip {
            opacity: 1;
            transform: translateY(0);
}

@media (max-width: 1180px) {
	.course-wrapper {
		width: 100%;
	}
	.course-wrapper a {
		width:100% !important;
	}
	
	.course-wrapper .new_cours_constult__form_btn {
		width: auto !important;
	}
	
	.new_red, .new_blue {
		width: 100%;
	}
}

/* Анимация пульсации при наведении */
.new_red:hover {
    animation: pulsate 2s ease infinite;
/*     background: radial-gradient(circle, #ff4100 0%, #ff00e6 100%); */
	cursor: pointer;
}
.new_blue:hover {
    animation: pulsate 2s ease infinite;
/*     background: radial-gradient(circle, #0015ff 0%, #00e7ff 100%); */
	cursor: pointer;
}

/* Ключевые кадры для пульсирующей анимации */
@keyframes pulsate {
    0% {
        transform: scale(1);
        background-size: 154% 177%;
    }
    50% {
        transform: scale(1.05);
        background-size: 160% 185%;
    }
    100% {
        transform: scale(1);
        background-size: 154% 177%;
    }
}

/* Основная анимация Mainlide */
@keyframes Mainlide {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.event_skills {
	margin-top: 10px;
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.skill-item {
	border: 2px solid #3314F1;
	color: #3314F1;
	margin: 0;         
    padding: 5px 10px; /* Добавьте нужные внутренние отступы, если требуется */
    display: inline-block;
    font-size: 16px;   /* Размер текста */
    line-height: 1;    /* Устанавливает высоту строки без лишних отступов */
    border-radius: 15px; /* Закругляет углы */
 
}

.skill-item p {
	margin: 0 !important;
}

.swiper_course__slide_red {
	background: linear-gradient(140.02deg, rgb(255, 138, 0) 40.05%, rgb(255, 62, 77) 83.58%) 0% 0% / 154% 177%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	-webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}


.swiper_course__slide_blue {
	background: linear-gradient(140.02deg, rgb(58, 141, 255) 40.05%, rgb(132, 56, 255) 83.58%) 0% 0% / 154% 177%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	-webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}

.swiper_course__slide_purple {
	background: linear-gradient(140.02deg, rgb(139, 27, 142) 40.05%, rgb(255, 62, 143) 83.58%) 0% 0% / 154% 177%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	-webkit-animation: Mainlide 4s ease infinite;
    -moz-animation: Mainlide 4s ease infinite;
    animation: Mainlide 4s ease infinite;
    background-repeat: no-repeat;
    overflow: visible;
}

.ban_text {
	padding: 50px 0 50px;
}