
header a.active, .nav-modal__list a.active, footer a.active {
    color: #0080f5;
}

header *[data-hide-header], .nav-modal *[data-hide-header], footer *[data-hide-footer] {
    display: none !important;
}

.nav-modal__sections > .nav-modal__title {
    display: none !important;
}

.nav-modal__sections *[data-show-header] {
    display: block !important;
}

a[data-hide-children] i, a[data-hide-children] + .menu__submenu {
    display: none !important;
}

body main section#section.course__navigation {
    margin-bottom: 0;
}

body main section#section.course__navigation ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

@media(max-width: 900px) {
    body main section#section.course__navigation ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media(max-width: 540px) {
    body main section#section.course__navigation ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

body main section#section.course__navigation a {
    cursor: pointer;
    color: var(--blue-color);
    border-bottom: 1px dashed var(--blue-color);
}

body main section#section.course__navigation a:hover {
    border: none;
}

.nav-modal__section {
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .nav-modal__section {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .nav-modal__section {
        margin-bottom: 40px;
    }
}

.main__button-green, .btn--primary__green {
    position: relative;
}

.btn--primary__green {
    border-color: #0abf65 !important;
    background: #0abf65 !important;
}

.btn--shine::after {
    -webkit-animation: shine 2s infinite linear;
    animation: shine 2s infinite linear;
    content: "";
    width: 60px;
    opacity: .4;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(104.27deg, rgba(196, 196, 196, 0) 25.87%, rgba(255, 255, 255, .411239) 47.17%, rgba(255, 255, 255, .5451) 52.02%, rgba(255, 255, 255, .411239) 59.29%, rgba(196, 196, 196, 0) 77.62%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0;
    }
    5% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        left: 100%;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

.dev_section_small_padding {
    padding: 30px 0;
}

.breadcrumbs.dev_section_small_padding {
    margin: 0;
}

.section--history .switch__item {
    cursor: pointer;
}

.section--history .slider__visual {
    border-radius: 50%;
    border: 1px solid #d1e8ff;
}

@media screen and (max-width: 991px) {
    .section--history .slider__visual {
        border: none;
    }
}

.section--history .slider__image {
    padding: 0;
    border: 25px solid #fff;
}

.section--history .slider__nav .btn:focus {
    color: #108dff;
}

.section--history .slider__nav .btn:focus:hover {
    color: #fff;
}


.cources__list__link {
    font-size: 14px;
    cursor: pointer;
    color: #108dff;
    text-decoration: underline;
}

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


.course__heading {
    margin-bottom: 0;
}

.course__title {
    margin-bottom: 0;
}

.course__title span {
    color: #0080f5;
}

.course__content .text_hidden {
    max-width: 100%;
}

.course__content .text_hidden.open .programm__item-mb {
    margin-bottom: 0;
}

.course__content .open_hidden {
    padding: 5px 0;
    display: block;
}

.programm__item-prices {
    margin-bottom: 28px;
}

.person__image {
    width: 287px;
    height: 287px;
}



.section__title.small {
    max-width: 45%;
    font-size: 40px;
}

@media screen and (max-width: 1359px) {
    .section__title.small {
        font-size: 35px;
    }
}

@media screen and (max-width: 991px) {
    .section__title.small {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .section__title.small {
        font-size: 24px;
    }
}



.main_new h1 {
    font-size: 3rem;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

@media only screen and (max-width: 991.99px) {
    .main_new h1 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 576.99px) {
    .main_new h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

.exp_main .first_name {
    font-size: 30px;
}

.exp_main .vcf_card_get {
    float: left;
    margin: 20px auto;
}

.exp_about .exp_projects a {
    font-weight: bold;
    color: #2999ff;
}

.exp_vid_empty img {
    border-radius: 20px;
}

.exp_order .order {
    padding: 30px 0 0;
}

@media screen and (max-width: 768px) {
    .exp_order {
        background-color: transparent;
    }

    .exp_order .order {
        padding: 40px 0;
        background-color: transparent;
    }
}

.section--order.section--team {
    margin-top: 0;
}

.dev_team .dev_team_img img {
    border: 1px solid #e9ecef;
}



.webinar__image img {
    border-radius: 100%;
}

.webinar__date.webinar__no__order, .order__date.webinar__no__order {
    margin-left: 0;
}

.webinar__sticker.item__sticker--relative {
    position: relative;
    width: fit-content;
    max-width: 110px;
    margin-bottom: 10px;
}

.section--webinar .section--order {
    border-top: none;
    border-color: #f1f8ff;
}

.btn--secondary.js-filter-start {
    min-width: 100% !important;
}

.dev_webinar .dev_program_list {
    min-width: 800px;
}

.dev_webinar .dev_person_social a:hover {
    background: #0080F5;
}

.dev_webinar .dev_person_social a:hover path {
    fill: #fff;
}

.dev_webinar .dev_person_social a:hover path.fill--white {
    fill: #0080F5;
}

.dev_webinar .dev_person_social a path:hover {
    background: #0080F5;
}

.webinarstheme__item-marker.item__sticker--nmo {
    background: #e60028;
}



.switch__thumb {
    cursor: pointer;
}

.dev_review_video img {
    width: 40px;
    margin: 0;
}



.tabs_dev_block {
    display: none;
}

.tabs_dev_block.active {
    display: block;
}

.legal__tabs-title {
    text-transform: uppercase;
}

.legal__content-download .dev_icon_download {
    margin-right: 10px;
}



.order__bg {
    width: 38%;
}

.tabs__nav {
    overflow: hidden;
    flex-wrap: wrap;
      gap: 10px 0;
}

.tabs--blog .tabs__nav {
    min-height: 26px;
}

@media print, (max-width: 991px) {
    .tabs__nav {
        overflow: scroll;
        flex-wrap: nowrap
    }
}

@media screen and (max-width: 575px) {
    .blog .tabs__header {
        background: #f1f8ff;
    }

    .blog .tabs__nav {
        padding: 20px 30px;
    }
}

.tabs__link_dev {
    margin-right: 60px;
    white-space: nowrap;
}

.tabs__link_dev.is-active a {
    color: #0080f5;
    font-weight: bold;
}

.blog__content .blog__search.innactive {
    display: none;
}

.blog .item__img img, .section--news .news__thumb img {
    object-position: top;
}


.no-border {
    border: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text_block > * {
    margin-bottom: 20px !important;
}

.text_block ul {
    list-style: disc;
}

.wysiwig img {
    min-width: 100%;
}

.wysiwig ol, .text_block ol {
    list-style: decimal !important;
    margin-left: 18px;
}

.wysiwig ol li:before, .text_block ol li:before {
    content: none !important;
    margin-right: 0 !important;
}

.text_block a, .faq__content a, .wysiwig a {
    color: #2999ff;
    text-decoration: none;
}

.text_block a.btn, .wysiwig a.btn {
    color: #fff;
}

.text_block a:hover, .wysiwig a:hover {
    text-decoration: underline;
}

.text_block table, .wysiwig table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
    max-width: 100%;
    overflow-x: auto;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

.text_block table tr:nth-child(even), .wysiwig table tr:nth-child(even) {
    background: #f9f9f9;
}

.text_block table td, .wysiwig table td {
    position: relative;
    width: auto;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.text_block table td p, .wysiwig table td p {
    margin: 0;
    padding: 0;
}

@media print, (max-width: 1439px) {
    .text_block table td, .wysiwig table td {
        font-size: 14px;
        line-height: 20px;
    }
}

@media print, (max-width: 767px) {
    .text_block table td, .wysiwig table td {
        font-size: 13px;
        line-height: 19px;
    }
}

.text_block .section--subscribe, .wysiwig .section--subscribe {
    background: #f1f8ff;
    border-radius: 15px;
    padding: 30px 0;
}

.text_block .section--subscribe .section__title, .wysiwig .section--subscribe .section__title {
    font-size: 32px;
}

@media print, (max-width: 767px) {
    .text_block .section--subscribe .section__title, .wysiwig .section--subscribe .section__title {
        font-size: 26px;
    }
}

.text_block .section--subscribe .section__content, .wysiwig .section--subscribe .section__content {
    margin-top: 20px;
}

.text_block .section--subscribe a, .wysiwig .section--subscribe a {
    color: #2999ff;
    text-decoration: none;
}

.text_block .section--subscribe a:hover, .wysiwig .section--subscribe a:hover {
    color: #fff;
}

.text_block .section--subscribe img, .wysiwig .section--subscribe img {
    margin: 0 auto;
}

.text_hidden {
    height: 300px;
}

@media only screen and (max-width: 991.99px) {
    .text_hidden {
        height: 200px;
    }
}


.directions__item-param li {
    margin-right: 15px;
}

.directions__item-param li:after {
    margin-left: 15px;
    content: '';
}

@media screen and (max-width: 767px) {
    .directions__item-param li::after {
        margin-left: 12px;
    }
}


.article .article__files {
    background: #f1f8ff;
    padding: 15px;
}

.article .article__files .title {
    font-size: 18px;
    font-weight: 700;
}

.article .article__files .file {
    font-size: 16px;
    padding-bottom: 10px;
}

.article .article__files .file:last-of-type {
    padding-bottom: 0;
}

.article .article__files .file svg {
    margin-left: 5px;
}



.planned__result .section__container .result__list li::before {
    background: url(../images/icons/check.svg) !important;
}



.intro__text span {
    color: #0080f5;
}

@media screen and (max-width: 768px) {
    a.intro__title {
        color: #0080f5;
    }
}



.contacts .footer__top {
    padding-top: 0;
}

.section.footer {
    padding-bottom: 0;
}

.footer .topper {
    position: fixed;
    opacity: .3;
}

@media screen and (max-width: 575px) {
    .footer .topper {
        top: 60%;
    }
}

.footer__qr img {
    max-width: 200px;
}

.subscribe__slider .subscribe__item {
    display: inline-block;
}

.owl-rev-2 .owl-item .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #F1F8FF;
    border-radius: 20px;
    padding: 15px;
}

.owl-gal .owl-item .item a, .subscribe__slider .subscribe__item a {
    padding: 1px;
}

.gal-cont {
    max-height: 510px !important;
}

@media only screen and (max-width: 768px) {
    .owl-rev-2 img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .owl-rev-2 img {
        max-width: none;
    }
}

.owl-prev:focus, .owl-next:focus {
    outline: none !important;
}

.main_new [class*=_nav].disabled, .main_new [class*=_dots].disabled {
    display: none !important;
}

.courses_sitemap_wrap {
    height: 600px;
    padding: 0 15px;
    overflow-y: scroll;
}

.courses_sitemap_wrap p {
    margin: 15px 0;
}


.dev_search_result form {
    position: relative;
}

.dev_search_result .search-input {
    padding-right: 50px;
}

.dev_search_result .search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.dev_search_result .search-result {
    background: rgba(0, 128, 245, .3);
}


/*----------------
    pagination
----------------*/
.dev_pagination_wrapp {
    display: flex;

    margin-top: 50px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.dev_pagination_wrapp.center {
    justify-content: center;
}

.dev_pagination_wrapp.alignright {
    justify-content: flex-end;
}

.dev_pagination_wrapp .dev_pagination_links {
    display: flex;

    padding: 12px 24px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.dev_pagination_wrapp .dev_pagination_links > * + * {
    margin-left: 8px;
}

.dev_pagination_wrapp .dev_pagination_links a {
    color: #0080f5;
    border: 1px solid #0080f5;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;

    display: inline-block;

    min-width: 40px;
    height: 30px;
    padding: 0 30px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;

    border-radius: 6px;
}

.dev_pagination_wrapp .dev_pagination_links a:hover,
.dev_pagination_wrapp .dev_pagination_links a.is-active {
    color: #fff;

    background: #0080f5;
}

.dev_pagination_wrapp .dev_pagination_prev,
.dev_pagination_wrapp .dev_pagination_next {
    position: relative;

    width: 49px;
    height: 53px;

    transition: .2s linear;
}

.dev_pagination_wrapp .dev_pagination_prev {
    margin-right: -1px;
}

.dev_pagination_wrapp .dev_pagination_next {
    margin-left: -1px;
}

.dev_pagination_wrapp .dev_pagination_prev:after,
.dev_pagination_wrapp .dev_pagination_next:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 6px;

    display: block;

    width: 12px;
    height: 12px;
    margin: auto;

    content: '';
    transition: border-color .2s linear;
    transform: rotate(-45deg);

    border-top: 2px solid #0080f5;
    border-left: 2px solid #0080f5;
}

.dev_pagination_wrapp .dev_pagination_next:after {
    left: -6px;

    transform: rotate(-225deg);
}

.dev_pagination_wrapp .dev_pagination_prev:hover:after,
.dev_pagination_wrapp .dev_pagination_next:hover:after {
    border-color: #0080f5;
}

.dev_no_bg {
    background: transparent;
}

.dev_course_img img {
    border-radius: 30px 30px 0 0;
}

.dev_course_feature {
    border-top: 0;
    border-bottom: 2px solid #f1f8ff;
}

#section hr {
    border-top: 2px solid #f1f8ff !important;
}

.dev_video_iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background:url(../images/icons/loading.svg) center center no-repeat;
}

.dev_video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dev_item_sticker {
    text-transform: lowercase;
    opacity: .7;
}

.dev_video_iframe_wrapper {
    padding: 100px 0 0;
}

.form input.error {
    border-color: #ff3d3d !important;
}

.modal__wrapper .modal__text {
    text-align: center !important;
}

.modal__wrapper .modal__text img {
    max-width: 120px;
    margin-bottom: 20px;
}

.content_form {
    text-align: center;
}

.offers__item {
    margin-bottom: 20px;
}

::-webkit-resizer, ::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
    width: 1rem;
    height: 1rem;
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 1rem rgba(0, 128, 245, 0.9);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 1rem rgba(0, 128, 245, 1);
}

/* Согласие на обработку данных */
.pd-banner {
    position: fixed;
    left: 24px;
    bottom: 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 32px;
    max-width: 500px;
    width: calc(100% - 48px);
    z-index: 1000;
    display: none;
}

.pd-banner.active {
    display: block;
}

.pd-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.pd-text {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    padding-right: 20px;
}

.pd-text a {
    color: #0080f5;
    text-decoration: underline;
}

.pd-accept {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #0080f5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.pd-accept:hover {
    background: #1c6fe0;
}

@media (max-width: 480px) {
    .pd-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
        width: auto;
    }
}