#molchanovacademy_modules {
	width: calc(100vw - 159px);
    max-width: 1355px;
}

#molchanovacademy_modules .molchanovacademy_hide {
    display: none; 
	visibility: hidden;
}

#molchanovacademy_modules .molchanov-card {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#molchanovacademy_modules .molchanov-button {
	display: flex;
	width: 210px;	
	height: 60px;
	padding: 17px 13px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	border-radius: 10px;
	background: #5AB8CF;
	cursor: pointer;
}

#molchanovacademy_modules .molchanov-button:hover {
	opacity: 0.9;
} 

#molchanovacademy_modules .molchanov-button.not-allowed,
#molchanovacademy_modules .molchanov-button.not-allowed:hover {
	cursor: not-allowed;
    opacity: 0.2;
}

#molchanovacademy_modules .molchanov-page {
    margin-top: 30px;
	display: flex;
	gap: 15px;
    flex-direction: column;
	width: 100%;
}

#molchanovacademy_modules a {
	text-decoration: none;
}



#molchanovacademy_modules .molchanov-main {
	width: 100%;	
	height: 280px;
	background: #22374d;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/492/h/649385154c15598f730f0b786ab85f94.svg);
    background-repeat: no-repeat;
	background-position: 100% 0% ;
	background-size: cover;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#molchanovacademy_modules .molchanov-main__img {
    position: absolute;
    width: 290px;
    height: 280px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/153/h/a93f94b3d6d38d164cfcc91502b34955.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 84px;
    z-index: 2;
}

#molchanovacademy_modules .molchanov-main__start {	
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
    z-index: 5;
}

#molchanovacademy_modules .molchanov-main__start > div {
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

#molchanovacademy_modules .molchanov-main__name {
	color: #FAFAFA;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	max-width: 59%;
	position: relative;
    z-index: 3;
}

#molchanovacademy_modules .molchanov-info {
	display: flex;
	gap: 15px;
	height: 215px;
	justify-content: space-between;	
}

#molchanovacademy_modules .molchanov-info__lesson {
	padding: 24px 23px;
	height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/41/h/53ab3292324b62af672960c9dd241b18.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#molchanovacademy_modules .molchanov-info__lesson:hover {
	opacity: 0.9;
}

#molchanovacademy_modules .molchanov-info__lesson.not-allowed,
#molchanovacademy_modules .molchanov-info__lesson.not-allowed:hover {
	cursor: not-allowed;
    opacity: 0.2;
}

#molchanovacademy_modules .molchanov-info__preview {
	border-radius: 10px;
	width: 301px;
	height: 102px;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/329/h/077ab4fca80fa159cf01afdb47bf3474.png);
    background-repeat: no-repeat;	
}

#molchanovacademy_modules .molchanov-info__spaced {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#molchanovacademy_modules .molchanov-info__title {
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

#molchanovacademy_modules .molchanov-info__play {
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background: #FFF;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/142/h/93ab03007bf72a3cee108e90856892ea.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
}


#molchanovacademy_modules .molchanov-info__support {
	padding: 24px 23px;
	height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 0 auto;
}

#molchanovacademy_modules .molchanov-info__support .molchanov-button {
	width: calc(50% - 5px);
}

#molchanovacademy_modules .molchanov-info__instruction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border-radius: 10px;
	background: #ECECEC;
}

#molchanovacademy_modules .molchanov-info__instruction-texts {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	color: #444;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

#molchanovacademy_modules .molchanov-info__instruction-bulb {
	width: 59px;
	height: 59px;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/31/h/4c3ad948d34938a548f78e7d86321980.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

#molchanovacademy_modules .molchanov-info__heading {
	color: #444;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
}

#molchanovacademy_modules .molchanov-info__upgrade {
	padding: 24px 23px;
	height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	min-width: 415px;
    overflow: hidden;
}

#molchanovacademy_modules .molchanov-info__upgrade > div {
	display: flex;
    flex-direction: column;
    gap: 0;
}

