/*
Theme Name:     ITEA ONLINE CHILD
Description:    Дочерняя тема для темы ITEA
Template:       itea
Version:        0.9.0
*/

@import url("../itea/style.css");
/*card.scss*/
.card-list__top {
    display: flex;
}

.card-courses {
    display: flex;

}

.card-logo {
    height: 184px;
    width: 427px;
    left: 60px;
    top: 1038px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.card-list__header {
    padding-bottom: 40px;
}
.vendors__wrapper .card-filter {
    z-index: 0;
}

.two-columns .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}


.card__main {
    width: 100%;
    margin: 0;
    height: 50px;
}

.card__main .card__column-title {
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.card__column-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.card__column {
    width: 45%;
    margin: 0;
    padding-bottom: 27px;
}

.card__label {
    width: 48px;
}

.card__label-text-md {
    font-size: 12px;
}

.two-columns .btn {
    padding: 26px 75px;
    margin: 0;
}

.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-basis: 50%; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.two-columns .card.card-filter {
    position: static;
}
.status {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 21px;
}

.status__item p {
    padding: 6px 25px 4px;
    color: #fff;
    background: #00ADEF;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 10px;

}

/*course.scss*/
.course-logo {

    width: 128px;
    height: 70.83px;


    /* #C4C4C4 */

    background: #FFFFFF;
}

.courses_item {
    display: flex !important;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    /*margin-bottom: 20px;*/
}

.course_top {
    height: 148px;
    width: 427px;


}
.course_name {
    height: 59px;
    vertical-align: center;
    padding: 0 28px;

}
.course-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
    padding-bottom: 120px;
}

/*grid.scss*/
.middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-middle {
    display: flex;
    align-items: center;
}

/*dropdown.scss*/
.dropdown-filter:hover .dropdown-vendor,
.dropdown-filter:hover .dropdown-tech {
    display: flex;
    flex-direction: column;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: 22px 27px;
    width: 307px;
    padding-bottom: 10px;
}

.disabled-tech:hover .dropdown-tech {
    display: none;
}

.dropdown-title {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

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

.dropdown-filter {
    margin-right: 80px;
    position: relative;
}

.dropdown-tech,
.dropdown-vendor {
    position: absolute;
    display: none;
    z-index: 421 !important;
}
.dropdown-title::after {
    content: url(./img/arrow_down.svg);
    height: 10px;
    width: 10px;
    right: -18px;
    position: absolute;
    top: 0%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
}

.dropdown-title {
    position: relative;
}

/*checkmark.scss*/
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

.checkbox-wrapper:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-wrapper input:checked ~ .checkmark {
    background-color: #00FFD0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-wrapper .checkmark:after {
    content: '';
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.clearAll .checkmark:after {
    content: '';
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: none;
    color: #fff;
    display: flex;
    align-items: space-between;
    transform: rotate();
    -webkit-transform: rotate();
    -moz-transform: rotate();
    -ms-transform: rotate();
    -o-transform: rotate();
}
/**/


.labels-wrapper {
    /*margin-top: 16px;*/
}
.vendor-line {

    height: 1px;
    background-color:#E0E0E0;
    margin: -1px;
}
@media (min-width: 320px){
    .vendor-line {
        width:  100%;
        margin: 0;
        margin-top: 20px;
    }


}
@media (min-width: 768px){
    .vendor-line {
        width:  448px;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .vendor-line {
        width: 74%;

    }
    .btn_course {
        width: 253px;
    }
    .btn__form-course {
        width: 337px;
        height: 73px;
        padding: 24px 69px;
    }
}


.vendor-line { }
.btn-wrapper {
    display: none;
    margin-bottom: -16px;
    margin-right: -14px;
    width: 100%;
    /*border-top: 1px solid #E0E0E0;*/
    margin-top: -1px;
    padding-top: 19px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

#labelButton {
    display: none;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-color: #E5E5E5;
    height: 32px;
    border: none;
    position: relative;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;
    margin-right: 16px;
}

#labelButton {
    cursor: pointer;
}

#labelButton::after {
    content: '\2715';
    height: 12px;
    width: 12px;
    position: absolute;
    right: 10px;

    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.clearBTN {
    background-color: transparent !important;
    text-decoration: underline;

}

.labels-counter {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;
}

.title-favorite {
    font-family: "Gotham Pro Bold";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    width: 618px;
}

.pdf-btn {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 287px;
    height: 64px;


    /* purple */

    border: 1px solid #8E3DFF;
    box-sizing: border-box;
}

/*partner.scss*/
.partner__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 287px;
    height: 300px;
}

.partner__item img {
    height: 170px;
}

.partner-list__wrap {

    padding: 64px 50px 0 50px;
}

/*swiper.scss*/
.swiper-container {
    height: calc(100vh - 137px) !important;

}

.swiper-slide {
    padding: 258px 0 0 112px;
    padding-top: 25vh;
    /* width: 1320px !important; */
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 59px !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 40px !important;
    bottom: 40px !important;
}

body .swiper-pagination-bullet-active {
    height: 21px !important;
    width: 21px !important;
    background: #8E3DFF !important;
}

.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    background: transparent !important;
    border: 2px solid #8E3DFF !important;
}


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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 13px 0 !important;
}

/*header.scss*/
.header{
    height: 90px;
    align-items: center;
}
.header__logo {
    display: flex;
    width: 135px;
    height: 50px;
}
.menu-super-menu-container {
    display: flex;
    align-items: center;
}

.menu-item {
    font-size: 12px;
}

/*main.scss*/
.main--course {
    height: inherit;
}
.main__bg-image {
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main__bg-text{
    text-align: center;
}

.main__bg-image--about {
    top: 0;
}
.main_title--single {
    width: 670px;
    height: 128px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 64px;
}

.category-name {
    color: #fff;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 20px;
    width: 364px;
    height: 32px;
    margin-bottom: 32px;
}

.vendor-name {
    width: 183px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.main__table-tr:first-child {
    margin-bottom: 40px;
}
.main__table-tr:nth-child(2) {
    margin-bottom: 48px;
    min-height: 50px;
}
.main__table-tr:nth-child(3) {
    margin-bottom: 38px;
}
.main__table-label--third {
    margin-top: 15px;
    margin-left: 18px;
}
.main__table-tr .main__table-title {
    padding-bottom: 0;
}
.main-title {
    max-width: 558px;
}

/*phone.scss*/
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    padding-bottom: 11px;
    font-family: "Gotham Pro";
}
.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
    background: 0 0;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05);
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti #phone::-webkit-input-placeholder {
    color: transparent;
}
.iti #phone::-moz-placeholder {
    color: transparent;
}
.iti #phone:-ms-input-placeholder {
    color: transparent;
}
.iti #phone::-ms-input-placeholder {
    color: transparent;
}
.iti #phone::placeholder {
    color: transparent;
}

/*footer.scss*/
.footer__input-group input {
    width: 494px;
    font-size: 16px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    color: #fff;
}

/*form.scss*/
.form__group-input input {
    padding-top: 11px;

}

/*sticky.scss*/
.sticky {
    position: fixed;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F3FF 100%);
    height: 106px;
    width: 100%;
    z-index: 3;
    bottom: 0;
}

.sticky-container {
    height: 100%;
    /*padding: 35px 0;*/
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-left {
    min-width: 400px;
    max-width: 70%;
    height: fit-content;
}

.sticky-right {
    min-width: 500px;
    /* max-width: 40%;  */
    display: flex;
    justify-content: center;
    align-items: center;

}

.price-text {
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 10px;
}

.price-numb {


    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    width: auto;
    height: 23px;

}

.price {
    height: 24px;
    width: auto;
    display: flex;
    align-items: flex-end;
    margin-right: 46px;
}

.sticky-right {
    display: flex;
    display: flex;
    justify-content: flex-end;
}

.sticky-btn {
    height: 44px;
    width: 223px;
    border: 1px solid #8E3DFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sticky-btn:hover {
    background: #E6D7FF;
    cursor: pointer;
}

.cat-name {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 11px;
    display: flex;
    align-items: center;

    /* #333333 */

    color: #000000;
}

.cat-title {
    margin-top: 8px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;

    /* Gray 1 */

    color: #333333;
}

/*filter.scss*/
.filter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
    margin-top: 85px;
}

.filter_btns {
    height: 64px;
    width: 335px;
    border-radius: 0px;
    border: 1px solid #8E3DFF;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.filter_btns:last-of-type {
    border-right: 1px solid #8E3DFF;
}

.active_btn,
.filter_btns:hover {
    /* background: #E6D7FF; */
    cursor: pointer;
}

.filter_btns:hover {
    color: #8E3DFF;

}

.active_btn {
    background: #E6D7FF;
}

.active_btn:hover {
    background: #E6D7FF;
    color: #000;
}

.about-course ul {
    list-style-type: disc
}

