body,html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "A Jannat LT"
}

@font-face {
    font-family: "Aktiv";
    src: url("../fonts/AktivGroteskCorp-Bold.ttf");
    font-weight: bold
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Black.ttf");
    font-weight: 900
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Bold.ttf");
    font-weight: 700
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Extralight.ttf");
    font-weight: 200
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Light.ttf");
    font-weight: 300
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Medium.ttf");
    font-weight: 500
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular.ttf");
    font-weight: 400
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Semibold.ttf");
    font-weight: 600
}



/*arabic duabi font*/


   @font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Regular'), url('../fonts/Dubai-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Light';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Light'), url('../fonts/Dubai-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Medium'), url('../fonts/Dubai-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Bold'), url('../fonts/Dubai-Bold.woff') format('woff');
    }

body *:dir(rtl){
    font-family: 'A Jannat LT';
}
h2:dir(rtl){
    font-family: 'A Jannat LT';
}
/*arabic duabi font*/

/*new jannat font*/

@font-face {
    font-family: 'A Jannat LT';
    src: url('../fonts/AJannatLT-Bold.woff2') format('woff2'),
        url('../fonts/AJannatLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A Jannat LT';
    src: url('../fonts/AJannatLT.woff2') format('woff2'),
        url('../fonts/AJannatLT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}









.tui-core_auth-loginForm__options a{color: #666;}

.login__wrapper {
    min-height: 100vh;
    background: radial-gradient(50% 50% at 50% 50%, #C2C697 0%, #AFB672 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;
    padding: 25px 15px;
    position: relative
}

.login__wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    pointer-events: none;
    width: 100%
}

.login__wrapper .box {
    max-width: 565px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 44px rgba(102,102,102,0.39);
    box-shadow: 0px 0px 44px rgba(102,102,102,0.39);
    position: relative;
    z-index: 2
}

.login__wrapper .box>.head {
    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: 20px 15px;
    border-bottom: 1px solid rgba(87,87,86,0.11)
}

.login__wrapper .box>.head .logo {
    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
}

.login__wrapper .box .content {
    padding-top: 38px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 54px
}

.login__wrapper .box .content form {
    width: 100%
}

.login__wrapper .box .content .another {
	display: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	font-size: 16px;
	align-items: center;
	text-align: center;
}
.login__wrapper .box .content .another>div {
	margin-bottom: 10px;
}

.login__wrapper .box .content .another>div>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #292B2C;
    font-weight: 600;
    background-color: #F0F0F0;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.login__wrapper .box .content .another>a:hover {
    opacity: .7
}

.login__wrapper .box .content form .forgot__pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0px
}

.login__wrapper .box .content form .forgot__pass>a {
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #4E4E4E;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.login__wrapper .box .content form .forgot__pass>a:hover {
    opacity: .7
}

.login__wrapper .box .content form .group__submit {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login__wrapper .box .content form .group__submit>button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    cursor: pointer;
    outline: none;
    border: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
	border-radius: 50px;
background: #54657E;
}
.logo img{width: 344px;}

.tui-core_auth-loginNav{display: none !important;}
.login__wrapper .box .content form .group__submit>button:hover {
    opacity: .7
}
.tui-core_auth-login__error { margin-bottom: 10px; text-align: center; }
.login__wrapper .box .content form .tui-formRow {
    width: 100%;
    margin-bottom: 15px
}

.login__wrapper .box .content form .tui-formInput--size-large {
    width: 100%;
    height: 55px;
    padding-left: 22px;
    padding-right: 22px;
    border: 1px solid #666666;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    outline: none
}

.login__wrapper .box .content .tui-core_auth-login__title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 53px;
    color: #1E1E1E;
    font-weight: bold
}

.container {
    max-width: 1640px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

header {
    background-color: #292B2C
}

header .bottom__header .outer {
    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: 13px 0px
}

header .bottom__header .outer .controls {
    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
}

header .bottom__header .outer .controls>.profile>a {
    text-decoration: none;
    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: 7px 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#4F5354), to(#434646));
    background: linear-gradient(to right, #4F5354, #434646)
}

header .bottom__header .outer .controls>.profile>a .profile__inner {
    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
}

header .bottom__header .outer .controls>.profile>a .profile__inner .desc {
    min-width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

header .bottom__header .outer .controls>.profile>a .profile__inner .desc>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #FFFFFF
}

header .bottom__header .outer .controls>.profile>a .profile__inner .desc>p {
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF
}

header .bottom__header .outer .controls>.profile>a .profile__inner .media {
    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;
    min-width: 36px;
    max-width: 36px;
    min-height: 42px;
    max-height: 42px;
    margin-left: 12px
}

header .bottom__header .outer .controls>.profile>a .profile__inner .media img {
    width: 100%;
    height: 100%;
    border-radius: 6px
}

header .bottom__header .outer .controls>.profile>a>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px
}

header .bottom__header .outer .controls .notification {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 12px
}

header .bottom__header .outer .controls .notification>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 46px;
    min-height: 55px;
    border-radius: 6px;
    border: 1px solid #4F5354;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

header .bottom__header .outer .controls .notification>a:hover {
    background-color: #4F5354
}

header .bottom__header .outer .controls .notification>a img {
    max-width: 22px
}

header .bottom__header .outer .menu {
    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
}

header .bottom__header .outer .menu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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
}

header .bottom__header .outer .menu ul li {
    margin-left: 30px
}

header .bottom__header .outer .menu ul li>a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    color: #FFFFFF
}

header .bottom__header .outer .menu ul li>a:hover:before {
    width: 100%
}

header .bottom__header .outer .menu ul li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    height: 3px;
    bottom: -4px;
    background-color: #FF8200
}

header .bottom__header .outer .menu ul li>a.current:before {
    width: 100%
}

header .bottom__header .outer .menu ul li:last-child {
    margin-left: 0px
}

header .top__header {
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding: 15px 0px
}

header .top__header .outer {
    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
}

header .top__header .outer>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

header .top__header .outer>a:hover {
    opacity: .7
}

footer {
    padding: 25px 0px;
    background-color: #292B2C
}

footer .outer__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .outer__footer .text {
    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
}

footer .outer__footer .text>p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-left: 25px
}

footer .outer__footer .text>p:last-child {
    margin-left: 0px
}

footer .outer__footer>.desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 240px
}

footer .outer__footer>.desc ul {
    padding: 0px;
    list-style-type: none;
    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: 0px
}

footer .outer__footer>.desc ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px
}

footer .outer__footer>.desc ul>li>a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

footer .outer__footer>.desc ul>li>a:hover {
    opacity: .7
}

footer .outer__footer>.desc ul>li:last-child {
    margin-left: 0px
}

footer .outer__footer>.desc>p {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

footer .outer__footer>.desc>a {
    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: 8px
}

.articles__wrapper {
    padding-top: 40px;
    padding-bottom: 135px;
    background-color: #F7F7F7
}

.articles__wrapper .outer__articles .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.articles__wrapper .outer__articles .list>.elem {
    padding: 13px;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding-bottom: 85px
}

.articles__wrapper .outer__articles .list>.elem .desc .btn {
    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;
    position: absolute;
    left: 12px;
    bottom: 18px;
    width: calc(100% - 24px)
}

.articles__wrapper .outer__articles .list>.elem .desc .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    height: 40px;
    border-radius: 4px;
    background-color: #FF8200;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF
}

.articles__wrapper .outer__articles .list>.elem .desc .btn>a:hover {
    opacity: .7
}

.articles__wrapper .outer__articles .list>.elem .desc>p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 0px;
    color: #292B2C
}

.articles__wrapper .outer__articles .list>.elem>.media {
    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;
    position: relative;
    height: 0px;
    padding-bottom: 80%;
    margin-bottom: 24px
}

.articles__wrapper .outer__articles .list>.elem>.media>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.articles__wrapper .outer__articles>h6 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 31px;
    color: #292B2C;
    font-weight: bold
}

.profile__wrapper {
    padding-top: 40px;
    padding-bottom: 188px;
    background-color: #F7F7F7
}

.profile__wrapper .outer__profile {
    padding: 16px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    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
}

.profile__wrapper .outer__profile .btn {
    margin-right: auto;
    padding-right: 20px
}

.profile__wrapper .outer__profile .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: rgba(25,25,25,0.4);
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.profile__wrapper .outer__profile .btn>a:hover {
    color: #000
}