#molchanovacademy_modules .molchanov-info__tariff {
	color: #1E8FAC;
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	width: max-content;
	height: 26px;
	white-space: nowrap;
}

#molchanovacademy_modules .molchanov-info__upgrade-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#molchanovacademy_modules .molchanov-info__upgrade-img::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/234/h/3c0c245efb456190be9d9cf7b4c0f103.svg);
    background-repeat: no-repeat;
	background-position: 100% 100%;	
	width: 106px;
    height: 98px;
}

#molchanovacademy_modules .molchanov-info__upgrade-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/18/h/4b3d993f844040b7f4f2675396830eb5.svg);
    background-repeat: no-repeat;
	background-position: 100% 100%;	
	width: 148px;
    height: 140px;
}

#molchanovacademy_modules .molchanov-delimiter__wrapper {
	width: 100%;
	margin: 35px 0px;
	display: flex;
	gap: 15px;
	align-items: center;
}

#molchanovacademy_modules .molchanov-delimiter__text {
	color: #444;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-left: 25px;
}

#molchanovacademy_modules .molchanov-delimiter {
	background: #C8C8C8;
    height: 1px;
    width: auto;
    flex: 1 0 auto;   
}

#molchanovacademy_modules .molchanov-delimiter__wrapper .molchanov-delimiter {
	 margin-top: 5px;
}


#molchanovacademy_modules .molchanov-modules__wrapper {
	width: 100%;
	display: flex;
	gap: 15px;
}


#molchanovacademy_modules .molchanov-left {
	display: flex;
    gap: 36px;
    flex-direction: column;
	width: auto;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 420px;
    min-width: 390px;
}

#molchanovacademy_modules .molchanov-left .molchanov-delimiter__wrapper {
	margin: 0;
}

#molchanovacademy_modules .molchanov-left .molchanov-delimiter__wrapper	.molchanov-delimiter  {
	margin: 0 0 1px 0;
}

#molchanovacademy_modules .molchanov-left .molchanov-progress__wrapper {
	width: 100%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 40px 0;
}

#molchanovacademy_modules .molchanov-left .molchanov-progress {
	color: #444;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 106.295%; 
}

#molchanovacademy_modules .molchanov-left .molchanov-raiting {	
	display: flex;
    width: 100%;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

#molchanovacademy_modules .molchanov-left .molchanov-raiting__bar {
	width: 353px;
	height: 353px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#molchanovacademy_modules .molchanov-left .molchanov-raiting__circle {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #F4F4F4;
	z-index: 1;
}

#molchanov-raiting__progress {
	position: absolute;
	width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 2;
    background-image: conic-gradient(#1E8FAC 0deg, transparent 0deg);
}

#molchanovacademy_modules .molchanov-left  .molchanov-raiting__inner-circle {
	position: absolute;
    width: calc(100% - 88px);
    height: calc(100% - 88px);
    border-radius: 100%;
    background: white;
    z-index: 3;
}

#molchanov-raiting__number {
	position: relative;	
	color: #181A23;
	text-align: center;
	font-family: Roboto;
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 109.04px;	
	z-index: 4;
}

#molchanovacademy_modules .molchanov-left .molchanov-raiting__message {
    width: 301px;
	color: #333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.04px; 
}


#molchanovacademy_modules .molchanov-calendar {
	width: 100%;
	display: flex;
    gap: 30px;
    flex-direction: column;
	align-items: center;
	padding: 40px 0;
}

#molchanovacademy_modules .molchanov-calendar > div {
	width: 100%;
	display: flex;
    gap: 16px;
    flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 0;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__title {
	color: #444;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 106.295%;
}

#molchanovacademy_modules .molchanov-calendar .schedule-block {
	background: none !important;
    padding: 0 35px !important;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
	width: 100%;
}

#molchanovacademy_modules .molchanov-calendar .schedule-block .day {
	margin: 0 !important;
	padding: 0 !important;
}

