

:root {
	--main-font: 'Montserrat', sans-serif;
}

.designActive {
	background: #E8E6DA;
	font-family: 'Montserrat', sans-serif;
	color: #433B32;
}

.designActive .gc-user-logined {
	background: #E8E6DA;
}

.designActive .custom-lessons_wrap {
	background: transparent;
}

.designActive .custom-lessons_wrap {
	display: flex;
	flex-wrap: wrap;
}

.designActive .custom-lessons_wrap li {
	width: calc(100% / 3 - 20px);
	margin: 0;
	margin: 10px;
	border-radius: 24px !important;
	min-height: 420px;
	transition: .3s;
}

.designActive .custom-lessons_wrap li:hover {
	transform: scale(1.04);
	transition: .3s;
}

.designActive .custom-lessons_wrap li .info {
	background: transparent;
}

.designActive .user-state-has_mission .user-state-bg {
	background: transparent;
}

.designActive .custom-lessons_wrap li.user-state-reached .info {
	border: none;
}

.designActive .custom-lessons_wrap .user-state-bg {
	background: transparent;
}

.designActive .custom-lessons_wrap li .info {
	padding: 40px 20px;
}

.designActive .custom-lessons_wrap .item-main-td {
	padding: 0;
}

.designActive .custom-lessons_wrap li a {
	position: relative;
}

.designActive .custom-lessons_wrap .user-state-has_mission .user-state-label {
    position: absolute;
    top: 12px;
    right: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #D8A614;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: var(--main-font);
}

.designActive .custom-lessons_wrap .item-main-td.item-with-image {
	padding-left: 0;
}

.designActive .custom-lessons_wrap a .description {
	font-size: 16px;
	color: #433B32;
	width: 100%;
}

.designActive .custom-lessons_wrap li .info .vmiddle {
	padding: 0;
	margin-left: 0;
}

.designActive .custom-lessons_wrap li .title {
	margin: 0;
	font-size: 22px !important;
	color: #433B32 !important;
	margin-bottom: 12px;
}

.designActive .custom-lessons_wrap li .num-list {
    font-size: 40px;
    color: #433B32;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
    margin-bottom: 26px;
    display: flex;
}

/* TOP MENU */
.designActive .top-menu {
	margin-bottom: 120px;
}

.designActive .top-menu .top-menu_module {
	color: #D8A614;
	font-family: var(--main-font);
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 14px;
}

.designActive .top-menu .top-menu_title {
	font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    font-size: 64px;
    color: #433B32;
}

.designActive .top-menu .top-menu_btn {
    background: transparent;
    border: none;
    color: #433B32;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 38px;
    display: flex;
    align-items: center;
    line-height: initial;
    margin-top: 100px;
    margin-bottom: 60px;
}

.designActive .top-menu .top-menu_btn:before {
	content: '';
	background: url(https://fs.getcourse.ru/fileservice/file/download/a/486967/sc/254/h/c335ac77c19c83df74416dbed96e1f81.svg);
	width: 26px;
    height: 14px;
    display: flex;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* LessonPage */
.designActive .answer-form {
	background: #DFDDCE;
	border: 1px solid #433B32;
	border-radius: 32px;
}

.designActive .answer-form .addfield label {
	color: #433B32;
	font-weight: 500;
}

.designActive .answer-form .uploadifive-button {
	background: transparent !important;
    color: #433B32;
    border-color: #433B32;
    border-radius: 8px;
    width: 248px !important;
    height: 42px !important;
    line-height: 42px !important;
    cursor: pointer;
    transition: .3s;
}

.designActive .answer-form .uploadifive-button:hover {
	transform: scale(1.02);
	transition: .3s;
}


.designActive .answer-form .uploadifive-button input {
	cursor: pointer;
}

.designActive .answer-form .btn-send-answer {
    background: #D8A614 !important;
    border-radius: 8px !important;
    border: none !important;
    color: #433B32;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 20px 26px;
    float: right;
    transition: 0.3s;
}

.designActive .answer-form .btn-send-answer:hover {
	background: #c59b21 !important;
}

.designActive .answer-form .btn-save-draft {
	color: #433B32 !important;    
	float: right;
    padding: 20px 26px;
}

.designActive .answer-form .addfield:last-of-type {
	position: relative;
	margin-bottom: 24px;
}

.designActive .answer-form .addfield:last-of-type:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #433B32;
	bottom: 2px;
}

.designActive .user-profile-image {
	border: 2px solid #D8A614;
}

.designActive .answer-form .answer-textarea-container {
	width: 100%;
}


.designActive .answer-form .emoji-wysiwyg-editor,
.designActive .answer-form .emoji-textarea {
	background: transparent !important;
	border-color: #433B32 !important;
	border-radius: 8px !important;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--main-font);
	color: #433B32;
}

