/* theme-color */
:root {
    --colorPrimaryLight: #ffffff;
    --colorPrimaryBlue: #0E61D9;
    --colorLightBlue: #E7F3FE;
    --colorPrimaryOrange: #FF8E24;
    --colorDarkOrange: #F47804;
    --colorLightOrange: #FFF1CE;
    --colorPrimaryGrey: #DEE7F0;
    --colorPrimaryBiedge: #FAF5E6;
    --colorPrimaryDark: #05203E;
    --colorPrimaryOrangeGradient: linear-gradient(89.79deg, #FF9327 7.2%, #FF6A2B 99.74%);
    --colorPrimaryOrangeGradientActive:  linear-gradient(90.01deg, #F46700 0.01%, #DA4100 99.99%);
    --colorPrimaryBlueGradient: linear-gradient(86.36deg, #0E61D9 2.99%, #00409B 97.01%);
    --colorPrimaryBlueGradientActive: linear-gradient(86.36deg, #0049B1 2.99%, #003785 97.01%);
}
.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus,
.navbar-light .langbutton:hover,
.navbar-light .langbutton:focus {
    color: var(--colorPrimaryOrange) !important;
}
.main-menu li.active a,
a:hover,
.main-menu li a:hover,
.footer-menu li a:hover,
.icon-icon i,
.video-img-thumbnail a:hover,
.blog-tags a:hover,
.blog-btn .read-more-btn:hover,
.author-content a:hover,
.address-line p a:hover {
    color: var(--colorDarkOrange);
}
.hytext {
    color: var(--colorPrimaryDark);
}
button.active,
.icon-box-content,
.theme-bg,
.course-inner::after,
.project-inner::after,
.social-links li:hover,
#scrollUp, .scrollUp {
    background-color: var(--colorLightOrange);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-within {
    background: var(--colorPrimaryOrange);
}

.box:hover{text-decoration:none;box-shadow:0 0 10px 3px #cff1ff; border-color:var(--colorDarkOrange)}

.block03design2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #ffffff;
}
.block03design2 .fdb-box {
    height:200px;
    background: #ffffff;
    padding: 2rem 2rem;
    overflow: hidden;
    color: #444444;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}
.block03design2 .fdb-touch {
    border-top: solid 0.3125rem var(--colorDarkOrange);
    z-index: 2;
}
.fdb-box h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.block03design3 .boxhy {
    padding: 30px;
    background: white;
    width: 100%;
    height: 100%;
    border: 1px solid var(--colorDarkOrange);
    border-radius: 0;
    transition: 0.4s all;
}
.block03design3 .boxhy-wrap:hover .boxhy {
    filter: blur(3px);
    opacity: 0.5;
    transform: scale(.98);
    box-shadow: none;
}
.block03design3 .boxhy-wrap:hover .boxhy:hover {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.125);
}
.block04design1__arrow {
    z-index: 1;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    font-size: 1rem;
}
.block06design2 .img-area img {
    position:absolute;
    margin-top: 100px;
    right: 0;
    bottom: 0;
    height: 440px;
    content: "";
    z-index: 1
}
.block06design2 .choose-area {
    background: var(--colorDarkOrange);
}
.block06design2 .choose-content p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px
}
.block07design1 .card-body h6 {
    font-size: 16px;
    font-weight: 600;
}
.block07 .splide__container {
    position: relative;
    box-sizing: border-box;
}
.block07 .splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: auto;
}
.block07 .splide.is-active .splide__list {
    display: flex;
    align-items: flex-start;
}
.block07 .splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 40%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.block07 .splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.block07 .splide__pagination li button {
    background-color: transparent;
    border: 1px solid var(--colorDarkOrange);
    height: 10px;
    margin: 0 7px;
    width: 10px;
    border-radius: 50%;
}
.block07 .splide__pagination li button.is-active {
    background-color: var(--colorDarkOrange);
}
.splide {
    visibility: hidden;
}
.block07 .splide,
.block07 .splide__slide {
    position: relative;
    outline: none;
}
.block07 .splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.block07 .splide__slide img {
    vertical-align: bottom;
}
.block07 .splide__slider {
    position: relative;
}
.block07 .splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}
.block07 .splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.block07 .splide--ttb > .splide__track > .splide__list {
    display: block;
}
.block07 .splide--ttb > .splide__pagination {
    width: auto;
}
.block07 .splide__arrow--next {
    right: 0em;
}
.block07 .splide__arrow--prev {
    left: 0em;
}
.block07 .splide__arrow {
    top: 1%;
    background: var(--colorDarkOrange);
}
.hy__container {
    padding: 0;
    margin-bottom: 2.35765%;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.hy__container .hy__image img {
    object-fit: cover;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
.hy__container h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hy__total {
    font-weight: 600;
}
.hy__info {
    padding: 0.5em;
}
.hy__image {
    margin: 0;
}
.hy__overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: var(--colorDarkOrange);
    overflow: auto;
    width: auto;
    height: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 2px;
    opacity: 0.9;
    scrollbar-color: rgb(136, 136, 136)  var(--colorDarkOrange);
}
.hy__overlay::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
}
.hy__container:hover .hy__overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hy__text {
    color: white;
    font-size: 16px;
    padding : 25px;
}
.block08design3 .card {
    border-radius: 0.2rem;
}
.block08design3 .card, .card-img-top {
    border-top-left-radius: 0.2rem ;
    border-top-right-radius: 0.2rem ;
}
.block08design3 .card-body h6 {
    font-size: 16px;
    font-weight: 600;
}
.block08design4 .card {
    border-radius: 0.2rem;
}
.block08design4 .card, .card-img-top {
    border-top-left-radius: 0.2rem ;
    border-bottom-left-radius: 0.2rem ;
    border-top-right-radius: 0;
}
.block08design4 .card-body h6 {
    font-size: 16px;
    font-weight: 600;
}
.block08design4 .card-body {
    padding: 1.0rem 0.2rem .5rem 0.01rem;
}
@media (max-width: 767.98px) {
    .block08design4 .card .card-body {
        padding: 0.625rem;
    }
}
.teachers .social li a:hover,.teachers .teacher-content h4 span {
    color: var(--colorDarkOrange);
}
.teachers .social,.teachers .teacher-content:hover {
    background: var(--colorDarkOrange);
}

.teachers {
    background: #fff;
}
.teachers .teachers-slider{
    margin-top:30px;
}
.teachers .single-teacher {
    position: relative;
    margin-bottom: 30px;
}
.teachers .teacher-head {
    position: relative;
}
.teachers .teacher-head.overlay::before {
    opacity: 0;
    z-index: 1;
    visibility: hidden;
}
.teachers .single-teacher:hover .teacher-head.overlay:before{
    opacity:0.8;
    visibility:visible
}
.teachers .teacher-head img{
    height:100%;
    width:100%;
    text-align:center;
}
.teachers .social {
    width: 75px;
    position: absolute;
    top: 15px;
    text-align: center;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 15px;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.teachers .single-teacher:hover .social{
    opacity:1;
    visibility:visible;
    transform: translateY(0%);
}
.teachers .social li {
    display: block;
    margin-bottom: 10px;
}
.teachers .social li:last-child{
    margin:0;
}
.teachers .social li a {
    color: #fff;
    font-size: 14px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    display: inline-block;
}
.teachers .social li a:hover{
    border-color:transparent;
    background:#fff;
}
.teachers .teacher-content {
    background: #fff;
    padding: 12px 30px;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 15px;
    z-index: 33;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.teachers .single-teacher:hover .teacher-content,
.teachers .single-teacher.active .teacher-content{
    transform:scale(1.0);
    opacity:1;
    visibility:visible;
}
.teachers .teacher-content:hover h4,
.teachers .teacher-content:hover span{
    color:#fff;
}
.teachers .teacher-content h4 {
    font-size: 18px;
    font-weight: 500;
}
.teachers .teacher-content a {
    text-decoration: none;
}
.teachers .teacher-content h4 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.overlay{
    position:relative
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #20232E;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.splide__container {
    position: relative;
    box-sizing: border-box;
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: auto;
}
.splide.is-active .splide__list {
    display: flex;
    align-items: flex-start;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 40%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide__pagination li button {
    background-color: transparent;
    border: 1px solid var(--colorDarkOrange);
    height: 10px;
    margin: 0 7px;
    width: 10px;
    border-radius: 50%;
}
.splide__pagination li button.is-active {
    background-color: var(--colorDarkOrange);
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__slider {
    position: relative;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow--next {
    right: 0em;
}
.splide__arrow--prev {
    left: 0em;
}
.splide__arrow {
    top: 1%;
    background: var(--colorDarkOrange);
}

.block09design1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #ffffff;
}
.block09design1 .fdb-box {
    background: #ffffff;
    padding: 3rem 4rem;
    overflow: hidden;
    color: #444444;
    border: 1px solid var(--colorDarkOrange);
    border-radius: 0.25rem;
}
.block09design1 .fdb-touch {
    border-top: solid 0.3125rem var(--colorDarkOrange);
    z-index: 2;
}
.block09design1 h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.block-text-box {
    padding: 15px 0;
    color: #ffffff;
    border-radius: 0.25rem;
    background: var(--colorDarkOrange);
    opacity: 0.9;
}

.block09 .single-box {
    height: 150px;
    background-size: cover;
    padding-top:35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.block09 .single-box-color {
    height: 100px;
    background-size: cover;
    padding-top:35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.block09design2 img {
    opacity: 0.5;
}
.block09design2 h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
}
.block09design3 img {
    opacity: 0.5;
}
.block09design3 h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
}
.block09 .single-box-alt {
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    opacity: 0.9;
}
.block09 .single-box-alt-color {
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    position:absolute;
    left:0px;
    right:0px;
    bottom:25%;
    width:100%;
    opacity: 0.9;
}

.block09 .splide__container {
    position: relative;
    box-sizing: border-box;
}
.block09 .splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: auto;
}
.block09 .splide.is-active .splide__list {
    display: flex;
    align-items: flex-start;
}
.block09 .splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 40%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.block09 .splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.block09 .splide__pagination li button {
    background-color: transparent;
    border: 1px solid var(--colorDarkOrange);
    height: 10px;
    margin: 0 7px;
    width: 10px;
    border-radius: 50%;
}
.block09 .splide__pagination li button.is-active {
    background-color: var(--colorDarkOrange);
}
.block09 .splide {
    visibility: hidden;
}
.block09 .splide,
.block09 .splide__slide {
    position: relative;
    outline: none;
}
.block09 .splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.block09 .splide__slide img {
    vertical-align: bottom;
}
.block09 .splide__slider {
    position: relative;
}
.block09 .splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}
.block09 .splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.block09 .splide--ttb > .splide__track > .splide__list {
    display: block;
}
.block09 .splide--ttb > .splide__pagination {
    width: auto;
}
.block09 .splide__arrow--next {
    right: 0em;
}
.block09 .splide__arrow--prev {
    left: 0em;
}
.block09 .splide__arrow {
    top: 1%;
    background: var(--colorDarkOrange);
}
.tag_list {
    font-size: 12px;
}
.tag_list b{
    display: none;
}

.slider_arrow_left, .slider_arrow_right {
    position: relative;
    top: -30px;
}
.slider_arrow_right a, .slider_arrow_left a {
    opacity: .9;
    background-color: var(--colorDarkOrange);
}
@media only screen and (max-width: 576px) {
    .block19design2 .col-xs {
        width: 50%;
    }
}
.setupbutton{
    position: relative;
    bottom: 20px;
    margin-left: 20px;
}
.setup1 {
    display: block;
}
.setup1 #page {
    margin-top: 40px;
    margin-bottom: 45px;
}
.setup1 #page-content{
    height: auto;
}
.setup1 #region-main {
    height: auto;
    padding-bottom : 40px;
    overflow-x: auto;
    overflow-y: visible;
}
.setup1 #region-main #site-news-forum {
    display: block !important;
}
.setup1 #region-main #frontpage-available-course-list{
    display: block !important;
}
.setup1 #region-main #frontpage-course-list{
    display: block !important;
}
.setup1 #region-main #frontpage-category-names{
    display: block !important;
}
.setup1 #region-main #frontpage-category-combo{
    display: block !important;
}
.setup1 #region-main .simplesearchform {
    display: none !important;
}
.setup1 #region-main .buttons{
    display: none !important;
}
.setup1 #region-main .skip-block-to{
    display: none !important;
}
.setup1 #region-main .box{
    padding-top : 0px !important;
    padding-bottom : 0px !important;
}
.aalink.focus,a.focus.autolink,.aalink:focus,a.autolink:focus,#page-footer a:not([class]).focus,#page-footer a:not([class]):focus,.arrow_link.focus,.arrow_link:focus,a:not([class]).focus,a:not([class]):focus,.activityinstance>a.focus,.activityinstance>a:focus {
    color: var(--colorPrimaryBlue);
}