#molchanovacademy_modules .molchanov-calendar .schedule-block .day a {
	border-radius: 10px;
    border: 1px solid #197090;
    margin: 0 !important;
    padding: 8px 16px !important;
	display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}



#molchanovacademy_modules .molchanov-calendar .schedule-block .day a::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	flex: 0 0 44px;
	background: #1E8FAC;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/12/h/ca7bb99a74ee1a0e23d57ebbc0c8eebf.svg);
    background-repeat: no-repeat;
	background-position: calc(50% + 1px) 50%;
}


#molchanovacademy_modules .molchanov-calendar .schedule-block .day a > div {
	color: #444;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.04px;
	overflow: hidden;
}

#molchanovacademy_modules .molchanov-calendar .schedule-block .day a > div > div {	
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#molchanovacademy_modules .molchanov-support {
	background-color: #2AABC7;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 19px;
	align-items: center;
	padding: 40px 35px;
}

#molchanovacademy_modules .molchanov-support .molchanov-support__title {
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
}

#molchanovacademy_modules .molchanov-support .molchanov-support__text{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

#molchanovacademy_modules .molchanov-support .molchanov-support__text span {
	white-space: nowrap;
}

#molchanovacademy_modules .molchanov-support .molchanov-support__arrow {
	width: 24px;
	height: 42px;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/154/h/879b77f66f970662ad04a15fa3ad6a51.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

#molchanovacademy_modules .molchanov-support .molchanov-button {
	color: #444444;
	background: #FFFFFF;
}



#molchanovacademy_modules .molchanov-modules {
    display: flex;
	flex-direction: column;
    gap: 15px;    
	flex-grow: 1;
	flex-wrap: wrap;	
	max-width: 921px;
}

#molchanovacademy_modules .molchanov-modules > div {
    display: flex;
    gap: 15px;
}


#molchanovacademy_modules .molchanov-module {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px 26px 34px 26px;
	position: relative;
	height: 276px;
	position: relative;
    width: auto;
    min-width: 405px;
    flex: 1 0 405px;
    border-radius: 20px;
    background: #ECECEC;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    max-width: calc(50% - 7.5px);
	cursor: not-allowed;
}

#molchanovacademy_modules .molchanov-module.molchanov-module__allowed {
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/144/h/237e5365f94df0b41bde3ce5614141f6.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	cursor: default;
}

#molchanovacademy_modules .molchanov-module:not(.molchanov-module__allowed) .molchanov-button,
#molchanovacademy_modules .molchanov-module:not(.molchanov-module__allowed) .molchanov-button:hover {
	cursor: not-allowed;
	opacity: 1;
}


#molchanovacademy_modules .molchanov-module .molchanov-locked {
	position: absolute;
	width: 43px;
	height: 43px;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/132/h/0430b82a4efea75adad1a81127827843.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	bottom: 34px;
	right: 26px;	
}

#molchanovacademy_modules .molchanov-module.molchanov-module__allowed .molchanov-locked {
	display: none;
}


#molchanovacademy_modules .molchanov-module .molchanov-module__titles {
	display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #444444;	
}

#molchanovacademy_modules .molchanov-module.molchanov-module__allowed .molchanov-module__titles {
	color: #FFFFFF;
}

#molchanovacademy_modules .molchanov-module .molchanov-module__titles .molchanov-module__title {
	font-weight: 700;
}

#molchanovacademy_modules .molchanov-module > div:first-child {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#molchanovacademy_modules .molchanov-module .molchanov-module__info {
	font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    color: #444444;	
}

#molchanovacademy_modules .molchanov-module.molchanov-module__allowed .molchanov-module__info {
	color: #FFFFFF;
}

#molchanovacademy_modules .molchanov-module:not(.molchanov-module__allowed) .molchanov-button {
	background: #B1B1B1;
}

#molchanovacademy_modules .molchanov-module.molchanov-bonus {
    width: 100%;
    max-width: 100%;
    height: 195px;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/42/h/ecde42ab03642753699e0b9141d51703.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
	background-size: contain;
    background-color: #ECECEC;
}


