body {
    font-family: 'ibm_plex_sansregular', sans-serif;
    /*background:url(../images/bg_pattern.png);*/
    background: #83b25f;
}

.pt-10 {
    padding-top: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.sidr {
    height: 100vh;
    z-index: 1000;
    background: #e9c61d;
    border-radius: 0 20px 20px 0;
    padding: 30px 0 30px 20px;
    box-shadow: none;
}

.sidr ul {
    display: block;
}

.sidr ul li {
    display: block;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    line-height: normal !important;
    padding-left: 12px;
}

.sidr ul li:last-child {
    border-bottom: none;
}

.sidr ul li a {
    box-shadow: none !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 15px 5px 15px 0;
}

.sidr ul li a > span {
    text-transform: none;
    font-size: 12px;
    display: block;
    font-weight: normal;
    line-height: normal;
    position: relative;
    padding: 6px 0 0 0;
}


.sidr .sidr-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.sidr .sidr-close > span:nth-child(1) {
    height: 1px;
    background: #fff;
    display: block;
    width: 24px;
    transform: rotate(45deg);
    position: absolute;
    left: -1px;
    top: 8px;
}

.sidr .sidr-close > span:nth-child(2) {
    height: 1px;
    background: #fff;
    display: block;
    width: 24px;
    transform: rotate(-45deg);
    position: absolute;
    right: -3px;
    top: 8px;
}

@media only screen and (min-width: 860px) {

    .container {
    }

}


@media (min-width: 1200px) {

    .container {
        width: 1070px;
    }

}

.p20 {
    padding: 20px;
}

.pb0 {
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

.btn.btn-yellow {
    background: #e9c61d;
    color: #000;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 23px;
    letter-spacing: 1px;
}

.white-block {
    background: #fff;
    padding: 30px;
    border-radius: 23px 23px 0 0;
}

.white-block.p0 {
    padding: 0;
}

.white-block .block-part-title {
    position: relative;
    letter-spacing: 1px;
    color: #000;
    padding: 8px;
    background: #dedede;
    border-radius: 19px 19px 0 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 23px;
}

.white-block .block-part-title:before {
    content: '';
    display: block;
    height: 23px;
    bottom: -23px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background: #dedede;
}

.white-block .block-part-title:after {
    content: '';
    display: block;
    height: 23px;
    bottom: -23px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 23px 23px 0 0;
}

.inner-page-container {
    max-width: 700px;
    margin: 0 auto;
}

.logout-btn {
    float: right;
    color: #26af91;
    margin-bottom: 8px;
}

.rules-link {
    float: right;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: 50px;
    display: inline-block;
    color: #fff;
    background: #b5b5b5;
    border-radius: 13px;
    font-size: 14px;
    padding: 4px 25px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rules-link:hover {
    color: #fff;
    text-decoration: none;
}

.gray-button {
    letter-spacing: 1px;
    display: inline-block;
    color: #fff !important;
    background: #b5b5b5;
    border-radius: 13px;
    font-size: 14px;
    padding: 4px 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px;
}

.student-archive {
}

.student-archive .line {
    padding: 0 0 5px 0;
}

.home-page .logo {
    text-align: center;
    position: relative;
    padding: 10px 0 10px 0;
}

.home-page .logo img {
    width: 100px;
}

.home-page .logo img.inner {
    width: 272px;
}

.main .home-page .logo img {
    width: 100px;
    position: relative;
}

.home-page .logo .menu-btn {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 20px;
    display: block;
}

.home-page .logo .menu-btn > span {
    display: block;
    margin: 0 0 8px 0;
    height: 2px;
    background: #fff;
    font-size: 0;
    line-height: 0;
    transition: ease-in-out all 0.2s;
    position: relative;
}

.home-page .logo .menu-btn > span:last-child {
    margin: 0;
}

.home-page .logo .menu-btn > span:nth-child(2) {
    width: 65%;
}

.sidr-open .home-page .logo .menu-btn {
}

.sidr-open .home-page .logo .menu-btn > span:nth-child(2) {
    visibility: hidden;
}

.sidr-open .home-page .logo .menu-btn > span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.sidr-open .home-page .logo .menu-btn > span:nth-child(3) {
    transform: rotate(-45deg);
    top: -10px;
}

.home-page form {
    position: relative;
    z-index: 1;
}

.home-page .login-form .form-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 0px 10px;
    margin: 0 0 30px 0;
    /*border-left:2px solid #000;*/
    letter-spacing: 2px;
    color: #fff;
}

.home-page .login-form .form-title > span {
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 40px;
    padding: 0px 15px 0 0px;
}

.home-page .login-form .form-title > span.bottom-offset {
    padding-bottom: 13px;
}

.home-page .login-form .form-title > span.line-2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    position: relative;
    top: 4px;
}

.home-page .login-form .form-title > span > span {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.home-page .login-form .form-title > span:before {
    /*content:'';
                display:block;
                position:absolute;
                left:-15px;
                top:0;
                right:0;
                height:32px;
                background:#f4df73;*/
}


.login-page-video-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.registration-form-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.home-page form .form-group {
}

.home-page form .form-group .form-control[type=text] {
    display: block;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 18px;
    color: #8e8e8e;
    padding: 24px;
    background: none;
    border: 1px solid #000;
    border-radius: 0;
}

.modal [type=submit],
.modal .modal-button,
.home-page form [type=submit] {
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 14px 35px 13px;
    letter-spacing: 1px;
    box-shadow: 0 10px 10px rgba(44, 44, 44, 0.20);


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010101+0,424242+100 */
    background: #010101; /* Old browsers */
    background: -moz-linear-gradient(left, #010101 0%, #424242 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #010101 0%, #424242 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #010101 0%, #424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#424242', GradientType=1); /* IE6-9 */
}

.home-page .red-column form [type=submit] {
    background: #809e59;
}

.home-page .green-column form [type=submit] {
    background: #809e59;
}

.home-page .sign {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    padding: 18px 0;
    margin: 70px 0 20px 0;
}

.home-page .sign:before {
    content: '';
    display: block;
    height: 2px;
    background: #f7df73;
    width: 87px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -44px;
}

.home-page .sign:after {
    content: '';
    display: block;
    height: 2px;
    background: #f7df73;
    width: 42px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -21px;
}

.login-form {
    width: 240px;
    margin: 0 auto;
    display: block;
}

.main .login-form {
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 2px solid #fff;
}

.login-form .form-control[type=tel] {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    padding: 6px 4px;
    background: none;
    color: #fff;
    letter-spacing: 2px;
}

.login-form .form-control[type=tel]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.login-form.error .form-control[type=tel] {
    /*border-color:#ed6f6c;
                color:#ed6f6c;*/
}

.login-form .form-control[type=tel]:active,
.login-form .form-control[type=tel]:focus {
    outline: none;
    box-shadow: none;
}

.intl-search-box-wrapper {
    position: relative;
}

.intl-search-box-wrapper:before {
    position: absolute;
    left: 18px;
    top: 15px;
    font-size: 15px;
    color: #333;
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;

}

.home-page form .form-group .form-control[type=text].intl-search-box {
    margin: 10px 0;
    padding: 6px 6px 6px 24px;
    font-size: 14px;
    max-width: none;
    width: 100%;
}

.error-text {
    padding: 20px 15px 15px 15px;
    color: #ed6f6c;
    font-size: 14px;
}

.main .error-text {
    padding: 21px 15px 36px 15px;
}

.main .login-form .error-text {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(53, 53, 53, 0.30);
    padding: 35px 20px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000;
    z-index: 10;
}

.main .login-form .error-text .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    display: block;
    height: 20px;
    text-decoration: none;
    z-index: 10;
    background: url(../images/close_icon.png) 0 0 no-repeat;
    background-size: 20px;
}

.g-recaptcha {
    /*padding-bottom:21px;*/
}

.group-page .logo {
    text-align: center;
    padding: 45px 0;
}

.group-page {
}

.group-inner {
    background: url(../images/group_marker.png) right top no-repeat;
}

.group-inner .group-name {
    display: inline-block;
    padding: 5px 0px 0px 22px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    border-left: 4px solid #809e59;
    margin: 0 0 15px 0;
}

.group-inner .group-name span {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3px;
}

/*.group-inner .group-name:before{
            content:'';
            display:block;
            background:#f7df73;
            position:absolute;
            left:0;
            right:0;
            top:0;
            height:17px;
            }*/
.group-inner .group-info {
    padding: 0 25px;
}


.text-block {
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
}


.group-inner .schedule,
.group-inner .teacher {
    font-size: 24px;
    line-height: 1.3em;
}

.group-inner .schedule {
    padding: 18px 0 0 0;
}

.group-inner .info-icons {
    padding: 30px 0 0 0;
}

.group-inner .info-icons a {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #9b9c9c;
    font-size: 36px;
}

.group-inner .info-icons a.active,
.group-inner .info-icons a:hover {
    text-decoration: none;
    color: #f4df73;
}

.group-page.red .group-inner .info-icons a.active,
.group-page.red .group-inner .info-icons a:hover {
    color: #809e59;
}

.group-page.green .group-inner .info-icons a.active,
.group-page.green .group-inner .info-icons a:hover {
    color: #39b99a;
}

.group-inner .info-icons .icon-value {
    font-size: 18px;
    color: #9b9c9c;
    padding: 0 0 45px 0;
}

.group-inner .info-icons .icon-value a {
    font-size: 18px;
    color: #9b9c9c;
}

.banner {
    padding-bottom: 40px;
}

.homework-link {
    padding: 17px 15px 16px 15px;
    text-align: center;
    font-size: 18px;
    color: #9b9c9c;
    border: 1px solid #9b9c9c;
    display: block;
    margin: 0 0 40px 0;
    border-radius: 40px;
    position: relative;
}

.homework-link .fa-bell-o {
    position: absolute;
    right: 18px;
    top: 20px;
}

.red .homework-link {
    border-color: #809e59;
    color: #809e59;
}

.green .homework-link {
    border-color: #39b99a;
    color: #39b99a;
}

.homework-link.active,
.homework-link:hover {
    text-decoration: none;
    border: 1px solid #f4df73;
    background: #f4df73;
    color: #fff;
}

.red .homework-link.active,
.red .homework-link:hover {
    border-color: #809e59;
    background: #809e59;
}

.green .homework-link.active,
.green .homework-link:hover {
    border-color: #39b99a;
    background: #39b99a;
}

.homeworks {
    padding: 0 16px 130px 16px;
}


.homwork-block {
    padding: 0px 16px 15px 16px;
    position: relative;
    clear: both;
    /*background:url(../images/home_work_marker.png) 0 0 no-repeat;*/
}

.red .homwork-block {
    /*background:url(../images/home_work_marker_red.png) 0 0 no-repeat;*/
}

.green .homwork-block {
    /*background:url(../images/home_work_marker_green.png) 0 0 no-repeat;*/
}

.homwork-block .close {
    position: absolute;
    right: 0;
    top: 0;
}

.homwork-block .load-time {
    text-align: left;
    padding: 0 0 26px 0;
    font-size: 14px;
    color: #cececf;
}

.homwork-block .files {
    padding: 40px 0 0 0;
}

.homwork-block .files .label {
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 30px 0;
    display: block;
    text-align: center;
    color: #000;
}

.homwork-block .files .download {
    padding: 0 0px;
}

.homework-block-inner {
    position: relative;
}


.download-link {
    display: block;
    margin: 0 0 50px 0;
    border: 1px solid #f4df73;
    color: #fff;
    background: #f4df73;
    position: relative;
    text-align: center;
    height: 62px;
    line-height: 62px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
}

.download-link.no-margin {
    margin-bottom: 0;
}

.red .download-link {
    border: 1px solid #809e59;
    background: #809e59;
}

.green .download-link {
    border: 1px solid #39b99a;
    background: #39b99a;
}

.red .download-link .file-label {
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0 60px;
}

.red .download-link .file-label > span {
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    font-size: 16px;
    line-height: 20px;
}


.download-link:hover,
.download-link:focus,
.download-link:active {
    text-decoration: none;
    color: #fff;
}

.download-link .arrow {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 58px;
    width: 55px;
    border-radius: 30px;
    background: #fff url(../images/arrow_down.png) center center no-repeat;
}

.red .download-link .arrow {
    background: #fff url(../images/arrow_down_green.png) center center no-repeat;
}

.green .download-link .arrow {
    background: #fff url(../images/arrow_down_green.png) center center no-repeat;
}


.download-link .icon {
    position: absolute;
    right: 15px;
    top: -2px;
}


.footer {
    /*background:#809e59 url(../images/bg_pattern.png);*/
    background: #83b25f;
    padding: 13px 0;
    position: relative;
    z-index: 2;
}

.footer .logos {
    text-align: center;
}

.footer .logos a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.footer .logos a.text-icon {
    color: #fff;
    font-size: 32px;
}

.site-root {
    position: relative;
}

@media (min-width: 768px) {

    html, body {
        height: 100%;
    }

    .site-root {
        min-height: 100%;
    }

    .site-root .site-inner {
        padding: 0 0 0px 0;
    }

    .footer {
        margin: 0px 0 0 0;
    }

}

.student-name {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    border-left: 5px solid #809e59;
    padding: 0 0 0 15px;
}

.student-name .name {
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2px;
}

.student-name .first {
    position: relative;
    padding: 12px 15px 0 15px;
    display: inline-block;
    line-height: 44px;
}

.student-name .first:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    background: #f4df73;
    height: 32px;
    position: absolute;
}

.student-name .first.green:before {
    background: #26af91;
}

.student-name .first span {
    position: relative;
    z-index: 1;
}

.student-name .last {
    padding: 0 15px;
    line-height: 44px;
}

.student-top-info {
    font-size: 18px;
    color: #000;
    padding: 0px 0 0 0;
    text-transform: none;
    font-weight: normal;
}


.dashboard-block {
    padding: 20px;
    border-left: 4px solid #e6e6e6;
    border-top: 4px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 50px 0;
    position: relative;
}

.dashboard-block:before {
    content: '';
    display: block;
    background: #e6e6e6;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}

.dashboard-block .block-title {
    position: relative;
    padding: 0 0px 10px 0;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard-block.red .block-title {
    color: #809e59;
}

.dashboard-block.green .block-title {
    color: #26af91;
}

.dashboard-block.dark-green .block-title {
    color: #077777;
}

/*.dashboard-block .block-title:before{
            position:absolute;
            content:'';
            display:block;
            left:15px;
            right:0;
            top:0;
            height:60px;
            background:#26af91;
            }
            .dashboard-block.red .block-title:before{
                background:#809e59;
                }
            .dashboard-block.yellow .block-title:before{
                background:#f7df74;
                }*/
.dashboard-block .attendance {
    font-size: 16px;
    color: #aaaaaa;
    padding: 0 0 5px 0;
}

.dashboard-block .block-title .teaser {
    text-align: right;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 9px 0 6px 0;
    position: relative;
    z-index: 1;
}

.dashboard-block .block-title .block-label {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard-block .address {
    font-size: 16px;
    padding: 0 0 4px 0;
}

.dashboard-block .schedule {
    font-size: 22px;
    padding: 0 0 10px 0;
}

.dashboard-block .links {
    padding: 0 14px 0 14px;
}

.dashboard-block .links a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #26af91;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #26af91;
    padding: 6px 0 5px 0;
    border-radius: 30px;
}

.dashboard-block .links a:hover {
    text-decoration: none;
    color: #fff;
    background: #26af91;
}

.dashboard-block .links a:last-child {
    margin: 0;
}


.dashboard-block.red .links a {
    color: #fff;
    border-color: #809e59;
    background: #809e59;
}

.dashboard-block.red .links a:hover {
    color: #809e59;
    background: #fff;
}

.dashboard-block.yellow .links a {
    color: #f7df74;
    border-color: #f7df74;
}

.dashboard-block.yellow .links a:hover {
    color: #fff;
    background: #f7df74;
}

.dashboard-block.green .links a {
    color: #fff;
    border-color: #26af91;
    background: #26af91;
}

.dashboard-block.green .links a:hover {
    color: #26af91;
    background: #fff;
}

.dashboard-block.dark-green .links a {
    border-color: #077777;
    color: #077777;
}

.dashboard-block.dark-green .links a:hover {
    border-color: #077777;
    color: #fff;
    background: #077777;
}

.dashboard-block.dark-green .links a {
    margin-bottom: 14px;
}

.dashboard-block.dark-green .links a:last-child {
    margin-bottom: 0px;
}


.courses-list .item {
    padding: 15px;
    margin: 0 0 40px 0;
    text-align: left;
    position: relative;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #e6e6e6;
    border-left: 4px solid #e6e6e6;
}


.courses-list .item.no-border {
    border: none;
    padding: 0;
}


@media only screen and (min-width: 768px) {

    .rules-wrapper .courses-list .item {
        padding: 0 25px;
    }

}

@media only screen and (min-width: 1024px) {

    .profile .courses-list .row .col:first-child .item {
        margin-right: 30px;
    }

    .profile .courses-list .row .col:last-child .item {
        margin-left: 30px;
    }

    .rules-wrapper .courses-list .item {
        margin: 0 0 40px 0;
        padding: 0 65px;
    }

}

.courses-list .item:after {
    content: '';
    display: block;
    width: 3px;
    background: #e6e6e6;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

.courses-list .item.no-border:after {
    display: none;
}

.courses-list .item .title-block {
    position: relative;
    padding: 0 0 0px 0;
}

.courses-list .item.skype .title-block {
    /*padding:0 0 5px 0;*/
}

.courses-list .item .title-block.text {
    padding-top: 30px;
}

/*.courses-list .item .title-block:before{
                content:'';
                display:block;
                position:absolute;
                top:0;
                right:0;
                left:22px;
                height:66px;
                background:#809e59;
                }
                .courses-list .item .title-block.text:before{
                    height:41px;
                    }
                .courses-list .item.yellow .title-block:before{
                    background:#f7df73;
                    }
                .courses-list .item.green .title-block:before{
                    background:#26af91;
                    }*/
.courses-list .item .title-block .date {
    padding: 12px 10px 15px 0;
    color: #aaaaaa;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.courses-list .item .title-block .title {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.courses-list .red-column .item .title-block .title {
    color: #809e59;
}

.courses-list .green-column .item .title-block .title {
    color: #39b99a;
}

.courses-list .item .teacher {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid #809e59;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.courses-list .item.yellow .teacher {
    border-bottom: 4px solid #f7df73;
}

.courses-list .red-column .item .teacher {
    border-color: #809e59;
}

.courses-list .green-column .item .teacher {
    border-color: #39b99a;
}

.courses-list .item .students-info {
    padding: 40px 0 0 0;
}

.courses-list .item .places-left {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 12px 0;
}

.courses-list .item .students-info .students {
}

.courses-list .item .students-info .students .toggle-list {
    color: #000;
    font-size: 14px;
}

.courses-list .item .students-info .students .toggle-list:hover {
    text-decoration: none;
}

.courses-list .item .students-info .students ul {
    display: none;
    padding: 20px 0 0 0;
}

.courses-list .item .students-info .students ul li {
    display: block;
    font-size: 14px;
    color: #8a8c90;
    padding: 0 0 2px 0;
}

.courses-list .item .students-info .students ul li.reserve-label {
    margin: 10px 0 0 0;
    border-top: 1px solid #8a8c90;
    padding: 15px 0 2px 0;
}


.courses-list .item .action-links {
    padding: 30px 0 0 0;
    text-align: justify;
}

.courses-list .item .action-links .clear {
    display: inline-block;
    width: 100%;
}

.courses-list .item .action-links a {
    display: inline-block;
    width: 48%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #cccccc;
    border: 1px solid #cccccc;
    padding: 12px 0 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 26px;
    letter-spacing: 1px;
}

.courses-list .item .action-links a.active,
.courses-list .item .action-links a:hover {
    color: #fff;
    background: #ccc;
}

.courses-list .red-column .item .action-links a {
    color: #809e59;
    border-color: #809e59;
}

.courses-list .red-column .item .action-links a.active,
.courses-list .red-column .item .action-links a:hover {
    color: #fff;
    background: #809e59;
}

.courses-list .green-column .item .action-links a {
    color: #39b99a;
    border-color: #39b99a;
}

.courses-list .green-column .item .action-links a.active,
.courses-list .green-column .item .action-links a:hover {
    color: #fff;
    background: #39b99a;
}


.courses-list .item .links {
    padding: 50px 0 0 0;
    text-align: justify;
}

.courses-list .item .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    border: 1px solid #cccccc;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    width: 48%;
    padding: 0 0 0 64px;
    color: #cccccc;
}

.courses-list .item .links a .icon {
    text-align: center;
    width: 64px;
    background: #cccccc;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
}

.courses-list .clear {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.courses-list .fa.green {
    color: #26af91;
}

.courses-list .fa.red {
    color: #809e59;
}


.red-link {
    display: inline-block;
    margin: -3px 0 0 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 40px;
    background: #809e59;
}

.red-link:hover {
    text-decoration: none;
    color: #fff;
}


.course-text {
    max-height: 188px;
    position: relative;
    overflow: hidden;
}

.course-text.hidden-text {
    cursor: pointer;
}

.course-text.hidden-text.expanded {
    cursor: inherit;
}

.course-text.hidden-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.course-text.hidden-text.expanded:after {
    display: none;
}

.text-block p {
    padding: 0 0 5px 0;
}

.text-block, .text-block a, .text-block p, .text-block span, .text-block strong, .text-block b, .text-block u, .text-block em, .text-block i, .text-block div, .text-block li, .text-block td {
    font-size: 16px;
    line-height: 20px;
}

.text-block.big-text, .text-block.big-text a, .text-block.big-text p, .text-block.big-text span, .text-block.big-text strong, .text-block.big-text b, .text-block.big-text u, .text-block.big-text em, .text-block.big-text i, .text-block.big-text div, .text-block.big-text li, .text-block.big-text td {
    font-size: 18px;
    line-height: 22px;
}


@media (min-width: 768px) {

    /*.text-block{
        font-size:22px;
        line-height:1.3em;
        }

    .text-block, .text-block a, .text-block p, .text-block span, .text-block strong, .text-block b, .text-block u, .text-block em, .text-block i, .text-block div, .text-block li, .text-block td {
        font-size:22px;
        line-height:1.3em;
    }*/

}


.courses-list .item .subscriber-form {
    display: none;
}

.courses-list .item .unsubscribe-form {
    display: none;
}


.error-message {
    font-size: 16px;
    text-align: center;
    /*color:#809e59;*/
    color: #39b99a;
    padding: 10px 0;
    line-height: 20px;
}

.red-column .error-message {
    color: #809e59;
}

.error-message a {
    color: #809e59;
    font-weight: bold;
}

.success-message {
    font-size: 16px;
    text-align: center;
    color: #809e59;
    padding: 10px 0;
    line-height: 20px;
}

.field {
    padding: 18px 0 24px 0;
    position: relative;
}

.field label {
    font-size: 11px;
    /*color:#809e59;*/
    color: #b5b5b5;
    padding: 0 0 6px 0;
    display: block;
    position: absolute;
    font-weight: normal;
    top: 28px;
}

.field.focus label {
    color: #809e59;
}

.field label .asteric {
    color: #811F20;
}

.item.yellow .field label {
    /*color:#f0de79;*/
    color: #b5b5b5;
    /*color:#cbcbcb;*/
}

.item .field.focus label {
    color: #f0de79;
}


.red-column .item .field.focus label {
    color: #809e59;
}

.green-column .item .field.focus label {
    color: #39b99a;
}


.field label span {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
    position: absolute;
    white-space: nowrap;
    font-size: 18px;


    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.field .input_text:focus + label span,
.field .input_text.filled + label span {
    -webkit-transform: translate3d(0, -125%, 0) scale(.65);
    transform: translate3d(0, -125%, 0) scale(.65);
}

.field input[type=text],
.field input[type=email],
.field input[type=tel] {
    border: none;
    color: #333;
    border-bottom: 1px solid #000;
    background: none;
    font-size: 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 4px;
    outline: none;
    transition: 0.5s ease;


    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s;


    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.field input::-webkit-input-placeholder {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.field input::-moz-placeholder {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.field input:-moz-placeholder {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.field input:-ms-input-placeholder {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.field input.error {
    /*background:rgba(252,250,238,1.00) !important;
                border-bottom:1px solid #809e59 !important;*/
    border-bottom: 1px solid rgba(193, 26, 28, 1.00) !important;
}

.field.error label {
    color: #809e59 !important;
}


.field select.form-control {
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
    position: relative;
    background: none !important;
}

.field .select-wrapper {
    position: relative;
}

.field .select-wrapper:after {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 14px;
    color: #333;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
}

.field .select-wrapper select {
    position: relative;
    z-index: 10;
}

.field select.form-control.error {
    border-color: rgba(193, 26, 28, 1.00);
}

@media (max-width: 767px) {

    .field select.form-control[name*=birthday] {
        width: 32%;
        display: inline-block;
    }

    .field select.form-control[name*=birthday]:nth-child(1) {
        width: 23%;
    }

    .field select.form-control[name*=birthday]:nth-child(2) {
        width: 48%;
    }

    .field select.form-control[name*=birthday]:nth-child(3) {
        width: 24%;
    }

}


.field input[type=text]:focus,
.field input[type=email]:focus,
.field input[type=tel]:focus {
    border-bottom: 1px solid #f7df73;
}


.red-column .field input[type=text]:focus,
.red-column .field input[type=email]:focus,
.red-column .field input[type=tel]:focus {
    border-bottom: 1px solid #b5b5b5;
}

.green-column .field input[type=text]:focus,
.green-column .field input[type=email]:focus,
.green-column .field input[type=tel]:focus {
    border-bottom: 1px solid #b5b5b5;
}


.yellow .field input[type=text]:focus,
.yellow .field input[type=email]:focus,
.yellow .field input[type=tel]:focus {
    border-bottom: 1px solid #b5b5b5;
}

.form-button-wrapper {
    text-align: center;
}

.form-button-wrapper input {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: #809e59;
    padding: 12px 40px;
    border: none;
    outline: none;
}

form.process .form-button-wrapper input {
    opacity: 0.7;
}

.form-button-wrapper input:hover {
    /*background:#ce615a;*/
}

.item.yellow .form-button-wrapper input {
    background: #f7df73;
}

.item.yellow .form-button-wrapper input:hover {
    /*background:#dec554;*/
}

form:not(.login-form).process {
    position: relative;
}

form:not(.login-form).process:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.60) url(../images/ajax-loader.gif) center center no-repeat;
}


.error-overlay {
    position: absolute;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.error-overlay .line {
    margin: 10px auto;
    background: #809e59;
    height: 1px;
    max-width: 200px;
    font-size: 0;
    line-height: 0;
}

.error-overlay .inner {
    position: absolute;
    width: 100%;
}

.error-overlay .inner .message {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
}

.error-overlay .inner .message .btn {
    padding: 30px 0 0 0;
    display: block;
}

.error-overlay .inner .message .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    padding: 12px 50px;
    background: #809e59;
    border-radius: 25px;
}

.subscribed-list {
    font-size: 16px;
}

.subscribed-list .form-button-wrapper .button,
.unsubscribe-form .button {
    font-size: 15px;
    border-radius: 25px;
}

.subscribed-list ul {
    padding: 10px 0;
    margin: 0;
}

.subscribed-list li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

.subscribed-list li label {
    font-weight: normal;
}

.field .radiogroup {
    padding: 5px 0 0 0;
    text-align: justify;
}

.field .radiogroup.error {
    /*background:rgba(252,250,238,1.00) !important;*/
    /*border-bottom:1px solid #809e59 !important;*/
}

.field .radiogroup > label {
    display: inline-block;
    border: 1px solid #cbcbcb;
    border-radius: 24px;
    color: #b5b5b5 !important;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 20px 2px;
    margin: 0 4px 15px 4px;
    position: relative;
}

.red-column .field .radiogroup > label {
}

.field .radiogroup > label.empty {
    width: 85px;
    border: none;
    padding: 1px;
}

.field .radiogroup > label.clear {
    width: 100%;
    border: none;
    padding: 1px;
}

.field .radiogroup > label input {
    display: none;
}


.field .radiogroup > label.active {
    /*border:1px solid #809e59;
            background:#809e59;
            color:#fff;*/
    color: #fff !important;
    background: #809e59;
}

.item .field .radiogroup > label.active {
    background: #f0de79;
    border-radius: 25px;
}

.red-column .item .field .radiogroup > label.active {
    background: #809e59;
}

.green-column .item .field .radiogroup > label.active {
    background: #39b99a;
}


.field .radiogroup > label.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 3px solid #fff;
    border-radius: 25px;
}

.profile-top-info {
    padding-bottom: 70px;
}

.banner-place {
    padding: 0 0 20px 0;
}

.banner-place img {
    width: 100%;
}

.g-recaptcha > div {
    margin: 0 auto;
}

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

    .main-container {
        padding-left: 0;
        padding-right: 0;
    }

    .courses-list .col {
        width: 100%;
        padding: 0 15px 30px 15px;
    }

    .courses-registration-levels .inside {
        padding-right: 0;
    }

    .levels-list a {
        margin: 0 0 15px 0;
        font-size: 40px;
        padding: 16px 30px 14px;
    }

    .field .radiogroup > label {
        padding: 10px 17px;
    }

    .courses-list .item {
        padding: 10px;
    }

    .choose-courses-wrapper,
    .courses-registration-levels {
        padding-left: 0;
        background: none;
    }

    .choose-courses-wrapper .inner,
    .courses-registration-levels .inside {
        background: none;
    }

    .site-footer .logos .item {
        box-sizing: border-box;
        width: 15%;
        text-align: center;
    }


    .cities-list {
        padding-bottom: 0;
        background: none;
    }

    .rules-wrapper {
        padding: 0 20px;
        background: none;
    }

    .rules-wrapper .inside,
    .rules-wrapper .col.right {
        padding: 0;
        background: none;
    }

    .field .radiogroup > label {
        font-size: 14px;
    }

    .footer {
        margin: 0px 0 0 0;
    }


    @media only screen and (max-height: 568px) {

        .login-form {
            padding-bottom: 0px;
        }

    }
    @media only screen and (max-height: 667px) {

        .login-form {
            padding-bottom: 60px;
        }

    }

    .courses-list .item .action-links a {
        font-size: 12px;
    }

    .footer .logos a {
        display: inline-block;
        width: 32%;
        margin: 0 0 15px 0;
    }

    .home-page .logo .menu-btn {
        top: 25px;
    }

    .home-page .logo {
        padding: 10px 0 10px 0;
    }

    .home-page .logo img {
        width: 65px;
    }

    .student-name .first {
        font-size: 34px;
        line-height: 34px;
    }

    .student-name .last {
        font-size: 34px;
        line-height: 34px;
    }


    .profile-top-info {
        padding-bottom: 40px;
    }

    .dashboard-block {
        padding: 14px;
        margin-bottom: 20px;
    }

    .student-name {
        font-size: 32px;
    }

}


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

    .rules-link {
        top: 7px;
        right: 70px;
    }

}


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

    .field .radiogroup > label {
        padding: 8px 14px;
        font-size: 16px;
    }

}


.captcha-image {
    cursor: pointer;
}


.audio-player {
    display: block;
    background: #809e59;
    border-radius: 30px;
    height: 62px;
    color: #fff;
    margin: 5px 0 50px 0;
    padding: 0 60px 0 60px;
    position: relative;
}

.audio-player .jp-play,
.audio-player .jp-pause {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: rgba(73, 73, 73, 1.00);
    background: #fff;
    cursor: pointer;
}

.audio-player .jp-progress-wrapper {
    padding: 0px 5px 0 5px;
}

.audio-player .jp-progress-wrapper .jp-progress {
    cursor: pointer;
    background: #b7b7b7;
}

.audio-player .jp-progress-wrapper .jp-progress .jp-seek-bar {
    background: #979393;
}

.audio-player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar {
    height: 5px;
    background: #fff;
}

.audio-player .jp-current-time {
    text-align: right;
    padding: 8px 5px 3px 0;
}

.audio-player .jp-mute,
.audio-player .jp-unmute {
    position: absolute;
    top: 6px;
    right: 23px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

.audio-player .jp-mute {
    right: 15px;
}

.audio-player .jp-volume-bar {
    background: #b7b7b7;
    position: absolute;
    right: 12px;
    bottom: 17px;
    width: 40px;
}

.audio-player .jp-volume-bar-value {
    height: 3px;
    background: #fff;
}


.registration-progress {
    text-align: justify;
    padding: 0 0 6px 0;
    font-size: 10px;
    position: relative;
}

.registration-progress:after {
    display: inline-block;
    width: 100%;
    content: '';
    height: 0;
    line-height: 0;
    font-size: 0;
}

.registration-progress .point {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: rgba(120, 120, 120, 1.00);
}

.registration-progress .point:after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44%;
    height: 3px;
    background: #ececec;
}

.registration-progress .point:last-child:after {
    display: none;
}

.registration-progress .point.completed:after {
    background: #83b25f;
}

.registration-progress .point .dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #ececec;
    position: relative;
    z-index: 1;
    background: #ececec;
}

.registration-progress .point.completed .dot,
.registration-progress .point.active .dot {
    background: #83b25f;
}

.registration-progress .point.completed .dot,
.registration-progress .point.active .dot {
    border-color: #83b25f;
}


.payment-page-wrapper .title {
    text-align: center;
    padding: 0 0 25px 0;
    font-size: 30px;
}

.payment-page-wrapper .pay-block {
    text-align: center;
    padding: 0 10px 40px 10px;
}

.payment-page-wrapper .pay-block .image {
    padding: 10px 0 15px 0;
    text-align: center;
}

.payment-page-wrapper .pay-block .image .fa {
    color: #85a260;
    font-size: 40px;
}

.payment-page-wrapper .pay-block .text > strong {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
}

.btn.btn-success {
    padding: 9px 18px;
    border-radius: 20px;
    background-color: #89a138;
    border-color: #89a138;
}

.page-title {
    text-align: center;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    color: #000;
}

.top-student-name {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.top-student-level {
    font-size: 20px;
}


.top-new-user-block {
}

.top-new-user-block .level {
    padding: 0 0 2px 0;
}

.top-new-user-block .level > span {
    font-weight: 600;
    font-size: 18px;
    color: #83b25f;
}

.top-new-user-block .level > span.level-title {
    color: #000;
}

.top-new-user-block .text-block {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

.top-new-user-block .text-block span {
    color: #83b25f;
    font-weight: bold
}

.student-progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
}

.student-progress-bar:before {
    content: '';
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    z-index: 1;
    display: block;
}

.student-progress-bar > div {
    position: relative;
    z-index: 2;
    height: 10px;
    border-radius: 4px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9c501+0,92aa40+100 */
    background: #e9c501; /* Old browsers */
    background: -moz-linear-gradient(left, #e9c501 0%, #92aa40 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e9c501 0%, #92aa40 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e9c501 0%, #92aa40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c501', endColorstr='#92aa40', GradientType=1); /* IE6-9 */
}


.big-button,
.big-green-button {
    position: relative;
    display: block;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 34px 10px 14px;
    border-radius: 8px;
    background: #83b25f;
    text-decoration: none !important;
}

.big-green-button.v2 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.big-button.two-line {

}

.big-button > em {
    font-style: normal;
    display: block;
    font-size: 11px;
}

.big-button:hover,
.big-green-button:hover {
    color: #fff;
    text-decoration: none;
}

.big-button > span,
.big-green-button > span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    line-height: 38px;
    color: #fff !important;
    right: -1px;
    z-index: 1;
    font-size: 21px;
    padding: 0 12px;
    border-radius: 0 8px 8px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010101+0,424242+100 */
    background: #010101; /* Old browsers */
    background: -moz-linear-gradient(left, #010101 0%, #424242 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #010101 0%, #424242 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #010101 0%, #424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#424242', GradientType=1); /* IE6-9 */

}

.big-green-button > span.badge {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ed7971;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    text-align: center;
    z-index: 2;
}

.big-button > span .fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 8px;
}

.big-green-button > span .fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 8px;
}

.big-button > span .fa.fa-spinner,
.big-green-button > span .fa.fa-spinner {
    left: -1px;
}


.big-button.yellow {
    color: #000 !important;
    background: #e9c61d;
}

.big-button.white {
    color: #000 !important;
    background: #fff;
}


.money-balance .big-button.yellow {
    font-size: 18px;
    max-width: 280px;
    display: inline-block;
    padding: 10px 34px 10px 14px;
    white-space: nowrap;
}

.money-balance .big-button.yellow img {
    width: 28px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.big-button.color-black {
    color: #000 !important;
}

.big-button {
    padding: 17px 34px 17px 14px;
}

.big-button.two-lines {
    padding: 10px 34px 10px 14px;
}

.big-button.two-lines > em {
    font-style: normal;
    font-size: 11px;
    display: block;
}


.modal [type=submit] {
}


.modal-content {
    border-radius: 23px;
}

.modal-dialog.yellow .modal-content {
    background: #e9c501;
}

.modal-content .modal-header {
    text-align: center;
    color: #000;
    border-radius: 23px 23px 0 0;
    position: relative;
}

.modal-content .modal-header:before {
    content: '';
    display: block;
    height: 23px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -23px;
    background: #e9c501;
    z-index: 1;
}

#studentTestAnswersModal .modal-content .modal-header:before,
#studentTestAnswersModal .modal-content .modal-header:after {
    background: #fff;
    display: none;
}

.modal-content .modal-header:after {
    content: '';
    display: block;
    height: 23px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -23px;
    background: #fff;
    z-index: 2;
    border-radius: 23px 23px 0 0;
}

.modal-dialog.yellow .modal-content .modal-header {
    background: #fff;
}

.modal-dialog.yellow .modal-content .modal-header:before {
    z-index: 2;
    border-radius: 23px 23px 0 0;
}

.modal-dialog.yellow .modal-content .modal-header:after {
    z-index: 1;
    border-radius: 0;
}

.modal-content .modal-header.yellow {
    background: #e9c501;
}

.modal-dialog.yellow .modal-content .modal-body {
    background: #e9c61d;
    border-radius: 23px;
}


.modal-content .modal-body {
    padding: 30px 20px;
}

.modal-header .close {
    margin-top: 4px;
}

@media (min-width: 768px) {

    .modal-sm-2 {
        width: 500px;
    }

}


#confirmModal {
    z-index: 10000000;
}


.empty-error {
    padding: 30px 0;
    color: #e06400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.empty-error a {
    color: #e06400;
}

.groups-list,
.groups-reserve-list {
    padding: 10px 0 10px 0;
}

.groups-list label,
.groups-reserve-list label {
    cursor: pointer;
    display: block;
    margin: 0 0 15px 0;
}

.groups-list label input,
.groups-reserve-list label input {
    display: none;
}

.groups-list label span,
.groups-reserve-list label span {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 2px 0 2px 24px;
}

.groups-list label span:before,
.groups-reserve-list label span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.groups-list label input:checked + span,
.groups-reserve-list label input:checked + span {
    color: #88a037;
}

.groups-list label input:checked + span:before,
.groups-reserve-list label input:checked + span:before {
    background: #88a037;
    border-color: #88a037;
}


.bookings-list {
    padding: 0 15px 0;
}

.bookings-list .item {
    padding: 0 0 35px 0;
}

.bookings-list .item .item-inner {
    border-left: 1px solid #000;
    padding: 0 0 0 10px;
    margin: 0 0 8px 0;
}

.bookings-list .item .item-inner .course {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.bookings-list .item .item-inner .address,
.bookings-list .item .item-inner .start,
.bookings-list .item .item-inner .schedule {
    font-size: 15px;
}

.bookings-list .item .cancel-button {
    display: inline-block;

    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 7px 35px 6px;
    letter-spacing: 1px;
    box-shadow: 0 10px 10px rgba(44, 44, 44, 0.20);


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010101+0,424242+100 */
    background: #010101; /* Old browsers */
    background: -moz-linear-gradient(left, #010101 0%, #424242 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #010101 0%, #424242 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #010101 0%, #424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#424242', GradientType=1); /* IE6-9 */

}


.student-courses-list {
    padding: 15px 0 15px 0;
}

.student-courses-list .course-item {
    position: relative;
    padding: 22px 0 20px 30px;
    min-height: 40px;
}

.student-courses-list .course-item.with-message {
    padding-top: 22px;
}

.group-reserve-message-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 10;
}

.group-reserve-message {
    font-size: 14px;
    font-weight: 600;
    background: #e97973;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 6px 10px;
    display: inline-block;
}

.group-reserve-message-wrapper .btn-zoom {
    position: absolute;
    right: 41px;
    text-transform: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    padding: 9px 18px;
}

@media (min-width: 768px) {

    .group-reserve-message-wrapper .btn-zoom {
        right: 61px;
    }

}


.student-courses-list .course-item .debt {
    padding: 16px 0 0 0;
    width: 60%;
    float: right;
    clear: both;
    text-align: right;
    margin-bottom: 30px;
    min-height: 85px;
}

@media (max-width: 767px) {

    .group-reserve-message-wrapper {
        top: 38px;
    }

    .student-courses-list .course-item .debt {
        float: none;
        width: auto;
    }

}

.student-alert-message {
    background: #e97973;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
    margin: 0 0 15px 0;
}

.student-courses-list .course-item .debt a {
    border: 2px solid #e97973;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
    background: #e97973;
    color: #fff;
    margin-left: 2px;

}

.student-courses-list .course-item .course-title {
    position: absolute;
    left: 0;
    top: 0;
    background: #83b25f;
    padding: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    width: 90%;
    text-transform: uppercase;
    z-index: 2;
}

.student-courses-list .course-item .course-title > span {
    font-weight: normal;
}

.student-courses-list .course-item > .row {
    position: relative;
    z-index: 1;
}

.student-courses-list .course-item .course-item-block {
    padding: 30px 15px 15px 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.60);
    position: relative;
    min-height: 115px;
}


.student-courses-list .course-item.with-message .course-item-block {
    padding-top: 60px;
    min-height: 145px;
}

.student-courses-list .course-item .course-item-block p a {
    color: #000;
}

.student-courses-list .course-item .course-item-block .item-label {
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 8px 0;
}

.student-courses-list .course-item .course-item-block .item-note {
    font-size: 14px;
}

.student-courses-list .course-item .course-item-block .corner-link {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 24px;
    padding: 4px 15px;
    border-radius: 20px 0 20px 0;
    background: #83b25f;
}

.student-courses-list .course-item .course-item-block .corner-link.disabled {
    cursor: not-allowed;
    background: rgba(237, 237, 237, 1.00);
    color: rgba(96, 93, 94, 0.60) !important;
    font-size: 12px;
}

.level-progress {
    position: relative;
    margin: 0 0 10px 0;
    padding: 15px 0 0px 38px;
    min-height: 43px;
}

@media (max-width: 767px) {

    .level-progress {
        padding-bottom: 10px;
    }

}

.level-progress.no-counter {
    padding-left: 0;
    min-height: 20px;
}

.level-progress .counter {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #e9c501;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.level-progress .lessons-left {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

.level-progress .progress-line {
    position: relative;
}

.level-progress .progress-line:before {
    content: '';
    display: block;
    height: 1px;
    background: #000;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    width: 100%;
}

.level-progress .progress-line > div {
    height: 11px;
    border-radius: 0 3px 3px 0;
    position: relative;
    z-index: 2;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9c501+0,92aa41+100 */
    background: #e9c501; /* Old browsers */
    background: -moz-linear-gradient(left, #e9c501 0%, #83b25f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e9c501 0%, #83b25f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e9c501 0%, #83b25f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c501', endColorstr='#83b25f', GradientType=1); /* IE6-9 */
}

.level-progress.no-counter .progress-line > div {
    border-radius: 3px;
}

.student-news {
}

.student-news .block-title {
    padding: 0 0 12px 0;
    color: #83b25f;
    font-size: 16px;
    font-weight: bold;
}

.student-news .item {
    margin: 0 0 10px 0;
    border-left: 2px solid #83b25f;
    padding: 0 0 0 10px;
}

.student-news .item .type {
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
}

.student-news .item .item-link {
    color: #000;
    font-weight: 600;
}

@media (min-width: 768px) {

    .adjust-to-screen {
        min-height: calc(100vh - 206px);
    }

}


.student-comment {
    border: 2px solid #e9c61d;
    border-radius: 10px;
    padding: 12px;
    margin: 10px 0 0 0;
    margin-right: -12px;
}


.textbook {
}

.textbook .btn {
    color: #000 !important;
    background: #83b25f !important;
    border-color: #83b25f;
    border-radius: 10px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 12px 6px 12px;
    text-align: left;
    position: relative;
}

.textbook .btn.passed {
    background: #e7c627 !important;
    border-color: #e7c627;
}

.textbook .btn.passed {
    background: #efe391 !important;
    border-color: #efe391;
}

.textbook .btn .item-title {
    position: relative;
    z-index: 100;
}

.textbook .btn .lesson-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 8px 10px 0 0;
    font-weight: normal;
}

.textbook .btn .lesson-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e7c627;
    border-radius: 10px;
}

.textbook .btn:not(.passed) .lesson-progress-bar {
    background: #618f3e;
}


.exam-block-item {
    border: 2px solid #83b25f;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    position: relative;
    margin: 0 0 20px 0;
}

.exam-block-item .exam-title {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-size: 20px;
}

.exam-block-item .teaser {
    padding: 0 0 6px 0;
}

.exam-block-item .exam-result {
    padding: 0 0 6px 0;
}

.exam-block-item .exam-result .assessment {
    color: #26af91;
    font-weight: bold;
}

.exam-block-item .exam-result .assessment a {
    color: #26af91;
    font-weight: bold;
}

.exam-block-item .exam-info {
}

.exam-block-item .exam-info .info-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 10px 0;
    font-size: 18px;
}

.exam-block-item .exam-info .info-item .fa {
    color: #26af91;
}

.exam-block-item .exam-info .info-item .fa.fa-calendar {
    color: #ed7971;
}


.completed-tests-title {
    font-weight: 600;
    font-size: 32px;
    padding-left: 20px;
}


.btn.btn-danger {
    background: #ed7971;
    border-color: #ed7971;
}

.btn {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}

.secondary-auth-block {
    margin: 0 auto;
    max-width: 500px;
}

.secondary-auth-block .list-item {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 20px 0;
}

.secondary-auth-block .list-item .list-item-name {
    font-weight: bold;
    padding: 0 0 12px 0;
}

.secondary-auth-block .list-item .big-green-button {
    display: inline-block;
}

.info-link-button {
    color: #e9c501;
}

.modal-backdrop.in + .modal-backdrop.in {
    z-index: 1050;
}


@media (max-width: 767px) {

    .page-header {
        margin-top: 15px;
    }

    .page-header h1 {
        font-size: 24px;
    }

    .textbook .btn {
        font-size: 12px;
    }

    .top-new-user-block .level > span {
        font-size: 14px;
    }

    .adjust-to-screen {
        min-height: calc(100vh - 287px);
    }

    .white-block {
        padding: 15px;
    }

    .top-new-user-block .text-block span,
    .top-new-user-block .text-block {
        font-size: 13px;
        line-height: 20px;
    }

    .top-student-name {
        font-size: 18px;
    }

    .top-student-name img {
        width: 18px;
    }

    .top-student-level {
        font-size: 16px;
    }

    .student-courses-list .course-item .course-title {
        font-size: 16px;
    }

    .student-courses-list .course-item .course-item-block .item-label {
        font-size: 13px;
    }

    .student-courses-list .course-item .course-item-block .item-note {
        font-size: 12px;
    }

    .page-title {
        font-size: 24px;
    }

}

.countrics-balance {
    padding: 6px 0 6px 45px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    background: url(../images/wallet.svg) 0 0 no-repeat;
    background-size: 30px;
}

.countrics-balance span {
    color: #83b25f;
}

.avg-progress {
    padding: 0px 0 10px 0px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    background-size: 30px;
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
}

.avg-progress span {
    color: #83b25f;
}

.what-is-porgress-btn {
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
    font-size: 20px;
    color: #83b25f;
}

.pb-8 {
    padding-bottom: 8px;
}


.exams-block-title {
    padding: 0 0 12px 15px;
    font-weight: 600;
    font-size: 32px;
}

.completed-tests-title.clickable {
    cursor: pointer;
}

/*International phone number input*/
.iti--separate-dial-code .iti__selected-flag {
    color: #fff;
    font-size: 18px;
    /*background-color: #fff !important;*/
}

/*phone input placeholder*/
.login-form input[name='phone']::placeholder {
    opacity: .75;
}

/* Any Question Button */
.any-question--btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 290px;
    height: 70px;
    padding: 0;
    background: url('/public/frontend/default/images/icons/any-question--btn.png?version=2.0') no-repeat;
    background-size: contain;
    border: unset;
    border-radius: 100px;
    z-index: 9;
}

