#bx-panel {
    z-index: 9999 !important;
}
.page-section {
    margin-top: 108px;
}

@media screen and (max-width: 780px){
    .page-section {
        margin-top: 120px;
    }
}

.form-input {
    width: 100%;
}

.form-input_placeholder {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.form-input__field {
    width: 100%;
    height: 64px;
    background: #fff;
    box-shadow: inset 0px 1px 4px rgba(17, 17, 17, 0.1);
    border-radius: 5px !important;
    border: none;
    padding: 0 15px;
    font-size: 18px;
}

.form-checkbox {
    display: flex;
    cursor: pointer;
    width: 100%;
}

.form-checkbox input {
    display: none;
}

.form-checkbox__check {
    width: 20px;
    height: 20px;
    background: #FAFAFA;
    box-shadow: inset 0px 1px 4px rgba(17, 17, 17, 0.1);
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-checkbox__check i {
    opacity: 0;
}

.form-checkbox input:checked + .form-checkbox__check i{
    opacity: 1;
}

.form-checkbox__text {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}

/* .content_page_wrapper_last_item {
  margin-bottom: -50px;
} */

@media screen and (max-width: 769px) {
    .form-input_placeholder {
        font-size: 20px;
    }
}

.directions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 36px;
}

@media screen and (max-width: 991px) {
    .directions-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* @media screen and (max-width: 769px) {
  .form-input_placeholder {
    font-size: 20px;
  }
} */

/* .directions-study-card {
  background: url(../images/directions_study_coat.png) center right no-repeat;
  background-size: 327px;
  min-height: 316px;
  position: relative;
  display: block;
} */

.last-events .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.last-events .title .link_owl{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.last-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.last-news-grid .owl-stage-outer {
    padding-bottom: 60px;
}

.contacts_wrapper .information_row_text .mail_box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 18px;
    padding-top: 5px;
    font-weight: 600;
}

.contacts_wrapper .information_row_text .social_box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 36px;
    font-weight: 600;
}

.contacts_wrapper .mail_box span {
    color: #000;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.contacts_wrapper .mail_box .footer_mail {
    color: #000;
}

.contacts_wrapper .information_row_text .mail_box span {
    margin-bottom: 0;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.contacts_wrapper .information_row_grid .information_row_text:last-child {
    display: grid;
    row-gap: 45px;
}

@media (max-width: 767px) {
    .contacts_wrapper .information_row_grid .information_row_text:last-child {
        row-gap: 20px;
    }
}

.mail_box .icon-icon_mail {
    color: #065BAA;
}

.mail_box h1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.mail_box .footer_mail {
    grid-column: 2 / 3;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.mail_box .footer_mail i {
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    font-size: 14px;
    color: #fff;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.mail_box .footer_mail:hover {
    color: #F1BE29;
}

.mail_box .footer_mail:hover i {
    color: #F1BE29;
}

.mail_box span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: block;
}


.contacts_wrapper {
    padding-top: 0;
    /*padding-bottom: 100px;*/
}

@media (max-width: 576px) {

    .contacts_wrapper .information_contacts_row,
    .contacts_wrapper .container>.row {
        padding: 0 15px;
    }
}

.contacts_wrapper .map {
    height: 670px;
}

.contacts_wrapper .information_row_text {
    font-size: 18px;
    line-height: 21px;
    padding-left: 0px;
}

.contacts_wrapper .information_row_grid {
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
}

@media (max-width: 767px) {
    .contacts_wrapper .information_row_grid {
        grid-template-columns: 1fr;
    }
}

.contacts_wrapper .information_row_text b {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: black;
    display: block;
    margin-bottom: 25px;
}

.contacts_wrapper .information_row_text span {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: black;
    margin-bottom: 15px;
}

/* .contacts_wrapper .information_row_text span:first-of-type {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
} */

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts i {
    position: absolute;
    color: #065BAA;
    font-size: 20px;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts:hover i {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .address_box {
    display: flex;
    align-items: flex-start;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts i {
    position: absolute;
    color: #065BAA;
    font-size: 20px;
    top: 0;
    left: 0;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .title {
    margin-bottom: 88px;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts:hover i {
    color: #F1BE29;
}

.address_link_contacts {
    font-weight: 600;
}

.icon-icon_geo,
.icon-icon_phone {
    display: none;
}

.contacts_wrapper .information_row_text .mail_box {
    padding-top: 0;
    margin-bottom: 0;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail {
    color: #000;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail i {
    color: #065BAA;
    font-size: 20px;
    top: 0;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail:hover i {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text>div:last-of-type {
    /* Baszilio 21.02.2023 */
    /* margin-bottom: 50px; */
}

.contacts_wrapper .images_row img {
    width: 400px;
    height: 590px;
}

.contacts_wrapper .images_row .image_block {
    display: inline-block;
}

.contacts_wrapper .images_row .image_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.contacts_wrapper .images_row .image_block a .hover_block {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(61, 62, 61, 0.25);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.contacts_wrapper .images_row .image_block a .hover_block i {
    position: absolute;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    left: -webkit-calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    top: -webkit-calc(50% - 17.5px);
    top: calc(50% - 17.5px);
}

.contacts_wrapper .images_row .image_block a:hover .hover_block {
    opacity: 1;
}

.contacts_wrapper .images_row>div:nth-child(odd) {
    text-align: right;
    padding-right: 25px;
}

.contacts_wrapper .images_row>div:nth-child(even) {
    text-align: left;
    padding-left: 25px;
}

.detail_preview_wrapper {
    margin-top: 15px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 395px;
    align-items: flex-start;
    gap: 45px;
}

@media (max-width: 1200px) {
    .detail_preview_wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .line-break {
        display: none;
    }
}

.video-anonce-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 48px 30px 34px;
    /*background-color: #FAFAFA;*/
    background-color: rgba(0, 83, 160, 0.70);

    box-shadow: 0 4px 10px rgba(54, 73, 97, 0.1);
    border-radius: 36px;
    color: #ffffff;

    transition-property: all;
    transition-duration: 0.5s;
}

/*.video-anonce-box-no-background {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 30px 48px 30px 34px;*/
/*    background-color: #FAFAFA;*/
/*    box-shadow: 0 4px 10px rgba(54, 73, 97, 0.1);*/
/*    border-radius: 36px;*/
/*    color: #065BAA;*/

/*    transition-property: all;*/
/*    transition-duration: 0.5s;*/
/*}*/

.video-anonce-box__background {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-image: url('/giphy.gif');
    background-size:cover;
    width: 100%;
    height: 100%;
    border-radius: 36px;

    filter: opacity(50%);
}

.video-anonce-box__clicked {
    color: #ffffff;
    background-color: rgba(78, 78, 79, 0.8);
    .video-anonce-box__icon path {
        fill: #ffffff;
    }
    .video-anonce-box__title a {
        color: #ffffff;
    }
}

.video-anonce-box:hover {
    background-color: rgba(250, 250, 250, 0.62);
    color: #065CAB;

    .video-anonce-box__icon path {
        fill: #065CAB;
        /*fill: rgba(250, 250, 250, 0.9);*/
    }
    .video-anonce-box__icon {
        /*fill: #065CAB;*/
    }
    .video-anonce-box__title a {
        color: #065CAB;
    }
}

.video-anonce-box__icon {
    /*fill: #FFF;*/
    /*stroke-width: 2px;*/
    /*stroke: #FFF;*/
    /*flex-shrink: 0;*/
    margin-right: 23px;
    padding-right: 2px;
    width: 61px;
    height: 61px;
}

.video-anonce-box__icon path {
    /*fill: rgba(0, 83, 160, 0.70);*/
}

.video-anonce-box__title {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
}

.video-anonce-box__title a {
    color: #ffffff;
}

/*.video-anonce-box__title.no-background a {*/
/*    color: #065BAA;*/
/*}*/

.video-anonce-box__title a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-anonce-box__text {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 500;
}

.vacancy-block {
    padding-bottom: 24px;
    background: #FAFAFA;
    box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.1);
    border-radius: 40px;
}

.vacancy-block__part {
    padding: 40px 48px 56px;
}

.vacancy-block__part+.vacancy-block__part {
    padding-top: 56px;
    border-top: 1px solid #919191;
}

.vacancy-block__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
    color: #272727;
}

.vacancy-block__section-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
    color: #065BAA;
}

.vacancy-block__docs .vacancy-block__section-title {
    margin-bottom: 38px;
}

.vacancy-block__skills-list {
    margin-bottom: 78px;
    display: grid;
    grid-template-columns: calc(362 / 1294 * 100%) 1fr 1fr;
    gap: 30px 100px;
}

.vacancy-block__skill {
    position: relative;
    padding-top: 8px;
}

.vacancy-block__skill p {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    color: #272727;
}

.vacancy-block__skill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #065BAA;
}

.vacancy-block__leader {
    display: grid;
    grid-template-columns: calc(362 / 1294 * 100%) 1fr;
    gap: 30px 100px;
}

.vacancy-block__leader>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #065BAA;
}

.vacancy-block__leader dt {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 400;
}

.vacancy-block__leader dd {
    font-size: 36px;
    line-height: calc(45 / 36 * 100%);
    font-weight: 700;
}

.vacancy-block__docs-list {
    display: grid;
    grid-template-columns: repeat(2, calc(444 / 1294 * 100%));
    gap: 30px calc(128 / 1294 * 100%);
    justify-items: center;
    justify-content: center;
}

.vacancy-block__doc {
    aspect-ratio: 222 / 155;
}

.vacancy-block__doc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vacancy_buttons {
    margin-top: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
}

.vacancy_buttons .button_fill_blue {
    border-radius: 40px !important;
    padding: 17px 54px;
    font-size: 14px;
    line-height: 17px;
}

.who_need_elements {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 36px;
}

@media (max-width: 1024px) {
    .will_learn .who_need_element {
        max-width: 100%;
    }
}

.will_learn .who_need_element:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #F1BE29;
}

.who_need_button {
    display: flex;
    justify-content: center;
}

.who_need_button a {
    padding: 19px 68px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.directions_study {
    background: transparent;
    position: relative;
    /*     padding-bottom: 120px;
        padding-top: 79px; */
}

.directions_study_body {
    padding-bottom: 60px;
    background: #FAFAFA;
}

.directions_study .directions_study_element_row {
    margin: 0 -12px;
}

/* .directions_study .title {
    position: absolute;
    top: -18px;
} */

.directions_study_element {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.directions_study_element .wrapper {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.directions_study_element .directions_study_element_inner {
    padding: 62px 52px 40px;
    background-image: url(../images/directions_study_355x289.png);
    background-repeat: no-repeat;
    background-position: 106% center;
    background-size: 330px auto;
    -webkit-box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.1);
    box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.1);
    border-radius: 36px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: background 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.directions_study_element .directions_study_element_inner .study_element_title {
    margin-bottom: 30px;
}

.directions_study_element .directions_study_element_inner {
    min-height: 316px;
    background-color: #F1BE29;
}

.directions_study_element .directions_study_element_inner .study_element_title span {
    font-family: 'Gilroy', sans-serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.directions_study_body .directions_study_element .directions_study_element_inner .study_element_title span {
    font-size: 28px;
}

.directions_study_element .directions_study_element_inner .study_element_title i {
    font-size: 55px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.directions_study_element .directions_study_element_inner .study_element_title img {
    max-width: 100%;
    width: 100%;
}

.directions_study_element .directions_study_element_inner .study_element_text {
    margin-top: auto;
}

.directions_study_element .directions_study_element_inner .study_element_text p {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: rgba(255, 255, 255, 0.75);
}

.directions_study_element .directions_study_element_inner .study_element_text span {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #fff;
}

.directions_study_element .directions_study_element_inner:hover {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.directions_study_element .directions_study_element_inner:hover:not(.gosuslugi) {
    background-color: #fff !important;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.2);
}

.directions_study_element .directions_study_element_inner:hover:not(.gosuslugi) .study_element_title span {
    color: #272727;
}

.directions_study_element .directions_study_element_inner:hover:not(.gosuslugi) .study_element_title i {
    color: #1951A0;
}

.directions_study_element .directions_study_element_inner:hover:not(.gosuslugi) .study_element_text p {
    color: rgba(39, 39, 39, 0.75);
}

.directions_study_element .directions_study_element_inner:hover:not(.gosuslugi) .study_element_text span {
    color: #065BAA;
}

.directions_study_element .directions_study_element_inner.gosuslugi {
    position: relative;
    padding: 12px;
    background: -webkit-gradient(linear, left top, right top, from(#065AA6), to(#E83A54));
    background: -o-linear-gradient(left, #065AA6 0%, #E83A54 100%);
    background: linear-gradient(90deg, #065AA6 0%, #E83A54 100%);
}

.directions_study_element .directions_study_element_inner.gosuslugi:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/directions_study.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 145px;
    z-index: 2;
    border-radius: 10px;
}

.directions_study_element .directions_study_element_inner.gosuslugi>div {
    z-index: 3;
}

.directions_study_element .directions_study_element_inner.gosuslugi>div:last-child {
    margin-top: auto;
}

.directions_study_element .directions_study_element_inner.gosuslugi .study_element_title {
    margin-bottom: 15px;
}

.directions_study_element .directions_study_element_inner.gosuslugi .study_element_text p {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 122.5%;
    color: #fff;
    margin-bottom: 6px;
}

.directions_study_element .directions_study_element_inner.gosuslugi .study_element_text span {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.directions_study_element .directions_study_element_inner.gosuslugi .links-block {
    line-height: 1;
    padding-top: 16px;
}

.directions_study_element .directions_study_element_inner.gosuslugi .links-block img {
    max-height: 22px;
}

.directions_study_element .directions_study_element_inner.gosuslugi .links-block>div {
    line-height: 1;
    margin-bottom: 6px;
}

.directions_study_element .directions_study_element_inner.gosuslugi .links-block>div:last-child {
    margin-bottom: 0;
}

.directions_study_element .directions_study_element_inner.gosuslugi .links-block a {
    display: block;
}

@media screen and (max-width: 768px) {
    .directions_study_element .directions_study_element_inner {
        padding: 43px 30px 28px;
        min-height: 224px;
    }

    .directions_study_element .directions_study_element_inner .study_element_title span {
        font-size: 24px;
        line-height: 30px
    }
}

/* Baszilio 27.02.2023 */
.review {
    padding-bottom: 155px;
    /*112px;*/
    background: url(../images/review.png) no-repeat top right;
    z-index: 2;
    position: relative;
}

/* Baszilio 27.02.2023 */
.review .review_row {
    padding-top: 110px;
    margin-top: -119px;
    /*-134px;*/
}

/* Baszilio (16.02.2023) */
.review .review_column {
    padding-right: 18px;
    /* 40px; */
}

/* Baszilio (16.02.2023) */
.review .review_column .important_text {
    max-width: 99%;
    /* 82%; */
}

.review .review_column .ordinary_text {
    max-width: 95%;
}

/* Baszilio 16.02.2023 */
.review .review_column_image {
    padding-top: 8px;
    /* 39px; */
    padding-right: 40px;
}

.review .image_block_wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.review img {
    display: block;
    max-width: 600px;
    width: 100%;
    min-height: 200px;
}

.important_text {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.important_text h1 {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    display: block;
    position: relative;
}

.important_text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 5px;
    display: block;
    background: #1951A0;
}

.ordinary_text {
    margin-top: 36px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
}

/* Baszilio 16.02.2023 */
.under_important_text {
    margin-top: 36px;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 28px;
    /*
  margin-top: 36px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #000000;*/
}

.above_important_text {
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 20px !important;
}

.review_slider {
    margin-top: -12px;
    padding-bottom: 130px;
}

.review_slider .owl-carousel {
    padding: 0 20px;
    padding-bottom: 50px;
}

.review_slider .owl-carousel .owl-item {
    height: 100%;
}

.review_slider .owl-carousel .owl-nav {
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    bottom: -webkit-calc(50% + 25px);
    bottom: calc(50% + 25px);
}

.review_slider .owl-carousel .owl-nav .owl-prev,
.review_slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0;
    width: 42px;
    height: 42px;
    background: #1951A0;
    color: #fff;
}

.review_slider .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.review_slider .owl-carousel .owl-nav .owl-next {
    right: -21px;
}

.review_slider .owl-carousel .owl-dots {
    left: 0;
    bottom: -7px;
}

.review_slider .owl-carousel .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.review_slider .owl-carousel .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.review_slider .item {
    height: 100%;
}

.review_slider .item .item_inner_video {
    padding-bottom: 39px !important;
}

.review_slider .item .item_inner {
    padding: 40px 15px 20px 44px;
    background: url(../images/review_slider.png) no-repeat 2% 7%, #F4F4F4;
    border-radius: 10px;
    height: 100%;
}

.review_slider .item .item_inner>.row {
    height: 100%;
}

.review_slider .item .item_inner p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 20px;
}

.review_slider .item .item_inner .course_name {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #272727;
    margin-top: 19px;
}

.review_slider .item .item_inner b {
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

.review_slider .item .item_inner .item_link {
    margin-top: 44px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 12px;
    line-height: 18px;
    color: #272727;
}

.review_slider .item .item_image_block,
.review_slider .item .video_item_text {
    margin-bottom: 7px;
}

.review_slider .item .item_image_block {
    padding-left: 20px;
}

.review_slider .item .video_item_text {
    padding-left: 20px;
}

.link_owl {
    color: #1951A0;
    font-size: 12px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: center bottom 0;
    background-size: 99% 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 81, 160, 0.25)), to(rgba(25, 81, 160, 0.25)));
    background-image: -o-linear-gradient(left, rgba(25, 81, 160, 0.25), rgba(25, 81, 160, 0.25));
    background-image: linear-gradient(to right, rgba(25, 81, 160, 0.25), rgba(25, 81, 160, 0.25));
    -webkit-transition: color 0.4s ease-out, background 0.4s ease;
    -o-transition: color 0.4s ease-out, background 0.4s ease;
    transition: color 0.4s ease-out, background 0.4s ease;
    padding-bottom: 3px;
}

.link_owl:hover {
    color: #00377D;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 55, 125, 0.5)), to(rgba(0, 55, 125, 0.5)));
    background-image: -o-linear-gradient(left, rgba(0, 55, 125, 0.5), rgba(0, 55, 125, 0.5));
    background-image: linear-gradient(to right, rgba(0, 55, 125, 0.5), rgba(0, 55, 125, 0.5));
}

.course_name {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #272727;
    margin-bottom: 16px !important;
}

.review_video_link {
    display: inline-block;
    position: relative;
}

.review_video_link img {
    max-width: 150px;
    max-height: 150px;
}

.review_video_link i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
}

.our_programs_block {
    background: #F4F4F4;
    padding-bottom: 0;
    position: relative;
    padding-top: 69px;
}

.our_programs_block .text-show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* .our_programs_block .title {
    position: absolute;
    top: -23px;
} */

.our_programs_block .our_programs_tabses {
    margin-bottom: 50px;
}

.our_programs_block .our_programs_title_text b {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
    display: block;
    max-width: 85%;
}

.our_programs_block .our_programs_text ul {
    padding-left: 7px;
    padding-bottom: 19px;
}

.our_programs_block .our_programs_text ul li {
    position: relative;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    padding-right: 60px;
}

.our_programs_block .our_programs_text ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -20px;
    top: 8px;
    background: #1951A0;
}

.our_programs_block .our_programs_button_block {
    margin-top: 22px;
}

.our_programs_block .our_programs_button_block .button_fill_blue {
    width: 326px;
    margin-right: 22px;
}

.our_programs_block .our_programs_button_block .link_owl {
    font-size: 14px;
    line-height: 16px;
}

.our_programs_tabses li {
    display: inline-block;
    margin-right: 33px;
}

.our_programs_tabses li:last-of-type {
    margin-right: 0;
}

.our_programs_tabses li .our_programs_tabs {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: rgba(39, 39, 39, 0.3);
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.our_programs_tabses li .our_programs_tabs.active {
    color: #272727;
}

.galery_row .galery_block__item {
    float: right;
    width: 184px;
    height: 169px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 85%;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(39, 39, 39, 0.1));
    filter: drop-shadow(0px 5px 15px rgba(39, 39, 39, 0.1));
}

.our_programs_block .galery_row .galery_block__item:last-of-type {
    width: 524px;
    height: 524px;
    background-position: 50%;
}

.galery_row:nth-child(2) .galery_block__item {
    width: 184px;
    height: 290px;
    background-position: 32% 85%;
    margin-top: -97px;
}

.galery_row:nth-child(2) .galery_block__item:last-of-type {
    width: 269px;
    height: 169px;
    background-position: 32% 85%;
    float: left;
    margin-left: -79px;
    margin-top: 25px;
}

.last_news {
    margin-top: -25px;
    z-index: 1;
    padding-bottom: 100px;
    position: relative;
}

.last_news .title .link_owl {
    font-size: 14px;
    line-height: 16px;
    float: right;
    margin-top: 16px;
}

.last_news .owl-carousel {
    padding: 0 20px;
}

.last_news .owl-carousel .owl-nav .owl-prev,
.last_news .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 220px;
    margin: 0;
    width: 42px;
    height: 42px;
    background: #1951A0;
    color: #fff;
}

.last_news .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.last_news .owl-carousel .owl-nav .owl-next {
    right: -21px;
}

.last_news .owl-carousel .owl-dots {
    left: 0;
    bottom: -7px;
}

.last_news .owl-carousel .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.last_news .owl-carousel .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.last_news .owl-carousel .item .banner_width_picture {
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 17px 25px 0 25px;
    min-height: 283px;
}

.last_news .owl-carousel .item .banner_width_picture:before,
.last_news .owl-carousel .item .banner_width_picture:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
}

.last_news .owl-carousel .item .banner_width_picture:before {
    height: 120px;
    width: 2px;
}

.last_news .owl-carousel .item .banner_width_picture:after {
    width: 116px;
    height: 2px;
}

.last_news .owl-carousel .item .banner_width_picture .last_news_logo {
    margin-bottom: 35px;
}

.last_news .owl-carousel .item .banner_width_picture .last_news_logo img {
    max-width: 158.5px;
}

.last_news .owl-carousel .item .banner_width_picture .last_news_text p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(39, 39, 39, 0.5);
}

.last_news .owl-carousel .news-item_wrapper {
    display: block;
}

.banner_width_picture {
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 17px 25px 0 25px;
    min-height: 283px;
}

.banner_width_picture:before,
.banner_width_picture:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
}

.banner_width_picture:before {
    height: 120px;
    width: 2px;
}

.banner_width_picture:after {
    width: 116px;
    height: 2px;
}

.banner_width_picture .last_news_logo {
    margin-bottom: 35px;
}

.banner_width_picture .last_news_logo img {
    max-width: 158.5px;
}

.banner_width_picture .last_news_text p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(39, 39, 39, 0.5);
}

.item_information_text {
    background: #F4F4F4;
    padding: 10px 19px 20px 19px;
    border-radius: 0 0 10px 10px;
    min-height: 198px;
    position: relative;
}

.item_information_text a span {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #272727;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.item_information_text a:hover span {
    color: #1951A0;
}

.item_information_text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(39, 39, 39, 0.75);
    margin-bottom: 15px;
}

.item_information_text .info_date {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: rgba(39, 39, 39, 0.5);
    margin-bottom: 0;
    position: absolute;
    right: 19px;
    bottom: 20px;
}

footer {
    background: #272727;
    overflow: hidden;
}

footer .footer_follow_block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 22px;
    padding-bottom: 12px;
}