.profile__wrapper .outer__profile .info__box {
    margin-right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile__wrapper .outer__profile .info__box .spacer {
    margin: 0px 70px;
    min-width: 1px;
    background-color: #E6E6E6;
    min-height: 270px
}

.profile__wrapper .outer__profile .info__box .elem__info .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile__wrapper .outer__profile .info__box .elem__info .column:last-child {
    margin-bottom: 0px
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.space {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 1px;
    background-color: #C2C2C2;
    margin: 0px 40px
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.el {
    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;
    min-width: 220px;
    max-width: 220px
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.el .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.el .desc>p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #4E4E4E
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.el .desc>span {
    display: block;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    color: #4E4E4E;
    margin-bottom: -2px
}

.profile__wrapper .outer__profile .info__box .elem__info .column>.el .media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    margin-left: 15px
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el {
    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
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el:last-child {
    margin-bottom: 0px
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el .desc>p {
    margin: 0px;
    font-size: 14px;
    line-height: 140%;
    color: #191919;
    font-weight: 500;
    font-family: "Graphik" ,sans-serif
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el .desc>span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    line-height: 140%;
    font-family: "Graphik", sans-serif;
    color: rgba(25,25,25,0.4)
}

.profile__wrapper .outer__profile .info__box .elem__info>.row>.el>.media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    margin-left: 20px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    max-height: 44px
}

.profile__wrapper .outer__profile .info__box .elem__info>h6 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #191919
}

.profile__wrapper .outer__profile .profile__box {
    min-width: 333px;
    max-width: 333px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    border-radius: 10px;
    background-color: #4A4D4E;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile__wrapper .outer__profile .profile__box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    width: 100%
}

.profile__wrapper .outer__profile .profile__box .btn>a {
    width: 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;
    text-decoration: none;
    min-height: 45px;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 6px;
    background-color: #FF8200;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-family: "Graphik" ,sans-serif;
    font-weight: 500
}

.profile__wrapper .outer__profile .profile__box .btn>a:hover {
    opacity: .7
}

.profile__wrapper .outer__profile .profile__box .btn>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 6px
}

.profile__wrapper .outer__profile .profile__box>p {
    margin: 0px;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    font-weight: 500
}

.profile__wrapper .outer__profile .profile__box>.media {
    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: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255,130,0,0.25);
    margin-bottom: 20px
}

.profile__wrapper .outer__profile .profile__box>.media img {
    min-width: 122px;
    max-width: 122px;
    min-height: 122px;
    max-height: 122px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

html[dir="ltr"] .course__wrapper .outer__course .course__box {
    margin-left: 0px;
    margin-right: 40px
}

html[dir="ltr"] .course__wrapper .outer__course .course__details .info__box>.article {
    text-align: left
}

html[dir="ltr"] .course__wrapper .outer__course .course__box .grid>.elem:nth-child(odd):before {
    left: auto;
    right: -20px
}

html[dir="ltr"] .course__wrapper .outer__course .course__details .switcher ul li {
    margin-left: 0px;
    margin-right: 12px
}

html[dir="ltr"] .course__wrapper .outer__course .course__details .switcher ul li:last-child {
    margin-right: 0px
}

html[dir="ltr"] .course__wrapper .outer__course .course__details .info__box>.article>p span {
    margin-right: 10px;
    margin-left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

html[dir="ltr"] .course__wrapper .outer__course .course__box .grid>.elem .media {
    margin-left: 0px;
    margin-right: 10px
}

html[dir="ltr"] .profile__wrapper .outer__profile .info__box {
    margin-left: 48px;
    margin-right: 0px
}

html[dir="ltr"] .profile__wrapper .outer__profile .btn {
    margin-left: auto;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 0px
}

html[dir="ltr"] .profile__wrapper .outer__profile .info__box .elem__info>.row>.el>.media {
    margin-right: 20px;
    margin-left: 0px
}

html[dir="ltr"] .profile__wrapper .outer__profile .info__box .elem__info .column>.el .media {
    margin-left: 0px;
    margin-right: 15px
}

html[dir="ltr"] header .bottom__header .outer .menu ul li {
    margin-left: 0px;
    margin-right: 30px
}

html[dir="ltr"] header .bottom__header .outer .menu ul li:last-child {
    margin-right: 0px
}

html[dir="ltr"] header .bottom__header .outer .controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="ltr"] header .bottom__header .outer .controls>.profile>a .profile__inner .media {
    margin-left: 0px;
    margin-right: 12px
}

html[dir="ltr"] header .bottom__header .outer .controls>.profile>a>span {
    margin-left: 20px;
    margin-right: 0px
}

html[dir="ltr"] .course__lessons {
    margin-left: 0px;
    margin-right: 40px
}

html[dir="ltr"] .course__lessons .list>.elem>.head span {
    margin-left: 15px;
    margin-right: 0px
}

html[dir="ltr"] .course__lessons .list {
    padding-left: 0px;
    padding-right: 15px
}

html[dir="ltr"] .course__lessons .list>.elem {
    padding-left: 20px;
    padding-right: 0px
}

html[dir="ltr"] .course__lessons .list>.elem.active>.duration>span {
    margin-left: 0px;
    margin-right: 6px
}

html[dir="ltr"] .course__lessons .list>.elem .content .duration .media>span {
    margin-left: 10px;
    margin-right: 0px
}

html[dir="ltr"] .course__lessons .list>.elem .content .duration .dur>span {
    margin-left: 6px;
    margin-right: 0px
}

html[dir="ltr"] .course__lessons .list>.elem:before {
    right: auto;
    left: 0px
}

html[dir="ltr"] footer .outer__footer .text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="ltr"] footer .outer__footer>.desc ul>li {
    margin-left: 0px;
    margin-right: 20px
}

html[dir="ltr"] footer .outer__footer>.desc ul>li:last-child {
    margin-right: 0px
}

html[dir="ltr"] footer .outer__footer .text>p {
    margin-right: 25px;
    margin-left: 0px
}

html[dir="ltr"] footer .outer__footer .text>p:nth-child(1) {
    margin-right: 0px
}

html[dir="ltr"] .program__box .outer__program .head>.media>img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.profile__wrapper .outer__profile .profile__box .btn {
    padding-right: 0px
}

.course__wrapper {
    padding-top: 40px;
    padding-bottom: 260px;
    background-color: #F7F7F7
}

.course__wrapper .outer__course {
    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
}

.course__wrapper .outer__course .course__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 890px
}

.course__wrapper .outer__course .course__details .info__box>.article {
    margin-bottom: 45px;
    text-align: right
}

.course__wrapper .outer__course .course__details .info__box>.article:last-child {
    margin-bottom: 0px
}

.course__wrapper .outer__course .course__details .info__box>.article>h6 {
    margin-top: 0px;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 38px;
    color: #292B2C;
    font-weight: bold
}

.course__wrapper .outer__course .course__details .info__box>.article>p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(41,43,44,0.7);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.course__wrapper .outer__course .course__details .info__box>.article>p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    position: relative;
    top: 9px
}

.course__wrapper .outer__course .course__details .switcher {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 7px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom: 55px;
    margin-bottom: 55px
}

.course__wrapper .outer__course .course__details .switcher ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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
}

.course__wrapper .outer__course .course__details .switcher ul li {
    margin-left: 12px
}

.course__wrapper .outer__course .course__details .switcher ul li>a {
    padding: 4px 17px;
    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;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 6px;
    color: #292B2C;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    text-decoration: none
}

.course__wrapper .outer__course .course__details .switcher ul li>a:hover {
    background-color: #FF8200;
    color: #fff
}

.course__wrapper .outer__course .course__details .switcher ul li>a.current {
    background-color: #FF8200;
    color: #fff
}

.course__wrapper .outer__course .course__details .switcher ul li:last-child {
    margin-left: 0px
}

.course__wrapper .outer__course .course__details>h2 {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 60px;
    color: #292B2C;
    font-weight: bold
}

.course__wrapper .outer__course .course__details .pagination {
    margin-bottom: 35px
}

.course__wrapper .outer__course .course__box {
    min-width: 448px;
    max-width: 448px;
    padding: 20px 20px;
    margin-left: 40px;
    border-radius: 10px;
    background-color: #fff
}

.course__wrapper .outer__course .course__box .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 40px
}

.course__wrapper .outer__course .course__box .grid>.elem {
    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;
    margin-bottom: 0px;
    position: relative
}

.course__wrapper .outer__course .course__box .grid>.elem:nth-child(odd):before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.22)
}

.course__wrapper .outer__course .course__box .grid>.elem>.desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.course__wrapper .outer__course .course__box .grid>.elem>.desc>p {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 19px;
    color: #292B2C;
    font-weight: bold
}

.course__wrapper .outer__course .course__box .grid>.elem>.desc>span {
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    font-weight: 400
}

.course__wrapper .outer__course .course__box .grid>.elem .media {
    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-left: 10px
}

.course__wrapper .outer__course .course__box .grid>.elem .media img {
    min-width: 20px;
    max-width: 20px
}

