@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important;
    }
}

/**
 * RWD PANEL
 */

@media screen and (min-width: 1140px) {
    .rwdPanel {
        display: none;
    }

    .rwdPanel-action-open,
    .rwdPanel-action-toggle {
        display: none !important;
    }
}

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

    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        /* Closed: */
        pointer-events: none;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

    header.stickable .rwdPanel {
        z-index: -1;
    }

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .rwdPanel-scrollLock body {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}

/**
 * RWD MENU
 */

.rwdMenu {
    font-size: 1rem;
}

.rwdMenu ul {
    display: block;
    width: 100%;
    padding: 0;
}

.rwdMenu:not(:first-child) > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu + .rwdMenu > ul {
    border-top: none;
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 46px;
    padding: 5px var(--container-padding);
    text-align: left;
    word-break: break-word;
    color: #000;
    border: none;
}

.rwdMenu li > *:first-child:hover {
    text-decoration: none;
}

.rwdMenu li.active > *:first-child {
    font-weight: 700;
    color: var(--color-secondary);
}

.rwdMenu > ul > li > *:first-child {
    text-transform: uppercase;
}

.rwdMenu > ul > li > ul {
    font-size: 0.875rem;
}

.rwdMenu > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 15px);
}

.rwdMenu > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 30px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 45px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 60px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 75px);
}

.rwdMenu li > *:first-child > .fa,
.rwdMenu li > *:first-child > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    flex-shrink: 0;
    margin: -9px 6px -9px -9px;
}

.rwdMenu li > *:first-child > .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rwdMenu li > *:first-child > .caption {
    flex: 1 0 0;
}

.rwdMenu li > *:first-child > .caption * {
    display: inline-block;
}

.rwdMenu li > *:first-child > .caption ~ * {
    margin-left: 10px;
}