#molchanovacademy_modules .molchanov-module.molchanov-module__allowed.molchanov-bonus {
    background-color: white;
}

#molchanovacademy_modules .molchanov-module.molchanov-bonus .molchanov-module__info {
	font-size: 36px;
	line-height: 38px;
	color: #444444;
}

#molchanovacademy_modules .molchanovacademy_tariff {
	display: none;
}

#molchanovacademy_lessons {
	display: none;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month {
	display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 35px;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_1 .molchanov-calendar__month_2:not(.molchanov-calendar__month_1),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_1 .molchanov-calendar__month_3:not(.molchanov-calendar__month_1),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_1 .molchanov-calendar__month_4 {
	display: none;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_2 .molchanov-calendar__month_1:not(.molchanov-calendar__month_2),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_2 .molchanov-calendar__month_3:not(.molchanov-calendar__month_2),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_2 .molchanov-calendar__month_4:not(.molchanov-calendar__month_2) {
	display: none;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_3 .molchanov-calendar__month_1:not(.molchanov-calendar__month_3),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_3 .molchanov-calendar__month_2:not(.molchanov-calendar__month_3),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_3 .molchanov-calendar__month_4:not(.molchanov-calendar__month_3) {
	display: none;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_4 .molchanov-calendar__month_1,
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_4 .molchanov-calendar__month_2:not(.molchanov-calendar__month_4),
#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__month_4 .molchanov-calendar__month_3:not(.molchanov-calendar__month_4) {
	display: none;
}



#molchanovacademy_modules .molchanov-calendar  .molchanov-calendar__navigation {
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
	margin: 12px 0 24px 0;
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
	height: 16px;
}


#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__navigation-div {
	width: 16px;
	height: 16px;	
	position: relative;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__navigation-before {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/255/h/478c4acacea7ce789a41d9741c356b59.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;	
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__navigation-after {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/377/h/cc228436b6d2c443cc8c612ddeface5c.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;	
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__navigation::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/255/h/478c4acacea7ce789a41d9741c356b59.svg);
	background-size: 0;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__navigation::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/377/h/cc228436b6d2c443cc8c612ddeface5c.svg);
	background-size: 0;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__weeks {
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 6px;
	color: #2AABC7;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
	height: 18px;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days {
	display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: space-around;
	color: #444;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__weeks > div {
	width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days > a {
	color: #444;
	width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
	border-radius: 28px;
	cursor: default;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days > a[href] {
	cursor: pointer;
}


#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days > a.molchanov-calendar__day-today {
	border: 2px dashed #1E8FAC;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days > a.molchanov-calendar__day-lesson {
	cursor: pointer;
	background: #2AABC7;    
    color: #FFF;
}

#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__days > a.molchanov-calendar__day-today.molchanov-calendar__day-lesson {
	background: #2aabc7b5;
}

#molchanovacademy_modules .molchanov-left .molchanov-delimiter__wrapper_calendar,
#molchanovacademy_modules .molchanov-left .molchanov-calendar {
	opacity: 0;    
}


@media (max-width: 1420px) {
	#molchanovacademy_modules .molchanov-info {
		flex-wrap: wrap;
		height: auto;
	}
	
	#molchanovacademy_modules .molchanov-info__upgrade {
		width: 100%;
		flex-direction: row;
		height: max-content;
		align-items: flex-start;
		gap: 20px;
	}
	
}

@media (max-width: 1388px) {
	#molchanovacademy_modules .molchanov-modules > div {		
		flex-direction: column;
	}
	
	#molchanovacademy_modules .molchanov-module {
		flex: unset;
		min-width: 100%;
		min-height: unset;	
		max-width: 100%;
	}
}