.card-sm {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.card-sm-img {
    height: 100px;
    display: flex;
    width: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.card-sm-title {
    text-align: center;
}
.card-sm-list {
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.card-m {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
    line-height: 1.25;
}
.card-m-img {
    height: 150px;
    display: flex;
    width: 170px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.card-m-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.card-m-text {
    font-size: 18px;
    color: #000;
}
.card-m-list {
    gap: 25px;
    flex-wrap: wrap;
}
.btn.btn-orange {
    color: #fff;
    background-image: var(--colorPrimaryOrangeGradient);
}
.btn.btn-orange:hover {
    color: #fff;
    background-image: var(--colorPrimaryOrangeGradientActive);
}
.usermenu-container .usermenu__phone {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.course-row {
    gap: 5px 20px;
    align-items: center;
}
.course-row-img {
    height: 70px;
    display: flex;
    width: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
.course-row-name {
    width: 100%;
    max-width: 240px;
    font-size: 18px;
}
.banner-online {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border-radius: 20px;
    border: 2px solid #ffe73f;
    box-shadow: 2px 2px 8px #c5c4c4;
    background-image: url("../images/online-bg.gif"), linear-gradient(90deg, #fcf5af 0%, #ffd801 100%);
    background-size: cover;
    background-position: center;
    padding: 20px;
    line-height: 1.25;
    cursor: pointer;
}
.banner-online-text {
    font-size: 24px;
    text-shadow: 1px 1px #ccc;
    font-weight: 700;
    text-align: center;
}
.row-has-banner {
    gap: 20px 0;
}
.online-list-course {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));*/
    justify-content: start;
    gap: 20px;
}
.online-course {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: #FAF5E6;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
    line-height: 1.35;
    padding: 10px 15px;
}
.online-course-text {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    animation: close 0.1s linear 0.1s forwards;
}
.expanded .online-course-text {
    animation: open 0.1s linear 0s forwards;
    max-height: 100rem;
    transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2);
}
.online-course-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    line-height: 1.5;
    overflow: hidden; /*kom*/
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.expanded .online-course-desc {
    max-height: 100rem;
    transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2);
}
@keyframes open {
    from {
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }
    to {
        line-clamp: initial;
        -webkit-line-clamp: initial;
    }
}
@keyframes close {
    from {
        line-clamp: initial;
        -webkit-line-clamp: initial;
    }
    to {
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }
}
.online-course-text p {
    margin-bottom: 5px;
}
.online-course-more {
    text-decoration: underline;
}
.online-course-img {
    border-radius: 12px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    flex-shrink: 0;
}
.online-course-title {
    color: #0E61D9;
}
.online-course-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.list-group-links {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
.list-group-link {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-size: 100% 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.list-group-link.icon-vk {
    background-image: url(../images/vk.svg);
}
.list-group-link.icon-email {
    background-image: url(../images/email.svg);
}
.list-group-link.icon-site {
    background-image: url(../images/site.svg);
}

.form-radio-group .form-radio-group-item:first-child {
    border-radius: 6px 0 0 6px;
}
.form-radio-group .form-radio-group-item:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #cdcdcd;
}
.form-radio-group-item small {
    display: block;
    text-align: center;
    font-size: 16px;
}
.form-radio-group-item input[type=radio] {
    position: absolute;
    opacity: 0;
}
.form-radio-group-item label {
    user-select: none;
    font-size: 16px;
    padding: 8px 6px;
    flex: 1 1 0;
    border-radius: inherit;
    cursor: pointer;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #cdcdcd;
    box-shadow: 0 1px rgba(255,255,255,.07) inset,
    0 3px 5px rgba(0,1,6,.1),
    0 0 1px 1px rgba(0,1,6,.07);
}
.form-radio-group-item input[type=radio]:checked + label {
    border-color: #f1bf6a;
    background: rgba(255, 185, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0,.3) inset,
    0 2px 3px rgba(0, 0, 0,.3) inset,
    0 1px 1px rgba(255,255,255,.07);
}
.form-radio-group-item label:hover {
    color: #000;
}
.form-radio-group-details {
    display: none;
    color: #005ea1;
    min-height: 35px;
    font-size: 14px;
}
.form-radio-payment {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 2px 0 15px;
    /*max-width: 220px;*/
    flex-wrap: wrap;
}
.form-radio-payment .form-radio-group-item {
    background: #fff;
    border-radius: 10px;
}
.form-radio-payment .form-radio-group-item label {
    min-height: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    flex-direction: column;
    gap: 4px;
}
.form-radio-payment .form-radio-group-item label {
    border-right-width: 1px;
}
.form-radio-payment .form-radio-group-item img {
    width: 30px;
    border: 0;
}

@media (max-width: 991px) {
    .row-has-banner {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .course-row {
        flex-direction: column;
        align-items: start;
    }
    .course-row-btn {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .navbar.fixed-top {
        height: auto !important;
        max-height: 100% !important;
    }
    .usermenu-container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px !important;
        padding: 10px 0;
    }
    .usermenu__phone {
        order: 1;
        margin-left: 0 !important;
        flex-grow: 1;
        justify-content: center;
        width: 100%;
    }
    .usermenu__action {
        order: 3;
    }
    .usermenu-container .navbar-toggler {
        order: 2;
    }
    .section-first,
    #page.drawers {
        margin-top: 100px;
    }
    .course-row {
        align-items: stretch;
    }
}

@media (min-width: 768px) {
    .modal-xxl {
        max-width: 1860px;
    }

    .container-xxl {
        max-width: 1680px;
    }

    .online-course {
        flex-direction: row;
    }
    .online-list-course {
        grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    }
    .online-course-img {
        width: 130px;
        height: 105px;
    }
    .course-row-end {
        margin-left: auto;
    }
}