.about-course p {
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.about-course li {
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 20px;
}

/*radiobutton.scss*/
.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 29px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark-radio {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkmark-radio:hover {
    border: 2px solid #00FFD0;
}

.radio-wrapper:hover input ~ .checkmark-radio {
    background-color: transparent;
}

.radio-wrapper input:checked ~ .checkmark-radio {
    background-color: transparent;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-wrapper input:checked ~ .checkmark-radio:after {
    display: block;
}

.radio-wrapper .checkmark-radio:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00FFD0;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

.radio-wrapper {
    display: flex;
    justify-content: center;
    /* height: 28px; */
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: right;

    text-transform: uppercase;
}

.radio-wrapper p {
    display: flex;
    justify-content: center;
    height: 28px;
    line-height: 30px;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

}

.radio-wrapper:last-of-type {
    margin-left: 26px;
}

/*schedule.scss*/
.schedule-header {

    display: grid;
    grid-template-columns: 135px 285px 0.9fr 1.3fr 1fr repeat(3, 0.65fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px 32px;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    width: auto !important;
}

.schedule_wrapper {
    display: flex;
}

.schedule_wrapper > .schedule-item {
    padding-right: 20px;
    width: 75px;
    display: flex;
    justify-content: center;
}

.schedule_wrapper > .schedule-item:last-of-type {
    padding-right: 0;
}

.vendor-header {
    height: 87px;
    width: 100%;
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.75) 100%),
    linear-gradient(0deg, #00ADEF, #00ADEF);
    text-transform: uppercase;
    padding: 0 32px;
    display: flex;
    align-items: center;
    /* opacity: 0.3; */
}

.vendor-header a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Gotham Pro Bold";
    font-width: 400;
}

.direction-header {
    padding: 0 32px;
    font-family: "Gotham Pro Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;

    height: 47px;
    width: 100%;
    background: transparent;
    /*background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%), #00ADEF;*/
    display: flex;
    align-items: center;
}

.schedule-table {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    width: 100% !important;

}

.direction-course a {
    padding: 1px 32px;
    height: 85px;
    width: 100%;
    display: flex;

    align-items: center;

}

.direction-body .direction-course a:hover {
    padding: 0 31px;
    border: 1px solid #8E3DFF;
    box-sizing: border-box;
    cursor: pointer;
}

.table--name {
    text-align: left
}

.table--code {
    text-align: left
}


.direction-course a {
    text-align: center;
    display: grid;
    grid-template-columns: 135px 285px 0.9fr 1.3fr 1fr repeat(3, 0.65fr);
    background: #fff;
}

.schedule-table:first-child {
    margin: 0;
}

.p0 {
    padding: 0 !important;
}
.p0t{
    padding-top: 0 !important;
}


.update {

    background: #00ADEF;
}

.old {


    background: #F1511B;

}

.table--status {
    text-transform: uppercase;
    height: 24px;
    font-family: Gotham Pro;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    margin: auto;
    min-width: 91px;
}

.black-text {
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px !important;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: inherit;
}

.new {
    background: #80CC28;
}

.table--date {
    padding: 15px 0;
    font-family: Gotham Pro;


}

.hover-text {
    display: block;
    position: relative;

}

.not-enough {
    background: #FFF181;
}

.guaranteed {
    background: #D1FF97;

}

.hover-text .text {
    display: none;
}

.hover-text:hover .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -200%;
    background-color: white;
    padding: 8px 12px;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    font-family: Gotham Pro;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
    z-index: 4;
}

.table--date p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 6px;
}

.hover-text:hover::after {
    content: '';
    position: absolute;
    display: block;
    top: -8px;
    left: 50%;
    height: 8px;
    width: 8px;
    transform: rotate(-45deg);
    background-color: white;
    z-index: 4;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.guaranteed:hover .text {
    top: -150%;
    min-width: 180px;
}

.not-guaranteed:hover .text {
    top: -150%;
    min-width: 240px;
}

/*news.scss*/
.news-title {
    font-family: Gotham Pro;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    padding: 80px 0 64px 0;

}

.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
}

.news-item {
    width: 32.6%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-bottom: 20px;
    margin-right: 1%;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item h2 {
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #141A28;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news-item__text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item p {
    width: 100%;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.item-container {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    /* height: 100%; */
    padding: 28px;
    width: 100%;
}

.item-container p {
    display: block;
    /* width: 371px; */
    word-wrap: break-word;
}

.news-img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;


}

.news-item a {
    background-color: #fff;
}

.item-date {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    /* #333333 */

    color: #000000;
    opacity: 0.5;
}

.item-container h2 {
    margin-top: 8px;
    margin-bottom: 16px;
}

.small-container {
    width: 768px !important;
    margin: 0 auto;

}

.small-container .item-date {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    /* text-align: right; */
}

.small-container h2 {
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

.center-post {
    padding-top: 80px;
    padding-bottom: 120px;
}

.center-post p,
.center-post {


    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;

}

/*teachers.scss*/
.teachers-title {
    font-family: Gotham Pro;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    padding: 80px 0 60px 0;
}

.img-wrapper {
    height: 296px;
    width: 296px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.img-direction {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 91px;
    color: white;
    padding: 0 14px;
}

.modal-wrapper {
    /* display: none; */
    opacity: 0;
}

.img-wrapper:hover .modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, #000000 100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 1;
}

.modal-box {
    cursor: pointer;
    color: white;
    height: 64px;
    width: 223px;
    left: 106px;
    border: 2px solid #8E3DFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
.teacher-about {
    padding: 24px;
    background-color: #fff;

}

.teacher-about h3 {
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
}

.teacher-about p {
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    opacity: 0.5;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
}

.teachers-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-bottom: 120px;
}

.open-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;


}

.active-modal {
    display: flex;
    width: 100vw;
    height: 100%;
    /* height: 100%; */
    /* align-items: center; */
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 160px;
    padding-bottom: 160px;

}

.open-wrapper {
    z-index: 10000;
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */


}

.open-box {
    background: #fff;
    width: 874px;
    /*height: 650px;*/
    /* height: fit-content; */
    /* overflow: scroll;  */
    padding: 60px;
    padding-bottom: 20px;
    grid-gap: 40px;
    position: relative;
    z-index: 13;
    /* overflow-x: hidden; */
}

/* .open-wrapper {
    margin-top: 162px;
} */
.open__text {
    padding-top: 24px;

}

.open__subcategory {
    padding: 24px 0;
    border-top: 1px dashed #F2F2FA;
    display: grid;
    grid-template-columns: 0.82fr 2fr;
    grid-gap: 0 24px;
}

.open-img {
    padding-bottom: 16px;
    display: grid;
    grid-template-columns: 0.75fr 2fr;
    grid-gap: 40px;
    /* align-items: center; */
}

.open-special {
    font-size: 16px;
}

.open-about h3 {
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
}

.open-who {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    /* #333333 */
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.5);

}

.open-about {
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

    color: black;
}

.open-direction {
    height: 22px;
    margin-top: 5px;
    width: fit-content;
    padding: 6px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.open__text li {
    list-style-type: disc;
    /* position: absolute; */
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    /* or 229% */


    color: #000000;
}

.open-left {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.open-close {
    position: absolute;
    right: 24px;
    top: 29px;
    width: 14px;
    height: 14px;
    opacity: 0.3;
}

.open-close:hover {
    opacity: 1;
    cursor: pointer;
}

.open-close:before,
.open-close:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.open-close:before {
    transform: rotate(45deg);
}

.open-close:after {
    transform: rotate(-45deg);
}

.open-wrap {
    overflow: scroll;
    height: 100%;
}

.open-wrap::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.open-wrap::-webkit-scrollbar-thumb {
    background: #FF0000;
}

/*search.scss*/
.search-title {
    font-family: Gotham Pro;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 24px;
}

.search-result {
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.5;
    padding-bottom: 60px;
}

.tab-item {

    margin: 0 14.5px;
    padding-bottom: 28px;
    position: relative;
}

.tab-item:first-of-type {
    margin-left: 0;
}

.tab-wrapper {
    display: flex;
    margin-bottom: -1px;
    /* padding-bottom: 28px; */
}

.search-header {

    box-sizing: border-box;
}

.tab-item:hover {
    cursor: pointer;
    border-bottom: 2px solid #8E3DFF;
    padding-bottom: 26px;
    z-index: 11111;
}

.result {

    /* height: 100px; */
    /* margin-top: -1px; */
    z-index: 9999;
    padding: 60px 0;
    padding-bottom: 120px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #E6D7FF;
    /* position: relative; */
    z-index: 9999;
    margin-top: -1px;
}

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

.hide__this {
    display: none;
}

.active-btn {

    border-bottom: 2px solid #8E3DFF;
    padding-bottom: 26px;
    /* z-index: 11111; */
}

.result .course-list__wrapper {
    padding-bottom: 0;
}

.result .news-wrapper {
    padding-bottom: 0;
}

.search-box p {
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: "Gotham Pro Medium", sans-serif;
    line-height: 11px;
    padding: 22px 8px;
}

.search-box p:hover {
    color: #00ebbc;
    cursor: pointer;
}

.search-wrapper {
    position: fixed;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1051;
    background: #fff;
    top: 0;
    left: 0;
}

#s {
    width: 100%;
    border: none;
    height: 31px;
    line-height: 31px;

}

#s::-webkit-input-placeholder {
    display: block;
    /* font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px; */
    text-transform: uppercase;
    /* padding-bottom:-5px; */
    margin-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    /* #E0E0E0 */

    color: #E0E0E0;
}