@media (max-width: 1280px) {
	#molchanovacademy_modules {
		width: auto;
	}
	
	#molchanovacademy_modules .molchanov-module.molchanov-bonus .molchanov-module__info,
	#molchanovacademy_modules .molchanov-left .molchanov-progress,
	#molchanovacademy_modules .molchanov-main__name,
	#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__title,
 	#molchanovacademy_modules .molchanov-support .molchanov-support__title{
		font-size: 32px;
	}
}



@media (max-width: 1000px) {
	#molchanovacademy_modules .molchanov-modules__wrapper {
		flex-direction: column;
		gap: 50px;
	}
	
	#molchanovacademy_modules .molchanov-left {
		width: 100%;
		gap: 50px;
		min-width: unset;
        max-width: unset;
	}
	
	#molchanovacademy_modules .molchanov-left .molchanov-delimiter__wrapper {
		display: none;
	}
	
	#molchanovacademy_modules .molchanov-info__lesson {
		flex: 1 0 auto;
		flex-direction: row-reverse;
		gap: 20px;
		height: max-content;
	}
	
	#molchanovacademy_modules .molchanov-info__lesson .molchanov-info__spaced {
		width: auto;
		flex-direction: row-reverse;
	}
	
	#molchanovacademy_modules .molchanov-main__img {
		opacity: 0.9;
	}
	
	#molchanovacademy_modules .molchanov-main__name {
		max-width: unset;
	}
	
	#molchanovacademy_modules .molchanov-left .molchanov-progress__wrapper {
		width: 100%;
		display: flex;
		gap: 50px;
		flex-direction: column;
		align-items: center;
		padding: 50px 0;
	}

}

@media (max-width: 630px) {
	#molchanovacademy_modules .molchanov-module .molchanov-module__titles {
		gap: 0;
	}

	#molchanovacademy_modules .molchanov-info__lesson {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	
	#molchanovacademy_modules .molchanov-info__lesson .molchanov-info__spaced {
		width: 100%;
		flex-direction: row;
		gap: 108px;
	}
	
	#molchanovacademy_modules .molchanov-main {
		overflow: hidden;
		padding: 24px 23px;
		flex-direction: column-reverse;
	}
	
	#molchanovacademy_modules .molchanov-main__img {
		bottom: -140px;
        right: -125px;
        background-size: 50%;		
	}
	
	#molchanovacademy_modules .molchanov-module.molchanov-bonus .molchanov-module__info,
	#molchanovacademy_modules .molchanov-left .molchanov-progress,
	#molchanovacademy_modules .molchanov-main__name,
	#molchanovacademy_modules .molchanov-info__tariff,
	#molchanovacademy_modules .molchanov-calendar .molchanov-calendar__title,
	#molchanovacademy_modules .molchanov-support .molchanov-support__title	{
		font-size: 24px;
	}
	
	#molchanovacademy_modules .molchanov-support .molchanov-support__text {
		font-size: 20px;
		line-height: 22px;
	}
	
	#molchanovacademy_modules .molchanov-info__heading,
	#molchanovacademy_modules .molchanov-module .molchanov-module__titles {
		font-size: 18px;
	}
	
	#molchanovacademy_modules .molchanov-info__support {	
		height: max-content;
		gap: 20px;
	}
	
	#molchanovacademy_modules .molchanov-info__support .molchanov-info__spaced {
		flex-direction: column;
	}
	
	#molchanovacademy_modules .molchanov-info__support .molchanov-info__spaced  .molchanov-button {
		width: 100%;
	}
	
		
	#molchanovacademy_modules .molchanov-info__upgrade {
		flex-direction: column;
		min-width: unset;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 10px;
	}

}