.course__wrapper .outer__course .course__box .grid>.spacer {
    min-width: 1px;
    margin: 0px 20px;
    background-color: rgba(0,0,0,0.22)
}

.course__wrapper .outer__course .course__box .progress {
    margin-bottom: 50px
}

.course__wrapper .outer__course .course__box .progress .bar {
    margin-top: 10px;
    height: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: rgba(102,102,102,0.2);
    width: 100%;
    border-radius: 250px
}

.course__wrapper .outer__course .course__box .progress .bar .active {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: #EDB45F;
    border-radius: 250px
}

.course__wrapper .outer__course .course__box .progress>.top {
    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
}

.course__wrapper .outer__course .course__box .progress>.top>p,.course__wrapper .outer__course .course__box .progress>.top>span {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #666666;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold
}

.course__wrapper .outer__course .course__box>.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 55%
}

.course__wrapper .outer__course .course__box>.media>img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

.pagination ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination ul li {
    font-size: 16px;
    line-height: 22px;
    color: #292B2C;
    font-weight: 400
}

.pagination ul li.spacer {
    margin: 0px 4px
}

.pagination ul li>a {
    color: #292B2C;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.pagination ul li>a:hover {
    color: #FF8200
}

.course__wrapper .outer__course .course__details {
    width: 100%
}

.course__details .info__box {
    width: 100%
}

.course__details .info__box .video__wrapper {
    width: 100%;
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 4px;
    overflow: hidden
}

.course__details .info__box .video__wrapper iframe {
    position: absolute;
    left: 0px;
    border-radius: 4px;
    top: 0px;
    width: 100%;
    height: 100%
}

.course__lessons {
    padding: 40px 25px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 40px;
    max-width: 448px;
    min-width: 448px
}

.course__lessons .list {
    max-height: 450px;
    overflow-y: auto;
    padding-left: 15px
}

.course__lessons .list>.elem {
    margin-bottom: 30px;
    padding-right: 20px;
    position: relative
}

.course__lessons .list>.elem.opened .head>span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.course__lessons .list>.elem.active:before {
    opacity: 1
}

.course__lessons .list>.elem:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5px;
    height: 100%;
    border-radius: 250px;
    background-color: #FF8200;
    opacity: .2
}

.course__lessons .list>.elem .content {
    margin-top: 10px;
    display: none
}

.course__lessons .list>.elem .content .duration {
    width: 100%;
    max-width: 300px;
    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: 15px;
    border-radius: 10px;
    border: 1px solid rgba(25,25,25,0.1)
}

.course__lessons .list>.elem .content .duration .dur {
    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
}

.course__lessons .list>.elem .content .duration .dur>p {
    margin: 0px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Graphik" ,sans-serif;
    color: #1F1D1D;
    opacity: .5
}

.course__lessons .list>.elem .content .duration .dur>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px
}

.course__lessons .list>.elem .content .duration .media {
    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
}

.course__lessons .list>.elem .content .duration .media>p {
    margin: 0px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #1F1D1D;
    opacity: .5
}

.course__lessons .list>.elem .content .duration .media>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    opacity: .5
}

.course__lessons .list>.elem .content>p {
    margin: 0px;
    margin-bottom: 15px;
    max-width: 240px;
    font-size: 14px;
    line-height: 140%;
    color: #1F1D1D;
    font-weight: 400;
    font-family: "Graphik" ,sans-serif
}

.course__lessons .list>.elem .content>p:last-child {
    margin-bottom: 0px
}

.course__lessons .list>.elem>.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
}

.course__lessons .list>.elem>.head>p {
    margin: 0px;
    color: #1F1D1D;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    font-family: "Graphik" ,sans-serif;
    opacity: .7
}

.course__lessons .list>.elem>.head span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    cursor: pointer
}

.course__lessons .list>.elem>.head span img {
    min-width: 25px;
    max-width: 25px
}

.course__lessons .list>.elem.active>.title {
    margin-bottom: 10px
}

.course__lessons .list>.elem.active>.title>p {
    margin: 0px;
    font-size: 16px;
    line-height: 120%;
    color: #1F1D1D;
    font-weight: 500;
    font-family: "Graphik" ,sans-serif
}

.course__lessons .list>.elem.active>.duration {
    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
}

.course__lessons .list>.elem.active>.duration>p {
    margin: 0px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Graphik" ,sans-serif;
    color: rgba(25,25,25,0.4)
}

.course__lessons .list>.elem.active>.duration>p span {
    font-family: "Graphik" ,sans-serif;
    color: #1F1D1D
}

.course__lessons .list>.elem.active>.duration>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 6px
}

.course__lessons .list>.elem:last-child {
    margin-bottom: 0px
}

.course__lessons .list::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.course__lessons .list::-webkit-scrollbar-thumb {
    background-color: rgba(25,25,25,0.2);
    border-radius: 10px
}

.program__box {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #F7F7F7
}

.program__box .programs__list {
    margin-top: 55px
}

.program__box .programs__list>.elem__program {
    margin-bottom: 42px
}

.program__box .programs__list>.elem__program:last-child {
    margin-bottom: 0px
}

.program__box .programs__list>.elem__program .inner {
    border-radius: 10px;
    background-color: #FFFFFF
}

