

body{
    background-color: #F5F5F5;
}
.stream-table{
	margin-left: 0 !important;
}
.stream-table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 15px;
}
.stream-table tr{
    transition: all 0.3s;
}
.stream-table tr:hover {
    transform: translate(10px);
}
.stream-table tr td{
    display: block;
    background: #FFFFFF !important;
    min-height: 150px !important;
	border-radius: 10px;
    border: 2px solid #EEEEEE;
    padding: 20px !important;
	height: 100% !Important;
}
.stream-table tr a{
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.stream-table tr a div{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
}
.stream-table .stream-title{
    color: #232323;
    font-size: 20px;
	font-weight: 700;
    font-family: 'Open Sans';
}
.stream-table tr a b {
    color: #C8321F;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.logo.gc-account-logo p {
    margin: 0;
    margin-left: 28px;
    padding-left: 28px;
    border-left: 2px solid #d6d6d6;
    color: #232323;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.logo.gc-account-logo {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 20px;
    padding: 12px 16px;
}
.logo.gc-account-logo a{
    display: flex;
    align-items: center;
}
@media (max-width: 560px){
    .stream-table tbody{
        grid-template-columns: 1fr;
    }
    .stream-table tr td{
    	min-height: 100px !important;
        height: auto !important;
    }
    .stream-table tr a b{
        margin-top: 40px;
    }
    .lesson-navigation tr{
        margin-top: 0;
    }
    .lesson-navigation tr td {
        min-width: 130px;
    }
    .lesson-navigation tr td:nth-child(1) a, .lesson-navigation tr td:nth-child(3) a{
        margin-bottom: 0px;
    }
}

.lesson-list{
	background: transparent !important;
}
.lesson-list li {
    margin: 20px 0 !important;
        transition: all 0.3s;
}
.lesson-list li:hover {
    transform: translate(10px);
}
.lesson-list li .title{
    font-size: 18px !important;
    color: #232323;
}
.lesson-list li .state-icon-block{
	display: none !important;
}
.lesson-list li .info{
	margin-left: 0 !important;
}
.lesson-list .item-main-td{
	padding-left: 15px;
}
.lesson-list li .item-a, .lesson-list li.user-state-reached .info{
    border-radius: 10px !important;
    border-left: 10px solid #232323;
}
.page-header h1 a{
	display: none;
}
.container  .standard-page-content .center-block{
    max-width: 1000px !important;
}
.lesson-header-block {
    background: white !important;
    border-radius: 10px;
    border: 1px solid #EEE !important;
    padding: 15px !important;
}
.lesson-title-value {
    font-size: 30px;
    max-width: 700px;
    margin: auto;
    font-weight: 400;
}
.lesson-navigation tr{
	display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.lesson-navigation tr td:nth-child(3) a{
	background: #696864;
    padding: 7px 21px;
    margin-bottom: 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: white;
    margin-right: -17px;
    display: block;
}
.lesson-navigation tr td:nth-child(3) div, .lesson-navigation tr td:nth-child(1) div{
    margin-top: 12px;
}
.lesson-navigation tr td:nth-child(1) a {
    background: #696864;
    padding: 7px 21px;
    margin-bottom: 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: white;
    margin-left: -17px;
    display: block;
}
.lesson-navigation tr td:nth-child(3) a:hover, .lesson-navigation tr td:nth-child(1) a:hover {
    background: #787773;
}
.user-state-has_mission .user-state-label{
    color: #C8321F;
    margin-bottom: 5px;
}
.user-state-has_mission .user-state-label:before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/702832/sc/74/h/ef37b8835758a6912d6714955c039ccf.svg);
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.o-lt-lesson-comment-block .simple-answer{
	border: 2px solid #EEE;
    background: #FFF;
    border-radius: 10px;
    padding: 35px 25px;
}
.o-lt-lesson-comment-block .new-comment-textarea{
    border: 0 !important;
    background: #EEE;
    border-radius: 5px;
    padding: 10px;
}
.o-lt-lesson-comment-block .btn-primary{
    background: #C8321F;
    border-radius: 5px;
    max-width: 280px;
    height: 50px;
    width: 100%;
    border: 0;
}

/*Задание*/
.lesson-send-answer-block .answer-form textarea{
    border: 0 !important;
    background: #EEE;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.lesson-send-answer-block .btn-primary{
    background: #C8321F;
    border-radius: 5px;
    max-width: 280px;
    height: 50px;
    width: 100%;
    border: 0;
}
.lesson-send-answer-block .uploadifive-button{
    background: #696864;
    border-radius: 5px;
}
.answer-form .btn-link{
	color: #C8321F;
}
.answer-form {
    background: transparent;
}
.testing-widget .before-start-block .start-btn{
	background: #C8321F;
    height: 50px;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #C8321F;
    border-color: #C8321F;
    border-radius: 5px !important;
    font-family: 'Open Sans';
}
.lesson-mission-wrapper{
    border: 2px solid #EEE;
    background: #FFF;
    border-radius: 10px;
}
.lt-lesson-files .files-table img{
	width: 100%;
}
