@font-face {
    font-family: 'Literal';
    src: url("../assets/fonts/Literal-Bold.eot");
    src: local("Literal Bold"), local("Literal-Bold"), url("../assets/fonts/Literal-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Literal-Bold.woff2") format("woff2"), url("../assets/fonts/Literal-Bold.woff") format("woff"), url("../assets/fonts/Literal-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Literal';
    src: url("../assets/fonts/Literal-Light.eot");
    src: local("Literal Light"), local("Literal-Light"), url("../assets/fonts/Literal-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Literal-Light.woff2") format("woff2"), url("../assets/fonts/Literal-Light.woff") format("woff"), url("../assets/fonts/Literal-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Literal';
    src: url("../assets/fonts/Literal-Regular.eot");
    src: local("fonts/Literal"), local("Literal-Regular"), url("../assets/fonts/Literal-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Literal-Regular.woff2") format("woff2"), url("../assets/fonts/Literal-Regular.woff") format("woff"), url("../assets/fonts/Literal-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.header__link:hover {
    background: rgba(235, 235, 235, 0.5);
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 2px #FFFFFF, 4px 4px 20px #3A87FE;
    box-shadow: -4px -4px 10px 2px #FFFFFF, 4px 4px 20px #3A87FE;
    border-radius: 50px;
}

.btn, .btn-icon path, .socials-link, .socials-link-youtube path, .pagination .page-item, .header::before, .header__link, .header__menu, .header__menu-item, .header__menu-item::before, .header__menu-link, .banner__block, .banner__slider .swiper-slide .video-js .vjs-big-play-button, .banner__slider .swiper-slide .vjs-poster::after, .learningCenteres__item, .learningCenteres__item-link, .learningCenteres__item-link.youtube_icon path, .feedbacks__item-img::before, .feedbacks__item-img img, .feedbacks__item-title, .feedbacks__item-desc, .feedbacks .feedbacksSwiper-btn, .feedbacks .feedbacksSwiper-btn path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* GENERAL - STYLES - START */
body {
    background-color: #F3F3F3;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #F3F3F3;
}

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

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
}

.btn {
    background: rgba(235, 235, 235, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    line-height: 130%;
}

.btn-text {
    margin-right: 6px;
}

.btn-shadow {
    -webkit-box-shadow: -4px -4px 10px 2px #FFFFFF, 4px 4px 20px #3A87FE;
    box-shadow: -4px -4px 10px 2px #FFFFFF, 4px 4px 20px #3A87FE;
    font-weight: 400;
}

.btn-shadow.dropdown-toggle::after {
    display: none;
}

.btn-shadow-white {
    -webkit-box-shadow: -4px -4px 15px 10px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.5);
    box-shadow: -4px -4px 15px 10px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.5);
}

.btn-icon svg {
    margin-bottom: 2px;
}

.btn:hover {
    background-color: #3A87FE;
    color: #fff;
}

.btn:hover .btn-text {
    color: #fff;
}

.btn:hover .btn-icon path {
    fill: #fff;
}

.scrollTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scrollTop span {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #8A8A8A;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .scrollTop span {
        display: none;
    }
}

.section {
    position: relative;
    margin-bottom: 80px;
}

.title {
    text-align: center;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 40px;
}