.rwdMenu .rwdMenu-count {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rwdMenu .user-nav li + li:before {
    display: none;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.rwdPanel .social-list {
    margin: 15px 0;
    margin-left: 8px;
    text-align: center;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 15px 15px 15px 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 6px;
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}

.rwdButton > * {
    transition: all 0.5s;
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: #f00;
}

.rwdButton .animIcon--close span {
    background-color: #fff;
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
}

.rwdButton.active > .animIcon--close {
    opacity: 1;
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

/* --------------- BREAKPOINTS --------------- */
@media screen and (max-width: 1650px) {
    .circle {
        padding: 5px;
    }

    .row-content {
        margin: -5px;
    }
}

@media screen and (max-width: 1600px) {
    .header-top-inner {
        grid-template-columns: 0.8fr 1.2fr 1fr 1.5fr 0.5fr;
    }

    .about-us-box {
        padding: 10px;
    }

    .about-us-list {
        margin: -10px;
    }

    .advantage-inner .advantage-text {
        font-size: 17px;
        padding: 0 var(--space-40);
    }

    .course-box {
        padding: 10px;

    }

    .course-slider {
        margin: -10px;
    }

    .circle-title {
        font-size: 16px;
    }

    .info-title {
        font-size: 45px;
    }

    .slider-bigText, .slider-bigText .secondLine {
        font-size: 210px;
    }
}

@media screen and (max-width: 1540px) {
    #main-menu > ul > li > a{
        padding: 5px 20px;
    }
}
@media screen and (max-width: 1440px) {
    .contact-row:nth-child(1) {
        margin-top: -10px;
    }

    .row3 .row-content .circle {
        width: 50%;
    }

    .work-offer {
        padding: 5px;
    }

    .work-offer-list {
        margin: -5px;
    }

    .work-offer-bottom {
        padding: 0 15px 15px;
    }

    .section-left {
        padding-right: var(--space-40);
    }

    .info-boxes .section-inner:nth-child(2n) .section-left {
        padding-right: 0;
        padding-left: var(--space-40);
    }

    .contact-logo .img-wrapper {
        width: 95%;
    }

    .contact-left {
        min-width: 510px;
    }

    .contact-item {
        padding: 10px;
    }

    .contact-row {
        margin: 0 -10px;
    }

    .about-us-box-inner {
        padding: 10px;
    }

    .about-us-box .title {
        font-size: 18px;
    }

    #main-menu > ul > li > a {
        font-size: 15px;
    }

    .slider-bigText, .slider-bigText .secondLine {
        font-size: 170px;
    }

    .toggle-info .big-text {
        font-size: 160px;
    }

    .advantage-inner .advantage-text {
        font-size: 15px;
    }

    .box-bottom .title {
        font-size: 17px;
    }

    .important-info {
        padding-left: calc(var(--space-50) * 4);

    }

    .info-title {
        font-size: 40px;
    }

    .circle-caption {
        font-size: 18px;
    }

    .circle {
        padding: 10px;
    }

    .offer .row-content {
        margin: -10px;
    }

    .row5 .circle-content {
        padding: var(--space-25) 0;
    }

    .box-inner .caption {
        font-size: 13px;
    }

    .header-top-inner {
        font-size: 15px;
        grid-template-columns: 0.9fr 1.1fr 0.75fr 1.5fr 0.5fr;
    }

    .header-mail {
        margin-left: 5px;
    }

    .about-us-box .top .subtitle {
        font-size: 18px;
    }


    .subpage .aside {
        width: 300px;
    }
    .asided-content {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1280px) {
    #main-menu > ul > li > a{
        padding: 5px 15px;
    }
    .work-offer .title {
        font-size: 16px;
    }

    .work-offer .text {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .section-left {
        width: 60%;
    }

    .section-right {
        width: 40%;
    }

    .contact-left .text {
        font-size: 14px;
    }

    .contact-left {
        min-width: 475px;
    }

    .about-us-box .title {
        font-size: 16px;
    }

    .about-us-box .text {
        font-size: 14px;
    }

    .about-us-box .top .subtitle {
        font-size: 16px;
    }

    #main-menu > ul > li > ul > li a {
        min-width: 150px;
    }

    .slider-bigText, .slider-bigText .secondLine {
        font-size: 120px;
    }

    .header-top-inner {
        font-size: 14px;
        grid-template-columns: 0.9fr 1.1fr 0.5fr 1.5fr 0.5fr;
    }

    .toggle-info .big-text {
        margin-top: 20px;
    }

    .section-left .title {
        font-size: 40px;
    }

    .advantage {
        padding: var(--space-25) 15px;
    }

    .advantage-inner .advantage-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .advantage-slide-inner {
        margin: var(--space-25) -15px;
    }

    .course-box {
        padding: 8px;
    }

    .box-bottom {
        padding: 15px;
    }

    .course-slider {
        margin: -8px;
    }

    .box-bottom .title {
        font-size: 16px;
    }

    .info-title {
        font-size: 30px;
    }

    .circle-caption {
        font-size: 17px;
    }

    .row5 .circle-content {
        padding: var(--space-25) 0;
    }

    .circle-title {
        font-size: 17px;
    }

    .circle-content .icon {
        width: 80px;
        height: 80px;
    }

    .info-boxes {
        padding-bottom: var(--space-50);
    }

    .btn.btn-signUp {
        padding: 0 10px;
        font-size: 14px;
        min-height: 40px;
    }

    .btn-signUp .icon {
        width: 20px;
        height: 11px;
    }

    .box-inner .caption {
        font-size: 12px;
    }

    .course-features-list .icon {
        width: 16px;
        height: 16px;
    }

    .course-features-list .icon-wrapper {
        margin-right: 10px;
    }

    .course-view-top .course-features-list .caption {
        font-size: 17px;
    }
}

@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

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

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

    .row3 .row-content .circle {
        width: 33.333%;
    }

    .big-text {
        padding: 0 var(--container-padding);
    }

    .box-bottom .title {
        font-size: 18px;
    }

    .course-features-list .icon-wrapper {
        margin-right: 15px;
    }

    .course-features-list .icon {
        width: 20px;
        height: 20px;
    }

    .box-inner .caption {
        font-size: 14px;
    }

    .footer-col-right {
        width: 100%;
        padding: 0;
        flex-direction: column;
    }

    .footer-col-right .footer-col {
        padding: 0;
    }

    .header-social .social-icon * {
        fill: var(--color-secondary);
    }

    .header-social .social-icon {
        margin-right: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);

        color: var(--color-secondary);
        border-radius: 50%;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-primary);
        height: 40px;
        box-shadow: 3px 4px 5px rgba(32, 31, 28, 0.4);
    }

    header *, header * a {
        color: #000;
    }

    .header-contact .icon-wrapper {
        flex-grow: 0 !important;
        padding: 0 !important;
    }

    .header-social .caption {
        margin-right: 0;
        display: none;
    }

    .header-social {

        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .header-mail {
        justify-content: center;

    }

    .header-phone .icon {
        width: 20px !important;
        height: 20px !important;
    }

    .header-contact li {
        justify-content: center !important;
        align-items: center !important;
        border-bottom: none !important;
    }

    header .btn-signUp {
        width: max-content;
        max-width: unset;
    }

    .header-contact li + li {
        margin-left: 0;
    }

    .social-list {
        width: 100%;
        border-bottom: none !important;
        flex-grow: 1;
    }

    .social-list li {
        border-bottom: none !important;
    }

    .social-list ul {
        justify-content: center;
        display: flex;
    }

    header .logo {
        width: 150px;
    }

    #content {
        padding-top: 89px !important;
    }

    .slide-content {
        padding-top: 0;
    }

    .header-main-left, .header-main-center, .header-main-right {
        display: flex;
        align-items: center;
    }

    .header-main-inner {
        padding: 10px 0;
    }

    .header-main-center {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-grow: 1;
        justify-content: center;

    }

    .header-contact .caption {
        font-size: 14px;
    }

    .header-main-center .btn-signUp {
        margin-left: 10px;
    }

    .header-main-center .header-contact li {
        margin-left: 10px;
    }

    .header-main-center .header-phone {
        margin-left: 10px;
        margin-right: 20px;
    }

    .header-main-inner {
        align-items: center;
        justify-content: space-between;
    }

    .logo img.mainpage {
        display: none;
    !important;
    }

    .logo img.subpage {
        display: block !important;
    }

    .aside.active .aside-shadow {
        opacity: 0.6;
        pointer-events: auto;
    }

    .aside-shadow {
        opacity: 0;
        pointer-events: none;
        background-color: var(--color-secondary);
        position: fixed;
        left: 0;
        top: 0;
        transition: opacity, 500ms;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .aside-button span:nth-child(1) {
        bottom: 17px;
    }

    .aside-button span:nth-child(3) {
        top: 17px;
    }

    .aside-button span:nth-child(1) {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .aside-button span:nth-child(2) {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .aside-button span {
        display: block;
        transition-property: opacity, transform, top, bottom;
        transition-duration: 500ms;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto auto;
        background-color: #fff;
        height: 2px;
        width: 23px;
    }

    .aside-menu {
        overflow-y: auto;
        max-height: calc(100vh - 89px);
    }

    .aside {
        z-index: 999;
        position: fixed;
        right: -400px;
        transition: right, 500ms;
        top: 89px;
    }

    .aside.active {
        right: 0;
    }

    .aside.active .aside-button {
        right: 397px;
        top: 89px;
    }

    .subpage .aside.active .aside-button {
        right: 377px;
    }

    .aside.active .aside-button .icon {
        opacity: 0;
    }

    .aside.active .aside-button span {
        opacity: 1;
    }

    .aside-button span {
        position: absolute;
        height: 2px;
        width: 20px;
        opacity: 0;
        background-color: #fff;
        display: block;
    }

    .aside-button {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: right, 500ms;
        cursor: pointer;
        width: 32px;
        height: 32px;
        position: fixed;
        right: var(--container-padding);
        top: 100px;
        background-color: #000;
    }

    .slider-text {
        width: 60%;
        max-width: 400px;
    }

    .slide-bg {
        min-height: 700px;
    }

    .slide-content {
        padding-top: 20px;
    }

    .col-inner {
        width: 100%;
    }

    .footer-content {
        max-width: 100%;
        width: max-content;
        margin: 0 auto;
    }

    .footer-title:after {
        transition: transform, 500ms;
        content: "\f078";
        font-size: 15px;
        right: var(--container-padding);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'FontAwesome', sans-serif;
        color: var(--color-primary);
    }

    .footer-title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-title {
        cursor: pointer;
        position: relative;
        padding: 20px 0;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer-content {
        padding-top: 15px;
    }

    header {
        background-color: #fff;
    }

    .header-top {
        display: none;
    }

    .toggle-info .big-text {
        font-size: 110px;
    }

    .section-left .title {
        font-size: 35px;
    }

    .section-left {
        padding-right: var(--space-40);
    }

    .important-info {
        padding-left: 20vw;
    }

    .circle-content .icon {
        width: 100px;
        height: 100px;
    }

    .asided-content {
        width: 100%;
        padding-right: 0;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .langs-menu {
        display: none !important;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .lang .langs-menu-short {
        display: none;
    }

    .lang .langs-menu-long {
        display: block;
    }

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #f0f;
    }

    .mainsearch.rwdPanel .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }

    .mainsearch.rwdPanel .mainsearch-search,
    .mainsearch.rwdPanel .dropdown-menu {
        padding: 15px;
    }

    .mainsearch.rwdPanel .dropdown-menu .dropdown-search-li.all-search-results {
        margin-top: 15px;
    }

    .mainsearch.rwdPanel .form-element-container {
        width: calc(100% - 46px);
        flex-grow: 0;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        height: 46px;
    }

    .mainsearch.rwdPanel input,
    .mainsearch.rwdPanel .mainsearch-submit {
        border: none;
    }

    .footer-content {
        display: none;
    }

    .footer-cols {
        flex-direction: column;
    }

    .col1 .logo-circle {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .col1 {
        padding-bottom: var(--space-40);
    }

    .footer-col + .footer-col {
        padding-top: 0;
    }

    .footer-col {

        width: 100% !important;
    }

    .header-icons {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 1000px) {
    .slider-bigText {
        display: none;
    }

    .slider-image {
        width: 40%;
    }

    .toggle-info .big-text {
        font-size: 90px;
    }

    .header-mail .icon-wrapper, .header-contact .icon-wrapper {
        margin-right: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px !important;
        border-radius: 50%;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-primary);
        height: 40px;
        box-shadow: 3px 4px 5px rgba(32, 31, 28, 0.4);
    }

    .header-mail .icon, .header-contact .icon {
        color: var(--color-secondary);
    }

    .header-main-center .header-contact, .header-main-center .header-mail {
        margin-left: 0;
        padding-left: 0;
    }

    .header-contact .caption, .header-mail .caption {
        display: none;

    }

    .row3 .row-content .circle {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .circle-caption {
        min-height: 55px;
    }

    .course-features-list .icon {
        width: 16px;
        height: 16px;
    }

    .slider-bigText, .slider-bigText .secondLine {
        font-size: 90px;
    }

    .slide-bg {
        min-height: 500px;
    }

    .toggle-info .big-text {
        font-size: 50px;
    }

    .advantage-inner .advantage-text {
        font-size: 13px;
        padding: 0;
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .course-slider-wrapper {
        padding: 0 calc(var(--container-padding) + 50px);
    }

    .box-bottom .caption {
        font-size: 12px;
    }

    .course-box .icon-wrapper {
        margin-right: 8px;
    }

    .course-box {
        padding: 2px;
    }

    .course-slider {
        margin: -2px;
    }

    .circle-title {
        font-size: 15px;
    }

    .circle-content .icon {
        width: 80px;
        height: 80px;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .circle-caption {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .captcha-container .col-sm-6 {
        width: 50%;
    }

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

    .subpage .info-boxes .section-inner + .section-inner {
        padding-top: var(--space-50);
    }

    .section-left .title {
        margin: 0 auto;
        text-align: center;
    }

    .section-left {
        width: 100% !important;
        padding: 0 !important;
    }

    .section-right .img-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }

    .section-right {
        width: 100%;
        padding-bottom: var(--space-50);
    }

    .course-view-top .course-features-list .icon {
        width: 20px;
        height: 20px;
    }

    .course-view-top .course-features-list li + li {
        margin-top: 10px;
    }

    .course-view-top .course-features-list .caption {
        font-size: 16px;
    }

    .contact-left {
        width: 100%;
        min-width: unset;
    }

    .contact-logo .img-wrapper {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }

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

    .courses-list {
        margin: -5px;
    }

    .news-list {
        margin: -5px;
    }

    .news-list .news-box {
        padding: 5px;
    }

    .courses-list .course-box {
        padding: 5px;
    }

    .slider-bigText, .slider-bigText .secondLine {
        font-size: 70px;
    }

    .advantage {
        width: 50% !important;
    }

    .circle-caption {
        font-size: 14px;
    }

    .circle-title {
        font-size: 14px;
    }

    .circle-content .icon {
        width: 70px;
        height: 70px;
    }

    .circle {
        padding: 5px;
    }

    .offer .row-content {
        margin: -5px;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .subpage .section-right {
        width: 100%;
    }

    .contact-logo {
        margin-bottom: 20px;
    }

    .text-list-right{
        width: max(50%, 258px) !important;
        margin: auto;
    }
    .text-list-right img{
        width: 100% !important;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span{
        font-size: 14px;
    }
    .pagination-wrapper ul li{
        padding: 0;
    }

}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .form .checkboxradio-container {
         padding-right: 0;
    }
    .slider-image {
        width: 50%;
    }
    .teacher-content{
        padding-left: 0;
    }

    .main-teacher {
        display: flex;
        flex-direction: column;
    }

    .teacher-img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .work-offer {
        width: 50%;
    }

    .about-us-box {
        width: 100%;
    }

    .about-us-list {
        display: grid;
    }

    .courses-list .course-box {
        width: 50%;
    }

    header .logo {
        width: 100px;
    }

    .slide-content {
        padding-top: 0px;
    }

    .slider-bigText {
        display: none;
    }

    .slider-text {
        max-width: unset;
        width: 70%;
    }

    .toggle-info .big-text {
        font-size: 50px;
        margin-top: 0;
    }

    .video {
        padding: 5px;
    }

    .video-list {
        margin: -5px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-arrow .icon {
        width: 19px;
        height: 15px;
    }

    .course-slider-wrapper {
        padding: 0 calc(var(--container-padding) + 40px);
    }

    .asided .news-box {
        padding: 5px;
    }

    .asided .news-box {
        width: 50%;
    }

    .box-bottom .date .icon-wrapper {
        margin-right: 7px;
    }

    .news-list {
        margin: -5px;
    }

    .box-inner .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        font-size: 14px;
        transition: color 500ms;
    }

    .important-info {
        flex-direction: column;
        background: var(--color-secondary);
        padding: 10px;
        text-align: center;
        border-radius: 15px;
    }

    .important-info .date {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .important-info .btn {
        margin: 0 auto;
    }

    .info-right {
        padding: 0;
    }

    .info-title {
        padding-bottom: var(--space-25);
    }
    .circle-content{
        flex-grow: 0;
    }
    .circle-caption {
        min-height: 45px;
        font-size: 13px;
    }

    .circle-title {
        font-size: 13px;
    }

    .circle-content .icon {
        width: 50px;
        height: 50px;
    }

    .btn .icon-wrapper {
        margin-right: 10px;
    }

    .header-main-center .btn-signUp {
        margin-left: 0;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .box-bottom .title {
        font-size: 15px;
    }

    .section-left .title {
        font-size: 25px;
    }

    .section-title {
        font-size: 30px;
    }

    .text-list-box,
    .text-list-box:nth-child(2n+1){
        flex-direction: column-reverse;
        gap: var(--space-25);
    }

    .about-view-text-container .text-list-box .text-list-left .title {
        text-align: center;
    }

    .text-list-right{
        width: max(70%, 258px) !important;
        margin: auto;
    }
    .text-list-right img{
        width: 100% !important;
    }
    .teachers-section .teacher {
        flex-direction: column;
    }
    .teachers-section .teacher .right .teacher-name {
        text-align: center;
    }

    .comments {
        display: flex;
        flex-direction: column;
    }
    .comment-box {
        width: 91%;
    }

    .points {
        gap: var(--space-50);
    }

    .teachers-content .title {
        text-align: center;
    }


}

@media screen and (max-width: 560px) {
    .captcha-container .col-sm-6 {
        width: 100%;
    }

    .header-contact ul {
        display: flex;
    }

    .header-icons {
        justify-content: center;
    }

    .header-mail {
        margin: 0;
        padding: 0;
    }

    .course-view-top {
        justify-content: center;
        flex-wrap: wrap;
    }

    .course-view-img {
        width: 100%;
    }

    .course-view-top .course-features-list {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
    }

    .contact-left .text {
        font-size: 12px;
    }

    .row4 .row-content .circle {
        width: 33.333%;
    }

    .section-left .title {
        font-size: 20px;
    }

    .section-right .img-wrapper {
        width: 100%;
        max-width: 300px;
    }

    .video {
        width: 50%;
    }

    .advantage-inner .icon-wrapper:before {
        width: 40px;
        height: 40px;
        right: -20px;
    }

    .advantage-inner .icon-wrapper {
        padding-top: 20px;
    }

    .box-bottom .title {
        font-size: 14px;
    }

    .box-bottom .text {
        font-size: 12px;
    }

    .box-bottom {
        padding: 8px;
    }

    .text {
        word-wrap: break-word;
    }

    .gallery-list-item {
        width: 50%;
    }

    .circle-title {
        font-size: 12px;
    }

    .advantage-slider-wrapper {
        padding: 0;
        padding-top: 50px;
    }

    .advantage-slider-nav {
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        justify-content: center;
        transform: none;
    }

    .big-box-inner {
        padding: 15px;
    }

    .section-title {
        font-size: 25px;
    }


    .point {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .big-box-content .text ul > li, .big-box-content .text ol > li{
        margin-left: 5px;
    }
    
    .btn .icon-wrapper {
        margin-right: 5px;
    }

    .big-box-content {
        width: 100%;
    }

    .big-box-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .big-box-inner .icon-wrapper {
        margin-right: 0;
    }

    .course-nav {
        position: static;
        justify-content: center;
    }

    .course-slider-wrapper {
        padding: 0;
    }

    .aside {
        width: 100% !important;
        right: -100%;
    }

    .aside.active .aside-button {
        top: 104px !important;
        right: var(--container-padding) !important;
    }

    .contact-left .text {
        font-size: 14px;
    }

    .contact-item {
        width: 100%;
    }

    .contact-item + .contact-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .contact-row {
        padding-bottom: 0;
    }

    .contact-row {
        margin: 0 !important;
        flex-wrap: wrap;
        border: none;
    }

    .row5 .row-content .circle {
        width: 25%;
    }

    .row3 .row-content .circle {
        width: 50%;
    }

    .row3 .row-content {
        justify-content: center;
    }

    .modal-footer > .btn {
        width: 100%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .row3 .row-content .circle {
        width: 100%;
    }

    .circle-content .icon {
        width: 87px;
        height: 87px;
    }

    .circle-title {
        font-size: 15px;
    }
}

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

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        font-size: 13px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 6px;
    }

    .btn.btn-signUp {
        font-size: 11px;
    }

    header .logo {
        width: 75px;
    }

    .toggle-arrow .icon {
        width: 20px;
        height: 15px;
    }

    .mainpage .info-boxes .btn {
        margin: 0 auto;
    }

    .section-title {
        font-size: 23px;
    }

    .work-offer {
        width: 100%;
    }

    .box-bottom .title {
        font-size: 18px;
        text-align: center;
    }

    .box-bottom .course-features-list {
        margin: 0 auto;
        width: max-content;
        max-width: 100%;
    }

    .course-features-list .icon-wrapper {
        margin-right: 15px;
    }

    .course-features-list .icon {
        width: 20px;
        height: 20px;
    }

    .box-inner .caption {
        font-size: 14px;
    }

    .courses-list .course-box {
        width: 100%;
    }

    .toggle-info .big-text {
        font-size: 40px;
    }

    .asided .news-box {
        width: 100%;
    }

    .row5 .row-content .circle {
        width: 33.333%;
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-48: 36px;

        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-48: 34px;
        --font-36: 28px;
        --font-30: 24px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-48: 32px;

        --container-padding: 20px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

@media screen and (max-width: 420px) {
    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}