#s::-moz-placeholder {
    display: block;
    /* font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px; */
    text-transform: uppercase;
    /* padding-bottom:-5px; */
    margin-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    /* #E0E0E0 */

    color: #E0E0E0;
}

#s:-ms-input-placeholder {
    display: block;
    /* font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px; */
    text-transform: uppercase;
    /* padding-bottom:-5px; */
    margin-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    /* #E0E0E0 */

    color: #E0E0E0;
}

#s::-ms-input-placeholder {
    display: block;
    /* font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px; */
    text-transform: uppercase;
    /* padding-bottom:-5px; */
    margin-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    /* #E0E0E0 */

    color: #E0E0E0;
}

#s::placeholder {
    display: block;
    /* font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px; */
    text-transform: uppercase;
    /* padding-bottom:-5px; */
    margin-top: 5px;
    padding-left: 10px;
    vertical-align: middle;
    /* #E0E0E0 */

    color: #E0E0E0;
}

#s {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;

    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
    /* #E0E0E0 */

    color: #000000;
}

#searchform {
    width: calc(100% - 65px);
}

.search__close {
    position: absolute;
    right: 32px;
    /* top: 32px; */
    width: 14px;
    height: 14px;
    /* opacity: 0.3; */
    z-index: 1051;
}

.search__close:hover {
    opacity: 1;
}

.search__close:before,
.search__close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: black;
}

.search__close:before {
    transform: rotate(45deg);
}

.search__close:after {
    transform: rotate(-45deg);
}
.search_name {
    margin-top: 80px;
    margin-bottom: 24px;
}

.search_name h3 {
    font-family: Gotham Pro;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;

}

.search_count p {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;

    /* #333333 */

    color: #000000;
    opacity: 0.5;
}

.search_count {
    margin-bottom: 60px;
}

.search_line {

    width: 100%;
    height: 2px;
    margin-top: -2px;
    background: #E6D7FF;
}

.search_title {


    padding: 0;
    padding-bottom: 28px;
    margin: 0 39px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;

    /* #333333 */

    color: #000000;
}

.search_title:first-of-type {
    margin-left: 0;
}

.search_titles {
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.search_title:hover {
    cursor: pointer;
    padding-bottom: 26px;
    border-bottom: 2px solid #8E3DFF;
}

.search_contents {
    margin-top: 60px;
    margin-bottom: 120px;
}

.search-close {
    display: none !important;
}

.search-active {
    padding-bottom: 26px;
    border-bottom: 2px solid #8E3DFF;
}

/*contacts.scss*/
h1 iframe {
    width: 100%;
    height: 100vh;
    /* filter: grayscale(var(--value, 100%)); */
}

iframe .place-card {
    display: none !important;
}

.contacts {
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 500px;
    display: flex;
    align-items: center;
}
.contacts__map{
    position: absolute;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;

}

.contacts__block {
    width: 650px;
    background-color: #fff;
    padding: 60px;
    z-index: 1;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.contacts__title {
    font-size: 42px;
    line-height: 1.14;
    margin-bottom: 40px;
}

.contacts__text {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 12px;
    display: block;
}

.contacts__social {
    padding-top: 24px;
    display: flex;
}
.contacts__social-item{
    margin-right: 25px;
    width: 48px;
    height: 48px;
}
.contacts__social-item:last-child {
    margin-right: 0;
}

/*menu.scss*/
#menu-item-223 {
    position: static !important;
}

#menu-item-223:hover .menu-wrapper {
    display: flex;
    position: absolute;
    max-height: calc(100vh - 100px);
}

.menu-wrapper {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100vw; */
    /* height: calc(100vh - 72px); */
    top: 72px;
    background-color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);


}

.category-item {
    height: 55px;
    width: 358px;

}

.category-content {
    width: 100%;

    margin-top: 40px;
    padding-left: 40px;
    margin-bottom: 40px;
    /* margin-left: 20px; */
    border-left: 1px solid #E9E9E9;
}

.menu-wrapper .contaiter1 {
    display: grid;
    grid-template-columns: 358px 842px;
    /* width: 100%; */
}

.content-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
    grid-gap: 8px;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 20px;
    border-bottom: 1px solid #E9E9E9;
}

.content-items:first-of-type {
    padding-top: 0;
}

.content-items:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.content-item {
    width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding-left: 22px;
    text-transform: none !important;
    position: relative;

}
.content-item::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #8E3DFF;
    left: 0;
}

.content-item a {
    line-height: 28px;
    color: #141A28;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-item:hover a {
    color: #00EBBC;
    cursor: pointer;

}

.content-item:hover a::after {
    background-color: #00EBBC;
}

.content-item a::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #8E3DFF;
    left: -14px;
}

.category-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.category-item {
    font-family: Gotham Pro;
    font-size: 16px;
    /* font-style: normal; */
    font-weight: 600;
    text-transform: capitalize;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    height: 55px;
    width: 358px;
    padding-left: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.category-item:hover {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 12.5%, rgba(139, 255, 232, 0.2) 50%);
}

.menu-category {
    padding: 20px 0;
}

.category-item {
    position: relative;
    color: #141A28;
}