@media (max-width: 460px) {
	#molchanovacademy_modules .molchanov-main__name {
		font-size: 22px;
	}
	
	#molchanovacademy_modules .molchanov-left .molchanov-raiting__bar {
		width: 300px;
		height: 300px;
	}
	
	#molchanovacademy_modules .molchanov-main__start > div {
		font-size: 18px;
	}
	
	#molchanovacademy_modules .molchanov-info__instruction-texts {
		font-size: 14px;
	}
	
	#molchanovacademy_modules .molchanov-info__lesson .molchanov-info__spaced {
		gap: 10px;
		width: 100%;
		max-width: 300px;
	}
	
	#molchanovacademy_modules .molchanov-info__preview {
		max-width: 301px;
		width: 100%;
	}
	
	#molchanovacademy_modules {
		min-width: 335px;
	}
	
	#molchanovacademy_modules .molchanov-info__title {
		font-size: 20px;
	}
	
	#molchanovacademy_modules .molchanov-calendar,
	#molchanovacademy_modules .molchanov-left .molchanov-progress__wrapper,
	#molchanovacademy_modules .molchanov-support {
		padding-top: 30px;
		padding-bottom: 30px;
	}	
		
}





#molchanovacademy_module {
	width: calc(100vw - 159px);
    max-width: 1355px;
}

#molchanovacademy_module .molchanov-card {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


#molchanovacademy_module .molchanovacademy_hide {
    display: none; 
	visibility: hidden;
}

#molchanovacademy_module .molchanov-page {
    margin: 62px 0 0 0;
	display: flex;
	gap: 15px;
    justify-content: space-between;	
	padding: 0;
}

#molchanovacademy_module .molchanov-page::before,
#molchanovacademy_module .molchanov-page::after {
	display: none; 
	visibility: hidden;	
}


#molchanovacademy_module .molchanov-left__wrapper {
	margin: 0;
    padding: 0;
    display: flex;        
    width: auto;
    flex-grow: 1;
	flex-shrink: 0;
	max-width: 420px;
    min-width: 390px;
}

#molchanovacademy_module .molchanov-left__wrapper > div,
#molchanovacademy_module .molchanov-left__wrapper > div .molchanov-left  {
	width: 100%;
}

#molchanovacademy_module .molchanov-left .molchanov-delimiter__wrapper {
	margin: 0;
}

#molchanovacademy_module .molchanov-left .molchanov-delimiter__wrapper	.molchanov-delimiter  {
	margin: 0 0 1px 0;
}

#molchanovacademy_module .molchanov-left .molchanov-progress__wrapper {
	width: 100%;
	display: flex;
    gap: 50px;
    flex-direction: column;
	align-items: center;
	padding: 50px 0;
}

#molchanovacademy_module .molchanov-left .molchanov-progress {
	color: #444;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 106.295%; 
}

#molchanovacademy_module .molchanov-left .molchanov-raiting {	
	display: flex;
    width: 100%;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

#molchanovacademy_module .molchanov-left .molchanov-raiting__bar {
	width: 353px;
	height: 353px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#molchanovacademy_module .molchanov-left .molchanov-raiting__circle {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #F4F4F4;
	z-index: 1;
}

#molchanov-raiting__progress {
	position: absolute;
	width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 2;
    background-image: conic-gradient(#2AABC7 0deg, transparent 0deg);
}

#molchanovacademy_module .molchanov-left  .molchanov-raiting__inner-circle {
	position: absolute;
    width: calc(100% - 88px);
    height: calc(100% - 88px);
    border-radius: 100%;
    background: white;
    z-index: 3;
}

#molchanov-raiting__number {
	position: relative;	
	color: #181A23;
	text-align: center;
	font-family: Roboto;
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 109.04px;	
	z-index: 4;
}

#molchanovacademy_module .molchanov-left .molchanov-raiting__message {
    width: 301px;
	color: #333;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.04px; 
}


#molchanovacademy_module .molchanov-module {
    display: flex;
    gap: 50px;
    flex-direction: column;
	flex-grow: 1;
	width: auto;
    max-width: 921px;
	margin: 0;
	padding: 0;
}


#molchanovacademy_module .molchanov-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px; 
	position: relative;
	height: 200px;
	max-width: 921px;
	width: 100%;
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/304/h/6d37dece5789f5001eeced75a525d63f.svg) !important;
    background-repeat: no-repeat !important;
    background-position: -4px 0% !important;
}