.title h1 {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width: 1480px) {
    .title h1 {
        font-size: calc(
                18px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.title h1 span {
    color: #3A87FE;
}

.title p {
    font-weight: 400;
    font-size: 15px;
    color: #797979;
}

.socials-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #ABABAB;
    border-radius: 50%;
}

.socials-link-telegram:hover {
    background-color: #14AAFF;
}

.socials-link-facebook:hover {
    background-color: #346AA9;
}

.socials-link-twitter:hover {
    background-color: #00BAF4;
}

.socials-link-instagram:hover {
    background: linear-gradient(159deg, #b617dd 3.41%, #fc157b 86.36%);
}

.socials-link-youtube {
    background-color: #ABABAB;
}

.socials-link-youtube:hover {
    background-color: #fff;
}

.socials-link-youtube:hover path {
    fill: #FF0000;
}

.socials-link:not(:last-child) {
    margin-right: 12px;
}

.breadcrumb {
    padding: 20px 0;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #797979;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: inherit;
}

.gapx-md {
    -webkit-column-gap: 18px;
    column-gap: 18px;
}

.pagination {
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 8px;
    background: transparent;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pagination .page-item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(173, 173, 173, 0.05);
    box-shadow: 0 3px 3px rgba(173, 173, 173, 0.05);
    margin-right: 7px;
}

.pagination .page-item:last-child {
    transform: rotate(180deg);
}

.pagination .page-item:last-child path {
    fill: #3A87FE;
}

.pagination .page-item:last-child.disabled path {
    fill: #C9C9C9;
}

.pagination .page-item:first-child a {
    border-radius: 50%;
}

.pagination .page-item:first-child path {
    fill: #3A87FE;
}

.pagination .page-item:first-child.disabled path {
    fill: #C9C9C9;
}

.pagination .page-item:hover {
    background-color: #3A87FE;
}

.pagination .page-item:hover a {
    color: #fff;
}

.pagination .page-item:hover path {
    fill: #fff;
}

.pagination .page-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #969696;
    background: transparent;
    border: 0;
    padding: 0;
}

.comment {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.comment__item {
    margin-bottom: 35px;
}

.comment__item-reply {
    padding-left: 50px;
}

.comment__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.comment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.comment__title {
    font-size: 18px;
    color: #000000;
    margin-right: 15px;
    margin-bottom: 0;
}

.comment__quote {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.comment__quote svg {
    width: 40px;
    height: 40px;
}

.comment__text {
    font-size: 14px;
    color: #797979;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #E1E1E1;*/
}

.comment .reply__link {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.comment .reply__text {
    font-size: 18px;
    color: #B4B4B4;
}

.comment .reply__icon {
    margin-right: 10px;
}

.accordion-item {
    background-color: transparent;
    border: 0;
}

.accordion-button {
    position: relative;
    background-color: transparent;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 16px 20px 16px 45px;
}

.accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.accordion-button::after {
    content: '+';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
    background-color: #3A87FE;
    background-image: unset;
    border-radius: 50%;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    -webkit-transform: unset;
    transform: unset;
    background-image: unset;
}

.modal-backdrop {
    z-index: 1061 !important;
}

.offcanvas {
    z-index: 1062 !important;
    background-color: #F3F3F3;
}

.offcanvas-header {
    background-color: #fff;
}

.btn-switch {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 20px;
    width: 300px;
    height: 40px;
    border: 1px solid #878787;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-switch input {
    display: none;
}

.btn-switch__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-switch__item {
    border-radius: 30px;
    width: 50%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-switch-text {
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.btn-switch-icon {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    background: #F3F3F3;
    border: 1px solid #878787;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.btn-switch__left {
    background-color: #3A87FE;
}

.btn-switch__left .btn-switch-text {
    color: #fff;
}

.btn-switch__right .btn-switch-icon {
    display: none;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__right {
    background-color: #3A87FE;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__left {
    background-color: transparent;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__right > .btn-switch-text {
    color: #fff;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__left > .btn-switch-text {
    color: #000000;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__right > .btn-switch-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-switch input[type="checkbox"]:checked + label > .btn-switch__left > .btn-switch-icon {
    display: none;
}

/* GENERAL - STYLES - END */
/* HEADER - START */
.header {
    position: relative;
    height: auto;
    padding-top: 40px;
    padding-bottom: 15px;
    background-color: #fff;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
    z-index: 1061;
}

@media (max-width: 1480px) {
    .header {
        padding-top: calc(
                20px + 20 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header {
        padding-bottom: calc(
                10px + 5 *
                ((100vw - 390px) / 1090));
    }
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}

.header.menu-active::before {
    opacity: 1;
    visibility: visible;
}

.header__logo {
    margin-right: 50px;
    width: 175px;
}

@media (max-width: 1480px) {
    .header__logo {
        margin-right: calc(
                15px + 35 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__logo {
        width: calc(
                100px + 75 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 578px) {
    .header__logo {
        margin-left: 14px;
    }
}

.header__logo-wrap {
    z-index: 21;
}

@media screen and (max-width: 578px) {
    .header__logo-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__link {
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid transparent;
    color: #3A87FE;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

@media (max-width: 1480px) {
    .header__link {
        font-size: calc(
                14px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.header__link:not(:last-child) {
    margin-right: 50px;
}

@media (max-width: 1480px) {
    .header__link:not(:last-child) {
        margin-right: calc(
                20px + 30 *
                ((100vw - 390px) / 1090));
    }
}

.header__link:hover {
    color: #000000;
}

.header__btns .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
}

@media (max-width: 1480px) {
    .header__btns .btn {
        padding-top: calc(
                3px + 3 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__btns .btn {
        padding-bottom: calc(
                3px + 3 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__btns .btn {
        padding-right: calc(
                6px + 6 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__btns .btn {
        padding-left: calc(
                6px + 6 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__btns .btn {
        font-size: calc(
                12px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.header__btns .btn:not(:last-child) {
    margin-right: 24px;
}

@media (max-width: 1480px) {
    .header__btns .btn:not(:last-child) {
        margin-right: calc(
                12px + 12 *
                ((100vw - 390px) / 1090));
    }
}

.header__btns .btn svg {
    width: 25px;
    height: 25px;
}

@media (max-width: 1480px) {
    .header__btns .btn svg {
        width: calc(
                15px + 10 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .header__btns .btn svg {
        height: calc(
                15px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.header__btns .btn-select svg {
    width: 11px !important;
    height: 7px !important;
}

.header__btns .dropdown-menu {
    min-width: 70px;
    top: 8px !important;
    background: #EBEBEB;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
}

.header__btns .dropdown-menu .dropdown-item {
    background: transparent;
    border-radius: 12px;
    font-size: 12px;
    color: #3A87FE;
}

.header__btns .dropdown-menu .dropdown-item:hover {
    background: #3a87fe;
    color: #fff;
    border-radius: 12px;
}

.header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: rgba(243, 243, 243, 0.85);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    padding-top: 80px;
}

.header__menu.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header__menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__menu-item {
    position: relative;
    padding-left: 16px;
}

.header__menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #4E4E4E;
    border-radius: 50%;
}

.header__menu-item:not(:last-child) {
    margin-bottom: 17px;
}

.header__menu-item:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.header__menu-item:hover::before {
    background-color: #3A87FE;
}

.header__menu-item:hover .header__menu-link {
    color: #3A87FE;
}

.header__menu-link {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #4E4E4E;
}

.header__menu-footer {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__menu-footer p {
    margin-bottom: 0;
}

.header__menu-footer-text {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.header__menu-socials {
    margin-top: 20px;
}

/*HEADER RESPONSIVE START*/
@media screen and (max-width: 1210px) {
    .header__links a {
        padding: 0;
        margin: 10px !important;
    }
}

@media screen and (max-width: 1020px) {
    .header__links {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .btn-shadow_col .btn-text {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .btn-kirish {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0 !important;
    }

    .btn-kirish .profile-img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .btn-kirish .profile-img img {
        width: 100%;
        height: 100%;
    }
}

/*HEADER RESPONSIVE END*/
/* HEADER - END */
/* BANNER - SECTION - START */
.banner {
    background-color: #3A87FE;
    height: auto;
    font-family: "Literal", sans-serif;
    font-style: normal;
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

@media screen and (max-width: 900px) {
    .banner {
        padding: 40px 0;
    }
}

@media screen and (max-width: 900px) {
    .banner .container {
        padding-right: 0;
    }
}

.banner__wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.banner__wrap::before {
    content: '';
    position: absolute;
    top: 7%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-before-arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0;
}

@media screen and (max-width: 1800px) {
    .banner__wrap::before {
        display: none;
    }
}

.banner__wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-after-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% bottom;
    z-index: 0;
}

@media screen and (max-width: 1800px) {
    .banner__wrap::after {
        display: none;
    }
}

.banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner__content {
    position: relative;
    width: 48%;
}

@media screen and (max-width: 1200px) {
    .banner__content {
        width: 49%;
    }
}

@media screen and (max-width: 900px) {
    .banner__content {
        width: 100%;
    }
}

.banner__content::after {
    content: '';
    width: 140px;
    height: 230px;
    position: absolute;
    top: 0;
    right: -25%;
    background-image: url(../images/earphones.png);
    background-position: center;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .banner__content::after {
        display: none;
    }
}

.banner__content::before {
    content: '';
    width: 365px;
    height: 230px;
    position: absolute;
    bottom: -100%;
    left: 0;
    background-image: url(../images/klaviatura.png);
}

@media screen and (max-width: 1400px) {
    .banner__content::before {
        display: none;
    }
}

.banner__content-title {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1480px) {
    .banner__content-title {
        font-size: calc(
                25px + 15 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 900px) {
    .banner__content-title-row {
        padding-right: 20px;
    }
}

.banner__content-subtitle {
    font-size: 30px;
    margin-bottom: 70px;
}

@media (max-width: 1480px) {
    .banner__content-subtitle {
        font-size: calc(
                15px + 15 *
                ((100vw - 390px) / 1090));
    }
}

.banner__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1480px) {
    .banner__blocks {
        gap: calc(
                10px + 10 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 900px) {
    .banner__blocks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
    }
}

.banner__block {
    height: 75px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background: #3A87FE;
    border: 1px solid #ACCDFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -4px -4px 18px #9AC2FF, 4px 4px 18px rgba(0, 0, 0, 0.3);
    box-shadow: -4px -4px 18px #9AC2FF, 4px 4px 18px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: #fff;
    z-index: 1;
}

.banner__block-icon {
    margin-right: 15px;
}

.banner__block-text {
    font-size: 18px;
}

.banner__block:hover {
    -webkit-box-shadow: inset -4px -4px 12px #80B2FF, inset 4px 4px 18px rgba(0, 0, 0, 0.3);
    box-shadow: inset -4px -4px 12px #80B2FF, inset 4px 4px 18px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    color: #fff;
}

.banner__slider {
    position: relative;
    width: 35%;
    height: 500px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
}

@media screen and (max-width: 1400px) {
    .banner__slider {
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .banner__slider {
        width: 49%;
    }
}

@media screen and (max-width: 900px) {
    .banner__slider {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
}

.banner__slider::after {
    content: '';
    width: 120px;
    height: 230px;
    position: absolute;
    bottom: 10%;
    right: -30%;
    background-image: url(../images/rocket.png);
    background-position: center;
    z-index: 10;
}

.banner__slider img {
    width: 100%;
    height: 100%;
}

.banner__slider .swiper-slide {
    position: relative;
}

@media screen and (max-width: 900px) {
    .banner__slider .swiper-slide {
        height: auto;
    }
}

.banner__slider .swiper-slide .video-js {
    width: 100%;
    height: 100%;
}

.banner__slider .swiper-slide .video-js:hover .vjs-poster::after {
    background-color: transparent;
}

.banner__slider .swiper-slide .video-js:hover .vjs-big-play-button {
    background-color: #0056DA;
}

.banner__slider .swiper-slide .video-js .vjs-big-play-button {
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    border-radius: 50%;
    background-color: rgba(58, 135, 254, 0.8);
    border: none;
}

@media (max-width: 1480px) {
    .banner__slider .swiper-slide .video-js .vjs-big-play-button {
        width: calc(
                65px + 65 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .banner__slider .swiper-slide .video-js .vjs-big-play-button {
        height: calc(
                65px + 65 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .banner__slider .swiper-slide .video-js .vjs-big-play-button {
        font-size: calc(
                30px + 20 *
                ((100vw - 390px) / 1090));
    }
}

.banner__slider .swiper-slide .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner__slider .swiper-slide .vjs-poster {
    background-size: cover;
}

.banner__slider .swiper-slide .vjs-poster::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B1CFFF;
    mix-blend-mode: multiply;
}

.banner__slider .swiper-wrapper {
    position: relative;
    margin: 0 0 0 auto;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .banner__slider .swiper-wrapper {
        width: 100%;
        min-height: 260px;
    }
}

.banner__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 32px;
    position: absolute;
    left: -38px;
}

@media screen and (max-width: 900px) {
    .banner__slider .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 0;
    }
}

.banner__slider .swiper-pagination-bullet {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #75ABFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px !important;
}

.banner__slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.32), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.230033), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.190754), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.16), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.129246), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0899666);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.32), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.230033), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.190754), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.16), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.129246), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0899666);
}

@media screen and (max-width: 900px) {
    .banner {
        max-height: auto;
    }
}

/*RESPONSIVE BANNER END*/
/* BANNER - SECTION - END */
/* COURSES - SECTION - START */
.courses {
    position: relative;
}

.courses::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 320px;
    background-image: url(../images/tiles.png);
    background-repeat: no-repeat;
    z-index: 1;
}

@media screen and (max-width: 1800px) {
    .courses::before {
        display: none;
    }
}

.courses::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 320px;
    background-image: url(../images/tiles.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.main-shadow{
    position: relative;
}

.main-shadow:after{
    content: '';
    position: absolute;
    top: 500px;
    right: 0;
    width: 230px;
    height: 320px;
    background-image: url(../images/tiles.png);
    background-repeat: no-repeat;
    z-index: 0;
}

.main-shadow:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 320px;
    background-image: url(../images/tiles.png);
    background-repeat: no-repeat;
    z-index: 0;
}

@media screen and (max-width: 1800px) {
    .courses::after {
        display: none;
    }

    .main-shadow:before, .main-shadow:after{
        display: none;
    }
}

.courses__row {
    position: relative;
    margin-bottom: 50px;
    z-index: 10;
}

.courses__item {
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 35px 20px 20px 25px;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.courses__item:hover {
    background-color: #3A87FE;
}

.courses__item:hover .courses__item-title {
    color: #fff;
}

.courses__item:hover .courses__item-text {
    color: #fff;
}

.courses__item:hover .courses__item-img {
    text-align: right;
}

.courses__item:hover .courses__item-img svg path {
    fill: #fff;
}

.courses__item:hover .courses__item-img svg .courses_svg_blue {
    fill: blue;
}

.courses__item-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    color: #797979;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1480px) {
    .courses__item-title {
        font-size: calc(
                18px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.courses__item-text {
    font-weight: 400;
    font-size: 14px;
    color: #ABABAB;
    -webkit-transition: .3s;
    transition: .3s;
}

.courses__item-img {
    text-align: right;
    -webkit-transition: .3s;
    transition: .3s;
}

.courses__btns {
    text-align: center;
}

.courses__btns .btn {
    padding: 16px 60px;
}

.courses__btns .btn:hover {
    background-color: #3A87FE;
    color: #fff;
}

.courses__btns .btn:hover .btn-text {
    color: #fff;
}

.courses__btns .btn:hover .btn-icon svg path {
    stroke: #fff;
}

.courses__btns .btn .btn-text {
    font-family: "Literal", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #4E4E4E;
    -webkit-transition: .3s;
    transition: .3s;
}

/* COURSES - SECTION - END */
/* INFO - SECTION - START */
.info__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #2EB122;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(151, 151, 151, 0.3);
    box-shadow: 0px 10px 20px 5px rgba(151, 151, 151, 0.3);
    border-radius: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1480px) {
    .info__row {
        padding-left: calc(
                30px + 20 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .info__row {
        padding-right: calc(
                30px + 20 *
                ((100vw - 390px) / 1090));
    }
}

.info__row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    width: 65px;
    height: 65px;
    background-color: #2EB122;
    -webkit-transform: rotate(-45deg) translateY(-60%);
    transform: rotate(-45deg) translateY(-60%);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .info__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.info__row-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 1480px) {
    .info__row-left {
        gap: calc(
                20px + 40 *
                ((100vw - 390px) / 1090));
    }
}

.info__item {
    font-family: "Literal", sans-serif;
    line-height: 130%;
    font-style: normal;
    border-left: 1px solid #61FF53;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .info__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-left: 0;
        padding-left: 0;
    }
}

.info__item-img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .info__item-img {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .info__item-content {
        border-left: 1px solid #61FF53;
        padding-left: 20px;
    }
}

.info__item-title {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

@media (max-width: 1480px) {
    .info__item-title {
        font-size: calc(
                24px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.info__item-text {
    font-weight: 400;
    font-size: 16px;
    color: #61FF53;
}

@media (max-width: 1480px) {
    .info__item-text {
        font-size: calc(
                14px + 2 *
                ((100vw - 390px) / 1090));
    }
}

.info__img {
    position: relative;
    width: 270px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .info__img {
        height: 270px;
        margin: 0 auto;
    }
}

.info__img img {
    position: absolute;
    bottom: -28px;
    right: 0;
    width: 100%;
    height: 270px;
}

/* INFO - SECTION - END */
/*LEARNING - CENTERES  - START*/
.learningCenteres {
    position: relative;
}

.learningCenteres__row {
    margin-bottom: 50px;
}

.learningCenteres__item {
    background: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(92, 92, 92, 0.08);
    box-shadow: 0px 4px 14px rgba(92, 92, 92, 0.08);
    border-radius: 20px;
    border: 2px solid transparent;
    padding: 30px;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
}

@media (max-width: 1480px) {
    .learningCenteres__item {
        padding: calc(
                20px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__item:hover {
    -webkit-box-shadow: 0px 30px 30px rgba(92, 92, 92, 0.14);
    box-shadow: 0px 30px 30px rgba(92, 92, 92, 0.14);
    border-color: #B5D7FF;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.learningCenteres__item:hover .learningCenteres__item-title {
    text-decoration: underline;
}

.learningCenteres__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
    gap: 10px;
}

@media (max-width: 1480px) {
    .learningCenteres__item-head {
        margin-bottom: calc(
                25px + 20 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__item-img {
    width: 105px;
    height: 105px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1480px) {
    .learningCenteres__item-img {
        width: calc(
                75px + 30 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .learningCenteres__item-img {
        height: calc(
                75px + 30 *
                ((100vw - 390px) / 1090));
    }
}

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

.learningCenteres__item-title {
    font-weight: 700;
    font-size: 22px;
    color: #3A87FE;
    margin-bottom: 30px;
}

@media (max-width: 1480px) {
    .learningCenteres__item-title {
        font-size: calc(
                16px + 6 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .learningCenteres__item-title {
        margin-bottom: calc(
                15px + 15 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__item-desc {
    font-weight: 400;
    font-size: 18px;
    color: #797979;
}

@media (max-width: 1480px) {
    .learningCenteres__item-desc {
        font-size: calc(
                14px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__item-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.learningCenteres__item-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1480px) {
    .learningCenteres__item-link {
        width: calc(
                25px + 7 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .learningCenteres__item-link {
        height: calc(
                25px + 7 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__item-link.youtube_icon {
    background-color: #fff;
}

.learningCenteres__item-link.youtube_icon:hover path {
    fill: #FF0000;
}

.learningCenteres__item-link.telegram_icon:hover {
    background-color: #14AAFF;
}

.learningCenteres__item-link.facebook_icon:hover {
    background-color: #346AA9;
}

.learningCenteres__item-link:not(:last-child) {
    margin-right: 14px;
}

@media (max-width: 1480px) {
    .learningCenteres__item-link:not(:last-child) {
        margin-right: calc(
                7px + 7 *
                ((100vw - 390px) / 1090));
    }
}

.learningCenteres__btns {
    text-align: center;
    padding-bottom: 20px;
}

.learningCenteres__btns a {
    padding: 16px 60px;
}

/*LEARNING - CENTERES  - END*/
/*FEEDBACKS - START*/
.feedbacks__item {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.feedbacks__item:hover .feedbacks__item-title {
    text-decoration: underline;
}

.feedbacks__item:hover .feedbacks__item-desc {
    color: #575757;
}

.feedbacks__item:hover .feedbacks__item-img::before {
    background: rgba(0, 0, 0, 0.1);
}

.feedbacks__item:hover .feedbacks__item-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feedbacks__item-img {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 0 0;
    overflow: hidden;
    border-radius: 50%;
}

.feedbacks__item-img::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.feedbacks__item-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.feedbacks__item-content {
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
    padding: 30px 20px 20px 35px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 60px rgba(41, 44, 124, 0.1);
    box-shadow: 2px 4px 60px rgba(41, 44, 124, 0.1);
    border-radius: 5px 60px 60px 60px;
    overflow: hidden;
    z-index: 4;
}

.feedbacks__item-content::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 100%;
    background-color: #3A87FE;
    top: 0;
    left: 0;
}

.feedbacks__item-even .feedbacks__item-content::before {
    background-color: #2EB122 !important;
}

.feedbacks__item-title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 1480px) {
    .feedbacks__item-title {
        font-size: calc(
                14px + 6 *
                ((100vw - 390px) / 1090));
    }
}

.feedbacks__item-desc {
    padding-left: 10px;
    border-left: 1px solid #BDBDD1;
    margin-bottom: 30px;
}

.feedbacks__item-text {
    font-size: 17px;
    color: #999999;
}

@media (max-width: 1480px) {
    .feedbacks__item-text {
        font-size: calc(
                11px + 6 *
                ((100vw - 390px) / 1090));
    }
}

.feedbacks .feedbacksSwiper-btns {
    width: 150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    border: 2px solid #fff;
    border-radius: 60px;
}

@media screen and (max-width: 768px) {
    .feedbacks .feedbacksSwiper-btns {
        display: none;
    }
}

.feedbacks .feedbacksSwiper .feedbacksSwiper-next svg {
    position: absolute;
    top: 55%;
    left: 56%;
    -webkit-transform: translate(-55%, -56%);
    transform: translate(-55%, -56%);
}

.feedbacks .feedbacksSwiper .feedbacksSwiper-prev svg {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
}

.feedbacks .feedbacksSwiper-btn {
    position: relative;
    width: 37px;
    height: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(173, 173, 173, 0.05);
    box-shadow: 0px 3px 3px rgba(173, 173, 173, 0.05);
    border-radius: 50%;
}

.feedbacks .feedbacksSwiper-btn:hover {
    background-color: #3A87FE;
}

.feedbacks .feedbacksSwiper-btn:hover path {
    fill: #fff;
}

/*FEEDBACKS - END*/
/* MABILEAPP - START */
.mabileapp__store {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .mabileapp__store {
        padding-bottom: 0;
    }
}

.mabileapp__store-user {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    .mabileapp__store-user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mabileapp__store-user_col {
    padding: 10px;
    width: 48%;
}

@media screen and (max-width: 768px) {
    .mabileapp__store-user_col {
        width: 70%;
        margin: 0 auto;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 570px) {
    .mabileapp__store-user_col {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mabileapp__store-user_col:nth-child(1) {
        margin-bottom: 40px;
    }
}

.mabileapp__img {
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mabileapp__img {
        text-align: center;
    }
}

.mabileapp__img img {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .mabileapp__img img {
        position: relative;
        bottom: 0px;
    }
}

.mabileapp__item {
    width: 100%;
    height: 100%;
    background: #EBEBEB;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.9), 4px 4px 16px rgba(99, 99, 99, 0.3);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.9), 4px 4px 16px rgba(99, 99, 99, 0.3);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

@media screen and (max-width: 1200px) {
    .mabileapp__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mabileapp__item-content {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .mabileapp__item-content {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mabileapp__item-content_down {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .mabileapp__item-content_down {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.mabileapp__item-content_down svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.mabileapp__item-content_down svg:hover g path {
    fill: #3A87FE !important;
}

.mabileapp__item-content_down svg:hover path {
    fill: #fff;
}

@media screen and (max-width: 1200px) {
    .mabileapp__item-content_user {
        text-align: center;
        margin-right: 15px;
    }
}

.mabileapp__item-content_user-title {
    font-family: "Literal", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #3A87FE;
}

@media (max-width: 1480px) {
    .mabileapp__item-content_user-title {
        font-size: calc(
                30px + 20 *
                ((100vw - 390px) / 1090));
    }
}

.mabileapp__item-content_user-desc {
    font-family: "Literal", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #999999;
}

@media (max-width: 1480px) {
    .mabileapp__item-content_user-desc {
        font-size: calc(
                14px + 6 *
                ((100vw - 390px) / 1090));
    }
}

/*MABILEAPP - END*/
/* ABOUTPROJECT - START */
.aboutproject__item {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width: 1480px) {
    .aboutproject__item {
        padding: calc(
                20px + 5 *
                ((100vw - 390px) / 1090));
    }
}

.aboutproject__item:hover {
    -webkit-box-shadow: 0px 14px 23px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 14px 23px 0px rgba(34, 60, 80, 0.2);
}

.aboutproject__item:hover .aboutproject__desc-left_progrf {
    color: #000000;
}

.aboutproject__item-content {
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 50px;
}

@media (max-width: 1480px) {
    .aboutproject__item-content {
        padding-left: calc(
                30px + 40 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .aboutproject__item-content {
        padding-right: calc(
                30px + 40 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .aboutproject__item-content {
        padding-top: calc(
                30px + 20 *
                ((100vw - 390px) / 1090));
    }
}

.aboutproject__item-content_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.aboutproject__item-content_title .aboutproject__title-left {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 39px;
}

@media (max-width: 1480px) {
    .aboutproject__item-content_title .aboutproject__title-left {
        width: calc(
                50px + 39 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .aboutproject__item-content_title .aboutproject__title-left {
        height: calc(
                50px + 39 *
                ((100vw - 390px) / 1090));
    }
}

.aboutproject__item-content_title .aboutproject__title-left img {
    width: 47px;
    height: 47px;
}

@media (max-width: 1480px) {
    .aboutproject__item-content_title .aboutproject__title-left img {
        width: calc(
                26px + 21 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .aboutproject__item-content_title .aboutproject__title-left img {
        height: calc(
                26px + 21 *
                ((100vw - 390px) / 1090));
    }
}

.aboutproject__item-content_title .aboutproject__title-right h1 {
    font-family: "Literal", sans-serif;
    font-weight: 800;
    color: #000000;
    font-size: 40px;
    line-height: 130%;
}

@media (max-width: 1480px) {
    .aboutproject__item-content_title .aboutproject__title-right h1 {
        font-size: calc(
                22px + 18 *
                ((100vw - 390px) / 1090));
    }
}

.aboutproject__item-content_title .aboutproject__title-right h1 span {
    color: #3A87FE;
}

.aboutproject__item-content_desc {
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutproject__item-content_desc .aboutproject__desc-left {
    padding-right: 20px;
}

.aboutproject__item-content_desc .aboutproject__desc-left_progrf {
    font-family: "Literal", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #999999;
    -webkit-transition: .4s;
    transition: .4s;
}

.aboutproject__item-content_desc .aboutproject__desc-right_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3A87FE;
    padding: 18px 30px;
    border-radius: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

.aboutproject__item-content_desc .aboutproject__desc-right_btn .btn-text {
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.aboutproject__item-content_desc .aboutproject__desc-right_btn .btn-icon path {
    fill: #fff;
}

/*RESPONSIVE ABOUTPROJECT START*/
@media screen and (max-width: 1022px) {
    .aboutproject__item-content {
        padding: 0 29px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1022px) and (max-width: 768px) {
    .aboutproject__item-content_title .aboutproject__title-left {
        width: 50px;
        height: 50px;
    }

    .aboutproject__item-content_title .aboutproject__title-left img {
        width: 26px;
    }

    .aboutproject__item-content_title .aboutproject__title-right h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1022px) {
    .aboutproject__item-content_desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .aboutproject__item-content_desc .aboutproject__desc-left p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1022px) and (max-width: 768px) {
    .aboutproject__item-content_desc .aboutproject__desc-left p {
        font-size: 13px;
    }
}

/* FOOTER - START */
.footer {
    background-color: #fff;
    padding-top: 32px;
}

.footer__title-profession {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.footer__title-profession_text p {
    margin: 0;
    padding-left: 80px;
    font-family: "Literal", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
}

@media (max-width: 1480px) {
    .footer__title-profession_text p {
        padding-left: calc(
                40px + 40 *
                ((100vw - 390px) / 1090));
    }
}

.footer__title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__title-list_references-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: left;
}

.footer__title-list_references-link ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: left;
}

.footer__title-list_references-link ul li {
    padding-top: 19px;
    padding-right: 65px;
    list-style: none;
    margin: 0;
}

.footer__title-list_references-link ul li a {
    font-family: "Literal", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #9A9A9A;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer__title-list_references-link ul li a:hover {
    color: #003A7D;
}

.footer__title-list_social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__title-list_social-network div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ACACAC;
    margin: 0 12px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer__title-list_social-network a{
    display: flex;
}

.footer__title-list_social-network .footer_icon-telegram:hover {
    background-color: #14AAFF;
}

.footer__title-list_social-network .footer_icon-facebook:hover {
    background-color: #346AA9;
}

.footer__title-list_social-network .footer_icon-twitter:hover {
    background-color: #00BAF4;
}

.footer__title-list_social-network .footer_icon-instagram:hover {
    background: linear-gradient(159deg, #b617dd 3.41%, #fc157b 86.36%);
}

/*FOOTER RESPONSIVE START*/
@media only screen and (max-width: 1330px) {
    .footer__title-list_references-link {
        width: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__title-list {
        display: block;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1080px) {
    .footer__title-list_references-link ul li {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 810px) {
    .footer__title-list_references-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: left;
        width: 100%;
    }

    .footer__title-list_references-link ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__title-list_references-link ul li {
        width: 50%;
        padding-right: 0;
    }
}

/*FOOTER RESPONSIVE END*/
/* DOOTER - END */
.modal {
    z-index: 1062;
}

.modal-content {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 30px;
    font-family: "Literal", sans-serif;
    line-height: 130%;
    font-style: normal;
}

.modal-footer {
    border-top: 0;
}

.modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .modal__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.modal__title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

@media (max-width: 1480px) {
    .modal__title {
        font-size: calc(
                20px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.modal__subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 1480px) {
    .modal__subtitle {
        font-size: calc(
                14px + 2 *
                ((100vw - 390px) / 1090));
    }
}

.modal__text {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
    color: #797979;
}

.modal__form label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}

.modal__form input {
    width: 100%;
    border: 1px solid #ABABAB;
    border-radius: 15px;
    padding: 12px;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #ABABAB;
}

.modal__form-group {
    margin-bottom: 10px;
}

.modal__btn {
    border-radius: 15px;
    width: 100%;
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px;
}

.modal__btn:hover {
    background-color: initial;
}

.modal__btn-green {
    background-color: #1FC703;
}

.modal__btn-green:hover {
    background-color: #1FC703;
}

.modal__btn-red {
    background-color: #F63224;
}

.modal__btn-red:hover {
    background-color: #F63224;
}

.modal__btn-blue {
    background-color: #3A87FE;
}

.modal__btn-blue:hover {
    background-color: #3A87FE;
}

.modal__btn-transparent {
    background-color: transparent;
    border: 1px solid #BBBBBB;
    color: #000000;
}

.modal__btn-transparent:hover {
    background-color: transparent;
    color: #000000;
}

.modal__buy {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.modal__buy .modal-dialog {
    max-width: unset;
}

.modal__buy .modal-content {
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.modal__buy-item {
    background: #DDEAFF;
    -webkit-box-shadow: -2px -2px 5px 5px #FFFFFF, 2px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: -2px -2px 5px 5px #FFFFFF, 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal__buy-img {
    width: 105px;
    height: 68px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.modal__buy-text {
    font-size: 14px;
    color: #797979;
    margin-bottom: 6px;
}

.modal__buy-text a {
    color: #797979;
}

.modal__buy-name {
    font-size: 18px;
    color: #000000;
}

.modal__buy-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

@media screen and (max-width: 768px) {
    .modal__buy-check {
        margin-bottom: 15px;
    }
}

.modal__buy .form-check-label {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.modal__buy .form-check-label .label-img {
    width: 115px;
    height: 115px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__buy .form-check-label .label-img img{
    width: 100%;
}

@media (max-width: 1480px) {
    .modal__buy .form-check-label .label-img {
        height: calc(
                45px + 70 *
                ((100vw - 390px) / 1090));
    }
}

/* CO0URSECATALOG - START */
.coursecatalog {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.coursecatalog__title {
    text-align: left;
}

.coursecatalog__sidebar {
    background: #F3F3F3;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.coursecatalog__sidebar .form-check {
    padding: 15px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coursecatalog__sidebar .form-check:hover {
    background-color: #3A87FE !important;
}

.coursecatalog__sidebar .form-check:hover .form-check-label {
    color: #fff;
}

.coursecatalog__sidebar .form-check:hover .form-check-input {
    border: 1px solid #fff;
}

.coursecatalog__sidebar .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
}

.coursecatalog__sidebar .form-check-input:checked {
    background-color: #1FC703;
    border-color: #1FC703;
}

.coursecatalog__sidebar .form-check-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #000000;
    cursor: pointer;
}

.coursecatalog__sidebar-title {
    padding-left: 25px;
}

.coursecatalog__sidebar-title p {
    font-weight: 700;
    color: #726F6F;
}

.coursecatalog__sidebar .price-range {
    padding: 20px 25px;
    display: block;
}

.coursecatalog__sidebar .price-range-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10%;
}

.coursecatalog__sidebar .price-range-inputs input[type=range] {
    width: 100%;
    margin: 7px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]:focus {
    outline: none;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-webkit-slider-runnable-track {
    background: #3A87FE;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-webkit-slider-thumb {
    margin-top: -7.2px;
    width: 15px;
    height: 15px;
    background: #3A87FE;
    border: 1px solid #3A87FE;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-moz-range-track {
    background: #3A87FE;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #3A87FE;
    border: 1px solid #3A87FE;
    border-radius: 10px;
    cursor: pointer;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 8px 0;
    color: transparent;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-ms-fill-lower {
    background: #2178fe;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-ms-fill-upper {
    background: #3A87FE;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]::-ms-thumb {
    width: 15px;
    height: 15px;
    background: #3A87FE;
    border: 1px solid #3A87FE;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]:focus::-ms-fill-lower {
    background: #3A87FE;
}

.coursecatalog__sidebar .price-range-inputs input[type=range]:focus::-ms-fill-upper {
    background: #5396fe;
}

@supports (-ms-ime-align: auto) {
    .coursecatalog__sidebar .price-range-inputs input[type=range] {
        margin: 0;
    }
}

.coursecatalog__sidebar .price-range-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.coursecatalog__sidebar .price-range-labels label {
    width: 45%;
    border: 1px solid #969696;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000000;
}

.coursecatalog__btn {
    text-align: center;
}

.coursecatalog__btn .btn {
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5px 15px;
}

.coursecatalog__btn .btn:hover {
    background-color: #3A87FE;
}

.coursecatalog__right {
    padding-left: 30px;
}

@media screen and (max-width: 1150px) {
    .coursecatalog__right {
        padding-left: 0;
    }
}

.coursecatalog__right .btn-filtr {
    display: none;
    border: 1px solid #878787;
    margin-right: 15px;
}

@media screen and (max-width: 1150px) {
    .coursecatalog__right .btn-filtr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.coursecatalog__right .btn-filtr:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coursecatalog__right .btn-filtr:hover .btn-text {
    color: #000000;
}

.coursecatalog__search {
    border: 1px solid #D5D5D5;
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 12px;
    margin-bottom: 60px;
    overflow: hidden;
}

.coursecatalog__search input,
.coursecatalog__search button {
    background-color: transparent;
    border: 0;
    outline: none;
    color: #898686;
}

.coursecatalog__search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coursecatalog__search input::-webkit-input-placeholder {
    color: #898686;
}

.coursecatalog__search input:-ms-input-placeholder {
    color: #898686;
}

.coursecatalog__search input::-ms-input-placeholder {
    color: #898686;
}

.coursecatalog__search input::placeholder {
    color: #898686;
}

.coursecatalog__search:focus-within {
    background-color: #fff;
    -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.coursecatalog__search:focus-within button path {
    fill: #3A87FE;
}

@media screen and (max-width: 578px) {
    .coursecatalog__btn-group {
        display: none;
    }
}

.coursecatalog__btn-group .btn-circle {
    border: 1px solid #878787;
    border-radius: 90px;
    padding: 10px 20px;
    font-size: 14px;
    color: #000000;
}

.coursecatalog__btn-group .btn-circle:hover {
    background-color: #3A87FE;
    color: #fff;
}

.coursecatalog__btn-group .btn-outline-primary:active, .coursecatalog__btn-group .btn-outline-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.coursecatalog__btn-group-item {
    margin-right: 20px;
}

.coursecatalog__btn-group-item .dropdown_menu {
    width: auto;
    height: 40px;
    border: 1px solid;
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.coursecatalog__card {
    background-color: transparent;
    border: none;
}

.coursecatalog__card:hover .coursecatalog__card-link {
    background-color: #3A87FE;
    color: #fff;
}

.coursecatalog__card:hover .coursecatalog__card-link path {
    fill: #fff;
}

.coursecatalog__card:hover .img__header::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.coursecatalog__card:hover .coursecatalog__card-price {
    text-decoration: underline;
}

.coursecatalog__card-row {
    margin-top: 0;
    margin-bottom: 60px;
}

.coursecatalog__card .img__header {
    position: relative;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.coursecatalog__card .img__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.coursecatalog__card .img__header-icon {
    position: absolute;
    right: 18px;
    bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
}

.coursecatalog__card .img__header-icon .star-white svg {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
}

.coursecatalog__card .img__header-icon .star-red svg {
    fill: #F63224;
}

.coursecatalog__card-views {
    -webkit-column-gap: 5px;
    column-gap: 5px;
}

.coursecatalog__card-text {
    color: #797979;
    margin: 0;
    padding: 0;
}

.coursecatalog__card-title {
    margin-top: 10px;
    color: #000000;
}

.coursecatalog__card-price {
    color: #3A87FE;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    margin: 0;
}

.coursecatalog__card-price-red {
    color: #F63224;
}

.coursecatalog__card-link {
    background-color: #fff;
    color: #797979;
    padding: 7px 14px;
    border-radius: 20px;
}

.coursecatalog__card .card-body {
    padding: 0;
}

.coursecatalog__left {
    width: 25%;
}

@media screen and (max-width: 1150px) {
    .coursecatalog__left {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding: 30px 25px;
    }
}

/* CO0URSECATALOG - END */
.custom-select p {
    margin: 0;
    padding: 0;
}

.custom-select__body {
    width: 30px;
    height: auto;
    border: 1px solid black;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: #FFFFFF;
}

.custom-select__header {
    overflow: hidden;
    width: 84px;
    height: 40px;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-select__header_size {
    width: 60%;
}

.custom-select__header_seeing {
    width: 50%;
    height: 100%;
    border-radius: 20px;
    background-color: #2178fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.custom-select__header_seeing img {
    width: 25px;
}

.course__title {
    text-align: left;
}

.course__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (max-width: 1480px) {
    .course__row {
        margin-bottom: calc(
                25px + 25 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 992px) {
    .course__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.course__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.course__author-img {
    width: 105px;
    height: auto;
    margin-right: 25px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 1480px) {
    .course__author-img {
        width: calc(
                60px + 45 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__author-img {
        height: calc(
                60px + 45 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__author-img {
        margin-right: calc(
                20px + 5 *
                ((100vw - 390px) / 1090));
    }
}

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

.course__author-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.course__author-name {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
}

@media (max-width: 1480px) {
    .course__author-name {
        font-size: calc(
                14px + 8 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 992px) {
    .course__info {
        margin-bottom: 30px;
    }
}

.course__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.course__info-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.course__info-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.course__info-item-dots {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 2px dotted #797979;
}

.course__info-item-label {
    margin: 0 5px;
}

@media screen and (max-width: 1400px) {
    .course__video {
        height: 320px;
        margin-bottom: 30px;
    }
}

.course__video .video-js {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.course__video .vjs-poster {
    background-size: cover;
}

.course__sidebar {
    background: #F3F3F3;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    padding: 30px;
}

@media screen and (max-width: 992px) {
    .course__sidebar {
        margin: 0 auto;
    }
}

.course__sidebar-title .course__sidebar-text {
    text-align: center;
}

.course__sidebar-text {
    font-weight: 400;
    font-size: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #B8B3B3;
}

.course__sidebar-price {
    font-weight: 700;
    font-size: 25px;
}

@media (max-width: 1480px) {
    .course__sidebar-price {
        font-size: calc(
                18px + 7 *
                ((100vw - 390px) / 1090));
    }
}

.course__sidebar-price-blue {
    color: #3A87FE;
}

.course__sidebar-price-red {
    color: #F63224;
}

.course__sidebar-item {
    margin-bottom: 15px;
}

.course__sidebar-item .course__sidebar-text {
    color: #000000;
    text-decoration: none;
}

.course__sidebar-item-icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.course__sidebar-btn {
    background: #3A87FE;
    color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    padding: 16px 0;
}

.course__sidebar-btn:hover {
    background: #F3F3F3;
}

.course__sidebar-btn:hover .btn-text {
    color: #3A87FE !important;
}

.course__tabs .nav-tabs {
    border-bottom: 1px solid #C0C0C0;
}

.course__tabs .nav-link {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 130%;
    color: #878787;
    border: 0;
}

@media (max-width: 1480px) {
    .course__tabs .nav-link {
        font-size: calc(
                12px + 6 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__tabs .nav-link {
        padding-left: calc(
                8px + 8 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__tabs .nav-link {
        padding-right: calc(
                8px + 8 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__tabs .nav-link {
        padding-bottom: calc(
                4px + 4 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .course__tabs .nav-link {
        padding-top: calc(
                4px + 4 *
                ((100vw - 390px) / 1090));
    }
}

.course__tabs .nav-link.active {
    color: #000000;
    border-bottom: 2px solid #3A87FE;
    background-color: transparent;
}

.course__accardion .course__info-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

.course__requirements-text {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.courseVideo__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media screen and (max-width: 1150px) {
    .courseVideo__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.courseVideo__title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
    .courseVideo__title .title {
        width: 100%;
        text-align: left;
    }
}

.courseVideo__title .title h1 {
    margin-bottom: 0;
    margin-right: 40px;
}

.courseVideo__title .views-text {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #797979;
}

.courseVideo__title .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.courseVideo__title-contentBtn {
    display: none;
}

@media screen and (max-width: 1150px) {
    .courseVideo__title-contentBtn {
        display: block;
    }
}

.courseVideo__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .courseVideo__title-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.courseVideo__title-block .stars {
    margin-right: 24px;
}

@media screen and (max-width: 900px) {
    .courseVideo__title-block .stars {
        margin-right: 0;
    }
}

.courseVideo__title-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1150px) {
    .courseVideo__title-btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

.courseVideo__title-btn .btn {
    background: #F3F3F3;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.courseVideo__title-btn .btn:hover {
    background-color: #3A87FE;
}

.courseVideo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.courseVideo__sidebar {
    width: 20%;
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1150px) {
    .courseVideo__sidebar {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }
}

.courseVideo__sidebar .course__info-item:hover {
    text-decoration: underline;
    color: #797979;
}

.courseVideo__sidebar .course__info-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

.courseVideo__sidebar .accordion-button::after {
    left: 10px;
}

.courseVideo__sidebar .accordion-item:nth-child(odd) .accordion-button {
    background-color: #fff;
}

.courseVideo__sidebar .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background: #DDEAFF;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.courseVideo__sidebar .accordion-body {
    background: #DDEAFF;
}

.courseVideo__video {
    width: 75%;
}

@media screen and (max-width: 1150px) {
    .courseVideo__video {
        width: 100%;
    }
}

.courseVideo__video-block {
    width: 100%;
    height: 700px;
    margin-bottom: 30px;
}

@media (max-width: 1480px) {
    .courseVideo__video-block {
        height: calc(
                215px + 485 *
                ((100vw - 390px) / 1090));
    }
}

.courseVideo__video-block .video-js {
    width: 100%;
    height: 100%;
}

.courseVideo__video-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.courseVideo__video-btns .btn {
    background: #2EB122;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 15px;
}

.courseVideo__video-btns .btn-text {
    color: #fff;
    margin: 0 20px;
}

.courseVideo__video-btns .btn:hover {
    background: #0F7A05;
}

.test__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
}

.test__title-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .test__title-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .test__title-right .stars,
    .test__title-right .views {
        margin: 0 !important;
    }

    .test__title-right .star-red {
        width: 8px !important;
        height: 8px !important;
    }
}

.test__title .title {
    margin-bottom: 0;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .test__title .title {
        width: 70%;
    }
}

.test__title .title h1 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #8D8D8D;
}

.test__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .test__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.test__sidebar {
    width: 20%;
}

@media screen and (max-width: 1200px) {
    .test__sidebar {
        width: 30%;
        margin: 0 auto 50px auto;
    }
}

@media screen and (max-width: 900px) {
    .test__sidebar {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .test__sidebar {
        width: 70%;
    }
}

@media screen and (max-width: 578px) {
    .test__sidebar {
        width: 90%;
    }
}

.test__sidebar .course__sidebar-title p {
    font-weight: 700;
    text-decoration: none;
    color: #676767;
}

.test__block {
    /*width: 75%;*/
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .test__block {
        width: 100%;
    }
}

.test__tabs {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.test__tabs .nav {
    border-bottom: none;
    margin-bottom: 25px;
}

.test__tabs .nav-item:not(:last-child) {
    margin-right: 20px;
}

.test__tabs .nav-link {
    background: #F3F3F3;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

@media (max-width: 1480px) {
    .test__tabs .nav-link {
        font-size: calc(
                16px + 4 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 720px) {
    .test__tabs .nav-link {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.test__tabs .nav-link.active {
    background: #3A87FE;
    color: #fff;
}

.test__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    padding: 15px;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 30px;
}

.test__question-number {
    padding: 8px 18px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2EB122;
    border-radius: 5px;
    margin-right: 30px;
}

.test__question-number p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.test__question-text {
    font-size: 14px;
    color: #000000;
}

.test__answers {
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
}

.test__answers .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.test__answers .form-check-input {
    position: relative;
    padding: 8px 18px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #D9D9D9;
    border-radius: 5px;
    margin-right: 20px;
    background-image: unset;
    cursor: pointer;
}

.test__answers .form-check-input::after {
    content: attr(data-option-name);
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.test__answers .form-check-input:checked {
    background-image: unset;
    background: #2EB122;
    border-color: #2EB122;
}

.test__answers .form-check-input:checked::after {
    color: #fff;
}

.test__answers .form-check-input:checked + .form-check-label {
    /*text-decoration: underline;*/
}

.test__answers .form-check-input:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.test__answers .form-check-label {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    width: 100%;
}

.test__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 590px) {
    .test__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test__btns .test__time {
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 30px auto 0 auto;
    }
}

.test__btns .btn {
    background: #2EB122;
    border: 2px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 15px;
}

.test__btns .btn-text {
    color: #fff;
}

.test__btns .btn:hover {
    background: #0F7A05;
}

.test__btns .btn:disabled {
    background: #F3F3F3;
}

.test__btns .btn:disabled .btn-text {
    color: #5E5E5E;
}

.test__btns .btn:disabled path {
    fill: #5E5E5E;
}

.test__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 10px 15px;
}

.test__time-icon {
    margin-right: 15px;
}

.test__time-text {
    font-size: 22px;
    color: #3A87FE;
}

.test__result {
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 25px;
}

.test__result-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #8D8D8D;
}

.test__result .progress {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

.test__result .progress-bar {
    height: 100%;
}

.test__result .progress-bar-wrap {
    height: 35px;
    width: 100%;
}

.test__result .progress-bar-correct {
    background-color: #2EB122;
}

.test__result .progress-bar-wrong {
    background-color: #F63224;
}

.test__result .progress-bar-time {
    background-color: #FEB03A;
}

.test__result .progress-text {
    width: 10%;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
    padding: 5px 0 5px 15px;
}

@media (max-width: 1480px) {
    .test__result .progress-text {
        font-size: calc(
                16px + 4 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 768px) {
    .test__result .progress-text {
        width: 20%;
    }
}

.test__result-info {
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
}

@media screen and (max-width: 900px) {
    .test__result-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.test__result-info p {
    font-size: 15px;
    text-align: center;
    color: #797979;
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .test__result-info p {
        margin-bottom: 15px;
    }
}

.test__result-info p span {
    color: #3A87FE;
}

.test__result-info .btn {
    border-radius: 7px;
    background: #3A87FE;
    color: #fff;
}

.test__controls .btn:first-child {
    margin-right: 16px;
}

@media (max-width: 1480px) {
    .test__controls .btn:first-child {
        margin-right: calc(
                6px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.profile {
    margin-top: 135px;
    font-family: "Literal", sans-serif;
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
}

.profile__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    height: 120px;
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-left: 50px;
    margin-bottom: 40px;
}

@media (max-width: 1480px) {
    .profile__header {
        margin-bottom: calc(
                30px + 10 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 768px) {
    .profile__header {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
}

.profile__header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .profile__header-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile__header-row:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .profile__header-row .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.profile__img, .profile__content {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.profile__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    background: #F3F3F3;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .profile__img {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.profile__btn {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border: 0;
}

.profile .title {
    margin-right: 24px;
}

@media screen and (max-width: 768px) {
    .profile .title {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .profile .views {
        margin-bottom: 10px;
    }
}

.profile .views-text {
    color: #797979;
}

.profile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .profile__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile__sidebar {
    width: 20%;
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .profile__sidebar {
        width: 25%;
        margin-right: 20px;
    }
}

@media screen and (max-width: 900px) {
    .profile__sidebar {
        width: 30%;
        margin: 0 auto 45px auto;
    }
}

@media screen and (max-width: 768px) {
    .profile__sidebar {
        width: 100%;
    }
}

.profile__sidebar .nav-link {
    position: relative;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    color: #000000;
    padding-left: 60px;
}

.profile__sidebar .nav-link.active {
    background-color: #DDEAFF;
    color: #000000;
}

.profile__sidebar .nav-link.active::before {
    border: 6px solid #1FC703;
}

.profile__sidebar .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
}

.profile__tabs {
    width: 75%;
}

@media screen and (max-width: 900px) {
    .profile__tabs {
        width: 100%;
    }
}

.profile__form .input-group-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    background: #E2E2E2;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
    padding: 12px 24px;
    color: #727272;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .profile__form .input-group-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        padding: 10px;
    }
}

.profile__form .input-group-btn .input-text {
    font-size: 14px;
    padding: 12px 24px;
    color: #727272;
}

.profile__form .input-group-btn .btn {
    width: 100%;
    border-radius: 10px;
    background-color: #3A87FE;
    padding: 14px 0;
    color: #fff;
}

.profile__form .form-control,
.profile__form .form-select {
    font-size: 14px;
    color: #000000;
}

.profile__form .form-control:focus,
.profile__form .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news__title {
    text-align: left;
}

/* NEWS__ROW - START */
.news__row-card {
    overflow: hidden;
}

.news__row-card p {
    color: #545454;
}

.news__row-card_header {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.news__row-card_header img {
    width: 100%;
}

.news__row-card_body {
    padding: 5px 11px;
}

.news__row-card_body-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-bottom: 17px;
}

.news__row-card_body-views_left, .news__row-card_body-views_right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news__row-card_body-views_left p, .news__row-card_body-views_right p {
    margin: 0;
    padding-left: 11px;
}

.news__row-card_body-views_left svg path, .news__row-card_body-views_right svg path {
    -webkit-transition: .3s;
    transition: .3s;
}

.news__row-card_body-title .news_card-title {
    font-family: "Averta-Regular", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.news__row-card:hover .news_svg path {
    fill: #3A87FE;
}

.news__row-card:hover .news_card-title {
    color: black;
    text-decoration: underline;
}

.news__row-card:hover .news__row-card_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.35;
}

/*RESPONSIVE START*/
@media screen and (max-width: 1150px) {
    .coursecatalog__search {
        width: 80% !important;
    }
}

@media screen and (max-width: 1150px) {
    .coursecatalog__search {
        width: 100% !important;
    }

    .news__title {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/*RESPONSIVE END*/
/* NEWS__ROW - END */
.news__detail {
    width: 50%;
    margin: auto;
}

.news__detail_title {
    margin-bottom: 35px;
}

.news__detail_title p {
    margin: 0;
}

.news__detail_title-col h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: #3A87FE;
    padding-bottom: 15px;
}

.news__detail_title-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news__detail_title-views p {
    color: #797979;
}

.news__detail_title-views_left {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news__detail_title-views_left p {
    padding-left: 5px;
}

.news__detail_title-views_middle {
    cursor: pointer;
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news__detail_title-views_middle p {
    padding-left: 5px;
}

.news__detail_title-views_right {
    cursor: pointer;
}

.news__detail_title-views_right .news__socialnetworks {
    width: 100px;
    border-radius: 10px;
    padding: 0 10px;
    position: absolute;
}

.news__detail_title-views_right .news__socialnetworks:hover {
    background-color: #FFFFFF;
}

.news__detail_title-views_right .news__socialnetworks:hover .news__socialnetworks_body {
    display: block;
}

.news__detail_title-views_right .news__socialnetworks p {
    padding-left: 5px;
}

.news__detail_title-views_right .news__socialnetworks_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news__detail_title-views_right .news__socialnetworks_body {
    padding: 10px 0;
    display: none;
}

.news__detail_title-views_right .news__socialnetworks_body a {
    color: #797979;
    padding: 5px 0;
    font-size: 12px;
}

.news__detail_title-views_right .news__socialnetworks_body a:hover {
    color: #3A87FE;
}

.news__detail_about {
    background: #F3F3F3;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: -4px -4px 10px 5px #FFFFFF, 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: auto;
}

.news__detail_about-header img {
    width: 100%;
}

.news__detail_about-body {
    padding: 50px 43px;
}

.news__detail_about-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.profile-img {
    display: none;
    width: 100%;
    height: 100%;
}

/*RESPONSIVE START*/
@media only screen and (max-width: 900px) {
    .news__detail {
        width: 70%;
    }

    .news__detail_title-col h1 {
        font-size: 23px;
    }

    .news__detail_about-body {
        padding: 17px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .news__detail {
        width: 100%;
    }

    .news__detail_title-col h1 {
        font-size: 23px;
    }

    .news__detail_about-body {
        padding: 17px 20px;
    }

    .btnTicon {
        display: none;
    }
}

/*RESPONSIVE END*/
.communication {
    width: 80%;
}

@media screen and (max-width: 1320px) {
    .communication {
        width: 100%;
    }
}

@media screen and (max-width: 935px) {
    .communication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.communication__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 935px) {
    .communication__row {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.communication__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

@media screen and (max-width: 935px) {
    .communication__link:not(:last-child) {
        margin-bottom: 20px;
    }
}

.communication__link p {
    margin: 0;
    padding: 0;
}

.communication__link h3 {
    margin: 0;
}

.communication__link_left {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #3A87FE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1480px) {
    .communication__link_left {
        width: calc(
                25px + 25 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .communication__link_left {
        height: calc(
                25px + 25 *
                ((100vw - 390px) / 1090));
    }
}

.communication__link_left-col {
    background-color: transparent;
}

.communication__link_right {
    padding-left: 20px;
}

.communication__link_right h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
    color: #000000;
}

@media (max-width: 1480px) {
    .communication__link_right h3 {
        font-size: calc(
                15px + 8 *
                ((100vw - 390px) / 1090));
    }
}

.communication__link_right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #545454;
}

.communication__maps {
    margin-top: 94px;
    margin-bottom: 52px;
}

@media screen and (max-width: 935px) {
    .communication__maps {
        margin: 0;
    }

    .communication__maps iframe {
        width: 100%;
        height: 435px;
    }
}

.trainingcenter .learningCenteres__item {
    max-height: 250px;
    margin-bottom: 40px;
    cursor: pointer;
}

.trainingcenter .learningCenteres__item-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
}

@media (max-width: 1480px) {
    .trainingcenter .learningCenteres__item-head {
        margin-bottom: calc(
                15px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.trainingcenter .learningCenteres__item-title {
    font-weight: 700;
    font-size: 18px;
    color: #3A87FE;
    margin-bottom: 20px;
}

@media (max-width: 1480px) {
    .trainingcenter .learningCenteres__item-title {
        font-size: calc(
                14px + 4 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .trainingcenter .learningCenteres__item-title {
        margin-bottom: calc(
                10px + 10 *
                ((100vw - 390px) / 1090));
    }
}

.trainingcenter .learningCenteres__item-img {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.trainingcenter .learningCenteres__item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #797979;
}

@media (max-width: 1480px) {
    .trainingcenter .learningCenteres__item-desc {
        font-size: calc(
                12px + 2 *
                ((100vw - 390px) / 1090));
    }
}

.about__header {
    position: relative;
    height: 520px;
    margin-bottom: 50px;
    background: url(../images/about__header-bg2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1480px) {
    .about__header {
        height: calc(
                300px + 220 *
                ((100vw - 390px) / 1090));
    }
}

.about .breadcrumb-item {
    color: #fff !important;
}

.about .breadcrumb-item::before {
    color: #fff !important;
}

.about__title {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff;
}

@media (max-width: 1480px) {
    .about__title {
        font-size: calc(
                18px + 14 *
                ((100vw - 390px) / 1090));
    }
}

.about__img {
    position: absolute;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 100px 80px rgba(6, 53, 146, 0.07), 0px 41.7776px 33.4221px rgba(6, 53, 146, 0.0503198), 0px 22.3363px 17.869px rgba(6, 53, 146, 0.0417275), 0px 12.5216px 10.0172px rgba(6, 53, 146, 0.035), 0px 6.6501px 5.32008px rgba(6, 53, 146, 0.0282725), 0px 2.76726px 2.21381px rgba(6, 53, 146, 0.0196802);
    box-shadow: 0px 100px 80px rgba(6, 53, 146, 0.07), 0px 41.7776px 33.4221px rgba(6, 53, 146, 0.0503198), 0px 22.3363px 17.869px rgba(6, 53, 146, 0.0417275), 0px 12.5216px 10.0172px rgba(6, 53, 146, 0.035), 0px 6.6501px 5.32008px rgba(6, 53, 146, 0.0282725), 0px 2.76726px 2.21381px rgba(6, 53, 146, 0.0196802);
    border-radius: 50%;
}

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

.about__img-1 {
    width: 103px;
    height: 103px;
    top: 50%;
    left: 20%;
    z-index: 1;
}

@media (max-width: 1480px) {
    .about__img-1 {
        width: calc(
                25px + 78 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-1 {
        height: calc(
                25px + 78 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 768px) {
    .about__img-1 {
        top: 50%;
    }
}

@media screen and (max-width: 600px) {
    .about__img-1 {
        top: 65%;
    }
}

.about__img-2 {
    width: 55px;
    height: 55px;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 24.5%;
}

@media (max-width: 1480px) {
    .about__img-2 {
        width: calc(
                12px + 43 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-2 {
        height: calc(
                12px + 43 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 1800px) {
    .about__img-2 {
        left: 25.5%;
    }
}

@media screen and (max-width: 1200px) {
    .about__img-2 {
        left: 27.5%;
    }
}

@media screen and (max-width: 900px) {
    .about__img-2 {
        display: none;
    }
}

.about__img-3 {
    width: 117px;
    height: 117px;
    top: 20%;
    left: 42%;
}

@media (max-width: 1480px) {
    .about__img-3 {
        width: calc(
                25px + 92 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-3 {
        height: calc(
                25px + 92 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 768px) {
    .about__img-3 {
        top: 30%;
    }
}

@media screen and (max-width: 600px) {
    .about__img-3 {
        top: 45%;
    }
}

.about__img-4 {
    width: 62px;
    height: 62px;
    top: 37%;
    right: 29%;
}

@media (max-width: 1480px) {
    .about__img-4 {
        width: calc(
                14px + 48 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-4 {
        height: calc(
                14px + 48 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 1800px) {
    .about__img-4 {
        right: 30%;
    }
}

@media screen and (max-width: 1600px) {
    .about__img-4 {
        right: 32%;
    }
}

@media screen and (max-width: 1200px) {
    .about__img-4 {
        top: 35%;
    }
}

@media screen and (max-width: 900px) {
    .about__img-4 {
        display: none;
    }
}

.about__img-5 {
    width: 217px;
    height: 217px;
    top: 20%;
    right: 18%;
}

@media (max-width: 1480px) {
    .about__img-5 {
        width: calc(
                48px + 169 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-5 {
        height: calc(
                48px + 169 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 768px) {
    .about__img-5 {
        top: 30%;
    }
}

@media screen and (max-width: 600px) {
    .about__img-5 {
        top: 40%;
    }
}

.about__img-6 {
    width: 50px;
    height: 50px;
    top: 25%;
    right: 12%;
}

@media (max-width: 1480px) {
    .about__img-6 {
        width: calc(
                10px + 40 *
                ((100vw - 390px) / 1090));
    }
}

@media (max-width: 1480px) {
    .about__img-6 {
        height: calc(
                10px + 40 *
                ((100vw - 390px) / 1090));
    }
}

@media screen and (max-width: 900px) {
    .about__img-6 {
        display: none;
    }
}

.about__list {
    margin-bottom: 100px;
}

.about__list-item {
    position: relative;
    padding-left: 36px;
    margin-bottom: 30px;
}

.about__list-item:nth-child(2) {
    margin-left: 170px;
}

.about__list-item:nth-child(3) {
    margin-left: 70px;
}

.about__list-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
}

.about__list-text {
    font-family: "Literal", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
}

.btn-circle-active{
    color: #fff !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

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

.course__title h1{
    text-transform: unset;
}

.coursecatalog__card .card-img-top{
    height: 200px;
    object-fit: cover;
}

.profile__img .uploadImage{
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    border-radius: 50%;
}

.header__btns .dropdown{
    padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
}

.cursor-not-allowed{
    cursor: not-allowed;
}

.lesson-active .course__info-item-text{
    color: #000;
}

.comments{
    margin: 8px 0;
}

.test__tabs .nav-item{
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .about__list-item:nth-child(2) {
        margin-left: 80px;
    }

    .about__list-item:nth-child(3) {
        margin-left: 40px;
    }
}

.action-svg{
    width: 24px;
    height: auto;
}