.category-item a {
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.category-item:hover::after {
    color: #8BFFE8;
}

.category-item::after {
    position: absolute;
    display: block;
    content: '>';
    height: 10px;
    width: 6px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#menu-item-223:hover > a:before {
    top: 25px;
    left: 160px !important;
    z-index: 200;
    -webkit-clip-path: polygon(52% 70%, 0 100%, 100% 100%) !important;
    clip-path: polygon(52% 70%, 0 100%, 100% 100%) !important;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    border: 19px solid transparent;
    background: white !important;
    -webkit-background-clip: border;
    -webkit-background-clip: padding;
    -webkit-background-clip: content;
    background-clip: content-box;
}

.contaiter1 {
    width: 1320px !important;
    margin: 0 auto;
}


.webinar-page__table .main__table-tr:first-child {
    margin-bottom: 48px;
}
.webinar-page__table .main__table-label--second {
    left: -116px;
}
.webinar-page__table .main__table-title {
    padding-bottom: 12px;
}
/*???*/
.text-bold span {


    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}


.partner-list__wrap {
    padding: 64px 28px 0 28px;
}

.course_img {
    height: 80%;
    object-fit: none;
}

.content-wrapper {
    width: 100%;
}


.main__table-label--first {
    padding-top: 5px;
    padding-left: 32px;
}

.online__text {
    transition: max-height 0.3s linear;
    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    -ms-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
}

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

.main__table-label--first {
    padding-top: 5px;
    padding-left: 32px;
}

.webinar-page__table .main__table-label--first {
    padding-top: 0px;
    padding-left: 39px;
    top: 2px;
}

.online__html {
    height: 168px;
}

.news-item img {
    width: 100%;
    height: 244px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;

}

.schedule-body {
    width: 100% !important;
}

body > section > div:nth-child(2) > div:nth-child(2) > div.schedule-body.card-filter.active-c > div.vendor-header:first-of-type {
    display: grid;
}

body > section > div:nth-child(2) > div:nth-child(2) > div.schedule-body.card-filter.active-c > div.vendor-header {
    display: none;
}

.labels-counter {
    align-items: center;
}

.labels-counter p {
    display: inline;
}

.labels-counter__text {
    padding-top: 2px;
}

.unactive-table {
    margin: 0;
}

.disabled-tech {
    color: grey;
}

.menu__about-title{
display: none;
}

.card-list__banner-bg {
    left: 0;
    display: flex;
}

.card-list__banner-title {
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #FFFFFF;
}

.card-list__banner-text {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF
}

.dropdown-title,
.radio-wrapper p {
    font-weight: 700;
}

.main_title--single {
    min-height: 128px;
    height: auto;
    margin-bottom: 0;

}

.btn-schedule {
    padding: 19px 38px !important;
}

.card__btn {
    padding: 0;
    display: flex;
    width: 246px;
    height: 74px;
    justify-content: center;
    align-items: center;
}


.title--mob {
    display: none !important;
}

.main__table {
    padding: 78px 10px 78px 132px;
}

@media (max-width: 767px) {
    .menu-item.menu-item--phone.text-medium {
        margin-top: 0;
    }

    header .search-box {
        display: none;
    }

    .header.header--open .search-box {
        display: block;
    }

    .header--open .menu-item {
        padding: 16px 0;
        padding-left: 12px;
        /*border-top:  1px solid #E0E0E0;*/
        border-bottom: 1px solid #E0E0E0;
    }

    .header--open .search-box {
        border-bottom: 1px solid #E0E0E0;
        padding: 0;
    }

    .header--open .search-box p {
        padding: 16px 0 16px 12px;

    }

    .header--open .menu__class--mob {
        order: 1;
        border-bottom: none;
    }

    .menu-super-menu-last-nav {
        order: 2;
        border-top: 1px solid #E0E0E0;
    }

    .header--open {
        width: 100%;
        padding: 0;
        /* height: calc(100vh - 44px); */
        overflow-y: scroll;
    }

    .header--open .menu__class--mob {
        /*height: 40px;*/
    }

    .header--open .header__nav:before {
        display: none;
    }

    .header--open .menu-item {
        width: 100%;
    }

    .header__icon span {
        /*background: #E0E0E;*/

    }


    .menu-item.menu-item--phone.text-medium {
        border: none;
    }

    .btn.btn-nobg.btn--xs.header__btn {
        margin-left: 12px;
    }

    .header--open .search-box {
        width: 100%;
    }

    .menu-item-home:before {
        display: none;
    }



    .header--open #primary-menu > .menu-item {
        padding: 16px 12px 16px 12px;
    }

    .swiper-wrapper.container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .title.text-bold.main-title {
        /*padding-top: 109px;*/
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        /* or 117% */

        text-align: center;
        width: 296px;
        color: #000000;

    }

    .swiper-slide {
        padding: 0;
        /*padding-top: 25vh; */
        width: 100% !important;
    }

    .main__subtitle {

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        width: 296px;
        text-align: center;

        /* #333333 */

        color: #000000;
    }

    .main__bg-image {
        top: 450px;
        position: absolute;;
    }

    .main__subtitle {
        padding: 0;
    }

    .main__bg-image {
        padding: 0;
    }

    .main__subtitle.main__subtitle--main.main__subtitle--md {
        padding: 0;
        margin: 0 auto;
    }

    .main-title {
        padding: 0;
    }

    .main__bg-text.fadeFromLeft {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .title.text-bold.main-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-title {
        margin: 0 auto;
    }

    .main__subtitle {
        margin: 0 auto;
    }

    .swiper-wrapper .container {
        display: flex;
        flex-direction: column;
        /*justify-content: space-around;*/
        align-items: center;
    }

    .main-title {
        margin-top: 109px;
    }

    .main__subtitle {
        margin-top: 12px !important;
    }

    .main__btn--main{
        margin-top: auto;
        margin-bottom: 88px;
    }

    .main__bg-image {
        margin: 0 auto;
        top: 320px;
    }

    .courses_item {
        width: 100%;
    }

    .course_top {
        width: 100%;
    }

    .course-list__top.card-list__top {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;

    }

    .btn.btn-nobg.card-list__btn {
        display: block;
        padding: 20px 46px;
        width: auto;
        height: auto;
    }

    .title.title.card-list__top-title {

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 48px;
        /* identical to box height, or 200% */


        color: #000000;
    }

    .course_img {

        -o-object-fit: none;
        object-fit: none;
    }

    .courses_title.text-medium {

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 17px;
        text-transform: capitalize;

        /* #333333 */

        color: #000000;
    }

    .course-list__wrapper {
        padding-bottom: 20px;
    }

    .card-list__header-title {
        padding: 0;
        width: 100%;
        margin-bottom: 24px;
    }

    .card-list__header-title,
    .card-list__title {
        padding: 0;
    }

    .card-list__header {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

    }

    .dropdown {
        /*display: none;*/

    }

    .course_top {
        height: 140px;
    }

    #courses_all {
        display: none;

    }

    #courses_all_mobile {
        padding: 10px 23px;
        width: auto;
        height: auto;
        border: 1px solid #8E3DFF;
    }

    .dropdown-filter {
        display: none;
    }

    .card-list__header {
        flex-wrap: wrap;
        align-items: center;
    }

    .dropdown_button_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .dropdown_button_wrapper img {
        margin-right: 10px;
    }

    .dropdown_button {
        height: 24px;
        width: 86px;
        line-height: 24px;
    }

    .courses {
        height: auto;
    }

    .card-wrap {
        height: auto;
    }

    .card-filter {
        display: block;
    }

    .card-list__header.event-header {
        padding-bottom: 24px;
    }


    .card__info {
        display: flex;
    }

    .btn.btn--md.btn-nobg.card__btn {
        padding: 19px 95px !important;
        width: auto;
        height: auto;
        margin: 0 auto;
    }


    .status {
        margin-top: 0;

        height: 46px !important;
        padding-bottom: 24px !important;
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 0 !important;
    }

    .swiper-container {
        display: flex;
        flex-direction: row;

    }

    .swiper-slide {
        width: 100vw !important;
    }

    .swiper-pagination {
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
    }

    .main--main {
        height: 580px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 36px !important;
        left: 0 !important;
        justify-content: center;
    }

    .search-wrapper {
        height: 40px;
    }

    #searchform {
        width: calc(100% - 24px);
    }

    .main__bg-image {
        top: 350px;
        width: 131px;
        height: 149px;
    }
    .main__bg-image--about {
        top: auto;
    }
}

@media (max-width: 1199px) {


    header .search-box {
        display: none;
    }

    .header.header--open .search-box {
        display: block;
    }

    .header--open .search-box {
        border-bottom: 1px solid #E0E0E0;
        padding: 0;
    }

    .header--open .search-box p {
        padding: 24px 20px 24px 40px;

    }

    .menu-super-menu-last-nav {
        order: 2;
        border-top: 1px solid #E0E0E0;
    }

    .header--open .header__nav:before {
        display: none;
    }

    .menu-item-has-children > a {
        position: relative;
    }

    .menu-item.menu-item--phone.text-medium {
        border: none;
    }

    .btn.btn-nobg.btn--xs.header__btn {
        margin-left: 12px;
    }

    .header--open .search-box {
        width: 100%;
    }

    .menu-item-home:before {
        display: none;
    }

    .header--open #primary-menu > .menu-item > a {
        padding: 0;
        display: block;
        /*width: 100%;*/
        height: 100%;
    }

    .header--open #primary-menu > .menu-item.menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children > a:after {
        display: block;
        content: '';
        width: 9px;
        height: 9px;
        position: absolute;
        right: 8px;
        border-right: 2px solid black;
        border-top: 2px solid black !important;
        border-radius: 2px;
        transform: rotateZ(45deg);
    }

    .menu-item-has-children.menu__about > a::after{
        display: none;
    }
    .menu-item-has-children.menu__about > a{
        width: 60%;
    }
    .menu-item--lang a:after {
        top: 0;
    }


    .header--open .menu__class--mob ul.sub-menu {
        top: 100%;
        width: 100%;

    }

    .menu__class--mob .sub-menu a span {
        padding-left: 12px;
    }


    .active-link a:after {
        transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
    }

    .menu-item--lang > ul.sub-menu {
        display: block;
    }

    .active-link ul.sub-menu {
        display: block;
    }

    .menu-wrapper {
        display: block !important;
        position: absolute;
        left: 100%;
    }

    .menu-wrapper {
        width: 100%;
        top: 0;
    }

    #menu-item-223:hover .menu-category {
        display: block;
        position: absolute;
        max-height: calc(100vh - 90px);
        overflow: auto;
        left: 100%;
        transition: all .3 linear;
        -webkit-transition: all .3 linear;
        -moz-transition: all .3 linear;
        -ms-transition: all .3 linear;
        -o-transition: all .3 linear;
    }

    .contaiter1 {
        width: 100% !important;
        right: 100%;
    }

    .menu-clicked {
        position: relative;
    }

    .menu-wrapper {
        display: block !important;
        width: 100%;
        overflow: scroll;
        left: 110%;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transition: left 0.3s linear;
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
    }

    .content-box {
        height: calc(100vh - 40px);
        overflow: scroll;
    }

    .menu-clicked .menu-wrapper {
        left: 0;
        z-index: 450;
        top: 0;
    }

    .menu-clicked {
        position: static;
    }

    .menu-clicked .menu-category {
        left: 0 !important;
        z-index: 450;
    }

    .menu-clicked .contaiter1 {
        left: 0;
    }

    .contaiter1 {
        width: 100%;
        display: flex !important;
        left: 100%;
        /* height: auto; */
    }

    .content-wrapper {
        position: relative;
        left: 100%;
    }

    .menu-clicked .menu-category {
        left: 0;
        width: 100%;
    }

    .menu-clicked .contaiter1 {
        /* left: 0; */
    }

    .menu-category-title {


        padding: 0 15px;
        /* Gray 1 */
        display: block;
        /* position: relative */
        height: 61px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
    }

    .menu-category-title p {
        position: relative;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bolder;
        font-size: 16px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: #333333;
        width: 100%;
    }

    .menu-clicked .menu-category {
        padding: 0;
        position: absolute;
    }

    .content-title.menu-category-title {
        position: sticky;
        top: 0px;
        width: 100%;
        background: #fff;
        z-index: 2;
    }

    .sticky_margin_fromTOP {
        top: 40px;
    }

    .menu-category-title {
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }

    .menu-category-title p:after, .menu-category-title p:before {
        content: '';
        display: block;
        position: absolute;
    }

    .menu-category-title p:before {
        width: 5px;
        height: 5px;
        border-left: 2px solid black;
        border-top: 2px solid black;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotateZ(-45deg);
        -webkit-transform: translateY(-50%) rotateZ(-45deg);
        -moz-transform: translateY(-50%) rotateZ(-45deg);
        -ms-transform: translateY(-50%) rotateZ(-45deg);
        -o-transform: translateY(-50%) rotateZ(-45deg);
    }

    .menu-category-title p:after {
        height: 2px;
        width: 12px;
        left: 0;
        background-color: black;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .category-item, .content-item {
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
        padding: 0;
        padding: 0 12px;
    }

    .content-item {
        padding: 16px 12px;
    }

    .content-item a::after {
        display: none;
    }


    .header__btn {
        width: 253px;
        padding: 20px;
    }

    .category-content {
        display: block !important;
        position: relative;
        left: 110%;
        top: 0;
    }

    .category-content {
        flex-direction: row;
    }

    .content-items {
        display: block;
        padding: 0;
        background-color: #fff;
        position: relative;
        z-index: 460;
        top: 0;
    }

    .category-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
        background: #fff;
    }

    .content-wrapper {
        margin: 0;
        padding: 0;
        background-color: #fff;
        background: #fff;
    }
    .content-box {
        margin: 0;
        padding: 0;
        background-color: #fff;
        background: #fff;
        position: relative;

        z-index: 460;
    }

    .active-left {
        position: relative;
        left: 0;
        z-index: 460;
    }


    .content-wrapper, .category-content {
        transition: left 0.6s linear;
        -webkit-transition: left 0.6s linear;
        -moz-transition: left 0.6s linear;
        -ms-transition: left 0.6s linear;
        -o-transition: left 0.6s linear;
    }

    .disabled-wrapper {
        height: 0;
        width: 0;
    }

    .category-item::after {
        content: '';
        width: 9px;
        height: 9px;
        top: 50%;
        border-top: 1px solid black;
        border-right: 1px solid black;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
    }

    .content-box {
        display: block !important;
        position: relative;
        left: 110%;
    }

    .category-content {
        display: block;
        width: 1120px !important;

    }

    .container1 {
    }

    #menu-item-223:hover .menu-wrapper {
        position: absolute;
        transition: none;
        max-height: inherit;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        /* width: 1120px !important; */
        -o-transition: none;
    }
}