.program__box .programs__list>.elem__program .inner>.cards {
    padding: 25px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card {
    padding: 11px;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding-bottom: 78px;
    position: relative
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul {
    position: absolute;
    bottom: 22px;
    right: 17px;
    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: 0px;
    padding: 0px;
    list-style-type: none
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul li {
    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
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul li.spacer {
    margin: 0px 15px;
    min-width: 1px;
    height: 18px;
    background-color: #292B2C;
    opacity: .4
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul li p {
    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;
    font-size: 12px;
    line-height: 15px;
    margin: 0px
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #292B2C;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    text-align: right
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc>a:hover {
    color: #FF8200
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media {
    display: block;
    position: relative;
    padding-bottom: 67%;
    height: 0px;
    margin-bottom: 24px
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media .float {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding: 8px 11px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(41,43,44,0.2);
    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
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media .float>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #FFFFFF
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media .float .bar {
    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: 100%;
    position: relative;
    height: 7px;
    background-color: #F7F7F7;
    border-radius: 100px
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media .float .bar .active {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-radius: 250px;
    background-color: #20DB88
}

.program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 6px
}

.program__box .programs__list>.elem__program .inner>.top {
    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-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EEEEEE
}

.program__box .programs__list>.elem__program .inner>.top .progress {
    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
}

.program__box .programs__list>.elem__program .inner>.top .progress>.bar {
    margin: 0px 17px;
    width: 385px;
    position: relative;
    height: 12px;
    border-radius: 100px;
    background-color: #F7F7F7
}

.program__box .programs__list>.elem__program .inner>.top .progress>.bar .active {
    position: absolute;
    right: 0px;
    height: 100%;
    border-radius: 100px;
    background-color: #FF8200
}

.program__box .programs__list>.elem__program .inner>.top .progress>span {
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #434646
}

.program__box .programs__list>.elem__program .inner>.top>p {
    margin: 0px;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C;
    margin-left: 15px
}

.program__box .programs__list>.elem__program>p {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C
}

.program__box .programs__list>.elem__program:last-child {
    margin-bottom: 0px
}

.program__box .info {
    padding: 17px 22px;
    border-radius: 10px;
    background-color: #FFFFFF;
    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
}

.program__box .info>.el {
    padding: 14px 10px;
    border-radius: 6px;
    border: 1px solid #000000;
    margin-left: 10px
}

.program__box .info>.el:last-child {
    margin-left: 0px
}

.program__box .info>.el>p {
    margin: 0px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #434646
}

.program__box .outer__program .head {
    border-radius: 10px;
    background-color: #4B4E50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 18px
}

.program__box .outer__program .head>.description {
    padding: 55px 0px;
    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;
    width: 100%;
    padding-left: 90px;
    padding-right: 105px
}

.program__box .outer__program .head>.description .bar {
    position: relative
}

.program__box .outer__program .head>.description .bar .main__circle {
    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
}

.program__box .outer__program .head>.description .bar .main__circle span {
    font-family: "Aktiv" ,sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute
}

.program__box .outer__program .head>.description>h2 {
    margin: 0px;
    font-size: 49px;
    line-height: 75px;
    color: #FFFFFF;
    font-weight: 600
}

.program__box .outer__program .head>.media {
    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
}

.program__box .outer__program .head>.media>img {
    max-width: 405px;
    min-width: 405px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.program__box .outer__program .head>.description>h2 {
    margin-left: 20px
}

.program__box .outer__program .head>.media>img {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

html[dir="ltr"] .program__box .outer__program .head>.description>h2 {
    margin-left: 0px;
    margin-right: 20px
}

html[dir="ltr"] .program__box .info>.el {
    margin-left: 0px;
    margin-right: 10px
}

html[dir="ltr"] .program__box .programs__list>.elem__program .inner>.cards>.elem__card .desc ul li span {
    margin-left: 6px;
    margin-right: 0px
}

header.home {
    position: absolute;
    top: 0px;
    background-color: transparent;
    z-index: 4;
    width: 100%
}

header .controls .login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .controls .login>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 46px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 1px solid #FFFFFF
}

header .controls .login>a:hover {
    background-color: #fff;
    color: #000
}

header .controls .login>a:hover span svg path {
    fill: #000
}

header .controls .login>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px
}

header .controls .login>a span svg path {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.hero__section {
    position: relative
}

.hero__section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6)
}

.hero__section .outer__hero {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.hero__section .outer__hero .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.hero__section .outer__hero .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 55px;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #FFFFFF;
    font-weight: 400;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    padding-left: 30px;
    padding-right: 30px
}

.hero__section .outer__hero .btn>a:hover {
    color: #000;
    background-color: #fff
}

.hero__section .outer__hero>h1 {
    margin-top: 0px;
    font-size: 82px;
    line-height: 90px;
    color: #FF8200;
    margin-bottom: 10px;
    font-weight: bold
}

.hero__section .outer__hero>h2 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight: bold
}

.hero__section .outer__hero>p {
    text-align: center;
    margin: 0px;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 400
}

.about__wrapper {
    padding-top: 100px;
    padding-bottom: 100px
}

.about__wrapper .outer__about {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.about__wrapper .outer__about .grid {
    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
}

.about__wrapper .outer__about .grid>.elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about__wrapper .outer__about .grid>.elem>p {
    margin: 0px;
    font-size: 28px;
    line-height: 37px;
    color: #FF8200;
    font-weight: 500
}

.about__wrapper .outer__about .grid>.elem>span {
    display: block;
    margin-bottom: 4px;
    font-size: 62px;
    line-height: 70px;
    color: #292B2C;
    font-weight: bold
}

.about__wrapper .outer__about .grid .spacer {
    margin: 0px 45px;
    min-height: 93px;
    min-width: 1px;
    background-color: rgba(65,90,118,0.22)
}

.about__wrapper .outer__about>.top {
    text-align: center;
    margin-bottom: 70px
}

.about__wrapper .outer__about>.top>p {
    margin: 0px;
    font-size: 18px;
    line-height: 35px;
    color: #292B2C;
    font-weight: 400
}

.about__wrapper .outer__about>.top>h2 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 50px;
    line-height: 58px;
    color: #292B2C;
    font-weight: bold
}

.categories__wrapper .outer__categories .elem .inner {
    height: 100%
}

.categories__wrapper {
    padding-top: 95px;
    padding-bottom: 120px;
    background-color: #F8F7F7
}

.categories__wrapper .outer__categories .slider {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto
}

.categories__wrapper .outer__categories .slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.categories__wrapper .outer__categories .slider .slick-slide {
    height: inherit !important
}

.categories__wrapper .outer__categories .slider .slick-next {
    width: 31px;
    height: 66px;
    background: url("../img/leftarr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -150px
}

.categories__wrapper .outer__categories .slider .slick-next:before {
    content: none
}

.categories__wrapper .outer__categories .slider .slick-prev {
    width: 31px;
    height: 66px;
    background: url("../img/rightarr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: -150px;
    background-position: center
}

.categories__wrapper .outer__categories .slider .slick-prev:before {
    content: none
}

.categories__wrapper .outer__categories .slider .slick-track {
    padding: 50px 0px;
    margin-top: -50px;
    margin-bottom: -50px
}

.categories__wrapper .outer__categories .slider .slick-slide {
    margin: 0 25px
}

.categories__wrapper .outer__categories .slider .slick-list {
    margin: 0 -25px
}

.categories__wrapper .outer__categories .elem {
    width: 330px
}

.categories__wrapper .outer__categories .elem .inner {
    min-height: 305px;
    padding: 42px 25px;
    background: -webkit-gradient(linear, left top, right top, from(#666), to(#292B2C));
    background: linear-gradient(to right, #666, #292B2C);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 16px rgba(31,29,29,0.3);
    box-shadow: 0px 0px 16px rgba(31,29,29,0.3);
    text-align: center
}

.categories__wrapper .outer__categories .elem .inner>p {
    margin: 0px;
    font-size: 28px;
    line-height: 44px;
    font-weight: 600;
    color: #FFFFFF
}

.categories__wrapper .outer__categories .elem .inner .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.categories__wrapper .outer__categories .elem .inner .media img {
    min-height: 88px;
    max-height: 88px
}

.categories__wrapper .outer__categories>h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    color: #292B2C
}

.events__wrapper {
    padding-top: 100px;
    padding-bottom: 50px
}

.events__wrapper .outer__events>h2 {
    margin-top: 0px;
    margin-bottom: 65px;
    font-size: 60px;
    line-height: 72px;
    color: #292B2C;
    font-weight: bold;
    text-align: center
}

.events__wrapper .outer__events .controls form {
    width: 100%;
    margin-bottom: 50px;
    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
}

.events__wrapper .outer__events .controls form>button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 145px;
    min-height: 55px;
    border-radius: 6px;
    cursor: pointer;
    border: 0px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    outline: none;
    background-color: #292B2C;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: bold
}

.events__wrapper .outer__events .controls form>button:hover {
    opacity: .7
}

.events__wrapper .outer__events .controls form>select {
    width: 100%;
    margin-left: 15px;
    max-width: 170px;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #292B2C;
    outline: none;
    padding-right: 20px;
    padding-left: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url("../img/selectarrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 15px center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #292B2C
}

.events__wrapper .outer__events .controls form>select:last-child {
    margin-left: 0px
}

.events__calendar table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border: 1px solid #E6E7E8;
    border-spacing: 0px
}

.events__calendar table tr:last-child td {
    border-bottom: 0px
}

.events__calendar table tr td {
    padding: 25px 0px;
    border-bottom: 1px solid #E6E7E8;
    border-right: 1px solid #E6E7E8
}

.events__calendar table tr td.active {
    background-color: rgba(255,130,0,0.1)
}

.events__calendar table tr td.active>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #FF8200;
    font-weight: bold
}

.events__calendar table tr td:nth-child(1) {
    border-right: 0px
}

.events__calendar table tr td>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #666666
}

.events__calendar table tr th {
    padding: 19px 15px;
    border-bottom: 1px solid #E6E7E8;
    border-right: 1px solid #E6E7E8
}

.events__calendar table tr th:nth-child(1) {
    border-right: 0px
}

.events__calendar .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;
    width: 100%;
    padding: 20px 0px;
    background-color: #E6E7E8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.events__calendar .head>.row {
    width: 14.2857%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.events__calendar .head>.row>p {
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #FF8200;
    font-weight: 600
}

.events__calendar .head>.row>a {
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #666666;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.events__calendar .head>.row>a:hover {
    color: #FF8200
}

html[dir='ltr'] .categories__wrapper .outer__categories .slider .slick-prev {
    left: -150px;
    right: auto;
    -webkit-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%)
}

html[dir='ltr'] .categories__wrapper .outer__categories .slider .slick-next {
    right: -150px;
    left: auto;
    -webkit-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%)
}

html[dir='ltr'] header .controls .login>a span {
    margin-right: 15px;
    margin-left: 0px
}

html[dir='ltr'] .events__wrapper .outer__events .controls form>select {
    padding-left: 20px;
    padding-right: 35px;
    background-position: calc(100% - 15px) center
}

html[dir='ltr'] .events__wrapper .outer__events .controls form>select {
    margin-left: 0px;
    margin-right: 15px
}

.dashboard__wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #F7F7F7
}

.dashboard__wrapper .outer__dashboard {
    padding-left: 340px;
    position: relative
}

.dashboard__wrapper .outer__dashboard .courses__wrapper {
    margin-top: 44px
}

.dashboard__wrapper .outer__dashboard .elem__course {
    margin-top: 45px
}

.dashboard__wrapper .outer__dashboard .elem__course:nth-child(1) {
    margin-top: 0px
}

.dashboard__wrapper .outer__dashboard .elem__course>.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: 30px
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .controls {
    margin-right: auto;
    margin-left: 35px
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .controls>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-left: 11px
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .controls>a:last-child {
    margin-left: 0px
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .controls>a:hover {
    background-color: #B1B1B1
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 45px;
    padding-left: 14px;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding-right: 14px;
    text-decoration: none;
    font-size: 13px;
    line-height: 17px;
    color: #292B2C;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-weight: bold
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .btn>a:hover {
    background-color: #B1B1B1
}

.dashboard__wrapper .outer__dashboard .elem__course>.head .btn>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px
}

.dashboard__wrapper .outer__dashboard .elem__course>.head>h6 {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dashboard__wrapper .outer__dashboard .elem__course>.head>h6 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 12px
}

.dashboard__wrapper .outer__dashboard .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.dashboard__wrapper .outer__dashboard .list .elem {
    padding: 13px 12px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 110px;
    position: relative
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom {
    right: 13px;
    bottom: 13px;
    width: calc(100% - 26px);
    position: absolute
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    background-color: #FF8200
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom .btn>a:hover {
    opacity: .7
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    color: #292B2C;
    font-family: "Graphik" ,sans-serif;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom ul li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px
}

.dashboard__wrapper .outer__dashboard .list .elem .bottom ul li.spacer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 15px;
    height: 18px;
    width: 1px;
    background-color: #292B2C;
    opacity: .4
}

.dashboard__wrapper .outer__dashboard .list .elem .desc>p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 120%;
    color: #292B2C;
    font-weight: 500
}

.dashboard__wrapper .outer__dashboard .list .elem .media {
    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: 24px;
    position: relative;
    height: 0px;
    padding-bottom: 72%
}

.dashboard__wrapper .outer__dashboard .list .elem .media .float {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding: 8px 11px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(41,43,44,0.2);
    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
}

.dashboard__wrapper .outer__dashboard .list .elem .media .float>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #FFFFFF
}

.dashboard__wrapper .outer__dashboard .list .elem .media .float .bar {
    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: 100%;
    position: relative;
    height: 7px;
    background-color: #F7F7F7;
    border-radius: 100px
}

.dashboard__wrapper .outer__dashboard .list .elem .media .float .bar .active {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-radius: 250px;
    background-color: #20DB88
}

.dashboard__wrapper .outer__dashboard .list .elem .media .tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 6px 7px;
    z-index: 3;
    border-radius: 4px;
    background-color: #B1B1B1
}

.dashboard__wrapper .outer__dashboard .list .elem .media .tag>span {
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    color: #FFFFFF
}

.dashboard__wrapper .outer__dashboard .list .elem .media>img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.dashboard__wrapper .outer__dashboard .stats {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 320px
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat {
    width: 100%;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #FFFFFF
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat>h6 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #292B2C
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider {
    margin-bottom: 0px !important
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .slick-dots {
    position: static;
    margin-top: 15px;
    padding-bottom: 10px
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px;
    margin: 0px 5px
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .slick-dots li.slick-active button {
    background-color: #FF8200
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .slick-dots li button {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 250px;
    background-color: #F7F7F7;
    width: auto;
    height: auto
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .slick-dots li button:before {
    content: none
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .elem>.inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .elem>.inn>p {
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    color: #211C1C;
    font-weight: 400
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .elem>.inn>.media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dashboard__wrapper .outer__dashboard .stats .badges__stat .badges__slider .elem>.inn>.media img {
    min-width: 52px;
    max-width: 52px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat {
    width: 100%;
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 10px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .progress__slider {
    margin-bottom: 0px !important
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .slick-dots {
    position: static;
    margin-top: 15px;
    padding-bottom: 10px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px;
    margin: 0px 5px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .slick-dots li.slick-active button {
    background-color: #FF8200
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .slick-dots li button {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 250px;
    background-color: #F7F7F7;
    width: auto;
    height: auto
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .slick-dots li button:before {
    content: none
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .elem__progress {
    position: relative
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .elem__progress canvas {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .elem__progress .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .prog {
    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
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .prog span {
    position: absolute;
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    color: #292B2C
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .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: 25px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .head>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    border: 1px solid rgba(0,0,0,0.11);
    border-radius: 3px
}

.dashboard__wrapper .outer__dashboard .stats .progress__stat .head>p {
    margin: 0px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C
}

.dashboard__wrapper .outer__dashboard .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dashboard__wrapper .outer__dashboard .top .prof {
    width: 100%;
    position: relative;
    border-radius: 10px;
    background-color: #FFFFFF;
    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;
    padding-top: 65px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 65px
}

.dashboard__wrapper .outer__dashboard .top .prof>h2 {
    margin: 0px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    color: #292B2C;
    position: relative
}

.dashboard__wrapper .outer__dashboard .top .prof>h2:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 70px;
    height: 3px;
    background-color: #FF8200;
    bottom: -18px
}

.dashboard__wrapper .outer__dashboard .top .prof .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255,130,0,0.25);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 43px
}

.dashboard__wrapper .outer__dashboard .top .prof .media img {
    min-width: 122px;
    max-width: 122px;
    height: 129px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.dashboard__wrapper .outer__dashboard .top .prof>img {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.dashboard__wrapper .outer__dashboard .top .box {
    margin-right: 20px;
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    background-color: #fff
}

.calendar__info {
    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;
    margin-top: 52px;
    margin-bottom: 50px
}

.calendar__info>.elem__schedule {
    width: 100%
}

.calendar__info>.elem__schedule .box {
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 350px
}

.calendar__info>.elem__schedule .box .elem {
    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;
    padding: 14px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 10px
}

.calendar__info>.elem__schedule .box .elem:last-child {
    margin-bottom: 0px
}

.calendar__info>.elem__schedule .box .elem .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.calendar__info>.elem__schedule .box .elem .desc .btn {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__info>.elem__schedule .box .elem .desc .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    min-height: 31px;
    border-radius: 5px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #292B2C;
    font-size: 12px;
    line-height: 18px;
    color: #292B2C;
    font-weight: 600
}

.calendar__info>.elem__schedule .box .elem .desc .btn>a:hover {
    background-color: #292B2C;
    color: #fff
}

.calendar__info>.elem__schedule .box .elem .desc>p {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #000000
}

.calendar__info>.elem__schedule .box .elem .desc>span {
    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;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(41,43,44,0.5)
}

.calendar__info>.elem__schedule .box .elem .desc>span img {
    min-width: 10px;
    max-width: 10px;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.calendar__info>.elem__schedule .box .elem .media {
    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-left: 15px
}

.calendar__info>.elem__schedule .box .elem .media>img {
    min-width: 80px;
    max-width: 80px;
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.calendar__info>.elem__schedule>p {
    margin-top: 0px;
    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;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C;
    margin-bottom: 15px
}

.calendar__info>.elem__schedule>p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calendar__info>.elem__calendar {
    min-width: 365px;
    max-width: 365px;
    margin-left: 20px
}

.calendar__info>.elem__calendar>.calendar__box {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
    min-height: 350px;
    border-radius: 10px
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker-rtl .ui-datepicker-next {
    padding: 0px !important;
    left: 2px !important;
    top: 2px !important;
    outline: none !important;
    border: 0px !important;
    cursor: pointer;
    width: 27px !important;
    background: url("../img/iconnext.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 27px !important
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker-rtl .ui-datepicker-prev {
    padding: 0px !important;
    right: 2px !important;
    top: 2px !important;
    outline: none !important;
    border: 0px !important;
    cursor: pointer;
    width: 27px !important;
    background: url("../img/iconnext2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 27px !important
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker-inline {
    width: 100% !important
}

.calendar__info>.elem__calendar>.calendar__box td>a {
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    width: 32px !important;
    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: 0px;
    height: 32px !important;
    background: none !important;
    border: 0px !important;
    border-radius: 250px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    text-align: center !important
}

.calendar__info>.elem__calendar>.calendar__box td>a.ui-state-active {
    background-color: #FF8200 !important;
    color: #fff !important
}

.calendar__info>.elem__calendar>.calendar__box .ui-widget.ui-widget-content {
    border: 0px
}

.calendar__info>.elem__calendar>.calendar__box .ui-widget-header {
    border: 0px !important;
    background: none !important
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker .ui-datepicker-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    color: #000000
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker th {
    padding-top: 4px !important;
    padding-bottom: 5px !important
}

.calendar__info>.elem__calendar>p {
    margin-top: 0px;
    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;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    color: #292B2C;
    margin-bottom: 15px
}

.calendar__info>.elem__calendar>p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calendar__info>.elem__calendar>.calendar__box .ui-datepicker .ui-datepicker-title {
    margin-bottom: 15px
}

.ui-datepicker td {
    padding-bottom: 10px !important
}

.calendar__info>.elem__calendar>.calendar__box {
    min-height: 423px
}

.calendar__info>.elem__calendar>.calendar__box {
    height: calc(100% - 46px)
}

.calendar__info {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
}

html[dir="ltr"] .calendar__info>.elem__schedule .box .elem .media {
    margin-left: 0px;
    margin-right: 15px
}

html[dir="ltr"] .calendar__info>.elem__schedule .box .elem .desc>span img {
    margin-left: 0px;
    margin-right: 10px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .elem__course>.head>h6 span {
    margin-left: 0px;
    margin-right: 12px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .elem__course>.head .controls>a {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .elem__course>.head .btn>a span {
    margin-left: 20px;
    margin-right: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .stats .progress__stat .head>a {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .stats .progress__stat .head>p {
    margin-left: 0px;
    margin-right: 10px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .list .elem .bottom ul li>span {
    margin-left: 6px;
    margin-right: 0px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .top .prof .media {
    margin-left: 0px;
    margin-right: 43px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .top .prof>h2:before {
    right: auto;
    left: 0px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard {
    padding-right: 340px;
    padding-left: 0px
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .stats {
    right: 0px;
    left: auto
}

html[dir="ltr"] .dashboard__wrapper .outer__dashboard .top .box {
    margin-left: 20px;
    margin-right: 0px
}

html[dir="ltr"] .calendar__info>.elem__schedule>p span,html[dir="ltr"] .calendar__info>.elem__calendar>p span {
    margin-right: 10px;
    margin-left: 0px
}

html[dir="ltr"] .calendar__info>.elem__calendar {
    margin-right: 20px;
    margin-left: 0px
}

@media (max-width: 1540px) {
    .profile__wrapper .outer__profile .info__box .spacer {
        margin:0px 35px
    }

    .categories__wrapper .outer__categories .slider .slick-next {
        left: -60px
    }

    .categories__wrapper .outer__categories .slider .slick-prev {
        right: -60px
    }

    html[dir='ltr'] .categories__wrapper .outer__categories .slider .slick-next {
        right: -60px
    }

    html[dir='ltr'] .categories__wrapper .outer__categories .slider .slick-prev {
        left: -60px
    }
}

.profile__wrapper .outer__profile .info__box>.elem__info:nth-child(1) {
    max-width: 230px
}

@media (max-width: 1440px) {
    .dashboard__wrapper .outer__dashboard .top .prof {
        padding-left:45px;
        padding-right: 45px
    }

    .dashboard__wrapper .outer__dashboard .top .prof>h2 {
        font-size: 34px
    }

    .program__box .outer__program .head>.description>h2 {
        font-size: 35px;
        line-height: 45px
    }

    .program__box .outer__program .head>.description {
        padding: 25px 40px
    }

    .program__box .programs__list>.elem__program .inner>.top .progress>.bar {
        width: 280px
    }

    .program__box .programs__list>.elem__program .inner>.cards {
        grid-template-columns: repeat(4, 1fr)
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column>.el {
        min-width: 180px;
        max-width: 180px
    }

    .profile__wrapper .outer__profile .info__box .elem__info>h6 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .profile__wrapper .outer__profile .info__box {
        margin-right: 30px
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column>.space {
        margin: 0px 30px
    }

    .profile__wrapper .outer__profile .profile__box {
        min-width: 290px;
        max-width: 290px
    }

    .articles__wrapper .outer__articles .list {
        grid-template-columns: repeat(4, 1fr)
    }

    .articles__wrapper .outer__articles>h6 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 28px
    }
}

.profile__wrapper .outer__profile .profile__box .btn {
    margin-bottom: 0px
}

@media (max-width: 1340px) {
    html[dir="ltr"] .profile__wrapper .outer__profile .btn {
        padding-left:0px
    }

    html[dir="ltr"] .profile__wrapper .outer__profile .info__box {
        margin-left: 0px
    }

    .profile__wrapper {
        padding-bottom: 80px
    }

    .profile__wrapper .outer__profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 840px
    }

    .profile__wrapper .outer__profile .profile__box .btn {
        margin-top: 25px
    }

    .profile__wrapper .outer__profile .profile__box {
        min-width: 0px;
        max-width: 100%;
        margin-bottom: 15px;
        width: 100%
    }

    .profile__wrapper .outer__profile .info__box {
        margin-right: 0px
    }

    .profile__wrapper .outer__profile .btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 15px
    }

    .profile__wrapper .outer__profile .profile__box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .profile__wrapper .outer__profile .info__box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.course__wrapper .outer__course .course__box .grid>.elem:nth-child(odd):before {
    left: -20px
}

.program__box .outer__program .head>.media {
    min-height: 280px
}

.categories__wrapper .outer__categories .slider .slick-list {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: -50px;
    margin-bottom: -50px
}

@media (max-width: 1280px) {
    html[dir='ltr'] .categories__wrapper .outer__categories .slider .slick-prev {
        left:-75px
    }

    .events__calendar .head>.row>a,.events__calendar .head>.row>p {
        font-size: 17px;
        line-height: 21px
    }

    .events__wrapper .outer__events>h2 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 35px
    }

    .events__wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .events__wrapper .outer__events .controls form {
        margin-bottom: 30px
    }

    .categories__wrapper .outer__categories .slider .slick-prev {
        right: -75px
    }

    .categories__wrapper .outer__categories .slider {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto
    }

    .categories__wrapper .outer__categories>h2 {
        margin-bottom: 35px;
        font-size: 45px;
        line-height: 55px
    }

    .categories__wrapper {
        padding: 65px 0px
    }
}

@media (max-width: 1200px) {
    html[dir="ltr"] .dashboard__wrapper .outer__dashboard {
        padding-right:0px
    }

    .dashboard__wrapper .outer__dashboard .stats .badges__stat {
        padding-top: 60px
    }

    .dashboard__wrapper .outer__dashboard .stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        max-width: 100%;
        margin-top: 25px
    }

    .dashboard__wrapper .outer__dashboard .stats .badges__stat {
        margin-top: 0px
    }

    .calendar__info {
        margin-top: 25px
    }

    .dashboard__wrapper .outer__dashboard {
        padding-left: 0px
    }

    .dashboard__wrapper .outer__dashboard .stats {
        position: static;
        width: 100%
    }

    .about__wrapper .outer__about>.top>p {
        font-size: 16px;
        line-height: 32px
    }

    .about__wrapper .outer__about>.top>h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px
    }

    .about__wrapper .outer__about .grid>.elem>span {
        font-size: 50px;
        line-height: 58px
    }

    .about__wrapper .outer__about .grid>.elem>p {
        font-size: 24px;
        line-height: 30px
    }

    .about__wrapper {
        padding: 60px 0px
    }

    .about__wrapper .outer__about .grid .spacer {
        margin: 0px 30px
    }

    .hero__section .outer__hero>h1 {
        font-size: 72px;
        line-height: 84px
    }

    .hero__section .outer__hero>h2 {
        font-size: 34px;
        line-height: 44px
    }

    .hero__section .outer__hero>p {
        font-size: 20px;
        line-height: 34px
    }

    .program__box .outer__program .head>.media>img {
        min-width: 300px;
        max-width: 300px
    }

    .program__box .programs__list>.elem__program .inner>.top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program__box .programs__list>.elem__program .inner>.top>p {
        margin-left: 0px;
        margin-bottom: 15px
    }

    .program__box .programs__list>.elem__program .inner>.cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .course__wrapper {
        padding-top: 30px;
        padding-bottom: 180px
    }

    .course__wrapper .outer__course .course__box,.course__lessons {
        min-width: 400px;
        max-width: 400px
    }

    .course__wrapper .outer__course .course__details>h2 {
        font-size: 40px;
        line-height: 50px
    }

    .course__wrapper .outer__course .course__details .info__box>.article>h6 {
        font-size: 24px;
        line-height: 32px
    }

    .course__wrapper .outer__course .course__details .info__box>.article>p {
        font-size: 18px;
        line-height: 28px
    }

    .course__wrapper .outer__course .course__box {
        margin-left: 30px
    }

    .articles__wrapper .outer__articles .list {
        grid-template-columns: repeat(3, 1fr)
    }

    header .bottom__header .outer .menu ul li>a {
        font-size: 16px;
        line-height: 24px
    }

    header .bottom__header .outer .menu ul li {
        margin-left: 22px
    }

    .articles__wrapper {
        padding-bottom: 70px
    }
}

.menu__button {
    display: none
}

footer .outer__footer .text>p {
    margin-top: 0px;
    margin-bottom: 0px
}

.menu>a {
    display: none
}

.overlay {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.6);
    display: none
}

@media (max-width: 991px) {
    html[dir="ltr"] .dashboard__wrapper .outer__dashboard .top .box {
        margin-left:0px
    }

    .dashboard__wrapper .outer__dashboard .list {
        grid-template-columns: repeat(2, 1fr)
    }

    .calendar__info>.elem__calendar>.calendar__box {
        min-height: 0px !important;
        height: auto !important
    }

    .calendar__info>.elem__calendar>.calendar__box {
        padding-bottom: 0px !important
    }

    .calendar__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calendar__info>.elem__calendar {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 25px
    }

    .dashboard__wrapper .outer__dashboard .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dashboard__wrapper .outer__dashboard .stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dashboard__wrapper .outer__dashboard .stats .progress__stat {
        width: 100% !important;
        margin-bottom: 20px !important
    }

    .dashboard__wrapper .outer__dashboard .stats .badges__stat {
        padding-top: 20px !important;
        width: 100% !important
    }

    .dashboard__wrapper .outer__dashboard .top .box {
        min-height: 240px;
        margin-right: 0px;
        margin-top: 25px;
        width: 100%;
        max-width: 100%
    }

    .events__calendar {
        overflow-x: auto;
        width: calc(100% + 15px)
    }

    .events__calendar::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .events__calendar::-webkit-scrollbar-thumb {
        background-color: rgba(25,25,25,0.2);
        border-radius: 10px
    }

    .events__calendar .head {
        min-width: 1040px
    }

    .events__calendar table {
        min-width: 1040px
    }

    .categories__wrapper .outer__categories>h2 {
        font-size: 38px;
        line-height: 44px
    }

    .categories__wrapper {
        padding: 35px 0px
    }

    .categories__wrapper .outer__categories .slider {
        max-width: calc(100% + 30px);
        margin-right: 0px
    }

    .categories__wrapper .outer__categories .slider .slick-prev {
        right: -60px
    }

    .about__wrapper .outer__about>.top {
        margin-bottom: 45px
    }

    .about__wrapper .outer__about>.top>h2 {
        font-size: 34px;
        line-height: 40px
    }

    .about__wrapper .outer__about .grid>.elem>span {
        font-size: 42px;
        line-height: 48px
    }

    .about__wrapper .outer__about .grid>.elem>p {
        font-size: 22px;
        line-height: 28px
    }

    .hero__section .outer__hero>h1 {
        font-size: 62px;
        line-height: 72px
    }

    .hero__section .outer__hero>h2 {
        font-size: 30px;
        line-height: 38px
    }

    .hero__section .outer__hero>p {
        font-size: 18px;
        line-height: 30px
    }

    html[dir="ltr"] .program__box .outer__program .head>.description>h2 {
        margin-right: 0px
    }

    .program__box .outer__program .head>.description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .program__box .outer__program .head>.description>h2 {
        font-size: 30px;
        line-height: 38px;
        margin-left: 0px
    }

    .program__box .outer__program .head>.description .bar .main__circle canvas {
        width: 100px !important;
        height: 100px !important
    }

    .program__box .outer__program .head>.description .bar .main__circle span {
        font-size: 16px
    }

    .program__box .outer__program .head>.media {
        min-height: 240px
    }

    .program__box .outer__program .head>.media>img {
        border-radius: 8px
    }

    .program__box .programs__list>.elem__program .inner>.cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .program__box .programs__list>.elem__program .inner>.top .progress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program__box .programs__list>.elem__program .inner>.top .progress>.bar {
        margin: 7px 0px;
        width: 100%;
        max-width: 340px
    }

    .program__box .programs__list>.elem__program .inner>.top .progress {
        width: 100%
    }

    html[dir="ltr"] .course__lessons {
        margin-left: auto;
        margin-right: auto
    }

    .course__inner--wrapper {
        width: 100%
    }

    .course__lessons {
        min-width: 0px;
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: -20px;
        margin-bottom: 35px
    }

    html[dir="ltr"] .course__wrapper .outer__course .course__box {
        margin-left: auto;
        margin-right: auto
    }

    .course__wrapper .outer__course .course__details {
        width: 100%
    }

    .course__wrapper .outer__course .course__details>h2 {
        font-size: 32px;
        line-height: 40px
    }

    .course__wrapper .outer__course .course__details .pagination {
        margin-bottom: 20px
    }

    .course__wrapper .outer__course .course__details .switcher {
        margin-bottom: 35px
    }

    .course__wrapper .outer__course .course__details .info__box>.article {
        margin-bottom: 25px
    }

    .course__wrapper .outer__course {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .course__wrapper .outer__course .course__box {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        min-width: 0px;
        width: 100%;
        margin-bottom: 35px
    }

    .course__wrapper .outer__course .course__details {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto
    }

    .course__wrapper {
        padding-top: 25px;
        padding-bottom: 120px
    }

    .profile__wrapper .outer__profile {
        padding-bottom: 20px
    }

    .profile__wrapper .outer__profile .info__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__wrapper .outer__profile .info__box>.elem__info:nth-child(1) {
        margin-bottom: 25px
    }

    .profile__wrapper .outer__profile .info__box .elem__info>h6 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .profile__wrapper .outer__profile .info__box .spacer {
        display: none
    }

    .profile__wrapper {
        padding-top: 35px;
        padding-bottom: 40px
    }

    .menu>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        left: 5px;
        top: 5px
    }

    .menu>a img {
        max-width: 30px;
        min-width: 30px
    }

    .articles__wrapper .outer__articles .list>.elem {
        padding-bottom: 70px
    }

    .articles__wrapper .outer__articles .list {
        grid-template-columns: repeat(2, 1fr)
    }

    footer .outer__footer {
        -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;
        text-align: center
    }

    footer .outer__footer>.desc>a {
        margin-bottom: 0px
    }

    footer .outer__footer>.desc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .outer__footer>.desc {
        margin-bottom: 15px
    }

    footer .outer__footer .text>p {
        font-size: 14px;
        line-height: 22px
    }

    .menu__button {
        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
    }

    .menu__button>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 36px;
        max-width: 36px;
        min-height: 36px;
        max-height: 36px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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
    }

    .menu__button>a>span {
        min-width: 28px;
        min-height: 3px;
        margin-bottom: 5px;
        background-color: #fff;
        border-radius: 4px
    }

    .menu__button>a>span:last-child {
        margin-bottom: 0px
    }

    header .top__header .outer>a:nth-child(1)>img {
        max-width: 180px;
        min-width: 180px
    }

    header .top__header .outer>a:nth-child(2)>img {
        max-width: 80px;
        min-width: 80px
    }

    .login__wrapper .box .content .tui-core_auth-login__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 25px
    }

    .login__wrapper .box>.head {
        padding: 12px 15px
    }

    .login__wrapper .box .content {
        padding: 30px 20px
    }

    header .bottom__header .outer .menu {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        padding: 30px 15px;
        max-width: 290px;
        height: 100%;
        background-color: #292B2C;
        right: -290px;
        z-index: 4;
        -webkit-transition: .6s ease all;
        transition: .6s ease all;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    header .bottom__header .outer .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    header .bottom__header .outer .menu ul>li {
        margin-left: 0px;
        margin-bottom: 15px
    }

    header .bottom__header .outer .menu ul>li:last-child {
        margin-bottom: 0px
    }

    .articles__wrapper .outer__articles .list>.elem>.media {
        margin-bottom: 15px
    }

    footer .outer__footer>.desc {
        margin-bottom: 35px
    }

    html[dir="ltr"] .menu>a {
        right: 5px;
        left: auto
    }

    .course__wrapper {
        padding-bottom: 60px
    }

    .course__wrapper .outer__course .course__box .progress {
        margin-bottom: 25px
    }

    .course__wrapper .outer__course {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .course__inner--wrapper {
        margin-top: 30px
    }

    .course__lessons {
        margin-bottom: 0px
    }

    .program__box .programs__list>.elem__program>p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 27px
    }

    .program__box .programs__list {
        margin-top: 35px
    }
}

@media (max-width: 767px) {
    html[dir="ltr"] .dashboard__wrapper .outer__dashboard .elem__course>.head .controls {
        right:0px;
        left: auto
    }

    html[dir="ltr"] .dashboard__wrapper .outer__dashboard .top .prof .media {
        margin-right: 25px
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head>h6 {
        margin-bottom: 12px
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head>.btn {
        margin-bottom: 12px
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head>.btn:last-child {
        margin-bottom: 0px
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head .controls {
        position: absolute;
        left: 0px;
        bottom: 0px;
        margin-left: 0px
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head {
        position: relative
    }

    .dashboard__wrapper .outer__dashboard .elem__course>.head {
        margin-bottom: 15px
    }

    .dashboard__wrapper .outer__dashboard .top .prof {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .dashboard__wrapper .outer__dashboard .top .prof .media {
        position: relative;
        z-index: 2
    }

    .dashboard__wrapper .outer__dashboard .top .prof>h2 {
        font-size: 26px
    }

    .dashboard__wrapper .outer__dashboard .top .prof .media {
        margin-left: 25px
    }

    .events__wrapper .outer__events>h2 {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 25px
    }

    html[dir='ltr'] .events__wrapper .outer__events .controls form>select {
        margin-right: 0px
    }

    .events__wrapper .outer__events .controls form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .events__wrapper .outer__events .controls form>select {
        width: 100%;
        max-width: 340px;
        margin-bottom: 10px;
        margin-left: 0px
    }

    .events__wrapper .outer__events .controls form>select:last-child {
        margin-bottom: 0px
    }

    .events__wrapper .outer__events .controls form>button {
        width: 100%;
        max-width: 340px
    }

    .about__wrapper .outer__about>.top>h2 {
        font-size: 30px;
        line-height: 35px
    }

    .about__wrapper {
        padding: 40px 0px
    }

    .about__wrapper .outer__about .grid {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__wrapper .outer__about .grid .spacer {
        margin: 20px 0px;
        width: 130px;
        height: 1px;
        min-height: 1px
    }

    .hero__section .outer__hero>h1 {
        font-size: 52px;
        line-height: 62px
    }

    .hero__section .outer__hero>h2 {
        font-size: 24px;
        line-height: 32px
    }

    .hero__section .outer__hero>p {
        font-size: 18px;
        line-height: 30px
    }

    .program__box .info>.el {
        margin-bottom: 10px
    }

    .program__box .info>.el:last-child {
        margin-bottom: 0px
    }

    .program__box .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .program__box .outer__program .head>.description {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .program__box .outer__program .head>.description>h2 {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 10px;
        text-align: center
    }

    .program__box .outer__program .head>.media {
        min-height: 0px
    }

    .program__box .outer__program .head>.media>img {
        min-width: 0px;
        max-width: 100%
    }

    .program__box {
        padding: 30px 0px
    }

    .program__box .programs__list>.elem__program .inner>.top .progress>span {
        text-align: center
    }

    .program__box .programs__list>.elem__program .inner>.top>p {
        text-align: center
    }

    .program__box .programs__list>.elem__program .inner>.cards {
        padding: 15px
    }

    .program__box .programs__list>.elem__program .inner>.top {
        padding: 20px 15px
    }

    .program__box .programs__list>.elem__program .inner>.top>p {
        font-size: 18px;
        line-height: 28px
    }

    .course__wrapper .outer__course .course__box {
        padding: 15px
    }

    .course__wrapper {
        padding-bottom: 40px
    }

    .course__wrapper .outer__course .course__details .info__box>.article>p span {
        top: 8px
    }

    .course__wrapper .outer__course .course__details .info__box>.article>h6 {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .course__wrapper .outer__course .course__details .info__box>.article>p {
        font-size: 16px;
        line-height: 26px
    }

    .course__wrapper .outer__course .course__details>h2 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 34px
    }

    html[dir="ltr"] footer .outer__footer .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    html[dir="ltr"] footer .outer__footer .text>p {
        margin-right: 0px
    }

    .articles__wrapper {
        padding-top: 25px;
        padding-bottom: 45px
    }

    footer .outer__footer .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .outer__footer .text>p {
        margin-left: 0px;
        margin-top: 10px
    }

    footer .outer__footer .text>p:last-child {
        margin-top: 0px
    }

    .login__wrapper:before {
        background-size: cover
    }

    footer .outer__footer .text>p {
        margin-top: 5px
    }

    .program__box .programs__list>.elem__program .inner>.cards>.elem__card>.media {
        margin-bottom: 15px
    }

    .program__box .programs__list>.elem__program .inner>.cards>.elem__card {
        padding-bottom: 54px
    }
}

.program__box .outer__program .head {
    overflow: hidden
}

@media (max-width: 540px) {
    .dashboard__wrapper .outer__dashboard .list {
        grid-template-columns:1fr
    }

    .categories__wrapper .outer__categories .slider .slick-slide {
        margin: 0px 13px
    }

    .program__box .info {
        padding: 15px
    }

    html[dir="ltr"] .program__box .info>.el {
        margin-right: 0px
    }

    .program__box .outer__program .head>.media>img {
        border-radius: 0px !important;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .program__box .outer__program .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 520px;
        margin-right: auto;
        margin-left: auto
    }

    .program__box .programs__list>.elem__program .inner>.cards {
        grid-template-columns: 1fr
    }

    .profile__wrapper .outer__profile .profile__box {
        padding-left: 15px;
        padding-right: 15px
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column>.space {
        display: none
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column>.el {
        min-width: 0px;
        max-width: 100%;
        margin-bottom: 25px
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column>.el:last-child {
        margin-bottom: 0px
    }

    .profile__wrapper .outer__profile .info__box .elem__info .column {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    .events__wrapper {
        padding:35px 0px
    }

    .calendar__info>.elem__schedule .box .elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .calendar__info>.elem__schedule .box .elem .media {
        margin-left: 0px;
        margin-bottom: 10px
    }

    .dashboard__wrapper .outer__dashboard .top .prof .media img {
        min-width: 80px;
        max-width: 80px;
        height: 100px
    }

    .dashboard__wrapper .outer__dashboard .top .prof {
        padding: 25px 15px
    }

    .dashboard__wrapper .outer__dashboard .top .prof>h2 {
        font-size: 20px
    }

    .events__wrapper .outer__events>h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 15px
    }

    .categories__wrapper .outer__categories .slider .slick-slide {
        margin: 0px 7px
    }

    .categories__wrapper .outer__categories .elem .inner>p {
        font-size: 24px;
        line-height: 30px
    }

    .categories__wrapper .outer__categories .elem {
        width: auto
    }

    .categories__wrapper .outer__categories .elem .inner {
        min-height: 0px
    }

    .hero__section .outer__hero>h1 {
        font-size: 38px;
        line-height: 46px
    }

    .course__lessons .list>.elem .content .duration {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .course__lessons .list>.elem .content .duration .media {
        margin-bottom: 2px
    }

    .course__lessons {
        padding: 25px 15px
    }

    html[dir="ltr"] .course__wrapper .outer__course .course__details .switcher {
        margin-left: 0px;
        margin-right: 12px
    }

    html[dir="ltr"] .course__wrapper .outer__course .course__box .progress .bar .active {
        left: 0px
    }

    .course__wrapper .outer__course .course__details>h2 {
        font-size: 23px;
        line-height: 28px
    }

    .course__wrapper .outer__course .course__details .switcher ul li>a {
        padding: 4px 10px;
        font-size: 16px;
        line-height: 23px;
        white-space: nowrap
    }

    .switcher__box {
        overflow-x: auto;
        width: calc(100% + 15px);
        margin-bottom: 25px
    }

    .switcher__box::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .switcher__box::-webkit-scrollbar-thumb {
        background-color: rgba(25,25,25,0.2);
        border-radius: 10px
    }

    .course__wrapper .outer__course .course__details .switcher {
        margin-bottom: 0px;
        margin-left: 15px
    }

    .course__wrapper .outer__course .course__details .switcher {
        width: auto
    }

    .course__wrapper .outer__course .course__box .grid {
        grid-template-columns: 1fr
    }

    .course__wrapper .outer__course .course__box .grid>.elem:nth-child(odd):before {
        content: none
    }

    .course__wrapper .outer__course .course__box .grid {
        grid-row-gap: 0px
    }

    .course__wrapper .outer__course .course__box .grid>.elem {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(0,0,0,0.22)
    }

    .course__wrapper .outer__course .course__box .grid>.elem:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    html[dir="ltr"] header .bottom__header .outer .controls>.profile>a .profile__inner .media {
        margin-right: 0px
    }

    html[dir="ltr"] header .bottom__header .outer .controls>.profile>a>span {
        margin-left: 10px
    }

    .articles__wrapper .outer__articles .list {
        grid-template-columns: 1fr
    }

    .articles__wrapper .outer__articles>h6 {
        margin-bottom: 15px
    }

    .articles__wrapper .outer__articles .list>.elem .desc>p {
        font-size: 15px
    }

    header .top__header .outer>a:nth-child(1)>img {
        min-width: 160px;
        max-width: 160px
    }

    header .top__header .outer>a:nth-child(2)>img {
        min-width: 70px;
        max-width: 70px
    }

    header .bottom__header .outer .controls>.profile>a .profile__inner .desc {
        display: none
    }

    header .bottom__header .outer .controls>.profile>a .profile__inner .media {
        margin-left: 0px
    }

    header .bottom__header .outer .controls>.profile>a>span {
        margin-right: 10px
    }

    .login__wrapper .box>.head>.logo>img {
        max-width: 220px
    }

    .login__wrapper .box .content .tui-core_auth-login__title {
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 15px
    }
}
.tui-core_auth-loginLayout__main {
	max-width: 100% !important;
}
.tui-core_auth-login,
.tui-core_auth-loginForm__content {
	display: block !important;
}
.tui-core_auth-loginForm__options.remember__me {
    font-size: var(--form-input-font-size);
}
.tui-core_auth-loginNav {
    padding: 0 !important;
}