#molchanovacademy_module .molchanov-title .molchanov-title__info {
	position: relative;
    z-index: 3;
	color: #FFF;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 106.295%;
}




#molchanovacademy_module .lesson-list {
    display: flex;
    background: none;
    padding: 0;
    margin: 0;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    list-style: unset;
	width: 100%;
}

#molchanovacademy_module .lesson-list li {
	position: relative;
    display: block;
    height: auto;
    min-height: 287px;
    width: auto;
    min-width: 405px;
    flex: 1 0 405px;
    margin: 0;
    padding: 0;
    cursor: default;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	max-width: calc(50% - 7.5px);
}

#molchanovacademy_module .lesson-list li.user-state-not_reached {
    cursor: not-allowed;
	background: #E8E8E8;
}

#molchanovacademy_module .lesson-list li.user-state-not_reached div {	
    cursor: not-allowed;
}

#molchanovacademy_module .lesson-list li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: none;
    border-radius: 20px;
    padding: 0;
    margin: 0;
	cursor: default;	
	text-decoration: none;		
}

#molchanovacademy_module .lesson-list li > a > .state-icon-block,
#molchanovacademy_module .lesson-list li > a > input {
	display: none; 
	visibility: hidden;	
}

#molchanovacademy_module .lesson-list li > a > .info {
	position: relative;
	height: 100%;
	width: 100%;
    background: white;    
    padding: 34px 26px 72px 26px;
    margin: 0;   
	border: 0 !important;	
	border-radius: 20px;
}

#molchanovacademy_module .lesson-list li.user-state-not_reached > a > .info {
	background: #E8E8E8;
}


#molchanovacademy_module .lesson-list li > a > .info > table {
	position: relative;
	display: block;
    min-height: unset;
    min-width: unset;
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #C8C8C8;
}

#molchanovacademy_module .lesson-list li > a > .info > table tbody,
#molchanovacademy_module .lesson-list li > a > .info > table tr,
#molchanovacademy_module .lesson-list li > a > .info > table td {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

#molchanovacademy_module .lesson-list li > a > .info > table > tbody,
#molchanovacademy_module .lesson-list li > a > .info > table > tbody > tr {
	width: 100%;
    height: 100%;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td {
	display: block;
    min-height: unset;
    vertical-align: unset;
    padding: 0;
    margin: 0;
    border: 0;
	width: 100%;
    height: 100%;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td > .vmiddle {
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 30px 0;
    margin: 0;
    border: 0;
	width: 100%;
    height: 100%;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td > .vmiddle .user-state-label {
	display: none; 
	visibility: hidden;	
}

#molchanovacademy_module .lesson-list li.user-state-not_reached > a > .info > table td.item-main-td > .vmiddle .user-state-label {
	display: block;
	visibility: unset;
	position: absolute;
	color: #444;
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;	
	bottom: -47px;
	left: 39px;
}

#molchanovacademy_module .lesson-list li.user-state-not_reached > a > .info > table td.item-main-td > .vmiddle .user-state-label::before {
    width: 28px;
    height: 18px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/726555/sc/235/h/d72f1d136d89084cb5340becec2463ea.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    position: absolute;
    left: -39px;
    top: 4px;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td > .vmiddle > .title {
	color: #444;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td > .vmiddle > .description {
	color: #A3A3A3;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#molchanovacademy_module .lesson-list li > a > .info > table td.item-main-td > .vmiddle > .molchanov-lesson {	
	display: block;
	margin-bottom: 14px;
	color: #1E8FAC;
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; 	
}

#molchanovacademy_module .lesson-list__video-watched {
	display: none; 
	visibility: hidden;
}


#molchanovacademy_module .lesson-list li:not(.user-state-not_reached) > a > .info > table::after {
	content: "Изучить";
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	width: 113px;
	height: 35px;
	border-radius: 20px;
	background: #2AABC7;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	cursor: pointer;
	bottom: -53px;
	right: 0;
}