.menu-active-vendor {
    position: relative;
    left: 0;
    display: block !important;
    top: 0;
    padding-bottom: 80px;
}

.primary-menu {
    height: auto !important;
}

.schedule-table:not(:last-child) {
    margin-bottom: 40px;
}

/*course page*/
.plan__btn {
    width: 287px;
}

/*webinar page*/
.webinar-page__btn--accent {
    width: 253px;
}

.webinar-page__about__btn {
    width: 337px;
    height: 73px;
    margin-top: 30px;
}

.webinar-page__table-label--third {
    margin-left: 32px;
    margin-top: 10px;
}

.webinar-page__table {
    max-height: 444px;
    padding: 68px 10px 78px 126px;
}

.webinar-page__title {
    margin-bottom: 0;
}

.webinar-page__bth {
    width: 253px;
}

/*teacher page */
.to_left {
    left: 0 !important;
    display: block !important;

}

.title--tab {
    display: none !important;
}

.item-container img {
    max-width: 100%;
    height: auto;
}

.main__overlay {
    background: linear-gradient(
            180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(142, 61, 255, 0.4);
}

.main__bg-image--course {
    top: inherit;
    width: 100%;
    height: 100%;
    transform: none;
    bottom: 0;
}

.card-list__banner-bg svg {
    max-width: 100%;
}
.vendors__wrapper .card-filter {
    margin-right: 0;
}

.appear-anim {
    opacity: 0;
    animation: appearance;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.fromBottom-anim {
    opacity: 0;
    transform: translateY(100%);
    animation: fromBottom;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.fromLeft-anim {
    opacity: 0;
    transform: translateX(-10%);
    animation: fromLeft;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.fromRight-anim{
    opacity: 0;
    transform: translateX(10%);
    animation: fromRight;
    animation-duration: 1.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes appearance {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fromLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fromRight {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container.main__container.main__container--main {
        /* width: 704px !important; */
    }

    .swiper-pagination {
        width: 702px !important;
        margin: 0 auto !important;
    }

    .swiper-slide {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    /*.main__bg-image {*/
    /*    !*bottom: 57px;*!*/
    /*    top: 360px;*/
    /*    z-index: -1;*/
    /*    height: 267px;*/
    /*    width: 262px;*/
    /*}*/

    .main__bg-image--about {
        z-index: 1;
        top: 110px;
    }

    .main-title {
        margin-top: 142px;

    }

    .swiper-pagination {
        flex-direction: row;
    }

    .course-list__top.card-list__top {
        flex-direction: row;
    }

    .title.title.card-list__top-title, .btn.btn-nobg.card-list__btn {
        margin-top: 40px;
    }

    .btn.btn-nobg.card-list__btn {
        padding: 37px 30px;
        /*width: auto;*/
        display: flex;
    }

    .course-list__wrapper.two-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;

    }

    .course-list__wrapper.two-columns .course_top, .course-list__wrapper.two-columns .course_name, .course-list__wrapper.two-columns .courses_item {
        width: 100%;
    }

}

@media only screen and (max-width: 1199px) {

    /*header.scss*/
    .header {
        align-items: normal;
    }
    .header__logo img, .header--open .header__logo img {
        object-fit: contain;
        margin: auto 0;
    }

    .header__logo {
        margin: auto 0 auto 40px;
        padding: 0;
    }
    .header--open .header__nav {
        background-color: white;
        height: calc(100vh - 90px);
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
        margin-top: 90px;
    }
    .header--open .menu__class--mob {
        padding-right: 12px;
        position: relative !important;
        display: block;
        order: 1;
        border-bottom: none;
        margin-bottom: 0;
    }

    .menu__class--mob a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .menu__class--mob p {
        font-size: 12px;
        line-height: 17px;
        padding-left: 12px;
    }
    .menu-super-menu-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .header--open .menu {
        width: 100%;
    }
    .header__nav .menu-item {
        padding: 24px 40px 24px 14px;
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
        position: static;
    }
    /*contacts.scss*/
    .contacts {
        height: 460px;
        min-height: auto;
        position: relative;
        overflow: hidden;
    }
    .contacts__map{
        width: 100%;
        height: 100%;
        transform: scale(1.2);
        object-fit: none;
        object-position: 98%;
    }

    .contacts__block {
        width: 449px;
        padding: 40px;
    }

    .contacts__title {
        font-size: 36px;
        line-height: 1.33;
        margin-bottom: 24px;
    }

    .contacts__social {
        padding-top: 12px;
    }

    .card:not(:last-child) {
        margin-bottom: 24px;
    }

    .card-list__top-title--wide {
        text-align: center;
    }

    .card-list__banner-title {
        font-size: 36px;
    }

    .card__main {
        height: auto;
    }

    .card__main .card__column-title {
        -webkit-line-clamp: 1;
        margin-bottom: 16px;
    }

    .status {
        padding-bottom: 32px;
        margin-bottom: 22px;
    }

    .card-list__header .btn {
        order: 1;
        margin: 0;
        width: 209px;
    }

    .sticky-btn {
        width: 180px;
    }

    .vendors__wrapper .card-filter {
        display: flex;
    }

    .card:not(:last-child) {
        margin-bottom: 20px;
    }

    .card__btn {
        width: 199px;
    }

    .card__column {
        width: 150px;
        padding-bottom: 0;
        align-self: center;
    }

    .card__info {
        padding: 40px;
    }

    .sticky-right {
        min-width: auto;
    }

    .sticky-container .price {
        display: none;
    }

    .vendor-name {
        margin: 9px auto 0;
        justify-content: center;
    }

    .main--course .category-name {
        margin: auto;
        max-width: 100%;
    }

    .course-page__table-tr--code {
        display: flex;
        position: absolute;
        bottom: 24px;
        left: 38px;
    }

    .course-page__table-tr--code .main__table-title {
        width: 205px;
    }

    .main__table-label--first {
        margin-top: 2px;
    }

    .course-page__filter {
        width: 688px;
        margin: 60px auto 40px;
    }

    .course-page__plan {
        padding-top: 0;
    }

    .news-item {
        width: 329px;
        margin-bottom: 30px;
    }

    .news-item:nth-child(n) {
        margin-right: 30px;
    }

    .news-item:nth-child(2n) {
        margin-right: 0;
    }

    .news-item h2 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .news-title {
        font-size: 36px;
        line-height: 1.33;
        padding: 60px 0 40px;
    }

    .news-item__text {
        font-size: 14px;
        line-height: 1.5;
    }

    .news-item .item-container {
        padding: 24px;
    }

    .news-item img {
        height: 188px;
    }

    .schedule .btn-wrapper {
        margin-top: 16px;
        width: 768px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .schedule .labels-counter {
        padding-left: 40px;
    }

    .title--desk {
        display: none !important;
    }

    .title--tab {
        display: block !important;
    }

    .schedule .table--name {
        order: -1;
        padding-right: 12px;
    }

    .schedule .card-filter {
        display: block;
        position: inherit;
        z-index: 1;
    }

    .schedule .card-list__header {
        padding: 40px 40px 0;
    }

    .schedule .dropdown-filter {
        margin-right: 42px;
    }

    .menu-item-has-children > a:after {
        border-left: none;
        border-bottom: none;
    }

    .menu-clicked > a {
        position: static !important;
    }
    .content-item::after {
        display: none;
    }

    .schedule .table--date:last-child {
        display: none;
    }

    .schedule .table--date:nth-last-child(2) {
        display: none;
    }

    .schedule .table--code {
        text-align: center;
    }

    .schedule-header {
        grid-template-columns: 236px 113px 0.9fr 1.3fr repeat(1, 0.65fr);
        padding: 12px 40px 9px 40px;

    }

    .schedule__title {
        font-size: 36px;
        line-height: 1.33;
        padding-bottom: 0;
    }

    .schedule .vendor-header {
        padding: 0 40px;
    }

    .schedule .direction-header {
        display: flex !important;
        padding-left: 40px;
    }

    .schedule .direction-course a {
        display: grid !important;
        grid-template-columns: 236px 113px 0.9fr 1.3fr repeat(1, 0.65fr);
        padding: 55px 40px 25px;
        position: relative;
        min-height: 85px;
        height: auto;
    }

    .schedule .direction-body .direction-course a:hover {
        padding: 55px 40px 25px;
    }

    .schedule .direction-course a:not(:first-of-type) {
        border-top: 1px solid #E0E0E0;
    }

    .schedule .table--status {
        position: absolute;
        top: 24px;
        left: 40px;
    }

    .schedule {
        padding-bottom: 60px;
    }

    /*teacher modal*/
    .teachers-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .open-box {
        width: 688px;
        padding: 24px;
    }

    .open-who {
        margin-bottom: 16px;
    }

    .open-img {
        grid-gap: 24px;
        grid-template-columns: 0.95fr 2fr;
        padding-bottom: 0px;
    }

    .menu-item.menu-item-object-page.menu-item-has-children {
        /* position:relative !important; */

    }

    .menu-item.menu-item-object-page.menu-item-has-children .sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked{
        position: absolute !important;
        top: 0;
        background: #fff;
        padding: 0 15px;
        height: 61px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked .sub-menu .menu-item{
        width: 100%;
        border-bottom: 1px solid #E0E0E0 !important;
        padding: 0 !important;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked .sub-menu .menu-item a{
        padding: 24px 45px;
        display: block;
        text-align: left;
    }
    header #primary-menu>.menu__about{
        padding: 0 !important;
    }
    header #primary-menu>.menu__about> a{
        padding: 24px 40px 24px 40px !important;
    }
    .menu__about #primary-menu > .menu-item a{
        padding: 24px 40px 24px 40px;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked a{
        text-align: center;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked a:after{
        right: auto;
        transform: rotate(225deg);
        width: 10px;
        height: 10px;
        transition: none;
    }

    header #primary-menu>.menu-item-has-children:hover>a:before{
        pointer-events: none;
        border: none;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked > a:before, header #primary-menu>.menu__about--clicked:hover>a:before{
        display: block;
        top: 29px;
        content: '';
        position: absolute;
        background: black;
        right: auto;
        left: -12.5vw;
        margin-left: 45px;
        width: 15px;
        height: 2px;
        pointer-events: none;
        clip-path: none;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about .sub-menu{
        display: none;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked .sub-menu{
        display: block !important;
        left: 0;
        top: 60px;
        width: inherit;
        height: calc(100vh - 61px - 90px);
        margin-top: 0;
        background: #fff;
        transition: all 0.02s;
    }
    .header--open #primary-menu > .menu__about > a{
        /*width: 100vw;*/
    }
    .header--open #primary-menu > .menu__about--clicked > a{
        width: 100vw;
    }
    .header--open #primary-menu > .menu__about--clicked > a{
        width: 75%;
    }
    .menu__about--clicked a::after {
        display: block;
    }
    /*.header--open #primary-menu > .menu__about > a:after{*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    margin: auto;*/
    /*    right: -20px;*/
    /*    margin-right: 28px;*/
    /*    pointer-events: none;*/

    /*}*/
    .header--open #primary-menu > .menu__about--clicked > a:after{
        displa
        right: auto;
        left: -12.5vw;
        margin-left: 46px;
        pointer-events: none;
    }
    .menu-super-menu-container, .menu-wrapper, .header__nav {
        overflow: hidden;
    }

    .to_left {
        width: 100vw;
        height: 100vh;
        margin-top: 0 !important;
    }

    .to_left li.menu-item {
        padding: 12px 16px !important;
        border-bottom: 1px solid #E0E0E0 !important;
    }

    .main--course .main__table {
        padding: 30px 69px 47px 67px;
    }

    .main--course .main__btns--mob {
        margin: auto;
    }

    .main--course .webinar-page__table {
        padding: 29px 69px 0px 71px;
    }

    .webinar-page__table .main__table-label--first {
        padding-top: 20px;
        top: -11px;
    }

    .webinar-page__table .main__table-tr:nth-child(2) {
        order: 3;
        width: auto;
        padding-right: 0;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked > a:after{
        display: block;
        top: 50%;
        transform: translateY( -50% ) rotate( 225deg );
    }
    .webinar-page__table .main__table-tr:nth-child(1) {
        width: 208px;
    }

    .webinar-page__table-label--third {
        margin-left: 23px;
        margin-top: 9px;
    }

    .webinar-page__table .main__table-tr:nth-child(3) {
        margin-bottom: 38px;
        width: 240px;
    }
    .menu__about {
        position: relative !important;
    }
    .menu__about::after{
        display: block;
        content: '';
        width: 9px;
        height: 9px;
        position: absolute;
        right: 24px;
        /*border: 5px solid transparent;*/
        border-right: 2px solid black;
        border-top: 2px solid black !important;
        border-radius: 2px;
        box-sizing: border-box;
        transform: rotateZ( 45deg ) translateY( -50% );
        top: 50%;
        margin-left: 8px;

    }
    .menu__about--clicked::after {
        display: none;
    }
    .webinar-page__table .main__table-label--second {
        left: -64px;
    }

    .webinar-page__table .main__table-td--label {
        max-width: 76px;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        padding: 8px 0;
        height: 40px;
    }
    .header__logo{
        margin-left: 0;
        width: 75px;
        height: 24px;
    }
    .header__logo img, .header--open .header__logo img {
        width: 75px;
        height: 19px;
        max-width: none;
    }

    .header--open .header__nav {
        height: calc(100vh - 40px);
        margin-top: 40px;
    }
    .header--open .menu__class--mob {
        padding: 15px 12px 15px 20px;
    }
    .header--open .header__icon {
        top: -8px;
    }

    .header__icon {
        right: 0;
    }

    #menu-item-223:hover .menu-category {
        max-height: calc(100vh - 40px);
        padding-bottom: 80px;
    }

    header #primary-menu>.menu__about> a{
        padding: 16px 12px !important;
    }
    /*.header--open #primary-menu > .menu__about > a:after {*/
    /*    !*margin-right: 20px;*!*/
    /*    margin-right: 0;*/
    /*    right: 20px;*/
    /*}*/
    .header--open .search-box p{
        padding: 16px 12px;
    }
    .header--open #primary-menu > .menu__about--clicked > a{
        line-height: 2;
        width: 60vw;
        padding: 16px 12px !important;
    }
    .header--open #primary-menu > .menu__about--clicked > a:after{
        left: -20vw;
        margin-left: 16px;
    }
    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked > a:before, header #primary-menu>.menu__about--clicked:hover>a:before {
        left: -20vw;
        margin-left: 16px;
    }

    .menu-item.menu-item-object-page.menu-item-has-children.menu__about--clicked .sub-menu .menu-item a{
        padding: 16px 12px !important;
    }

    /*contacts.scss*/
    .contacts {
        height: 515px;


    }
    .contacts__map{
        bottom: -168px;
        transform: scale(1.65);
        object-position: right;
    }

    .contacts__block {
        width: 100%;
        padding: 20px;
    }

    .contacts__title {
        font-size: 24px;
        line-height: 0.91;
    }
    .contacts__text{
        font-size: 14px;
        line-height: 1.71;
    }

    .contacts__social-item {
        margin-right: 10px;
        width: 43.2px;
        height: 43.2px;
    }
    .card {
        padding: 0;
    }

    .card__label {
        width: 100%;
        height: 48px;
    }

    .card__main .card__column-title {
        -webkit-line-clamp: 2;
        margin-bottom: 18px;
    }

    .card__info {
        padding: 28px 12px 24px;
    }

    .card-list__banner-title {
        font-size: 28px;
    }

    .vendors__wrapper .dropdown {
        width: 287px;
    }

    .vendors__wrapper .dropdown-filter {
        display: block;
    }

    .vendors__wrapper .title--tab {
        display: none !important;
    }

    .vendors__wrapper #courses_all {
        display: block;
        order: -1;
        margin-bottom: 28px;
        width: 287px;
    }

    .card-list__top .title--tab {
        display: none !important;
    }

    .sticky {
        height: auto;
    }

    .sticky-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sticky-container .cat-name {
        justify-content: center;
    }

    .sticky-container .cat-title {
        font-size: 14px;
        max-width: 296px;
        margin: auto;
    }

    .sticky-right {
        justify-content: center;
        margin-top: 12px;
    }

    .center-post .small-container {
        width: 92.5% !important;

    }

    .main--course .main__table {
        padding: 58px 80px 36px 56px;
    }

    .course-page__table-tr--code {
        display: none;
    }

    .course-page__filter {
        margin: 36px auto;
        width: 296px;
    }

    .course-page__filter .filter_btns {
        font-size: 10px;
        height: 37px;
    }

    .news-item {
        width: 100%;
        margin-bottom: 12px;
    }

    .news-item:nth-child(n) {
        margin-right: 0;
    }

    .news-title {
        font-size: 24px;
        padding: 40px 0 24px;
    }

    .news-item .item-container {
        padding: 16px;
    }

    .news-item img {
        width: 100%;
        height: 188px;
    }

    .schedule .title--mob {
        display: inline !important;
        font-weight: 700;
        margin-right: 2px;
    }

    .title--mob {
        display: inline !important;
    }

    .schedule .labels-counter {
        padding-left: 0px;
    }

    .schedule-header {
        display: none !important;
    }

    .schedule .btn-wrapper {
        margin-top: 16px;
        width: 320px;
        padding-left: 0;
        padding-right: 0;
    }

    .schedule__title {
        font-size: 24px;
        padding-bottom: 0;
    }

    .schedule-table:not(:last-child) {
        margin-bottom: 20px;
    }

    .schedule-item {
        width: 100%;
        text-align: left;
        padding-bottom: 16px;
        line-height: 21px;

    }

    .schedule .vendor-header {
        padding: 24px 16px;
        height: auto;
    }

    .schedule .direction-course a {
        display: flex ;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .schedule .courses_garanteed a.courses_garanteed{
        display: flex !important;
    }
    .schedule .direction-body .direction-course a:hover {
        padding: 16px;
    }

    .schedule .table--name {
        border-bottom: 1px solid #E0E0E0;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .schedule .table--name.title--mob {
        margin-bottom: 46px;
    }

    .schedule .table--status {
        top: 69px;
        left: 16px;
        text-align: center;
        width: 91px;
    }

    .schedule .table--code {
        padding-bottom: 8px;
        text-align: left;
    }

    .schedule .table--hours {
        padding-bottom: 8px;
    }

    .schedule .table--date {
        padding-bottom: 0;
    }

    .schedule .table--date p {
        max-width: fit-content;
        display: inline;
    }

    .schedule .table--date > .date:not(:last-child):after {
        content: ',';
    }

    .schedule .table--cost {
        border-bottom: 1px solid #E0E0E0;
    }

    .schedule {
        padding-bottom: 36px;
        padding-top: 40px;
    }

    .schedule .radio-wrapper p {
        font-size: 12px;
    }

    .schedule .radio-wrapper:last-of-type {
        margin-left: 0;
    }

    .schedule .card-list__header {
        padding: 36px 0;
        justify-content: space-between;
    }

    .schedule .filter_radio {
        flex-direction: column;
        align-items: flex-end;

    }

    .schedule .direction-header {
        padding: 0 16px;
    }

    .schedule .dropdown {
        align-items: flex-start;
        flex-direction: column;
    }

    .schedule .dropdown-filter {
        display: flex;
    }

    .schedule .dropdown-filter:not(:last-child) {
        margin-bottom: 16px;
    }

    .schedule .radio-wrapper:not(:last-child) {
        margin-bottom: 7px;
    }

    .schedule .dropdown-title {
        font-size: 12px;
    }

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

    .teachers-title {
        font-size: 36px;
    }

    .open-wrapper {
        padding-top: 0;
    }

    .open-box {
        width: 100%;
        padding: 56px 16px 0px;
    }

    .teachers-page__open-box {
        position: fixed;
        height: 100vh;
        top: 0;
    }

    .open-about h3, .open-about p {
        text-align: center;
    }

    .open-wrapper {
        position: fixed;
    }

    .open-about h3 {
        padding-top: 18px;
    }

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

    .open-left {
        margin-bottom: 12px;
    }

    .open-img {
        display: flex;
        flex-direction: column;
    }

    /*course page*/
    .main--course .main__block {
        width: 100%;
    }

    .main__title--course {
        font-size: 24px;
        line-height: 1.16;
    }

    .main--course .main__btn {
        margin-top: 36px;
    }

    .main--course .main__btn-nobg {
        margin-top: 24px;
    }

    .main--course .main__btns--mob {
        width: 100%;
    }

    .main__bg-image--course {

    }

    .course-page__plan .plan__item-title {
        text-align: left;
    }

    .course-page__filter {
        margin: 36px auto;
    }

    .course-page__plan {
        padding-top: 0;
    }

    .course-page__title-favorite {
        font-size: 24px;
        line-height: 1.18;
        text-align: center;
    }

    /*webinar page*/
    .webinar-page__top {
        text-align: center;
    }

    .footer__input-input {
        width: 100% !important;

    }

    .status {
        margin-bottom: 24px;

    }

    .main--course .vendor-name {
        margin-left: auto;
        margin-right: auto;
    }

    .card__column {
        width: 39%;
        padding-bottom: 26px;
    }

}

@media (min-width: 1200px) {

    .menu-item-flag.style-svg.error {
        display: none;
    }

    .menu-category-title {
        display: none;
    }

    .menu-wrapper .contaiter1 {
        width: 1120px !important;
        display: grid;
        grid-template-columns: 338px 694px;
        /* width: 100%; */
        overflow: scroll;
    }

    .content-box {
        display: none;
    }

    .content-wrapper {
        display: block !important;
    }


    .content-box {
        position: static;
        left: 0;
    }

    .category-item::after {
        right: 60px;
    }

    .category-content {

        justify-content: flex-start;
        align-items: left !important;

    }

    .category-content {
        display: flex;
        align-items: flex-start;
        justify-content: baseline;
    }
}

@media (min-width: 1400px) {
    .menu-wrapper .contaiter1 {
        width: 1320px !important;
    }



    .category-item::after {
        right: 50px;
    }

}

@media (min-width: 1200px) {
    .three-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
    }

    .three-items .courses_item {
        width: 100%;
    }

    .two-columns .course_top {
        width: 100%;
    }

    .dropdown_button_wrapper {
        display: none;
    }

    #courses_all_mobile {
        display: none;
    }

    .tab__content {
        display: block;
    }

    .two-columns .card {
        width: 100%;
        height: 100%;
    }

    .two-columns {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
    }

    .two-columns .card__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card__info {
        padding: 40px;
    }

    .card__column {
        width: 45%;

    }

    .two-columns .card__info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .two-columns .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 26px 60px;
        width: auto;
    }

    #menu-item-223 > a:after, #menu-item-380 > a::after {
        border: 5px solid transparent;
        border-top: 5px solid black;
        margin-left: 5px;
    }

}