@media (max-width: 576px) {

    .any-question--btn {
        width: 225px;
        height: 55px;
        right: 5px;
        bottom: 5px;
    }

    .footer {
        margin-bottom: 40px;
    }
}

@media (max-width: 414px) {

    .any-question--btn {
        width: 225px;
        height: 55px;
    }
}

@media (max-width: 320px) {

    .any-question--btn {
        width: 190px;
        height: 46px;
    }

    .footer {
        margin-bottom: 30px;
    }
}

/* Birthday Card */
.birthday-card {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #83b25f;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}

.birthday-card__wrapper {

}

.birthday-card__image {
    max-width: 550px;
}

.birthday-card__image img {
    max-width: 100%;
}

.birthday-card .birthday-card__loader {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.birthday-card .birthday-card__loader i {
    color: #fff;
    font-size: 24px;
}

.birthday-card.birthday-card_active {
    cursor: not-allowed;
}

.birthday-card.birthday-card_active .birthday-card__image {
    opacity: .7;
}

.birthday-card.birthday-card_active .birthday-card__loader {
    display: block;
}

.birthday-card__image_mobile {
    display: none;
}

@media (max-width: 576px) {
    .birthday-card__image_desktop {
        display: none;
    }

    .birthday-card__image_mobile {
        display: block;
    }
}

/* Certificate */
.certificate {
    text-align: right;
}

.certificate--link {
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #000;
    background: #E8C51E;
    border-radius: 8px;
    font-family: 'ibm_plex_sansregular', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}

.certificate--link svg {
    margin-right: 5px;
}

.certificate--link:hover {
    text-decoration: none;
    color: #000;
    opacity: .8;
}

.certificate--link:focus, .certificate--link:active, .certificate--link:visited {
    text-decoration: none;
    color: #000;
}

/* My Success */
.my-success {

}

.my-success__title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.my-success__course {

}

.my-success__course--archive {

}

.my-success__course--archive .course-item .course-title {
    background: #aeaeae;
}

.my-success__course--archive .certificate {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* Assets */
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex .my-success__course {
    flex-basis: 50%;
}

/* Media Queries */
@media (max-width: 991px) {

    .my-success__course--archive .certificate {
        position: relative;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .d-flex .my-success__course {
        flex-basis: 100%;
    }
}


.bonuses-modal .bonuses-data {
    border: 3px solid #FFE35C;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}

.bonuses-modal .bonuses-data .line-1 {
    font-family: 'ibm_plex_sansbold';
    padding: 0 0 12px 0;
}

.bonuses-modal .bonuses-data .awards {
    font-family: 'ibm_plex_sansbold';
    line-height: 1.3em;
    color: #83B35F;
}

.bonuses-modal .bonuses-data .registrations {
    line-height: 1.3em;
}


.bonuses-modal .balance-total {
    text-align: center;
    padding: 0 0 20px 0;
}

.bonuses-modal .balance-total .txt {
    display: inline-block;
    background: #FFE35C;
    padding: 10px 15px 15px 15px;
    border-radius: 0 0 20px 20px;
}

.bonuses-modal .how-to-get {
    padding: 15px 15px 15px 15px;
    background: #FFE35C;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
}

.bonuses-modal .how-to-get .line-1 {
    padding: 0 0 15px;
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
}

.bonuses-modal .how-to-get .line-2 {
    padding: 0 0 20px 0;
}

.bonuses-modal .how-to-get .line-3 {
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
}

.bonuses-modal .how-to-get .line-4 {
    overflow-wrap: anywhere;

    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    word-break: break-all;
}

.bonuses-modal .how-to-get .copy-button {
    padding: 20px 0;
}

.bonuses-modal .how-to-get .copy-button .btn {
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    background: #82B35E;
}

.bonuses-modal .how-to-get .line-5 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
    padding: 0 0 20px 0;
    background: #FFE35C url(../images/bonuses_line_bg.png) center bottom no-repeat;
    background-size: auto 20px;

}

.bonuses-modal .how-to-get .arrow-wrapper {
}


.bonuses-modal .rules-text {
    font-size: 16px;
    padding: 10px 0 0 0;
}

.bonuses-modal .rules-text strong {
    font-weight: bold;
    font-family: 'ibm_plex_sansbold';
}

.bonuses-modal .rules-text ul {
    padding: 0;
    margin: 6px 0 0 0;
}

.bonuses-modal .rules-text ul li {
    display: block;
    padding: 0 0 10px 5px;
    position: relative;
    background: url(../images/rules_mark.svg) 0 4px no-repeat;
    background-size: 16px;
}

.bonuses-modal .important-message {
    margin: 10px 0 0 0;
    border: 3px solid #FFE35C;
    border-radius: 20px;
    padding: 20px 15px;
    background: #fff;
    color: #FF4C15;
    text-align: center;
    font-size: 16px;
}

/*
Countrics Payments History
 */
.countrics-payments-history--action {
    color: #83b25f;
    background: unset;
    border: unset;
}

.countrics-history-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.countrics-history {

}

.countrics-history__balance {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
}

.countrics-history__balance span {
    font-weight: 600;
}

.countrics-history__list {

}

.countrics-history__list.table-responsive {
    border: unset;
}

.countrics-history__list table {

}

.countrics-history__list table tr td:first-child,
.countrics-history__list table tr td:last-child {
    padding-left: 20px;
}

.countrics-history__list table thead td {
    font-weight: 900;
}

.countrics-history__list table tbody td {
    border-top: 1px solid #ffffff87;
}

.countrics-history__list table tbody tr:hover {
    cursor: pointer;
}

.countrics-history__list table.table-hover > tbody > tr:hover {
    background-color: #ffffff30;
}

.countrics-history__list table tbody td.profit {
    color: #000;
    font-weight: 900;
}

.countrics-history__list table tbody td.write-off {
    color: #a94442;
    font-weight: 900;
}

.countrics-history-btn--expand {
    display: block;
    margin: 10px auto 0 auto;
    background: unset;
    border: unset;
    font-size: 12px;
    text-decoration: underline;
}

.countrics-history__empty {
    padding-left: 20px;
    padding-right: 20px;
}

.gc-buttons-wrapper {
    display: flex;
}

.gc-buttons-wrapper .money-balance .big-button.white {
    font-size: 18px;
    max-width: 280px;
    display: inline-block;
    padding: 10px 14px 10px 14px;
    white-space: nowrap;
    border: 2px solid #83b25f;
    margin-left: 5px;
    width: 96%;
    height: 52px;
}

.gc-buttons-wrapper .col-md-6 {
    flex-wrap: nowrap;
    display: flex;
    padding-left: 0;
}

.gc-buttons-wrapper .countrics-balance {
    font-size: 18px;
    max-width: 280px;
    padding: 10px 14px 10px 14px;
    white-space: nowrap;
    border: 2px solid #83b25f;
    border-radius: 8px;
    margin-right: 5px;
    background: white;
    height: 52px;
    display: flex;
    font-weight: bold;
}

.gc-buttons-wrapper .countrics-balance .countrics-payments-history--action,
.gc-buttons-wrapper .yellow {
    color: #e9c61d;
}

.gc-buttons-wrapper .countrics-balance span {
    font-weight: 600;
}

.gc-buttons-wrapper .countrics-balance img {
    width: 28px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.modal-dialog.yellow .modal-content .modal-header,
.modal-dialog.yellow .modal-content .modal-header:after {
    background: #e9c501;
}

.modal-content .modal-header:before,
.modal-dialog.yellow .modal-content .modal-body {
    background: white;
}

.countrics-history__list table tbody td.profit {
    color: #83b25f;
}

.countrics-history__list table tbody td {
    border-top: 1px solid #ddd;
}

.countrics-history__list table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.student-courses-list .course-item .debt {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}
.student-courses-list .course-item .debt .text-wrapper {
    width: 55%;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.debt {
    border: 3px solid #83B25F;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
}
.debt .text-wrapper .debt-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #F54242;
    margin-bottom: 5px;
}

.student-courses-list .course-item .debt a {
    background: #83B25F;
    border: 1px solid #83B25F;
    box-sizing: border-box;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    width: 45%;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    color: #FFFFFF;
    justify-content: center;
    min-height: 85px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.modal-content .modal-header:before, .modal-dialog.yellow .modal-content .modal-body {
    background: #f2f2f2;
}

.mt-15 {
    margin-top: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .pr-4 {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .student-comment {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 525px) {
    .gc-buttons-wrapper .col-md-6 {
        display: block;
        width: 100%;
    }

    .gc-buttons-wrapper .money-balance .big-button.white {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .gc-buttons-wrapper .countrics-balance {
        width: 100%;
    }

    .gc-buttons-wrapper .countrics-balance .countrics-payments-history--action, .gc-buttons-wrapper i.yellow {
        position: absolute;
        right: 10px;
        padding: 0;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
    }
}

.countrics-payments-history--action {
    margin-left: 3px;
}
/**/    