.designActive .lesson-header_styles {
	display: none;
}

.designActive .lesson-header-block .header-view {
	display: none;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 60px;
}

.designActive .lesson-header-block .lesson-navigation {
	display: none;
}

.designActive .gc-user-admin .lesson-header-block .header-view,
.designActive .gc-user-admin .lesson-header_styles {
	display: block; 
}

.designActive .center-block {
	margin: 0 auto !important;
	max-width: 975px !important;
}

.designActive .lesson-header-block {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.designActive .lesson-header_wrap {
	display: flex;
	align-items: center;
}

.designActive .lesson-header_wrap .lesson-image img {
	width: 460px;
	height: 100%;
}

.designActive .lesson-header_wrap .lesson-header_text {
	padding-right: 24px;
}

.designActive .lesson-header_wrap .lesson-header_text .lesson-more_title {
	font-weight: 600;
	font-size: 20px;
	color: #D8A614;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.designActive .lesson-header_wrap .lesson-header_text .lesson-title {
	font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 34px;
    line-height: initial;
    color: #433B32;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.designActive .lesson-header_wrap .lesson-header_text .lesson-desc {
	font-size: 16px;
    font-family: var(--main-font);
    color: #433B32;
}

.designActive .lesson-header_wrap-nav {
	margin-top: 60px;
	margin-bottom: 60px;
}

.designActive .lesson-header_wrap-nav tbody tr {
	display: flex;
}

.designActive .lesson-header_wrap-nav .left-arrow,
.designActive .lesson-header_wrap-nav .text-right a {
	font-weight: 700;
	font-size: 16px;
	color: #433B32;
	position: relative;
	line-height: initial;
	display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 4px;
}

.designActive .lesson-header_wrap-nav .left-arrow span,
.designActive .lesson-header_wrap-nav .text-right a span {
	display: none;
}

.designActive .lesson-header_wrap-nav .left-arrow {
	padding-left: 26px;
    margin-right: auto;
}

.designActive .lesson-header_wrap-nav .text-right a {
	padding-right: 26px;
    margin-left: auto;
}

.designActive .lesson-header_wrap-nav .left-arrow:before,
.designActive .lesson-header_wrap-nav .text-right a:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 10px;
	background: url(https://fs.getcourse.ru/fileservice/file/download/a/486967/sc/166/h/f977c695a5bcb6f318722fa7c180d497.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.designActive .lesson-header_wrap-nav .text-right a:after {
	right: 0;
}

.designActive .lesson-header_wrap-nav .left-arrow:before {
    left: 0;
    transform: rotate(180deg);
}

.designActive .lesson-header_wrap-nav .text-center span,
.designActive .lesson-header_wrap-nav .text-center div {
	font-size: 16px !important;
	font-weight: 400;
}

.designActive .lesson-header_wrap-nav td .hidden-xs {
	color: rgba(67, 59, 50, 0.7);
}

/* Mobile */
@media (max-width: 767px) {
	.designActive .custom-lessons_wrap li {
	    width: 100%;
	}

	.designActive .top-menu .top-menu_module {
		font-size: 28px;
	}

	.designActive .top-menu .top-menu_title {
		font-size: 38px;
	}

	.designActive .lesson-header_wrap {
		flex-direction: column-reverse;
	}

	.designActive .lesson-header_wrap .lesson-image img {
		width: 300px;
    	margin-bottom: 30px;
	}
}