@media (min-width: 1366px) and (max-width: 1399px) {
    .card__info {
        padding: 20px;
    }

    #course_direction .container {
        width: 1200px !important;
    }

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

    .course_top.middle {
        height: 148px;
    }

    .course_img {
        /* width: 161px; */
        height: 80%;
        max-width: 80%;
    }

    .course_name {
        height: 59px;
    }

    .card-list__container {
        width: 1200px;
    }

    .card-wrap.two-columns .card {
        width: 384px;
        /* height :370px; */
    }

    .status {
        margin-top: 0px;
    }

    .card__info {
        padding: 32px;
    }

    .active-modal {
        position: fixed;
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .open-box {
        /* height: 80vh; */
        overflow: hidden;

    }

    .social-icons {
        display: flex;
        list-style-type: none;
    }

    .social-icons .menu__item {
        margin-right: 25px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
    }

    .form__container {
        width: 1096px !important;
    }

    .tab__content {
        display: block;


    }

    .social-icons {
        display: flex;
        list-style-type: none;
    }

    .social-icons .menu__item {
        margin-right: 25px;
    }

    .header__btn {
        padding: 17px 60px !important;
    }
    #menu-item-223:hover > a:before {
        left: 172px !important;
    }
}

@media (min-width: 1200px) {

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

    .search_contents .tab__content {
        display: block;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .teachers-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .img-wrapper {
        height: 315px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        overflow: hidden;
    }

    .content-items {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media (min-width: 1200px) {
    .open-box {
        overflow-y: scroll;
        height: 75vh;
        min-height: 500px;
    }

    .open-box::-webkit-scrollbar {
        display: none;
    }
    .bnt__about {
        width: 253px;
    }
    .btn_w {
        width: 223px;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .open-box {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .teachers-page__open-box {
        position: fixed;
        top: 15vh;
    }

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

    .teacher-about p {

    }

    .img-wrapper img {
        object-fit: cover;
        height: 100%;
        max-width: 100%;
        width: 100%;
    }
    .card-filter {
        margin-right: 0;
    }

    .two-columns .btn {
        padding: 26px 107px;
    }

    .header__btn {
        padding: 17px 31px !important;
    }

    .card-list__btn {
        padding: 19px 62px;
    }

    /*.sticky-container {*/
    /*    width: 1120px;*/
    /*    padding: 35px 0;*/
    /*    margin: 0 auto;*/
    /*}*/
    .schedule-header {
        position: sticky !important;
        z-index: 419;
        top: 90px;
        background: #f5f7ff;
        width: 100%;
        margin: 0;

    }

    .btn.btn-nobg {
        padding: 19px 30px;

    }
    .btn.btn-nobg.card-list__btn{
        padding: 19px 37px;
        width: 287px ;
    }

    .two-columns .card__btn {
        width: 100%;
    }

    .main--course {
        padding: 156px 0;
    }
    .main--about {
        max-height: 716px;
        padding-top: 137px;
    }

}

@media (min-width: 1366px) and (max-width: 1399px) {
    .header__container {
        width: 1200px !important;
    }

    .schedule .container.sectiom--blue.card-list__container {
        width: 1120px;
    }

    .sticky-container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    .open-wrapper.active-modal {
        position: fixed;
    }

}

@media (min-width:768px) and (max-width:1199px) {
    .main {
        /*max-height: 590px;*/
        min-height: 530px;
    }
    .main--about {
        max-height: 630px;
        padding-top: 130px;
    }
    .main--course {
        /*max-height: 650px;*/
        min-height: 650px;
    }
    .menu-wrapper {
        overflow-y: scroll !important;
    }
}
@media (max-width:1199px){
    .to_relative {
        position: relative !important;
    }

}
@media(min-width:1366px){
    .header__btn {
        padding: 17px 60px !important;
    }

}
@media (min-width:768px) and (max-width:1199px){
    .swiper-container-initialized{
        display: flex;
    }
    .swiper-slide {
        padding: 69px;
    }
    .schedule-header {
        position: sticky !important;
        position: -webkit-sticky !important;

        z-index: 2 !important;
        height: 70px;
        top: 90px;
    }
    /*.header--open #primary-menu > .menu__about > a:after{*/
    /*    right: 20px;*/
    /*}*/
    .menu-category-title {
        padding: 0 40px;
    }
    .category-item, .content-item {
        padding: 16px 40px;
    }
    .category-item::after {
        right: 55px;
    }
}
@media  (min-width: 768px){
    .card-list__btn {
        width: 239px ;
        height: 64px !important;
        padding-top: 27px !important;
        padding-bottom: 27px !important;
    }
    .card-list__top-title{
        font-size: 36px;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .btn__vebdor {
        width: 209px !important;
    }
    .btn__about a{
        width: 337px;
        height: 73px;
    }
    .btn__main--course {
        width: 253px;
        height: 63px;
    }
    .plan__item-html li{
        margin-right: 15px;
    }

}
@media (min-width: 768px) and (max-width: 800px){
    .center-post .small-container {
        max-width: 92.5% !important;

    }
}
.main--about {
    max-height: 630px;
}
@media (max-width: 1200px){
    .desktop-show {
        display: none;
    }
    .main__table-td--added.mobile-show{
        padding-top: 0;
    }
}
@media (min-width: 1200px){
    .mobile-show{
        display: none;

    }

}
@media (min-width: 320px){

    .plan__item-html li{
        margin-left: 17px;
    }

}
@media (min-width: 320px) and (max-width: 767px){
    .btn.btn-nobg.card-list__btn.btn__shedule {
        display: flex;
    }
    .teachers-list__item-main {
        margin: 0 auto;
    }
}
.benefites__info{
    margin-left:0;
}
@media (min-width: 1200px){
    .btn.btn-nobg.card-list__btn{
        padding: 19px 37px;
        width: 287px ;
    }
}
@media (min-width: 320px) and (max-width: 1199px){
    .content-box .content-items:nth-of-type(n+2) .menu-category-title{
        display: none;
    }
    .menu-active-vendor .content-items:nth-of-type(n+2) {
        border-top: none;
    }
    .menu-active-vendor .content-items .content-item:last-of-type{
        border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .font-derection-class{
        font-family: "Gotham Pro Bold";
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;
    }
    .near-class {
        font-family: "Gotham Pro Bold";
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;

    }
    .parther-class {
        font-family: Gotham Pro;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;

    }
    .popular-class{
        font-family: "Gotham Pro Bold";
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;

    }
    .our_parners-class{
        font-family: "Gotham Pro Bold";
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: center;
    }

}
@media (min-width: 768px) and (max-width: 1199px){
    .btn.btn-nobg.btn--xs.header__btn{
        margin-left: 40px;
    }
    .header__nav .menu-item {
        padding: 24px 40px 24px 40px;
    }
    .main--course .webinar-page__table{
        padding: 29px 49px 0px 70px;
    }
    .webinar-page__table .main__table-tr:nth-child(1){
        width: 180px;
        padding-right: 50px;
    }
    .webinar-page__table .main__table-tr:nth-child(3){
        width: 210px;
    }
    .btn.btn-nobg.car-list__all {
        height: 64px;
        width: 287px;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .btn__course-all {
        height: 63px;
        width: 253px !important;
    }
    .courses_item {
        margin-bottom: 12px;
    }
    .courses_item:last-of-type{
        margin-bottom: 0;
    }
}
@media (min-width: 1200px){
    .header--open #primary-menu > .menu-item > a {
        padding: 0;
        display: block;
        /*width: 100%;*/
        height: 100%;
    }
}
@media (min-width: 1200px){
    .cat-title{
        width: 550px;
    }
}
@media (min-width: 1400px){
    .cat-title{
        width: 750px;
    }
}
@media (max-width: 767px){
    .sticky-container {
        padding: 25px 0;
    }
}
@media (min-width: 1200px){
    .about_big_title {
        font-family: "Gotham Pro Bold" !important;
        font-size: 44px;
        font-weight: 400;
        line-height: 48px;
    }
    .title_size_middle {
        font-family: "Gotham Pro Bold" !important;
        font-size: 42px;
        font-weight: 400;
        line-height: 48px;
    }
    .title_size_middle_lower {
        font-family: "Gotham Pro Bold" !important;
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }
    .title_size_small {
        font-family: "Gotham Pro Bold" !important;
        font-size: 32px;
        font-weight: 400;
        line-height: 46px;
    }
    .title_size_bigger {
        font-family: "Gotham Pro Bold" !important;
        font-size: 44px;
        font-weight: 400;
        line-height: 64px;
    }

}
@media (min-width: 768px){
    .img-wrapper {
        width: 100%;
    }


}
@media (min-width: 320px) and (max-width: 767px){
    .about__info .fromTopLeft {
        text-align: center;
    }
    .search_name h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .search_name h3 span{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        font-size: 31px;
    }
    .course-page__table-tr--code {
        display: block;
        position: static;
    }

    .main__table-td.main__table-td--added.mobile-show {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .main__table-td.main__table-td--added.tablet--off{
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .card-schedule.card-filter.active-c{
        display: flex !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .card-schedule.card-filter.active-c{
        display: grid !important;
    }
}
.search_content .container{
    width: 100%;
    padding: 0;
}
@media (max-width: 1399px){
    .course-list__wrapper{
        widht:100%;
        justify-content: flex-start;
    }
    .tab__content{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .img-wrapper img, .img-wrapper {
        width: 334px;
    }
    .menu-item.menu__about::after {
        right: 51px;
    }
    .schedule-header.card-filter {
        display: none !important;
    }
    .schedule-header.card-filter:first-of-type{
        display: grid !important;
    }
    .card-schedule.card-filter a{
        display: flex !important;
    }
    .main__table-tr:nth-child(2){
        width: 222px;
    }

}
@media (min-width: 1200px){
    .benefites--padding {
        padding-top: 0;
    }
}
.vendor-line.width-full{
    width: 100%;
    display: none;
    margin-top: 16px;
}
/*.active-vendor .checkmark:after{*/
/*    display:block;*/
/*    background-color: #00FFD0;*/
/*}*/
@media (min-width: 320px) and (max-width: 767px){
    .schedule-body.card-filter{
        display: block !important;
    }
    .card-schedule.card-filter{
        display: flex !important;
    }
    .font-derection-class {
        font-family: "Gotham Pro Bold" !important;
        font-weight: 400 !important;
    }
    .schedule .direction-course a {
        display: flex !important;
    }
    .dropdown-tech, .dropdown-vendor{
        /*position: static;*/
        pointer-events: none;
    }
    .dropdown-filter:hover .dropdown-vendor, .dropdown-filter:hover .dropdown-tech {
        pointer-events: auto;
        top: 25px;
    }
    #course_direction{
        padding-bottom: 36px;
    }
    .front-card__list {
        padding-top: 0;
    }
    .popular-class {
        font-family: "Gotham Pro Bold" !important;
        font-weight: 400 !important;
    }
    .schedule .title--mob{
        font-family: "Gotham Pro Bold" !important;
        font-weight: 300 !important;
    }
    .news-title.title_size_middle{
        font-family: "Gotham Pro Bold" !important;
        font-weight: 400 !important;
    }
    .title-md.text-bold.title.card-list__top-title.title_size_middle{
        font-family: "Gotham Pro Bold" !important;
        font-weight: 400 !important;
    }
    .search_contents .container {
        padding: 0;
        width: 100%;
    }
    .search_contents .container{
        max-width: 296px;
        margin: 0 auto;
    }
    .grid-center {
        max-width: 296px;
        margin: 0 auto;
    }
    .grid-center {
        padding-left: 0;
        padding-right:0;
    }
}
@media (min-width: 1200px){
    .schedule-header.card-filter:first-of-type{
        display: grid !important;
    }
    .card-schedule.card-filter{
        display: grid !important;
    }
    .schedule-header {
        display: none !important;
    }
    .schedule-header:first-of-type{
        display: grid !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .grid-middle {
        width: 688px !important;
    }
}
.search_name h3{
    font-family: "Gotham Pro Bold";
    font-weight: 400;
}
.teacher__bold--text {
    font-family: "Gotham Pro Bold" !important;
    font-width: 400 !important;

}
