
.navbar {
    background-color: #1b497e !important; 
}

.logo-banner {
    padding: 60px 15px 15px 35px;
    background-color: #1b497e;
    width: 205px;
    border-radius: 0 0 10px 10px;
    max-height: 270px;
    box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.44);
    top: -30px;
    position: relative;
    height: 270px;
}

.curator-banner {
    background-color: #ffffff;
    padding-top: 50px;
    margin: 0;
    color: white;
}

.curator-banner a {
    color: white;
}

.curator-banner .col {
    box-shadow: 9px 8px 9px 0px rgba(0, 0, 0, 0.12);
    margin-right: 15px;
    margin-left: -15px;
    background-color: #1b497e !important;
    border-radius: 10px 10px 0 0;
}

.info-line {
    background-color: #1b497d;
    color: white;
    box-shadow: -3px -3px 14px 0px rgba(0, 0, 0, 0.2);
}

.info-line span {
    white-space: nowrap;
}

.t-avatar {
    width: 120px !important;
    height: 120px !important;
}

.course-head {
    background-color: #ffffff;
    padding-bottom: 0 !important;
}

.course-title {
    padding-top: 40px !important;
    padding-right: 35px !important;
    padding-left: 25px;
}

.head-left {
    background-color: #ffffff;
}

.head-right {
    height: 100%;
    background-color: white;
}

.head-right .container {
    margin-left: 0px;
    max-width: 570px;
}

.info-body {
    background-color: white;
    box-shadow: 3px 1px 18px 0px rgba(0, 0, 0, 0.44);
}

.curator-bottom {
    background-color: white;
}

.curator-panel {
    margin-left: -15px !important;
}

.curator-panel .col {
    background-color: #1b497e;
    border-radius: 0 0 10px 10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.24);
    margin-right: 0;
    margin-bottom: -8px;
    padding-right: 6px !important;
}
#cv-text {
    color: #bababa;
}

#cv-fadeout {
    background: -webkit-linear-gradient(rgba( 255, 255, 255, 0), #1b497e ) !important;
    background: linear-gradient( rgba(255, 255, 255, 0), #1b497e ) !important;
}

#lp-text {
    color: black;
}

#lp-fadeout {
    background: -webkit-linear-gradient(rgba( 255, 255, 255, 0), white ) !important;
    background: linear-gradient( rgba(255, 255, 255, 0), white ) !important;
}


.curator-panel hr {
    color: white;
    border-color: white;
    width: 80%;
    margin-top: 30px;
}
.course-logo {
    position: relative;
    top: 20px;
    left: -5px;
    min-width: 145px;
    min-height: 145px;
}
.gray-background {
    background-color: #ffffff;
}

.modal-content a {
    color: #1d5a9f;
}

.modal-content a:hover {
    color: black;
}

a {
    color: white;
}

a:hover {
    color: white;
}

.soc-line i {
    width: 40px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: #3b699b;
    padding: 10px;
    display: inline;
    cursor: pointer;
}

@media (max-width: 576px) {
    .info-line div.col {
        padding-left: 60px;
    }
    
}

@media (max-width: 768px) {
   
    .curator-banner .col, .curator-panel .col {
        min-width: 105%;
        padding-left: 70px !important;
        padding-right: 70px !important;
        border-radius: 0;
    }
    
    .curator-banner {
        padding-top: 0px;
    }
}
   
@media (max-width: 992px) {
    .course-title {
        padding-left: 5rem !important;
    }
}

.btn.start {
    font-size: 15px;
    max-width: 203px;
    cursor: pointer;
    background-color: #f87907;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3rem;
    margin-top: 1rem;
    margin-right: .25rem;
    padding: 10px;
    color: white;
}
.info-body a {
    color: black;
}

.cert-info a {
    color: #1b497e;
}

ul.ya-share2__list,
ul.ya-share2__list li,
ul.ya-share2__list ul li {
   margin:0;
   padding: 0;
   text-indent: 0;
   list-style-type: none;
   display: inline;
}

.ya-share2__container {
    display: inline;
}

.ya-share2__icon {
    width: 40px;
    font-size: 18px;
    border-radius: 50%;
    background: #3b699b;
    padding: 10px;
    font-family: "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1;
    margin: 0 3px 0 3px;
}

.ya-share2__title {
    display: none;
}

.ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: "\f189";
}

.ya-share2__item_service_facebook .ya-share2__icon:before {
    content: "\f39e";
}

#inviteModal .modal-body {
    margin: 35px 0 25px 10px; 
    color: black;
}

.info-body img {
    /*width: 100%;*/
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
}