#molchanovacademy_module .lesson-list li:not(.user-state-not_reached) > a > .info > table > tbody::after {
	content: "";
	display: block;
	position: absolute;
	color: #444;
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	bottom: -48px;
	left: 39px;
}

#molchanovacademy_module .lesson-list li.user-state-answered > a > .info > table > tbody::after {
	content: "На проверке";
}

#molchanovacademy_module .lesson-list li.user-state-accomplished > a > .info > table > tbody::after {
	content: "Выполнено";	
}

#molchanovacademy_module .lesson-list li.user-state-has_mission > a > .info > table > tbody::after {
	content: "Есть задание";	
}

#molchanovacademy_module .lesson-list li:not(.user-state-not_reached) > a > .info > table > tbody > tr::after {
	content: "";
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: -50px;
	left: 0;
}

#molchanovacademy_module .lesson-list li.user-state-answered > a > .info > table > tbody > tr::after {
	border-radius: 5px;
	border: 1px solid #DCCCA8;
	background: #DCCCA8;	
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/704561/sc/152/h/5ab8fab2655a496e354282f8555bd05d.png);
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

#molchanovacademy_module .lesson-list li.user-state-accomplished > a > .info > table > tbody > tr::after {	
	background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/704561/sc/146/h/05146b0b7bf799a6acb990368402dfc3.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

#molchanovacademy_module .lesson-list li.user-state-has_mission > a > .info > table > tbody > tr::after {
	border-radius: 5px;
	border: 1px solid #1E8FAC;	
}

#molchanovacademy_module .molchanov-delimiter__wrapper {
	width: 100% !important;
	max-width: 100% !important;
    display: flex !important;
    gap: 15px;
    align-items: center;
    flex: 1 0 auto !important;
    height: max-content !important;
    min-height: unset !important;
    background: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
}

#molchanovacademy_module .molchanov-delimiter__text {
	color: #444;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-left: 25px;
}

#molchanovacademy_module .molchanov-delimiter {
	background: #C8C8C8;
    height: 1px;
    width: auto;
    flex: 1 0 auto;   
}

#molchanovacademy_module .molchanov-delimiter__wrapper .molchanov-delimiter {
	 margin-top: 5px;
}

@media (max-width: 1388px) {
	#molchanovacademy_module .lesson-list {
		flex-wrap: unset;
		flex-direction: column;
	}
	
	#molchanovacademy_module .lesson-list li {
		flex: unset;
		min-width: 100%;
		min-height: unset;	
		max-width: 100%;
	}
}


@media (max-width: 1090px) {
	#molchanovacademy_module .molchanov-title .molchanov-title__info {
		font-size: 32px;
	}
	
	#molchanovacademy_module .molchanov-page {
		flex-direction: column;
		gap: 60px;
	}	
	
	#molchanovacademy_module .molchanov-module {
		gap: 40px;
	}
	
	#molchanovacademy_module .molchanov-left__wrapper {
		max-width: unset;
		min-width: unset;
		display: block;
		width: 100%;
	}		
}

@media (max-width: 768px) {	
	#molchanovacademy_module .molchanov-title {
		padding: 0 25px
	}

	#molchanovacademy_module {
		width: unset;
		min-width: 333px;
	}	
}


@media (max-width: 460px) {
	#molchanovacademy_module .molchanov-left .molchanov-raiting__bar {
		width: 300px;
		height: 300px;
	}
	
	#molchanovacademy_module .lesson-list li:not(.user-state-not_reached) > a > .info > table::after {
		width: 90px;
	}
		
	#molchanovacademy_module .lesson-list li:not(.user-state-not_reached) > a > .info > table > tbody::after,
	#molchanovacademy_module .lesson-list li.user-state-not_reached > a > .info > table td.item-main-td > .vmiddle .user-state-label	{
		font-size: 20px;
		line-height: 23.4px;
	}
}