footer .footer_follow_block p {
    display: inline-block;
    margin-left: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    vertical-align: middle;
}

footer .footer_follow_block i {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

footer .form-control {
    /*max-width: 328px;*/
    border-radius: 5px 0 0 5px !important;
    height: 45px;
    color: #fff;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

footer .footer_follow_block .form-control {
    color: #272727
}

footer .form-control:hover,
footer .form-control:focus {
    border-radius: 5px 0 0 5px !important;
    background: rgba(255, 255, 255, 0.4);
}

footer .button_fill {
    background: #E9B211;
    border-radius: 0 5px 5px 0 !important;
    height: 45px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .button_fill:hover {
    border-radius: 0 5px 5px 0 !important;
    background: #D7A30D;
    color: #fff;
}

footer label:hover {
    cursor: pointer;
}

footer label:hover:before {
    background: rgba(255, 255, 255, 0.5);
}

footer input:checked+label:before {
    background: rgba(255, 255, 255, 0.25);
}

footer input:checked+label i {
    opacity: 1;
}

/* footer form .form-row input,
footer form .form-row label {
    margin-left: auto;
} */

footer .mail_box {
    padding-top: 11px;
}

footer .mail_box .footer_mail {
    margin-bottom: 9px;
}

.footer_navigation {
    padding-top: 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_navigation .footer_list_navigation_wrapper .footer_list_navigation {
    text-align: left;
}

/* .footer_navigation .footer_list_navigation_wrapper:nth-child(3) .footer_list_navigation {
    padding-left: 36px;
}

.footer_navigation .footer_list_navigation_wrapper:last-of-type .footer_list_navigation {
    padding-left: 50px;
} */

.footer_navigation .information_col {
    padding-right: 39px;
}

.footer_navigation .information_col img {
    margin-top: 4px;
    max-width: 361px;
}

.footer_navigation .information_col .button_stroke {
    margin: 14px 0;
}

.footer_phone {
    display: inline-block;
    font-weight: normal;
    font-size: 36px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    line-height: 42px;
    color: #fff;
}

.footer_phone:hover {
    color: #F1BE29;
}

.contacts_wrapper .mail_box span {
    color: #000;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.contacts_wrapper .mail_box .footer_mail {
    color: #000;
}

.contacts_wrapper .information_row_text .mail_box span {
    margin-bottom: 0;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.contacts_wrapper .information_row_grid .information_row_text:last-child {
    display: grid;
    row-gap: 45px;
}

@media (max-width: 767px) {
    .contacts_wrapper .information_row_grid .information_row_text:last-child {
        row-gap: 20px;
    }
}

.mail_box .icon-icon_mail {
    color: #065BAA;
}

.mail_box h1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.mail_box .footer_mail {
    grid-column: 2 / 3;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.mail_box .footer_mail i {
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    font-size: 14px;
    color: #fff;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.mail_box .footer_mail:hover {
    color: #F1BE29;
}

.mail_box .footer_mail:hover i {
    color: #F1BE29;
}

.mail_box span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: block;
}

.information_mobile_menu .mail_box {
    padding-left: 43px;
    padding-top: 2px;
}

.footer_social {
    padding-top: 30px;
}

.footer_social .social_link {
    display: inline-table;
    margin-right: 26px;
}

.footer_social .social_link:last-of-type {
    margin-right: 0;
}

.footer_social .social_link img {
    width: 18px;
    height: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    vertical-align: top;
    margin: 0;
}

.footer_social .social_link i {
    font-size: 18px;
}

.footer_list_navigation {
    display: inline-block;
    padding-left: 22px;
}

.footer_list_navigation .footer_navigation_main {
    margin-bottom: 30px;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.footer_list_navigation .footer_navigation_main:hover {
    color: #F1BE29;
}

.footer_list_navigation .footer_navigation_link {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.footer_list_navigation .footer_navigation_link:hover {
    color: #F1BE29;
}

.footer_line {
    padding-top: 13px;
    padding-bottom: 9px;
}

.footer_line>div:nth-child(2) p {
    text-align: center;
    margin-right: 48px;
    /* Baszilio 11.04.2023 */
}

.footer_line p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_line small {
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    color: #B7B7B7;
}

.footer_line a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    /* Baszilio 11.04.2023 */
}

.footer_line a:hover {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    /* Baszilio 11.04.2023 */
}

.footer_line img {
    display: inline-block;
    max-width: 118px;
}

.programs_items {
    display: none;
}

.text-show {
    display: block;
}

.button_menu1 {
    width: 36px;
    height: 20px;
    border: none;
    position: relative;
    display: inline-block;
    z-index: 2;
    -webkit-transition: color 0.3s ease-out 0s, -webkit-transform 0.8s ease-out 0s;
    transition: color 0.3s ease-out 0s, -webkit-transform 0.8s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s, transform 0.8s ease-out 0s;
    transition: color 0.3s ease-out 0s, transform 0.8s ease-out 0s;
    transition: color 0.3s ease-out 0s, transform 0.8s ease-out 0s, -webkit-transform 0.8s ease-out 0s;
    padding: 0;
    vertical-align: super;
}

.button_menu1:after,
.button_menu1:before,
.button_menu1 span {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    height: 4px;
    width: 28px;
    padding: 0;
}

.button_menu1:before {
    top: 0;
    -webkit-transition: opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0.3s;
    transition: opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0.3s;
    -o-transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0.3s;
}

.button_menu1:after {
    top: auto;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.5s ease-out 0.3s;
    transition: opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.5s ease-out 0.3s;
    -o-transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s;
    transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s;
    transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s, background 0.3s ease-out 0s, -webkit-transform 0.5s ease-out 0.3s;
}

.button_menu1 span {
    width: 28px;
    top: 8px;
    -webkit-transition: background 0.3s ease-out 0s, width 0.3s ease, -webkit-transform 0.8s ease-out 0s;
    transition: background 0.3s ease-out 0s, width 0.3s ease, -webkit-transform 0.8s ease-out 0s;
    -o-transition: transform 0.8s ease-out 0s, background 0.3s ease-out 0s, width 0.3s ease;
    transition: transform 0.8s ease-out 0s, background 0.3s ease-out 0s, width 0.3s ease;
    transition: transform 0.8s ease-out 0s, background 0.3s ease-out 0s, width 0.3s ease, -webkit-transform 0.8s ease-out 0s;
}

.open-menu .button_menu1 {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.open-menu .button_menu1:before {
    opacity: 0 !important;
    -webkit-transform: translateY(-40px) !important;
    -ms-transform: translateY(-40px) !important;
    transform: translateY(-40px) !important;
    background: #fff !important;
    will-change: transform !important;
    -webkit-transition: background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
    transition: background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
    -o-transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s !important;
    transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s !important;
    transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
}

.open-menu .button_menu1:after {
    opacity: 0 !important;
    -webkit-transform: translateY(40px) !important;
    -ms-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
    background: #fff !important;
    will-change: transform !important;
    -webkit-transition: background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
    transition: background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
    -o-transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s !important;
    transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s !important;
    transition: transform 0.5s ease-out 0s, background 0.3s ease-out 0s, opacity 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s !important;
}

.open-menu .button_menu1 span {
    background: #1951A0 !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 34px;
}

.open-menu .button_menu1 span:last-of-type {
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.underline {
    display: inline-block;
    position: relative;
}

.underline:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.mobile_header_navigation_block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 500;
    display: none;
}

.mobile_header_navigation_block .mobile_menu_row {
    overflow-y: scroll;
}

.mobile_header_navigation_block.active .footer_list_navigation li .footer_navigation_main {
    font-weight: normal;
    color: #8C8C8C;
}

.mobile_header_navigation_block>.row {
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.mobile_header_navigation_block>.row:first-of-type {
    padding-top: 50px;
}

.mobile_header_navigation_block .footer_list_navigation {
    padding-left: 0;
}

.mobile_header_navigation_block .footer_list_navigation li {
    margin-bottom: 51px;
}

.mobile_header_navigation_block .footer_list_navigation li .footer_navigation_main {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #272727;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    margin: 0;
}

.mobile_header_navigation_block .footer_list_navigation li .footer_navigation_main.active {
    color: #1951A0;
}

.mobile_header_navigation_block .sub_menu_mobile {
    padding-left: 42px;
    display: none;
}

.mobile_header_navigation_block .sub_menu_mobile li {
    margin-bottom: 30px;
}

.mobile_header_navigation_block .sub_menu_mobile li .sub_menu_mobile_element {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #272727;
}

.mobile_header_navigation_block .information_mobile_menu {
    border-top: 1px solid #F4F4F4;
    padding-bottom: 20px;
    padding-top: 20px;
}

.mobile_header_navigation_block .information_mobile_menu i {
    color: #00449C;
}

.mobile_header_navigation_block .information_mobile_menu a {
    color: #272727;
    padding-left: 0;
}

.mobile_header_navigation_block .information_mobile_menu a.address_link {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.mobile_header_navigation_block .information_mobile_menu a.address_link i {
    top: 0;
    left: 6px;
}

.mobile_header_navigation_block .information_mobile_menu a.link_owl {
    color: #1951A0;
    margin-left: 24px;
}

.mobile_header_navigation_block .information_mobile_menu a.footer_mail {
    padding-left: 20px;
}

.mobile_header_navigation_block .information_mobile_menu .button_fill_blue {
    width: 100%;
    padding: 14px 40px;
}

.mobile_header_navigation_block .information_mobile_menu span {
    color: #8C8C8C;
}

.mobile_header_navigation_block .information_mobile_menu>div:last-of-type .address_link {
    padding-left: 30px;
}

.mobile_header_navigation_block .information_mobile_menu>div:last-of-type .address_link i {
    top: 2px;
    left: 8px;
}

.mobile_header_navigation_block .information_mobile_menu>div:last-of-type .link_owl {
    margin-left: 30px;
}

.mobile_header_navigation_block .menu_phone {
    padding-left: 0;
    margin-bottom: 13px;
}

.sub_menu_mobile {
    --animate-duration: 0.4s;
}

.search_main_block {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    padding: 50px 17px 55px 0;
    padding-top: 50px;
    display: none;
    -webkit-box-shadow: 0px 15px 15px rgba(39, 39, 39, 0.35);
    box-shadow: 0px 15px 15px rgba(39, 39, 39, 0.35);
}

.search_main_block .button_fill_blue {
    padding: 14.5px 40px;
    float: right;
}

.search_main_block input {
    height: 45px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 80%;
    border-bottom: 1px solid rgba(39, 39, 39, 0.15);
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #272727;
}

.search_main_block input::-webkit-input-placeholder {
    color: rgba(39, 39, 39, 0.25);
}

.search_main_block input::-moz-placeholder {
    color: rgba(39, 39, 39, 0.25);
}

.search_main_block input:-ms-input-placeholder {
    color: rgba(39, 39, 39, 0.25);
}

.search_main_block input::-ms-input-placeholder {
    color: rgba(39, 39, 39, 0.25);
}

.search_main_block input::placeholder {
    color: rgba(39, 39, 39, 0.25);
}

.ask_question {
    height: 100%;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    padding: 0 20px;
    padding-top: 10px;
    display: none;
}

.ask_question>.row {
    height: 100%;
    position: relative;
}

.ask_question>.row .close_question_block {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: block;
}

.ask_question>.row .close_question_block i {
    font-size: 20px;
    color: #272727;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.ask_question>.row .close_question_block:hover i {
    color: #1951A0;
}

.ask_question .title {
    margin-bottom: 20px;
}

.ask_question .questionnaire_row {
    margin: 0 -16px;
}

.ask_question .questionnaire_row .questionnaire_element {
    padding: 0 16px;
}

label.ask_label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

input.form-control-ask,
textarea.form-control-ask {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px !important;
    background: #F4F4F4;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

input.form-control-ask {
    height: 45px;
}

textarea.form-control-ask {
    padding: 15px;
    height: 110px;
    resize: none;
}

.consent_block {
    padding: 0 20px;
}

.consent_block label {
    max-width: 420px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ff0000;
    position: relative;
    display: inline-block;
    padding-left: 22px;
}

.consent_block label:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #f16a6a;
    border-radius: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    top: 0px;
    /*1px;*/
}

.consent_block label i {
    position: absolute;
    left: 0.5px;
    /*1.5px;*/
    top: 0px;
    /*2px;*/
    font-size:
        /*8px; */
            15px;
    color: #1951A0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.consent_block label a {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.consent_block label:hover {
    cursor: pointer;
}

.consent_block label:hover:before {
    background: rgba(25, 81, 160, 0.25);
}

.consent_block input:checked+label:before {
    background: #F4F4F4;
}

.consent_block input:checked+label i {
    opacity: 1;
}

.consent_block .button_fill_blue {
    padding: 14.5px 45px;
    border-radius: 40px !important;
}

.breadcrumbs {
    padding: 44px 0;
    margin-top: 122px;
}

@media only screen and (max-width: 767px) {
    body .breadcrumbs {
        margin-top: 14rem;
    }
}


.breadcrumbs ul {
    display: block;
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.breadcrumbs ul li:last-of-type {
    margin-right: 0;
}

.breadcrumbs ul li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(39, 39, 39, 0.5);
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    display: block;
    position: relative;
}

.breadcrumbs ul li a i {
    position: absolute;
    font-size: 8px;
    right: -14px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}

.breadcrumbs ul li a:hover {
    color: #272727;
}

.directions_informations {
    padding-bottom: 100px;
}

.directions_informations .directions_description {
    padding-right: 60px;
}

/* Baszilio 28.02.2023 */
.directions_informations .directions_count {
    /* padding-left: 60px; */
}

.directions_informations .directions_count .title_element .number {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 48px;
    color: #00449C;
    margin-bottom: 5px;
    display: block;
}

.directions_informations .directions_count .title_element .text {
    margin-bottom: 18px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #00449C;
    display: block;
}

.directions_informations .directions_count .text-element p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

.directions_description_inner {
    padding: 43px 30px 30px 40px;
    background: url(../images/review_slider.png) no-repeat 1% 24%, #F4F4F4;
    border-radius: 10px;
    /* Baszilio 27.02.2023
  height: 240px;
  max-height: 240px;
  min-height: 240px; */
}

/* Baszilio 24.02.2023 */
.directions_description_inner p {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    /*14px;*/
    line-height: 26px;
    /*24px;*/
    color: #272727;
    margin-top: 0 !important;
}

.direction_element_row {
    margin: 0 -12px;
}

.directions_of_study {
    padding-bottom: 76px;
}

.courses_slider_block {
    padding-bottom: 82px;
}

.courses_slider_block .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -92px;
}

.courses_slider_block .owl-carousel .owl-nav .owl-prev,
.courses_slider_block .owl-carousel .owl-nav .owl-next {
    position: initial;
    background: #1951A0;
    color: #fff;
}

.courses_slider_block .owl-carousel .owl-nav .owl-prev.disabled,
.courses_slider_block .owl-carousel .owl-nav .owl-next.disabled {
    background: #E8E8E8;
    color: #272727;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:hover .button_fill {
    color: #1951A0;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) {
    padding-top: 10px;
    padding-right: 10px;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .button_fill_blue {
    display: inline-block;
    padding: 15px 44px;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .courses_tabs img {
    max-width: 74%;
    max-height: 30px;
    margin-top: 10px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: none !important;
    /*Baszilio 06.03.2023*/
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .courses_tabs img:last-of-type {
    opacity: 0;
    display: none;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .button_fill_blue {
    background: #fff;
    color: #1951A0 !important;
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .courses_tabs img {
    opacity: 0;
    display: none !important;
    /* Baszilio 06.03.2023 */
}

.courses_slider_block .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .courses_tabs img:last-of-type {
    display: block;
    opacity: 1;
}

.have_a_question {
    padding-bottom: 150px;
}

.have_a_question p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 25px;
}

.have_a_question .link_owl {
    font-size: 18px;
    padding-bottom: 0;
}

.dedicated_text {
    display: block;
    margin-bottom: 25px;
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #00449C;
    text-transform: uppercase;
}

.form_question_block {
    padding-left: 120px;
}

.form_question_block .consent_block label {
    max-width: 425px;
    margin-bottom: 30px;
}

.form_question_block .consent_block label:hover {
    cursor: pointer;
}

.form_question_block .consent_block .button_fill_blue {
    padding: 16px 24px 12.5px 24px;
}

.title .filter_information {
    display: inline-block;
    margin-left: 52px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.title .filter_information .filter_information_count {
    font-weight: 700;
    color: #1951A0;
    font-size: 36px;
    line-height: 16px;
}

.pick_up_courses {
    padding-bottom: 100px;
}

.pick_up_courses .pick_up_courses_filter {
    padding-top: 3px;
    margin-bottom: 10px;
}

.pick_up_courses .choose_element_wrapper {
    margin-right: 24px;
}

.pick_up_courses .choose_element_wrapper:last-of-type {
    margin: 0;
}

.pick_up_courses .choose_element_wrapper .button_fill_blue {
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 15px 40px;
}

.pick_up_courses .choose_element_wrapper .label-option {
    color: #8C8C8C;
}

.pick_up_courses .link_owl {
    font-size: 14px;
    line-height: 16px;
}

.pick_up_courses_row {
    padding-top: 48px;
    padding-bottom: 32px;
    margin: 0 -9px;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:hover .button_fill {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) {
    padding-top: 10px;
    padding-right: 10px;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .button_fill_blue {
    display: inline-block;
    padding: 15px 44px;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .courses_tabs img {
    max-width: 74%;
    max-height: 30px;
    margin-top: 10px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi) .courses_tabs img:last-of-type {
    opacity: 0;
    display: none;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .button_fill_blue {
    background: #fff;
    color: #1951A0;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .courses_tabs img {
    opacity: 0;
    display: none;
}

.pick_up_courses_row .upcoming_courses_element .upcoming_courses_inner:not(.gosuslugi):hover .courses_tabs img:last-of-type {
    display: block;
    opacity: 1;
}

.pagination_block .pagination .page-item {
    width: 42px;
    height: 42px;
    margin-right: 19px;
    position: relative;
    padding: 0;
}

.pagination_block .pagination .page-item:last-of-type {
    margin-right: 0;
}

.pagination_block .pagination .page-item .page-link {
    padding: 0;
    line-height: initial;
    text-align: center;
    margin: 0;
    height: 100%;
    padding-top: -webkit-calc(50% - 9px);
    padding-top: calc(50% - 9px);
    color: #272727;
    font-weight: normal;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    line-height: 18px;
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    -webkit-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}

.pagination_block .pagination .page-item .page-link i {
    font-size: 16px;
}

.pagination_block .pagination .page-item .page-link.current-page {
    background: #1951A0 !important;
    border: 1px solid #1951A0 !important;
    color: #fff !important;
    pointer-events: none;
}

.pagination_block .pagination .page-item.disabled {
    color: #272727 !important;
    background: transparent !important;
    pointer-events: none;
}

.pagination_block .pagination .page-item:hover .page-link {
    background: transparent;
    color: #1951A0;
}

.our_teachers {
    padding-bottom: 100px;
}

.our_teachers_element_row {
    margin: 0 -25.5px;
    padding-bottom: 32px;
}

.our_teachers_element {
    padding: 0 25.5px;
    margin-bottom: 33px;
}

.our_teachers_element .teachers_element_inner {
    padding-left: 49px;
    padding-top: 66px;
    position: relative;
    height: 100%;
}

.our_teachers_element .teachers_element_inner .teachers_element_text {
    background: #F1F1F1;
    padding: 20px 20px 16px 212px;
    border-radius: 10px;
    min-height: 100%;
    position: relative;
}

.our_teachers_element .teachers_element_inner .teachers_element_text a {
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.our_teachers_element .teachers_element_inner .teachers_element_text .teachers_element_icons span {
    position: relative;
}

.our_teachers_element .teachers_element_inner .teachers_element_text .teachers_element_icons span .experience {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    left: 0;
    display: inline-block;
    width: 120px;
    z-index: -3;
    background: #DDE5F1;
    border-radius: 5px;
    padding: 8px 10px 10px 10px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    font-size: 10px;
    line-height: 15px;
    color: #272727;
}

.our_teachers_element .teachers_element_inner .teachers_element_text .teachers_element_icons span:hover .experience {
    opacity: 1;
    z-index: 2;
}

.teachers_element_title {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #00449C;
    display: block;
    margin-bottom: 5px;
}

.teachers_element_icons {
    margin-bottom: 3px;
}

.teachers_element_icons span {
    display: inline-block;
    width: 40px;
    height: 34px;
    margin-right: 6px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.teachers_element_icons span:last-of-type {
    margin-right: 0;
}

.teachers_element_icons span i {
    font-size: 20px;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
}

/* Baszilio 24.02.2023 */
.quote {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    /*14px;*/
    line-height: 26px;
    /*24px;*/
    color: #272727;
    margin-bottom: 12px;
}

.speciality {
    font-size: 14px;
    line-height: 24px;
    color: rgba(39, 39, 39, 0.5);
}

.speciality b {
    color: #272727;
}

.teacher_avatar {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}

.teacher_el_space {
    margin-top: 20px;
}

.our_teachers_detail {
    padding-top: 0;
    padding-bottom: 75px;
}

.our_teachers_detail>.container {
    position: relative;
}

.our_teachers_detail .teachers_detail_tabses {
    padding-left: 22px;
}

.our_teachers_detail .teachers_detail_tabses .courses_tabs_elem {
    margin-right: 5px;
}

.our_teachers_detail .teachers_detail_tabses .courses_tabs_elem {
    padding: 7.9px 9px 6px 13px;
    display: inline-block;
    border-radius: 5px;
    min-width: 120px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
}

.our_teachers_detail .teachers_detail_tabses .courses_tabs_elem i {
    font-size: 20px;
    margin-right: 6px;
}

.our_teachers_detail .teachers_detail_tabses .courses_tabs_elem span {
    vertical-align: text-top;
    line-height: 11px;
}

.our_teachers_detail .close_teachers_detail {
    position: absolute;
    right: 0;
    top: -50px;
}

.our_teachers_detail .close_teachers_detail i {
    color: #272727;
    font-size: 20px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.our_teachers_detail .close_teachers_detail:hover i {
    color: #00449C;
}

.teacher_block_information {
    padding-top: 50px;
}

/* Baszilio 24.02.2023 */
.teacher_block_information .main_profile_block {
    /* padding-bottom: 40px; */
}

/* Baszilio 24.02.2023 */
.teacher_block_information .main_profile_block .directions_description:last-of-type p {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    /*14px;*/
    line-height: 26px;
    /*24px;*/
}

.teacher_block_information .teacher_avatar {
    position: initial;
}

.teacher_block_information .directions_description {
    padding-right: 0;
    padding-left: 60px;
}

/* Baszilio 24.02.2023 */
.teacher_block_information .directions_description:nth-child(4) {
    margin-top: 20px;
    /* -46px; */
}

/* Baszilio 24.02.2023 */
.teacher_block_information .teacher_block_description p {
    margin-top: 13px;
    /*30px;*/
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    /*14px;*/
    line-height: 26px;
    /*24px;*/
}

.teacher_block_information .teacher_block_description ul {
    display: block;
    margin-bottom: 20px;
    /*margin-top: 15px; */
    /* Baszilio 24.02.2023 */
}

/* Baszilio 24.02.2023 */
.teacher_block_information .teacher_block_description ul li {
    /*margin-bottom: 15px;*/
    font-weight: normal;
    font-size: 16px;
    /*14px;*/
    line-height: 26px;
    /*21px;*/
    color: #272727;
    padding-left: 20px;
    position: relative;
}

.teacher_block_information .teacher_block_description ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1951A0;
    left: 0;
    top: 7px;
}

.teacher_block_information .teacher_block_description ul li:last-of-type {
    margin-bottom: 0;
}

.teacher_block_information .teacher_block_sertificate {
    padding-left: 40px;
    padding-top: 15px;
    /* Baszilio 27.02.2023 */
}

.teacher_block_information .teacher_block_sertificate b {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #272727;
}

.teacher_block_information .teacher_block_sertificate .image-sertificate_row {
    padding-top: 15px;
    margin: 0 -10px;
}

.teacher_block_information .teacher_block_sertificate .image-sertificate_row .image-sertificate_row_element {
    padding: 0 10px;
}

.teacher_block_information .teacher_block_sertificate .image-sertificate_row .image-sertificate_row_element .sertificate_row_element_inner {
    width: 100%;
    height: 370px;
    background: #F1F1F1;
    margin-bottom: 20px;
    background-position-x: left!important;
}

.list-item {
    display: block;
    margin-bottom: 20px;
}

.list-item li {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #272727;
    padding-left: 20px;
    position: relative;
}

.list-item li:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1951A0;
    left: 0;
    top: 7px;
}

.list-item li:last-of-type {
    margin-bottom: 0;
}

.content_page_wrapper p {
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

.content_page_wrapper ul,
.content_page_wrapper ol {
    display: block;
    margin-bottom: 20px;
}

.content_page_wrapper ul.pagination {
    display: flex;
    margin-bottom: 20px;
}

.content_page_wrapper ul li:not(.page-item),
.content_page_wrapper ol li:not(.page-item) {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #272727;
    padding-left: 20px;
    position: relative;
}

.content_page_wrapper ul li:not(.page-item):before,
.content_page_wrapper ol li:not(.page-item):before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1951A0;
    left: 0;
    top: 7px;
}

.content_page_wrapper ul li:not(.page-item):last-of-type,
.content_page_wrapper ol li:not(.page-item):last-of-type {
    margin-bottom: 0;
}

.content_page_wrapper ol {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 32px;
}

.content_page_wrapper ol li {
    padding-left: 6px;
}

.content_page_wrapper ol li::marker {
    color: #00449C;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 14px;
}

.content_page_wrapper ol li:before {
    display: none;
}

.content_page_wrapper {
    padding-bottom: 50px;
}

.content_page_wrapper .directions_informations {
    padding-bottom: 35px;
}

.content_page_wrapper .directions_informations .directions_description {
    padding-right: 0;
}

.content_page_wrapper .directions_informations .directions_description .directions_description_inner p {
    margin-bottom: 0;
}

.content_page_text {
    margin: 0 -25px;
    padding-bottom: 27px;
}

.content_page_text>div {
    padding: 0 25px;
}

.content_page_text ul {
    margin-bottom: 30px;
    margin-top: 17px;
}

.content_page_text p {
    margin-top: 0;
    margin-bottom: 24px;
}

.content_page_row_image {
    margin: 0 -25px;
    padding-bottom: 50px;
}

.content_page_row_image .row_image_element {
    padding: 0 25px;
}

.content_page_row_image .row_image_element img {
    max-width: 100%;
}

.content_row_main_image {
    padding-bottom: 50px;
}

.content_row_main_image img {
    max-width: 100%;
}

.difficulty_level {
    padding-right: 25px;
}

.level_title,
.level_value {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #8C8C8C;
    display: block;
    margin-bottom: 5px;
    margin-bottom-max-width: 232px;
}

.level_value {
    color: #00449C !important;
}

.bg-danger-color {
    background: #F3D9D9;
    color: #AD0000;
}

.bg-danger-color span {
    color: #AD0000 !important;
}

.bg-danger-color i {
    color: #AD0000;
}

.bg-light-yellow {
    background: rgba(233, 178, 17, 0.15);
    color: #BA8C07;
}

.bg-light-yellow i {
    color: #BA8C07;
}

.bg-red-blue {
    background: -webkit-gradient(linear, left top, right top, from(#065AA6), to(#E83A54));
    background: -o-linear-gradient(left, #065AA6 0%, #E83A54 100%);
    background: linear-gradient(90deg, #065AA6 0%, #E83A54 100%);
    color: #fff;
}

.bg-red-blue i {
    color: #fff;
}

.bg-azure {
    background: rgba(138, 200, 227, 0.15);
    color: #5F9BB6;
}

.bg-azure i {
    color: #5F9BB6;
}

.detail_page_wrapper .our_programs_button_block {
    padding-top: 22px;
}

.detail_page_wrapper .our_programs_button_block .button_fill_blue {
    width: 326px;
    margin-right: 46px;
}

.detail_page_wrapper .our_programs_button_block .link_owl {
    font-size: 14px;
    line-height: 16px;
}

.detail_page_wrapper .about_courses_information {
    padding-top: 0;
    padding-bottom: 27px;
}

.detail_page_wrapper .content_detail_tabses {
    padding-left: 5px;
}

.detail_page_wrapper .content_detail_tabses .courses_tabs_elem {
    padding: 6px 18px 5px 16px;
    display: inline-block;
    border-radius: 5px;
    min-width: 120px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.detail_page_wrapper .content_detail_tabses .courses_tabs_elem i {
    font-size: 20px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

.detail_page_wrapper .content_detail_tabses .courses_tabs_elem span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
}

.detail_page_wrapper .subtitle_tabs {
    margin-top: 12px;
    padding-left: 0;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.detail_page_wrapper .subtitle_tabs .courses_tabs_elem {
    padding: 7px 10px 7px 8px;
    margin: 0 !important;
}

.detail_page_wrapper .subtitle_tabs .courses_tabs_elem span {
    line-height: 1.4;
}

.for_whom {
    padding-top: 18px;
}

.for_whom p {
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    margin-bottom: 28px;
}

.navigation_block {
    background: #fff;
    z-index: 499;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding-bottom: 5px;
    top: 189px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    /* ^ change css ^ */
}

.navigation_block.scroll-up {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation_block.scroll-bottom {
    -webkit-transform: translateY(-webkit-calc(-100% + 12px));
    -ms-transform: translateY(calc(-100% + 12px));
    transform: translateY(calc(-100% + 12px));
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.navigation_block .navigation_block_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.navigation_block .navigation_element {
    display: inline-block;
    margin-right: 20px;
    background: #F4F4F4;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #272727;
    -webkit-transition: background 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

.navigation_block .navigation_element:hover,
.navigation_block .navigation_element.active {
    background: #1951A0;
    color: #fff;
}

.navigation_block .navigation_element:last-of-type {
    margin-right: 0;
}

.navigation_block .mobile_navigation_container {
    display: none;
}

.short_trailer .short_trailer_text {
    display: inline-block;
    margin-right: 29px;
    vertical-align: middle;
}

.short_trailer a {
    display: inline-block;
    vertical-align: middle;
}

.short_trailer a i {
    font-size: 75px;
    color: #00449C;
}

.short_trailer .level_value {
    font-weight: 700;
    margin-bottom: 15px;
}

.short_trailer .level_title {
    margin: 0;
}

.detail_courses_information_block {
    padding-top: 60px;
    /*padding-bottom: 50px;*/
}

.about_courses_detail {
    padding-bottom: 50px;
}

.about_courses_detail p {
    margin-bottom: 13px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: calc(30 / 28 * 100%);
    position: relative;
    color: #065BAA;
}

.about_courses_detail .about_courses_detail_elem {
    /*padding-left: 46px;*/
}

.about_courses_detail_elem.centered {
    right: -100px;
}

.about_courses_detail_elem.righted {
    padding-left: 175px;
}

.hint_element.center-button {
    right: 150px;
}

@media screen and (max-width: 1200px) {
    .about_courses_detail_elem.centered {
        right: 0;
    }

    .about_courses_detail_elem.righted {
        padding-left: 0;
    }
    .hint_element.center-button {
        right: 0;
    }
}

.about_courses_detail .about_courses_detail_elem:first-of-type {
    padding-left: 0;
}

.hint_element {
    display: block;
    font-style: normal;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -7px;
    z-index: 1;
    border: none;
    top: 6px;
    font-size: 14px;
    border-radius: 50%;
    background: url(../images/hint.svg) no-repeat center;
}

.hint_element:hover {
    cursor: pointer;
}

.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner {
    text-align: left;
    padding: 5px 6px 14px 10px;
    font-size: 10px;
    line-height: 15px;
    color: #272727;
    background: #E9B211;
    border-radius: 5px;
}

.about_courses_detail_elem span {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
}

.start_number span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
}

.start_number small {
    padding-left: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.about_courses_detail_elem>.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about_courses_banner {
    background: #F4F4F4;
    padding: 50px 0;
}

.about_courses_banner .our_programs_button_block {
    padding-left: 60px;
    padding-top: 10px;
}

.about_courses_banner .our_programs_button_block .button_fill_blue {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.about_courses_banner .our_programs_button_block .link_owl {
    font-size: 14px;
    line-height: 16px;
}

.subtitle_text {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 48px;
    color: #272727;
}

.demand {
    padding-top: 5px;
    padding-left: 32px;
}

.demand span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    display: block;
    color: #00449C;
    margin-bottom: 15px;
}

.demand span small {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #272727;
    display: inline;
}

.demand small {
    font-size: 14px;
    line-height: 20px;
    color: rgba(39, 39, 39, 0.5);
    max-width: 180px;
    display: inline-block;
    text-align: left;
}

.who_need {
    display: none;
}

.detail_page_btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 50px;
}

.detail_page_btn {
    padding: 17px 55px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.link-btn {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    color: #065BAA;
    background: transparent;
    border: none;
    text-decoration: underline;
    transition: 0.3s color;
}

.detail_page_link-btn:hover {
    color: #F1BE29;
}

.who_need {
    margin-top: 125px;
    margin-bottom: 125px;
}

.who_need>.container>.title {
    position: absolute;
    left: 0;
    top: 23px;
}

.who_need .who_need_text {
    padding-bottom: 100px;
}

.who_need_element {
    margin-right: 22px;
}

.who_need_element:last-of-type {
    margin-right: 0;
}

.who_need_element .title {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    display: block;
    line-height: 24px;
    color: #00449C;
}

.important_yellow {
    padding-left: 20px;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

.important_yellow:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #E9B211;
}

.who_need_inner_slider .owl-carousel {
    padding-bottom: 100px;
}

.who_need_inner_slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -92px;
}

.who_need_inner_slider .owl-carousel .owl-nav .owl-next,
.who_need_inner_slider .owl-carousel .owl-nav .owl-prev {
    position: initial;
    background: #1951A0;
    color: #fff;
}

.who_need_inner_slider .owl-carousel .owl-nav .owl-next.disabled,
.who_need_inner_slider .owl-carousel .owl-nav .owl-prev.disabled {
    background: #E8E8E8;
    color: #272727;
}

.who_need_inner_slider .owl-carousel .owl-dots {
    left: 0;
    bottom: 42px;
}

.who_need_inner_slider .owl-carousel .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.who_need_inner_slider .owl-carousel .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.who_need_slider_element:last-of-type {
    padding-left: 70px;
}

.who_need_slider_element .directions_study_element {
    padding: 0;
    margin: 0;
    pointer-events: none;
    position: relative;
    z-index: 1;
    border-radius: 40px 40px 0 0;
}

.who_need_slider_element .directions_study_element .wrapper {
    height: 100%;
}

.who_need_slider_element .directions_study_element .directions_study_element_inner {
    min-width: 100%;
    min-height: 316px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.who_need_slider_element .directions_study_element .directions_study_element_inner {
    padding: 77px 18px;
    /* background-image: url(../images/review.png); */
    background-size: contain;
    background-position: 153% 100%;
    border-radius: 40px 40px 0 0;
}

.who_need_slider_element .directions_study_element .directions_study_element_inner .study_element_text p {
    margin: 0;
    color: #fff;
}

/* .directions_study_element_description {
  padding: 16px 17px 20px 17px;
  background: #F9F9F9;
  border-radius: 0px 0px 10px 10px;
} */

.directions_study_element_description span {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #272727;
}

.directions_study_element_description .demand {
    margin-top: 8px;
}

.directions_study_element_description .demand span {
    font-family: 'Gilroy', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #00449C;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.directions_study_element_description .demand small {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(39, 39, 39, 0.5);
    display: inline-block;
}

.recording_description {
    padding-left: 60px;
}

.recording_description .recording_description_element {
    margin-bottom: 30px;
}

.recording_description .recording_description_element:last-of-type {
    margin: 0;
}

.recording_description .recording_description_element small {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: rgba(39, 39, 39, 0.5);
    display: block;
}

.sign_up {
    padding: 30px;
    padding-top: 20px;
    background: #F4F4F4;
    border-radius: 10px;
}

.sign_up .subtitle_text {
    margin-bottom: 20px;
}

.sign_up .form_question_block input {
    background: #fff;
    margin-bottom: 14px;
}

.sign_up .consent_block label:before {
    background: #fff;
}

.sign_up .consent_block .button_fill_blue {
    width: 100%;
    max-width: 100%;
}

.sign_up .consent_block .link_owl {
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}

.will_learn {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 125px;
    margin-bottom: 125px;
    position: relative;
    background-image: url(../images/decor_logo.png);
    background-size: 624px 342px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* .will_learn > .container .title {
  position: absolute;
  top: -27px;
} */

.who_need_elements {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 36px;
}

.will_learn .who_need_element {
    max-width: 300px;
    padding-top: 14px;
    position: relative;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .will_learn .who_need_element {
        max-width: 100%;
    }
}

.will_learn .who_need_element:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #F1BE29;
}

.who_need_button {
    display: flex;
    justify-content: center;
}

.who_need_button a {
    padding: 19px 68px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.will_learn .who_need_element .title {
    margin-bottom: 17px;
    position: initial;
}

.will_learn .who_need_element p {
    padding: 0;
    /*color: rgba(39, 39, 39, 0.5);*/
    color: rgba(0, 0, 0, 0.80);
}

.will_learn .who_need_element p:before {
    display: none;
}

.will_learn .button_fill_blue {
    min-width: 240px;
    max-width: inherit;
    padding: 17px 55px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.subject_course .subject_course_element {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}

.subject_course .directions_study_element:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.subject_course .directions_study_element_description {
    margin-bottom: 38px;
    background: transparent;
}

.subject_course .directions_study_element_description>* {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .subject_course .demand {
    display: inline-block;
    margin: 0;
    vertical-align: top;
} */

.subject_course .demand .demand_element {
    display: flex;
    align-items: center;
    gap: 15px;
}

.subject_course .demand .demand_element span {
    font-family: 'Gilroy', sans-serif;
    font-size: 104px;
    line-height: calc(127 / 104 * 100%);
    font-weight: 800;
    color: #065BAA;
}

.subject_course .demand .demand_element small {
    max-width: 179px;
    font-size: 24px;
    line-height: calc(29 / 24 * 100%);
    font-weight: 800;
    color: #065BAA;
}

.subject_course .who_need_slider_element {
    padding-left: 0;
    padding-right: 40px;
}

.subject_course .who_need_slider_element .our_programs_button_block {
    padding-bottom: 30px;
}

.directions_study_elements {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subject_course_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px auto 0;
}

.subject_course_buttons .button_fill_blue {
    padding: 17px 20px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 1199px) {
    .our_programs_button_block {
        display: none;
    }
}

@media (min-width: 1200px) {
    .subject_course .subject_course_buttons {
        display: none;
    }
}

.directions_study_elements>.row {
    width: 100%;
}

/* .subject_course_buttons {
    display: none;
} */

.subject_course .who_need_slider_element .our_programs_button_block .button_fill_blue {
    padding: 17px 55px;
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 19px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.subject_course .who_need_slider_element .our_programs_button_block .link_owl {
    font-size: 14px;
}

.subject_course .who_need_slider_element .directions_study_element_description {
    display: flex;
    justify-content: center;
    padding: 38px;
    text-align: center;
    background: #FAFAFA;
    box-shadow: 0 4px 15px rgba(17, 17, 17, 0.1);
    border-radius: 0 0 40px 40px;
}

.subject_course .who_need_slider_element .directions_study_element_description span,
.subject_course .who_need_slider_element .directions_study_element_description a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #272727;
}

.subject_course .who_need_slider_element .directions_study_element_description a {
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.subject_course .who_need_slider_element .directions_study_element_description a:hover {
    color: #00449C;
}

.subject_course .who_need_slider_element .directions_study_element_description small {
    color: rgba(39, 39, 39, 0.5);
}

.subject_course .who_need_slider_element .directions_study_element_description .wrapper {
    display: none;
}

.subject_course .icon_block {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #272727;
    z-index: 5;
    pointer-events: auto;
    text-transform: uppercase;
    padding-top: 13px;
}

.subject_course .icon_block i {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #065BAA;
    font-size: 40px;
    left: 0;
    top: 0;
}

.table_of_contents {
    padding-left: 11px;
}

.table_contents_inner {
    border-bottom: 1px solid #919191;
}

.subject_course_element_info {
    display: none;
}

.table_contents_inner.open .name_chapter {
    color: #065BAA;
}

.table_contents_inner.open .name_chapter i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.name_chapter {
    display: block;
    padding: 12px 50px 12px 0;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    line-height: calc(22 / 18 * 100%);
    text-transform: uppercase;
    color: #919191;
    position: relative;
}

.name_chapter i {
    position: absolute;
    right: 23px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-size: 14px;
    color: #00449C;
    top: 18px;
}

.chapter_text {
    display: none;
}

.chapter_text ul {
    padding-top: 24px;
    padding-bottom: 26px;
}

.chapter_text ul li {
    padding-bottom: 10px;
}

.button_fill_yellow {
    border: none;
    max-width: 326px;
    text-align: center;
    background: #E9B211;
    border-radius: 5px !important;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
    position: relative;
    z-index: 10;
    padding: 17px 40px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.button_fill_yellow:hover {
    cursor: pointer;
    background: #D7A30D;
    border-radius: 5px !important;
}

.button_fill_yellow:active,
.button_fill_yellow:focus {
    border-radius: 5px !important;
}

.about_courses_block_detail {
    padding-bottom: 100px;
}

.about_courses_block_detail b {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
    display: block;
    margin-bottom: 30px;
}

.about_courses_block_detail .about_courses_text {
    margin-bottom: 20px;
}

.about_courses_block_detail .about_courses_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

.about_courses_block_detail .directions_description_inner p {
    margin-bottom: 14px;
    margin-top: 0 !important;
}

.about_courses_block_detail .directions_description_inner p b {
    font-size: 14px;
    line-height: 24px;
    display: initial;
    margin: 0;
}

.about_courses_block_detail .directions_description_inner ul li {
    margin-bottom: 3px;
}

.about_courses_block_detail .directions_description_inner ul li:before {
    top: 8px;
}

.about_courses_block_detail .about_courses_text_wrapper {
    padding-left: 50px;
}

.about_courses_block_detail .about_courses_text_wrapper .about_courses_text {
    font-size: 18px;
    line-height: 32px;
    color: #272727;
    margin: 0;
}

.about_courses_block_detail .detail_text_row {
    padding-bottom: 26px;
}

.about_courses_block_detail .our_programs_button_block {
    padding-top: 25px;
}

.about_courses_block_detail .our_programs_button_block .button_fill_yellow {
    min-width: 326px;
    max-width: auto;
}

.about_courses_block_detail .our_programs_button_block .link_owl {
    font-size: 14px;
    margin-left: 50px;
}

.link_yellow {
    color: #E9B211;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(233, 178, 17, 0.25)), to(rgba(233, 178, 17, 0.25)));
    background-image: -o-linear-gradient(left, rgba(233, 178, 17, 0.25), rgba(233, 178, 17, 0.25));
    background-image: linear-gradient(to right, rgba(233, 178, 17, 0.25), rgba(233, 178, 17, 0.25));
}

.link_yellow:hover {
    color: #D7A30D;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(215, 163, 13, 0.25)), to(rgba(215, 163, 13, 0.25)));
    background-image: -o-linear-gradient(left, rgba(215, 163, 13, 0.25), rgba(215, 163, 13, 0.25));
    background-image: linear-gradient(to right, rgba(215, 163, 13, 0.25), rgba(215, 163, 13, 0.25));
}

.review_slider_block_detail {
    padding-bottom: 126px;
}

.review_slider_block_detail .owl-carousel {
    padding-bottom: 60px;
}

.review_slider_block_detail .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -92px;
}

.review_slider_block_detail .owl-carousel .owl-nav .owl-next,
.review_slider_block_detail .owl-carousel .owl-nav .owl-prev {
    position: initial;
    background: #1951A0;
    color: #fff;
}

.review_slider_block_detail .owl-carousel .owl-nav .owl-next.disabled,
.review_slider_block_detail .owl-carousel .owl-nav .owl-prev.disabled {
    background: #E8E8E8;
    color: #272727;
}

.review_slider_block_detail .owl-carousel .owl-dots {
    left: 0;
    bottom: 42px;
}

.review_slider_block_detail .owl-carousel .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.review_slider_block_detail .owl-carousel .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.review_slider_block_detail .owl-carousel .owl-dots {
    bottom: 0;
}

.review_slider_block_detail .owl-carousel .owl-item {
    height: 100%;
}

.review_slider_block_detail .owl-carousel .item {
    height: 100%;
}

.review_slider_block_detail .owl-carousel .item .directions_description_inner {
    padding: 40px 22px 30px 44px;
    background: url(../images/review_slider.png) no-repeat 2% 9%, #F4F4F4;
    height: 100%;
}

.review_slider_block_detail .owl-carousel .item .directions_description_inner p {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.review_slider_block_detail .owl-carousel .item .directions_description_inner p.rating-calculation {
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
}

.review_slider_block_detail .owl-carousel .item .directions_description_inner p.rating-calculation span {
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    color: #E83A54;
}

.review_slider_block_detail .owl-carousel .item .directions_description_inner b {
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.teacher_detail {
    /* background: #F4F4F4; */
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 125px;
    margin-bottom: 125px;
}

/* .teacher_detail .title {
    margin-bottom: 0;
} */

.teacher_detail .owl-carousel {
    padding-bottom: 62px;
}

.teacher_detail .owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

.teacher_detail .owl-carousel .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.teacher_detail .owl-carousel .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.teacher_detail .owl-carousel .owl-nav .owl-next,
.teacher_detail .owl-carousel .owl-nav .owl-prev {
    bottom: 128px;
    background: #1951A0;
    color: #fff;
}

.teacher_detail .owl-carousel .owl-nav .owl-next.disabled,
.teacher_detail .owl-carousel .owl-nav .owl-prev.disabled {
    background: #E8E8E8;
    color: #272727;
}

.teacher_detail .owl-carousel .owl-nav .owl-next {
    right: -31px;
}

.teacher_detail .owl-carousel .owl-nav .owl-prev {
    left: -6px;
}

/* .teacher_detail .title {
  position: absolute;
  top: -27px;
} */

.teacher_detail .teacher_detail_text {
    padding-right: 20px;
}

.teacher_detail .teacher_detail_text p {
    margin-bottom: 63px;
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
}

.our_programs_button_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teacher_detail .our_programs_button_block .button_fill_blue {
    border-radius: 40px !important;
    padding: 17px 54px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 19px;
    width: auto;
}

.teacher_detail .our_programs_button_block .link_owl {
    font-size: 14px;
}

.teacher_detail .teachers_slider_column {
    padding-left: 44px;
    padding-right: 31px;
}

.teacher_detail .link_owl {
    font-size: 14px;
    line-height: 16px;
    padding-top: 9px;
    display: inline-block;
}

.teacher_detail .our_teachers_element {
    padding-right: 0;
    margin: 0;
}

.teacher_detail .our_teachers_element .teachers_element_inner .teachers_element_text {
    background: #fff;
    padding: 20px 32px 36px 212px;
}

/*Baszilio 23.03.2023*/
.teacher_detail h1 {
    margin-top: 3px;
}

.schedule_block {
    position: relative;
    margin: 90px 0 90px 0;
    padding: 0;
}

/* .schedule_block .title {
  position: absolute;
  top: -27px;
} */

.schedule_block .schedule_title {
    padding-bottom: 12px;
}

.schedule_block .schedule_title small {
    font-weight: normal;
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    color: #919191;
}

.time-spaces {
    padding-right: 70px;
}

.day-spaces {
    margin-left: -50px;
}

.format-spaces {
    margin-left: 50px;
}

.schedule_block_element {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
    /*padding-top: 0;*/
    padding-top: 24px;
    align-items: center;
}

.schedule_block_element:last-of-type {
    border: none;
}

.schedule_block_element>[class^="col-"]>.row {
    height: 100%;
}

.schedule_block_element .date {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    /*margin-top: 24px;*/
}

.schedule_block_element:first-child .date {
    /*padding-right: 54px;*/
    /*margin-right: 10px;*/
    padding-right: 44px;
    margin-right: 2px;
}

.schedule_block_element .date:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 20px;
    right: 0;
    background: #065BAA;
}

.schedule_block_element .date:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.schedule_block_element .date:last-of-type:after {
    display: none;
}

.schedule_block_element .date span {
    font-family: 'Gilroy', sans-serif;
    font-size: 44px;
    line-height: 100%;
    font-weight: 800;
    color: #065BAA;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.schedule_block_element .date small {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 500;
    color: #919191;
    display: block;
}

.schedule_block_element .time {
    display: inline-block;
    line-height: 2.5;
}

/* Baszilio 24.02.2023 */
.schedule_block_element .time span {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: calc(29 / 24 * 100%);
    font-weight: 600;
    color: #272727;
    margin-top: 9px;
}

.schedule_block_element .format-spaces .row {
    align-items: center;
}

.schedule_block_element .format_text span,
.schedule_slider_element .format_text_slider span{
    display: block;
    font-size: 20px;
    line-height: calc(29 / 24 * 100%);
    font-weight: 600;
    color: #272727;
}

.schedule_block_element .format_text .courses_tabs_elem {
    padding: 6px 18px 5px 16px;
    display: inline-block;
    border-radius: 5px;
    min-width: 120px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.schedule_block_element .format_text .courses_tabs_elem i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.schedule_block_element .format_text .courses_tabs_elem span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.schedule_block_element .format_button {
    /*padding-left: 32px;*/
    padding-left: 14px;
}

.schedule_block_element .format_button .button_fill_blue {
    padding: 17px 43px;
    /*25px;*/
    width: 100%;
    max-width: 100%;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

.day_week {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.days_name {
    display: inline-block;
    padding: 7px 12px;
    border: 2px solid #065BAA;
    border-radius: 8px;
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 500;
    color: #065BAA;
}

.days_name:last-of-type {
    margin: 0;
}

.your_resume {
    position: relative;
    background: #F4F4F4;
    padding-top: 81px;
    padding-bottom: 121px;
}

.your_resume .title {
    position: absolute;
    top: -27px;
}

.your_resume .our_programs_button_block {
    margin-top: 50px;
}

.your_resume .our_programs_button_block .button_fill_yellow {
    min-width: 326px;
    max-width: auto;
}

.your_resume .our_programs_button_block .link_owl {
    font-size: 14px;
    margin-left: 50px;
}

.your_resume_inner {
    background: #fff;
    padding: 0 40px;
}

.your_resume_inner .your_resume_inner_title {
    margin: 40px 0;
}

.your_resume_inner .your_resume_inner_title span {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #1951A0;
}

.your_resume_inner .your_resume_inner_subtitle {
    margin-bottom: 20px !important;
}

.your_resume_inner .your_resume_inner_subtitle span {
    font-family: "Roboto Bold" !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #1951A0 !important;
}

.your_resume_inner .your_resume_avatar {
    padding-right: 40px;
    padding-bottom: 40px;
}

.your_resume_inner .your_resume_avatar img {
    max-width: 360px;
    max-height: 360px;
    display: block;
    margin: 0 auto;
}

.your_resume_inner .skills_block {
    padding-left: 40px;
}

.your_resume_inner .skills_block .skills_block_element {
    margin-bottom: 15px;
}

.your_resume_inner .skills_block .skills_block_element>div {
    padding-left: 30px;
}

.your_resume_inner .skills_block .your_resume_inner_title {
    margin-top: 0;
    margin-bottom: 22px;
    padding-left: 30px;
}

.your_resume_inner .skills_block .knowledge-text {
    max-width: 85%;
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: #272727;
    padding-left: 15px;
}

.your_resume_inner .skills_block .knowledge-text:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #1951A0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.your_resume_inner_element {
    border-bottom: 1px solid rgba(39, 39, 39, 0.1);
}

.your_resume_inner_element:last-of-type {
    border: none;
}

.your_resume_inner_element .contacts_information_block {
    padding: 40px 0;
}

.your_resume_inner_element .contacts_information_block span {
    font-size: 18px;
    line-height: 21px;
    color: #272727;
    display: block;
    margin-bottom: 10px;
}

.your_resume_inner_element .contacts_information_block b {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 28px;
}

.your_resume_inner_element .contacts_information_block .contacts_information_elem small {
    font-size: 14px;
    line-height: 16px;
    color: #656565;
    margin-bottom: 5px;
    display: block;
}

.your_resume_inner_element .contacts_information_block .contacts_information_elem span {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #272727;
    display: block;
    margin-bottom: 20px;
}

.your_resume_inner_element .contacts_information_block .contacts_information_elem span:last-of-type {
    margin-bottom: 0;
}

.documents_row {
    margin: 0 -23px;
}

.documents_row .documents_row_element {
    padding: 0 23px;
    padding-bottom: 100px;
}

.documents_row .documents_row_element img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 315px;
    margin-bottom: 50px;
}

.documents_row .documents_row_element b {
    font-size: 18px;
    line-height: 18px;
    color: #272727;
    display: block;
    margin-bottom: 20px;
}

.documents_row .documents_row_element p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.question-detail-page {
    position: relative;
    padding-top: 71px;
    padding-bottom: 100px;
}

.question-detail-page .title {
    position: absolute;
    top: -25px;
}

.svg-smartbit path {
    -webkit-transition: fill 0.3s ease 0s;
    -o-transition: fill 0.3s ease 0s;
    transition: fill 0.3s ease 0s;
}

.hover_blue:hover path {
    fill: #8AC8E3;
}

.hover_yellow:hover path {
    fill: #F5C002;
}

.hover_blue_dark:hover path {
    fill: #19509F;
}

.hover_orange:hover path {
    fill: #F79D2D;
}

.if-ie .teacher_block_information .directions_description:nth-child(4) {
    margin-top: -10px;
}

.if-ie .courses_tabs .courses_tabs_elem i,
.if-ie .courses_tabs .courses_tabs_elem span {
    vertical-align: middle;
}

@media (max-width: 576px) {

    .contacts_wrapper .information_contacts_row,
    .contacts_wrapper .container>.row {
        padding: 0 15px;
    }
}

.contacts_wrapper .map {
    height: 670px;
}

.contacts_wrapper .information_row_text {
    font-size: 18px;
    line-height: 21px;
    padding-left: 0px;
}

.contacts_wrapper .information_row_grid {
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
}

@media (max-width: 767px) {
    .contacts_wrapper .information_row_grid {
        grid-template-columns: 1fr;
    }
}

.contacts_wrapper .information_row_text b {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    color: black;
    display: block;
    margin-bottom: 25px;
}

.contacts_wrapper .information_row_text span {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: black;
    margin-bottom: 15px;
}

.contacts_wrapper .information_row_text span:first-of-type {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts i {
    position: absolute;
    color: #065BAA;
    font-size: 20px;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .phone_box .phone_link_contacts:hover i {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .information_row_text .address_box {
    display: flex;
    align-items: flex-start;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts i {
    position: absolute;
    color: #065BAA;
    font-size: 20px;
    top: 0;
    left: 0;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts_wrapper .title {
    margin-bottom: 88px;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .address_box .address_link_contacts:hover i {
    color: #F1BE29;
}

.address_link_contacts {
    font-weight: 600;
}

.icon-icon_geo,
.icon-icon_phone {
    display: none;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail {
    color: #000;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail i {
    color: #065BAA;
    font-size: 20px;
    top: 0;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .mail_box .footer_mail:hover i {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text>div:last-of-type {
    /* Baszilio 21.02.2023 */
    /* margin-bottom: 50px; */
}

.contacts_wrapper .images_row img {
    width: 400px;
    height: 590px;
}

.contacts_wrapper .images_row .image_block {
    display: inline-block;
}

.contacts_wrapper .images_row .image_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.contacts_wrapper .images_row .image_block a .hover_block {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(61, 62, 61, 0.25);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.contacts_wrapper .images_row .image_block a .hover_block i {
    position: absolute;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    left: -webkit-calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    top: -webkit-calc(50% - 17.5px);
    top: calc(50% - 17.5px);
}

.contacts_wrapper .images_row .image_block a:hover .hover_block {
    opacity: 1;
}

.contacts_wrapper .images_row>div:nth-child(odd) {
    text-align: right;
    padding-right: 25px;
}

.contacts_wrapper .images_row>div:nth-child(even) {
    text-align: left;
    padding-left: 25px;
}

.block_1_row {
    margin-bottom: 50px;
}

.block_1_row img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.block_1_row .image_wrapper_block_1 {
    padding-right: 25px;
}

.block_1_row .text_wrapper_block_1 {
    padding-left: 25px;
}

.block_1_row .text_wrapper_block_1 h2 {
    margin-bottom: 24px;
}

.block_2_row {
    margin-bottom: 30px;
}

.block_2_row img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.block_2_row .image_wrapper_block_2 {
    max-width: 30%;
}

.block_2_row .text_wrapper_block_2 {
    padding-left: 20px;
}

.block_2_row .text_wrapper_block_2 h3 {
    margin-bottom: 13px;
}

.accordion {
    margin-bottom: 30px;
}

.block_3_wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.block_3_wrapper .block_3_row {
    margin: 0 -10.5px;
}

.block_3_wrapper .block_3_row .block_3_element {
    padding: 0 10.5px;
}

.block_3_wrapper .block_3_row .block_3_element img {
    max-width: 100%;
}

.block_3_wrapper .block_3_row .block_3_element span {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    display: inline-block;
}

.block_3_wrapper .block_3_row .block_3_element .block_3_element_text {
    padding: 17px 0;
}

.block_4_wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.block_4_wrapper .block_4_row {
    margin: 0 -10.5px;
}

.block_4_wrapper .block_4_row .block_4_element {
    padding: 0 10.5px;
    margin-bottom: 20px;
}

.block_4_wrapper .block_4_row .block_4_element img {
    max-width: 100%;
}

.block_4_wrapper .block_4_row .block_4_element span {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    display: inline-block;
}

.block_4_wrapper .block_4_row .block_4_element .block_4_element_text {
    padding: 17px 0;
}

.modal-backdrop {
    z-index: 1121 !important;
}

.modal {
    z-index: 1122 !important;
    padding-right: 0 !important;
}

.modal .ask_question {
    position: initial;
    display: block !important;
    padding: 0 20px !important;
    max-width: 990px;
    margin: 0 auto;
    overflow-y: scroll;
    overflow: scroll !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.modal .ask_question::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.modal .ask_question .title {
    margin-bottom: 81px;
}

.modal .ask_question .title h2 {
    font-size: 35px;
    line-height: 1.2em;
}

.modal .ask_question>.row .close_question_block {
    top: 32px;
}

.modal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.modal .modal-dialog .modal-content {
    height: 100%;
}

.header_banner {
    padding: 0 20px;
}

.header_banner .inner_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.header_banner .text_wrapper {
    max-width: 475px;
    padding-right: 15px;
}

.header_banner .banner_text {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #f5f5f5;
}

.header_banner .banner_text.clone {
    display: none;
}

.header_banner .banner_text a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #f5f5f5;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.header_banner .banner_text a:hover {
    color: #1951A0;
}

.line-wrapper-list {
    padding-right: 15px;
}

.banner_btn {
    display: inline-block;
    padding: 0;
    border: none;
    background: #f99d27;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px !important;
    padding: 0 10px;
    line-height: 28px;
}

.banner_btn:hover {
    color: #1f1f1f;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-webkit-calc(-100% - 4px));
        transform: translateX(calc(-100% - 4px));
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-webkit-calc(-100% - 4px));
        transform: translateX(calc(-100% - 4px));
    }
}

.landing-page--container {
    margin-top: 170px;
}

.ordinary-list {
    margin-bottom: 15px;
}

.ordinary-list li {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    position: relative;
    padding-left: 20px;
}

.ordinary-list li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11.5px;
    background: #00449C;
}

.detail_landing-text {
    padding-top: 30px;
    padding-bottom: 35px;
}

.page-categories--information {
    padding-bottom: 50px;
}

.page-categories--text {
    padding-bottom: 10px;
}

.page-categories--element {
    min-width: 70px;
    padding-right: 79px;
    /*85px;*/
    margin-bottom: 15px;
}

.page-categories--element:last-of-type {
    padding-right: 0;
}

.page-categories--element .name {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgba(39, 39, 39, 0.5);
}

.page-categories--element .value {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #272727;
}
.page-categories--functions [class*='button_'] {
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    min-width: 240px;
    margin-right: 46px;
    vertical-align: middle;
    border-radius: 40px !important;
}

.page-categories--functions .button_stroke {
    font-size: 16px;
    line-height: 48px;
}

.page-categories--functions [class*='button_']:last-child {
    margin-right: 0px;
}

.landing-banner {
    padding-bottom: 20px;
}

.landing-banner--element {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.landing-banner--element img {
    max-width: 100%;
}

.banner-links--block {
    margin-bottom: 30px;
}

.banner-links--element {
    max-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-links--element img {
    max-height: 100%;
    max-width: 100%;
}

.text-lg {
    font-family: 'Gilroy', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #272727;
}

.text-sm {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
}

.text-sm.bold {
    font-family: 'Gilroy', sans-serif;
}

.text-xs {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}

.text-xs.bold {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.students {
    margin-bottom: 50px;
}

.students-text--block * {
    margin-bottom: 15px;
}

.students-elements--block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.students-elements--block.one-item {
    grid-template-columns: 1fr;
}

.students-elements--block.one-item .students-element .price-block {
    text-align: center;
}

.students-elements--block.one-item .students-element .price-block .cost-block>.row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    gap: 0;
}

.students-element {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.students-element>* {
    width: 100%;
}

.students-element .sale-block {
    text-align: center;
}

.students-element .description-block {
    padding: 20px 0;
}

.students-element .ordinary-list {
    margin: 0;
}

.students-element .ordinary-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.students-element .ordinary-list li:last-of-type {
    margin-bottom: 0;
}

.students-element .ordinary-list li:before {
    top: 6.5px;
}

.students-element .price-block {
    margin-top: auto;
}

.students-element .price-block--title {
    margin-bottom: 6px;
}

.students-element .cost-block {
    padding-bottom: 20px;
}

.students-element .cost-block>.row {
    gap: 10px;
}

.students-element [class*='button_'] {
    width: 100%;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px !important;
}

.sale-element {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#065AA6), to(#E83A54));
    background: -o-linear-gradient(left, #065AA6 0%, #E83A54 100%);
    background: linear-gradient(90deg, #065AA6 0%, #E83A54 100%);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-width: 120px;
}

.sale-element .sale-text {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.old-price {
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8C8C8C;
}

.price-count {
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #E83A54;
}

.count-step--block {
    padding-top: 30px;
    background: #F4F4F4;
}

.count-step--elements {
    counter-reset: enroll;
    padding-bottom: 25px;
}

.count-step--elements:not(.row) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 92px;
}

.count-step--elements:not(.row) .count-step--element {
    min-width: unset;
    max-width: unset;
    margin-right: 0;
}

.count-step--elements .count-step--element .number-block:before {
    counter-increment: enroll;
    content: counter(enroll);
}

.count-step--element {
    min-width: 150px;
    max-width: 270px;
    margin-right: 40px;
}

.count-step--element:last-of-type {
    margin-right: 0;
}

.count-step--element img {
    max-width: 100%;
    max-height: 20px;
}

.count-step--element .text-block>* {
    margin-bottom: 5px;
}

.count-step--element .text-block>*:last-child {
    margin-bottom: 0;
}

.count-step--element .description p:not([class*='text-']) {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
}

.count-step--element .number-block {
    margin-bottom: 15px;
}

.count-step--element .number-block:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    background: #00449C;
}

.about-programm--block {
    padding: 50px 0;
}

.about-programm--block .text-block {
    padding-right: 30px;
}

.about-programm--block .text-block>* {
    margin-bottom: 15px;
}

.about-programm--block .text-block>*:last-child {
    margin-bottom: 0;
}

.about-programm--block .information-block {
    padding-left: 30px;
}

.about-programm--block .information-block .about-programm--banner {
    margin-bottom: 30px;
}

.about-programm--block .information-block [class*='button_'] {
    width: 100%;
}

.about-programm--banner {
    background: -webkit-gradient(linear, left top, right top, from(#065AA6), to(#E83A54));
    background: -o-linear-gradient(left, #065AA6 0%, #E83A54 100%);
    background: linear-gradient(90deg, #065AA6 0%, #E83A54 100%);
    border-radius: 10px;
    padding: 30px;
}

.about-programm-banner--element {
    margin-bottom: 30px;
}

.about-programm-banner--element:last-of-type {
    margin-bottom: 0;
}

.about-programm-banner--element .name {
    margin-bottom: 10px;
}

.about-programm-banner--element .name .name-text {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
}

.about-programm-banner--element .hours .hours-text {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.course-benefits {
    padding: 50px 0;
}

.course-benefits--row {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
}

.course-benefits--element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.333333% - 33.333333px);
    -ms-flex: 0 0 calc(33.333333% - 33.333333px);
    flex: 0 0 calc(33.333333% - 33.333333px);
    max-width: -webkit-calc(33.333333% - 33.333333px);
    max-width: calc(33.333333% - 33.333333px);
    padding: 20px;
    background: #F4F4F4;
    border-radius: 10px;
    min-height: 157px;
}

.course-benefits--element .text-sm {
    line-height: 24px;
}

.you-will {
    padding-bottom: 50px;
}

.landing-title {
    margin-bottom: 30px;
}

.landing-title>* {
    margin-bottom: 15px;
}

.landing-title>*:last-child {
    margin-bottom: 0;
}

.you-will--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 30px;
}

.you-will-list--element {
    position: relative;
    padding-left: 45px;
}

.you-will-list--element:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 5px;
    background: #E9B211;
}

.you-will-list--element .text-sm {
    line-height: 24px;
}

.instructor-landing--section {
    padding-bottom: 50px;
}

.instructor-landing--elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 52px;
    grid-row-gap: 30px;
}

.instructor-landing--elements.owl-carousel {
    position: relative;
}

.instructor-landing--elements.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: unset;
    width: 100%;
}

.instructor-landing--elements.owl-carousel .owl-nav .owl-next,
.instructor-landing--elements.owl-carousel .owl-nav .owl-prev {
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background: #1951A0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .instructor-landing--elements.owl-carousel .owl-nav {
        top: 140px;
        padding: 0;
    }
    .instructor-landing--elements.owl-carousel .owl-nav .owl-next,
    .instructor-landing--elements.owl-carousel .owl-nav .owl-prev {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.instructor-landing--elements.owl-carousel .owl-nav .owl-next.disabled,
.instructor-landing--elements.owl-carousel .owl-nav .owl-prev.disabled {
    background: #E8E8E8;
    color: #272727;
}

.instructor-landing--elements.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.instructor-landing--elements.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.instructor-landing--element {
    padding: 47px 0 47px 49px;
    position: relative;
    min-height: 240px;
}

.instructor-landing--element .inner-block {
    padding: 20px 20px 20px 211px;
    background: #F1F1F1;
    border-radius: 10px;
    min-height: 146px;
}

.instructor-landing--element .text-block>* {
    margin-bottom: 10px;
}

.instructor-landing--element .text-block>*:last-child {
    margin-bottom: 0;
}

.instructor-landing--element .text-block p {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

.instructor-landing--element .text-block .name {
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #00449C;
}

.instructor-landing--element .image-block {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.diploma {
    padding-bottom: 50px;
}

.diploma .title-block {
    margin-bottom: 50px;
}

.diploma .image-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.diploma .image-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 705px;
}

.diploma .image-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.diploma .owl-nav {
    position: absolute;
    right: 0;
    top: -92px;
}

.diploma .owl-nav .owl-next,
.diploma .owl-nav .owl-prev {
    position: initial;
    background: #1951A0;
    color: #fff;
}

.diploma .owl-nav .owl-next.disabled,
.diploma .owl-nav .owl-prev.disabled {
    background: #E8E8E8;
    color: #272727;
}

.diploma .owl-dots {
    left: 0;
    bottom: 42px;
}

.diploma .owl-dots .owl-dot span {
    background: rgba(25, 81, 160, 0.25);
}

.diploma .owl-dots .owl-dot.active span {
    background: #1951A0;
}

.diploma .owl-carousel .owl-item img {
    width: unset;
}

.diploma .owl-carousel .owl-nav {
    position: absolute;
    top: -92px;
    right: 0;
    height: unset;
}

.diploma .owl-carousel .owl-nav .owl-next {
    right: 0;
    bottom: 0;
    position: initial;
}

.diploma .owl-carousel .owl-nav .owl-prev {
    left: 0;
    bottom: 0;
    position: initial;
}

.landing-question--block {
    padding: 50px 0;
}

.landing-question--form {
    padding: 30px;
    background: #F4F4F4;
    border-radius: 10px;
}

.landing-question--form .form-row {
    margin: 0 -10px;
}

.landing-question--form .form-row>div {
    padding: 0 10px;
}

.landing-question--form .form-control {
    background: #fff;
    color: #272727;
    cursor: initial;
}

.landing-question--form .form-block {
    margin-bottom: 20px;
}

.form-title {
    margin-bottom: 30px;
}

.form-title .title-text {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #272727;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #656565;
}

textarea.form-control {
    height: 90px;
    resize: none;
}

.landing-question-form--functions [class*='button_'] {
    min-width: 320px;
    padding: 0 14px;
    height: 45px;
    line-height: 45px;
    border-radius: 40px !important;
}

@media (max-width: 500px) {
    .landing-question-form--functions [class*='button_'] {
        min-width: initial;
        max-width: 100%;
    }
}

.consent-form--block {
    max-width: 330px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.consent-form--block label {
    margin: 0;
}

.consent-form--block label:before {
    background: #fff;
}

.consent-form--block label:hover:before {
    background: rgba(25, 81, 160, 0.25);
}

.consent-form--block input:checked+label:before {
    background: #fff;
}

.banner-stock {
    margin: 50px 0;
    text-align: center;
}

.banner-stock--link {
    display: block;
    line-height: 1;
    font-size: 0;
}

.banner-stock--link img {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .banner_btn {
        font-size: 14px;
    }

    .header_banner {
        padding: 0 10px;
    }

    .header_banner .banner_text {
        padding: 0 50px 0 50px;
        white-space: nowrap;
        -webkit-animation: marquee 20s linear infinite;
        animation: marquee 20s linear infinite;
    }

    .header_banner .banner_text.clone {
        display: inline-block;
        padding: 0 50px 0 0;
    }

    .header_banner .text_wrapper {
        overflow: hidden;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-right: 15px;
        padding: 0;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1200px) {
    .block_4_wrapper .block_4_row .block_4_element {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover {
        color: #fff;
        background: #00377D;
    }

    .review_slider .owl-carousel .owl-nav .owl-prev:hover,
    .review_slider .owl-carousel .owl-nav .owl-next:hover {
        background: #00377D;
    }

    .last_news .owl-carousel .owl-nav .owl-prev:hover,
    .last_news .owl-carousel .owl-nav .owl-next:hover {
        background: #00377D;
    }

    .courses_slider_block .owl-carousel .owl-nav .owl-prev:hover,
    .courses_slider_block .owl-carousel .owl-nav .owl-next:hover {
        background: #00377D;
    }

    .who_need_inner_slider .owl-carousel .owl-nav .owl-next:hover,
    .who_need_inner_slider .owl-carousel .owl-nav .owl-prev:hover {
        background: #00377D;
    }

    .review_slider_block_detail .owl-carousel .owl-nav .owl-prev:hover,
    .review_slider_block_detail .owl-carousel .owl-nav .owl-next:hover {
        background: #00377D;
    }

    .teacher_detail .owl-carousel .owl-nav .owl-next:hover,
    .teacher_detail .owl-carousel .owl-nav .owl-prev:hover {
        background: #00377D;
    }
}

@media screen and (max-width: 1199px) {
    .count-step--elements:not(.row) {
        grid-gap: 30px;
    }

    .you-will--list{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .count-step--elements:not(.row) {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .course-benefits--row {
        gap: 20px;
    }

    .course-benefits--element {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .review_slider_block_detail .owl-carousel .owl-nav {
        right: auto;
        left: 20px;
        top: -62px;
    }

    .you-will-list--element {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .you-will-list--element:before {
        position: static;
    }
}

@media screen and (max-width: 580px) {
    .course-benefits--element {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: auto;
    }

    .you-will--list {
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

.action-box__container {
    max-width: 1386px;
    padding: 0 15px;
}

.action-box__body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 34px calc(73/ 1356 * 100%) 34px calc(73 / 1356 * 100%);
    min-height: 204px;
    background: #FAFAFA;
    box-shadow: 0 4px 10px rgba(54, 73, 97, 0.1);
    border-radius: 40px;
}

.action-box__title {
    font-size: 24px;
    line-height: calc(48 / 24 * 100%);
    font-weight: 900;
    color: #272727;
}

.action-box__items {
    display: flex;
}

.action-box__item {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
}

.action-box__item-value {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
}

.action-box__item-value span {
    font-size: 36px;
    font-weight: 900;
    color: #065BAA;
}

.action-box__item-property {
    max-width: 229px;
    font-size: 14px;
    line-height: 20px;
    color: #919191;
}

.action-box__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.action-box__btns .button_fill_blue {
    padding: 17px 55px;
    border-radius: 40px !important;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .action-box__btns .button_fill_blue {
        padding-left: 20px;
        padding-right: 20px;
    }

    .action-box__items {
        flex-direction: column;
        gap: 30px;
    }

    .action-box__body {
        justify-content: flex-start;
        padding: 20px calc(73/ 1356 * 100%) 42px calc(73 / 1356 * 100%);
    }

    .action-box__btns {
        align-items: flex-start;
    }
}

.vacancy-block {
    padding-bottom: 24px;
    background: #FAFAFA;
    box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.1);
    border-radius: 40px;
}

.vacancy_section {
    padding-bottom: 84px;
}

.vacancy-block__part {
    padding: 40px 48px 56px;
}

.vacancy-block__part+.vacancy-block__part {
    padding-top: 56px;
    border-top: 1px solid #919191;
}

.vacancy-block__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
    color: #272727;
}

.vacancy-block__section-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
    color: #065BAA;
}

.vacancy-block__docs .vacancy-block__section-title {
    margin-bottom: 38px;
}

.vacancy-block__skills-list {
    margin-bottom: 78px;
    display: grid;
    grid-template-columns: calc(362 / 1294 * 100%) 1fr 1fr;
    gap: 30px 100px;
}

.vacancy-block__skill {
    position: relative;
    padding-top: 8px;
}

.vacancy-block__skill p {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    color: #272727;
}

.vacancy-block__skill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #065BAA;
}

.vacancy-block__leader {
    display: grid;
    grid-template-columns: calc(362 / 1294 * 100%) 1fr;
    gap: 30px 100px;
}

.vacancy-block__leader>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #065BAA;
}

.vacancy-block__leader dt {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 400;
}

.vacancy-block__leader dd {
    font-size: 36px;
    line-height: calc(45 / 36 * 100%);
    font-weight: 700;
}

.vacancy-block__docs-list {
    display: grid;
    grid-template-columns: repeat(2, calc(444 / 1294 * 100%));
    gap: 30px calc(128 / 1294 * 100%);
    justify-items: center;
    justify-content: center;
}

.vacancy-block__doc {
    aspect-ratio: 222 / 155;
}

.vacancy-block__doc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vacancy_buttons {
    margin-top: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
}

.vacancy_buttons .button_fill_blue {
    border-radius: 40px !important;
    padding: 17px 55px;
    font-size: 14px;
    line-height: 17px;
}

.detail_preview_wrapper {
    margin-top: 15px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 395px;
    align-items: flex-start;
    gap: 45px;
}

@media (max-width: 1200px) {
    .detail_preview_wrapper {
        grid-template-columns: 1fr;
    }
}

.video-anonce-box__icon {
    flex-shrink: 0;
    margin-right: 25px;
    width: 61px;
    height: 61px;
}

.video-anonce-box__title {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: calc(30 / 24 * 100%);
    font-weight: 700;
}

.video-anonce-box__title a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-anonce-box__text {
    font-size: 18px;
    line-height: calc(22 / 18 * 100%);
    font-weight: 500;
}

.detail_preview_content ul {
    list-style: disc;
}

.detail_preview_content ol {
    list-style: decimal;
}

.detail_preview_content ul,
.detail_preview_content ol {
    margin: 1em 0 1em 1.5em;
}

.detail_preview_content p {
    margin: 1em 0 1em;
}

.detail_preview_content strong,
.detail_preview_content b {
    font-weight: 700;
}

.detail_preview_content__right-img {
    align-self: flex-start;
}

@media (max-width: 1024px) {
    .vacancy-block__docs-list {
        grid-template-columns: 1fr;
    }

    .vacancy-block__leader {
        grid-template-columns: 1fr;
    }

    .vacancy-block__skills-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .detail_page_btns {
        justify-content: center;
    }

    .will_learn,
    .who_need,
    .subject_course,
    .schedule_block,
    .teacher_detail {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .mobile_header_navigation_block .information_mobile_menu {
        gap: 20px;
    }

    .mobile_header_navigation_block .information_mobile_menu .button_fill_blue {
        border-radius: 40px !important;
    }

    .information_mobile_menu .mail_box {
        padding-left: 0;
    }

    .mobile_header_navigation_block .information_mobile_menu>div:last-of-type .address_link {
        padding-left: 0;
    }

    .mobile_header_navigation_block .information_mobile_menu>div:last-of-type .link_owl {
        margin-left: 0;
    }
}

.demand.extended .demand_element span {
    font-size: 90px;
}

.demand.extended .demand_element small {
    font-size: 20px;
}

.demand.extended .demand_element {
    gap: 5px;
}

@media (max-width: 767px) {
    .will_learn,
    .who_need,
    .subject_course,
    .schedule_block,
    .teacher_detail {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .vacancy_section {
        padding-bottom: 30px;
    }

    .vacancy-block__skills-list {
        grid-template-columns: 1fr;
    }

    .vacancy_buttons {
        margin-top: 30px;
        flex-direction: column;
    }

    .video-anonce-box__icon {
        width: 50px;
        height: 50px;
    }

    .video-anonce-box__title {
        font-size: 18px;
    }

    .video-anonce-box__text {
        font-size: 16px;
    }

    .subject_course .container {
        padding: 0 15px;
    }

    .schedule_block .container {
        padding: 0 20px;
    }

    .subject_course .demand .demand_element span {
        font-size: 80px;
        line-height: calc(98 / 80 * 100%);
    }

    .subject_course .demand .demand_element small {
        font-size: 14px;
        line-height: calc(17 / 14 * 100%);
    }

    .our_programs_block_wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .type_programs .title {
        padding: 0 20px;
    }

    .our_programs_block .our_programs_text ul {
        padding-left: 20px;
    }

    .detail_page_btn,
    .subject_course .who_need_slider_element .our_programs_button_block .button_fill_blue,
    .action-box__btns .button_fill_blue,
    .subject_course_buttons .button_fill_blue {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 20px 16px;
        min-width: 180px;
        width: auto;
    }

    .about_courses_detail .about_courses_detail_elem {
        padding-left: 0;
    }

    .about_courses_detail .about_courses_detail_elem .hint_element {
        right: -20px;
    }

    .about_courses_detail {
        padding-bottom: 34px;
    }

    .action-box__title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px;
    }

    .subject_course .directions_study_element_description {
        padding: 16px 0 18px;
        margin-bottom: 0;
    }

    .subject_course .directions_study_element_description>* {
        flex-direction: column;
        gap: 26px;
        margin: 0;
    }

    .directions_study_body {
        padding-bottom: 40px;
    }

    .subject_course .who_need_slider_element {
        padding-right: 0;
    }

    .subject_course .who_need_slider_element .our_programs_button_block {
        display: none;
    }

    .our_programs_block_wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .type_programs .title {
        padding: 0 20px;
    }

    .our_programs_block .our_programs_text ul {
        padding-left: 20px;
    }
    .title .filter_information .filter_information_count {
        font-size: 22px;
    }
    .pick_up_courses .title .filter_information {
        font-size: 22px;
    }
}

.news-column {
    word-wrap: break-word;
    font-size: 18px;
}

.news-column p {
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .excel {
        justify-content: space-between;
    }
}

.excel .button_fill_yellow {
    border-radius: 40px !important;
    color: white;
}

.navigation_links_inner .button_fill_blue {
    border-radius: 40px !important;
    padding: 10px 50px !important;
}

.information_contacts_row .help_title {
    margin-top: 100px;
    font-size: 48px;
    font-weight: 900;
}

.contacts_wrapper .information_row_text .mail_box span {
    font-weight: 600;
}

.question-section__wrapper.flex-column .question-section__description,
.question-section__wrapper.flex-column .question-section__form {
    max-width: unset;
}

.question-section__form form .d-flex.flex-column {
    width: 50%;
}

.question-section__form form .d-flex.flex-column:last-child {
    width: 50%;
}

.question-section__form form .d-flex.flex-column .form-input {
    margin-bottom: 40px;
}

.question-section__form form .d-flex.flex-row {
    gap: 160px;
}

.question-section__form form .d-flex.flex-row .form-checkbox {
    max-width: 520px;
}

@media screen and (max-width: 1200px) {
    .question-section__form form .d-flex.flex-row {
        gap: 120px;
    }
    .question-section__form form .d-flex.flex-row .form-checkbox {
        max-width: 420px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .question-section__form form .d-flex.flex-row {
        flex-direction: column !important;
        gap: 20px;
    }
    .information_contacts_row .help_title {
        font-size: 36px;
        margin-left: 20px;
        margin-top: 60px;
    }
}

.question-section__form form button {
    margin: 0 0 !important;
}

.schedule_block .schedule_title .col-2,
.schedule_block .recording_description_element .schedule_block_element .col-2 {
    margin-right: 20px;
}

.duration .hint_element {
    right: 12px;
    top: 4px;
}

.schedule_block_element .price_block .nosale_price,
.schedule_slider_element .price_block .nosale_price{
    text-decoration: line-through;
    color: #d62926;
}

.schedule_block_element .price_block .info,
.schedule_slider_element .price_block .info {
    font-size: 14px;
    font-weight: 300;
}

.social_box .social_box_link {
    grid-column: 2 / 3;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.social_box .social_box_link:hover {
    color: #F1BE29;
}

.contacts_wrapper .information_row_text .tg_box span,
.contacts_wrapper .information_row_text .vk_box span {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}

.contacts_wrapper .information_row_text .tg_box,
.contacts_wrapper .information_row_text .vk_box {
    display: grid;
    font-weight: 600;
    gap: 0 18px;
}

.content_page_wrapper .pagination_block {
    margin-bottom: 60px;
}

.instructor-landing--elements.centered {
    grid-template-columns: none;
    justify-items: center;
}

.header-banner {
    background-color: #004E9F;
}

.cookie-modal {
    position: fixed;
    height: 70px;
    background-color: #065bab;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    z-index: 9999;
}

.cookie-modal .text {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    color: white;
}

.cookie-modal a {
    text-decoration: underline;
    color: white !important;
}

.cookie-modal button {
    background-color: white;
    border-radius: 40px;
    border: none;
    font-weight: 800;
    color: #065bab;
    height: 40px;
}

.cookie-modal button:hover {
    cursor: pointer;
}

.button_fill.center.landing {
    line-height: 45px;
    height: 45px;
}

@media (max-width: 576px) {
    .contacts_wrapper .information_row_text .social_box {
        grid-template-columns: 1fr;
        gap: 24px 0;
    }
    .contacts_wrapper .information_row_text .tg_box,
    .contacts_wrapper .information_row_text .vk_box {
        justify-content: start;
    }
    .top_slider {
        margin-top: 150px;
    }

    .cookie-modal {
        height: 55px;
    }

    .cookie-modal .text {
        font-size: 0.7em;
        font-weight: 400;
    }

    .cookie-modal .container {
        padding: 0 20px;
    }

    .cookie-modal button {
        padding: 0;
    }

}
