

/*-- [ALIOT]/[elements] элементы оформления — начало --*/

/* Название модуля */
.tr-mod-header {
    margin-bottom: 20px;
    padding: 35px;
    font-family: 'Halvar';
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    background: 
        url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/423/h/168ca4f16eb4b3c72fdd37a05de0edbe.png) no-repeat center,
        linear-gradient(98.82deg, rgba(154, 122, 95, 0.2) 0%, rgba(154, 122, 95, 0) 56.72%), #313131;
    border-radius: 10px;
}

@media (max-width:768px) {
    .tr-mod-header {
        background-position: center right;
    }
}

@media (max-width:375px) {
    .tr-mod-header {
        font-size: 26px;
    }
}

.nd-header {
    margin: 0 0 30px;
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 18px;
    text-transform: uppercase;
    color: #313131;
}

/* Баннер/шапка */
.tr-head {
	position: relative;
	margin-bottom: 30px;
	background: 
        url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/284/h/24ae7107bf180d97b73c7b5fbdabf640.png) no-repeat center,
        linear-gradient(98.82deg, rgba(154, 122, 95, 0.2) 0%, rgba(154, 122, 95, 0) 56.72%), #313131;
	border-radius: 10px;
}

.tr-head:not(.editable) {
	cursor: pointer;
}

.tr-head .trh-photo:not(.editable) {
	position: absolute;
	bottom: 0;
	right: 0;
        z-index: 100;
}

.tr-head .trh-text:not(.editable) .html-content {
	padding: 95px 30px 95px 80px;
}

.tr-head.training .trh-text:not(.editable) .html-content {
	padding: 60px 30px;
}

.tr-head .trh-text.editable .html-content {
	padding: 30px;
}

.tr-head .html-content .trh-header {
	margin-bottom: 20px;
    max-width: 600px;
    font-family: 'Halvar';
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}

.tr-head .html-content .trh-description {
	position: relative;
	margin-bottom: 20px;
	max-width: 500px;
	font-family: 'Futura PT';
    font-weight: 300;
    font-size: 24px;
    color: #F1F1F1;
}

.tr-head .html-content .trh-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 40px;
	font-family: 'Futura PT';
    font-weight: 500;
    font-size: 14px;
	background: linear-gradient(90.74deg, rgba(101, 67, 48, 0.2) 0%, rgba(101, 67, 48, 0) 100%), #C1A583;
    border-radius: 5px;
	transition: all .3s;
}

.tr-head:hover .html-content .trh-btn {
	transform: translatey(-5px);
}

@media (max-width:1200px) {
    .tr-head .html-content {
        padding: 80px 30px !important;
	}
    
    .tr-head .html-content .trh-description {
		max-width: 350px;
	}
}

@media (max-width:992px) {
    .tr-head .html-content {
        padding: 40px 30px !important;
	}
    
    .tr-head .trh-photo img {
        max-height: 300px !important;
    }
    
    .tr-head .html-content .trh-header {
		max-width: 400px;
	}
    
    .tr-head .html-content .trh-description {
		font-size: 18px;
        line-height: 1.2;
        max-width: 250px;
	}

	
}

@media (max-width:760px) {
	.tr-head {
		overflow: hidden;
        background-position: right center;
	}

	.tr-head .html-content {
		padding: 50px;
        text-align: center;
	}

	.trh-photo {
		position: relative !important;
		text-align: center;
	}

	.tr-head .html-content .trh-header {
		max-width: 100%;
	}

	.tr-head .html-content .trh-description {
		margin-bottom: 0;
		max-width: 100%;
	}
}


@media (max-width:375px) {
	.tr-head .html-content .trh-header {
	    font-size: 24px !important;
	}
	.tr-head .html-content {
		padding: 30px;
	}
}

/* Шкала прогресса */
.tr-stat {
    margin-bottom: 20px;
    padding: 20px 20px 25px;
    background: linear-gradient(106.93deg, #654330 0%, rgba(101, 67, 48, 0) 100%), linear-gradient(0deg, #22222A, #22222A), #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
}

.tr-stat .st-top .stt-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    
    margin-bottom: 10px;
}

.tr-stat .stt-header {
    flex: 1 1 60%;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tr-stat .stt-value {
    flex: 1 1 40%;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #C1A583;
    text-align: right;
}

.tr-stat .stt-value .stv-1 {
    font-size: 72px;
}

.tr-stat .stb-bar {
    height: 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.tr-stat .stb-complete {
    height: 100%;
    min-width: 20px;
    text-align: right;
    background: #C1A583;
    border-radius: 30px;
}

.tr-stat .stb-complete .stv-3 {
    position: relative;
    top: -1px;
    left: -10px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.xdget-trainingAchievements {
    display: none;
}

@media (Max-width:1330px) and (min-width:992px), (max-width:375px) {
    .tr-stat .stt-header {
        font-size: 16px;
    }
    
    .tr-stat .stt-value {
        line-height: 60px;
    }
}

/* Продление доступа */
.tr-tarifs {
	margin-bottom: 20px;
    padding: 25px 25px 15px;
    text-align: center;
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid #F1F1F1;
    border-radius: 15px;
}

.tr-tarifs .trt-msg {
    margin-bottom: 5px;
    font-family: 'Halvar';
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #060517;
}

.tr-tarifs .value {
    font-family: 'Halvar';
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #654330;

}

.tr-tarifs .subsubscribeDate {
    display: block;
    margin: 5px auto 10px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 18px;
    color: #060517;
    opacity: 0.5;
}

.tr-tarifs .prolong-info {
    margin: 0 auto 10px;
    width: 80%;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #353433;
}

.tr-tarifs .prolong-info a {
    font-weight: 400;
    color: #C1A583;
}

.tr-tarifs .trt-btn {
    margin: 20px auto 10px;
    padding: 7px 40px;
    width: 90%;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    background: linear-gradient(90.74deg, rgba(101, 67, 48, 0.2) 0%, rgba(101, 67, 48, 0) 100%), #C1A583;
    border: 0;
    border-radius: 5px;
    transition: all .3s;
}

.tr-tarifs .trt-btn:hover {
    box-shadow: 0px 5px 0px #8F755B;
    transform: translatey(-5px);
}

.tr-tarifs .trt-btn-2 {
    margin: 0 auto 20px;
    padding: 7px 40px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    color: var(--cA);
    background: #fff;
    border: 1px solid var(--cA);
    border-radius: 20px;
    transition: all .3s;
}

.tr-tarifs .trt-btn-2:hover {
    color: #fff;
    background: var(--cA);
    transform: translatey(-5px);
}

.xdget-productTiming {
    display: none;
}

/* Календарь событий */

.xdget-lessonSchedule {
	display: none;
}

.lessons-calendar {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	/*text-transform: capitalize;*/
	text-align: center;
	background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
}

.calendar {
	position: relative;
	padding: 10px;
}

.calendar a {
	text-decoration: none;
	color: inherit;
}

.calendar header .simple-calendar-btn {
	display: inline-block;
	position: absolute;
	top: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	background: #C1A583;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar header .simple-calendar-btn:hover {
	color: white;
    filter: drop-shadow(0 0 5px rgba(157,125,93,.5));
}

.calendar header .simple-calendar-btn:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.calendar header .btn-prev {
	left: 20px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.calendar header .btn-next {
	right: 20px;
}

.calendar header .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.calendar header .month {
	padding: 15px 0 0;
	margin: 0 0 30px;
	font-family: 'Halvar';
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.calendar header .month .year {
	display: none;
}

.calendar table {
	width: 100%;
	margin: 0 0;
	border-spacing: 0px;
}

.calendar thead {
	font-family: 'Futura PT';
    font-weight: 300;
    font-size: 12px;
	color: #8A8A8A;
}

.calendar td {
	padding: 0.8em 0.1em;
}

.calendar .day {
	position: relative;
	display: inline-block;
	padding-top: 5px;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	font-family: 'Futura PT';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #292929;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.today {
	background: #C1A583;
	color: white;
}

.calendar .day.today.has-event {
	background: #C1A583;
	color: #fff !important;
}

.calendar .day.has-event {
	padding-top: 6px;
	font-weight: 700;
	color: #C1A583;
	text-decoration: underline;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.has-event:hover {
	text-decoration: none;
	background: transparent;
	background: #C1A583;
	color: #fff !important;
}

.calendar .day.wrong-month {
	display: none;
}

.calendar .day.disabled {
	cursor: default;
}

.calendar .event-container:nth-child(2) {
	display: none !important;
}

.calendar .event-container {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 50px;
	background: #00000020;
	backdrop-filter: grayscale(100%);
	-webkit-backdrop-filter: grayscale(100%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
}

.calendar .event-container .event-wrapper {
	overflow-y: auto;
	max-height: 100%;
}

.calendar .event-container .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	cursor: pointer;
	opacity: 1;
}

.calendar .event-container .close:before,
.calendar .event-container .close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.calendar .event-container .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.calendar .event-container .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.calendar .event-container .event {
	position: relative;
	width: calc(100% - 5px);
	padding: 1em;
	margin-bottom: 1em;
	background: #C1A583 !important;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: white;
}

.calendar .event-container .event-date {
	margin-bottom: 5px;
}

.calendar .event-container .event-hour {
	float: right;
}

.calendar .event-container .event-summary {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
}

.calendar .event-container .event-summary .tr-name {
	display: none;
}

.calendar .filler {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #00000020;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Режим работы тех. поддержки */
.supportTime {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
}

.supportTime .html-content p.supportHeader {
    margin-bottom: 5px;
    font-family: 'Halvar';
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #2C2A28;

}

.supportTime .html-content p.supportHeader2 {
    padding: 20px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #2C2A28;
}

.supportTime .html-content p.supportBudni {
    margin-bottom: 0;
    padding: 0 10px;
    font-family: 'Halvar';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #C1A583;
}

.supportTime .html-content p.supportLink a {
    display: inline-block;
    padding: 10px 30px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(90.74deg, rgba(101, 67, 48, 0.2) 0%, rgba(101, 67, 48, 0) 100%), #C1A583;
    border-radius: 5px;
    transition: all 0.3s;
}

.supportTime .html-content p.supportLink a:hover {
    transform: translatey(-5px);
    text-decoration: none;
    box-shadow: 0px 5px 0px #8F755B;
}

/* Кнопка телеграмма */
.al_btn {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 25px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/174/h/b358f91d58e6e71929778cd28dc07ad5.png) no-repeat center right,
        linear-gradient(91.52deg, #313131 0%, #413E3A 100%), #313131;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s;
}

.al_btn::after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/413/h/00299330370764a2a86b436662c464ce.png);
    position: absolute;
    top: 50%;
    right: 25px;
    height: 27px;
    transform: translatey(-50%);
}

.al_btn.expert::after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/218/h/7d65efd52945c0c39f97bf8d15e51f18.png) !important;
}

.al_btn.faq::after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/212/h/4db6f1ebe64bd9e27f63473a69285e36.png) !important;
}

.al_btn .html-content .al_btn-name {
    font-family: 'Futura PT';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.al_btn .html-content .al_btn-text {
    position: relative;
    display: inline-block;
    padding: 6px 8px;
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    background:#C1A583;
    box-shadow: 0px 4px 10px rgba(101, 123, 240, 0.15);
    border-radius: 5px;
    transition: all .3s;
}

.al_btn .html-content .al_btn-text::after {
    content:  url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/87/h/2007eee2c680221d4e33ac66dc908318.png);
    position: relative;
    top: 1px;
    margin-left:4px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(6deg) brightness(105%) contrast(101%);
    transition: all .3s;
}

.al_btn:hover {
    transform: translatey(-5px);
}

.al_btn:hover .al_btn-text {
    color: #C1A583;
    background: #ffffff;
}

.al_btn:hover .al_btn-text::after {
    filter: invert(70%) sepia(46%) saturate(225%) hue-rotate(353deg) brightness(89%) contrast(86%);
}

.al_subactivity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.al_subactivity .al_btn {
    flex: 1 1 45%;
}

@media (max-width:520px) {
.al_subactivity .al_btn {
    flex: 1 1 100%;
}
}

.xdget-separator {
    margin: 25px auto;
    width: calc(100% - 15px);
    border-top: 1px dashed #C1A58350; 
}

/* Апсеил вебинара */
.al_upsale {
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    background: 
        url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/210/h/c06dc35ad3d1248eba20800aad162d37.png) no-repeat center,
        linear-gradient(91.52deg, #313131 0%, #413E3A 100%);
    background-size: 100% 100%;
    border-radius: 10px;
    transition: all .3s;
}

.al_upsale:not(.editable) {
    cursor: pointer;
}

.al_upsale:hover {
    transform: translatey(-5px);
}

.al_upsale .html-content .ups_btn {
    display: inline-block;
    padding: 5px 30px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #C1A583;
    border-radius: 5px;
    transition: all .3s;
}

.al_upsale:hover .html-content  .ups_btn {
    color: #C1A583;
    background: #fff;
}

.al_upsale .html-content  .ups_header {
    font-family: 'Halvar';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    transition: all .3s;
}

.al_upsale:hover .html-content  .ups_header {
    transform: scale(1.05);
}

@media (max-width:375px) {
    .al_upsale .html-content  .ups_header {
        font-size: 18px;
    }
    
    .al_upsale .html-content  .ups_btn {
        font-size: 16px;
    }
}

/* Информационный блок */

.al_infopage {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid #C1A58320;
    border-radius: 10px;
}

.al_infopage .html-content {
    margin-bottom: 20px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: #313131;
}

.al_infopage .html-content a {
    color: #C1A583;
    border-bottom: 1px solid #C1A583;
    transition: all .2s;
}

.al_infopage .html-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.al_ip-btn {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    
    border: 0;
    background: #C1A583;
    border-radius: 5px;
    transition: all .3s;
}

.al_ip-btn:hover {
    transform: translatey(-5px);
    background: #313131;
}
/* Скачать рабочие файлы */
.al_downloads {
    margin-bottom: 30px;
    padding: 25px 25px 10px;
    
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
}

.al_downloads .al_downloads-header {
    margin-bottom: 20px;
    font-family: 'Halvar';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #2C2A28;
}

.al_downloads .standard-file-list {
    padding-left: 0;
}

.al_downloads .thumbnail {
    padding: 0;
    border: 0;
}

.al_downloads .file-item .title {
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #C1A583;
}
/*-- [ALIOT]/[elements] элементы оформления — конец --*/

.o-ld_lesson2col {
    max-width: 950px;
    margin: 0 auto;
}

/* Блок урока про ценность */
.ch_ltValue_2 .f-header p {
    font-family: "Prosto One", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 6.5vw, 28px) !important;
    line-height: 1.3;
    color: #1e262a !important;
}

.ch_ltValue_2 .ch_colums .f-text {
    padding: 32px 32px 24px;
    background: #24363f;
    border-radius: 10px;
}

.ch_ltValue_2 .ch_colums .f-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    
    list-style: none;
    padding: 0;
}

.ch_ltValue_2 .ch_colums .f-text li {
    position: relative;
    flex: 1 1 30%;
    max-width: calc(100% / 3 - 10px);
    font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #e3e3e3;
}

.ch_ltValue_2 .ch_colums .f-text li::before {
    float: left;
    margin-right: 10px;
}

.ch_ltValue_2 .ch_colums .f-text li:nth-child(1)::before {
    content: url(https://fs18.getcourse.ru/fileservice/file/download/a/529695/sc/448/h/18b400394887400c080b73a75d30fa04.png);
}

.ch_ltValue_2 .ch_colums .f-text li:nth-child(2)::before {
    content: url(https://fs01.getcourse.ru/fileservice/file/download/a/529695/sc/381/h/5a4bbffd0577ef0bb05d6eeb7916a35b.png);
}

.ch_ltValue_2 .ch_colums .f-text li:nth-child(3)::before {
    content: url(https://fs20.getcourse.ru/fileservice/file/download/a/529695/sc/147/h/4ccfa0419d3bf53e752d130685652ed9.png);
}

@media (max-width: 520px) {
    .ch_ltValue_2 .ch_colums .f-text li {
        flex: 1 1 1000%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .ch_ltValue_2 .ch_colums .f-text li:last-child {
        margin-bottom: 0;
    }
}

.ch_pinMessage .part-text {
    position: relative;
    padding: clamp(24px, 6vw, 52px);
    padding-right: 80px;
    border: 2px solid #00131c;
    border-radius: 20px;
    background: #fff;
}

.ch_pinMessage .part-text::before {
    content: url(https://fs22.getcourse.ru/fileservice/file/download/a/529695/sc/286/h/223e8542cac50f9cd14a51def7f592cb.svg);
    position: absolute;
    top: 22px;
    right: 22px;
}

.ch_pinMessage .part-text p {
    margin-bottom: 16px;
    font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
    font-size: clamp(15px, 3vw, 20px);
    line-height: 1.3;
    color: #1e262a !important;
}

.ch_pinMessage .part-text p:last-child {
    margin-bottom: 0;
}

@media (max-width:400px) {
    .ch_pinMessage .part-text {
        padding: clamp(24px, 6vw, 52px) !important;
    }
    .ch_pinMessage .part-text::before {
        top: -28px !important;
        transform: scale(.8);
    }
}

/* Блоки уроков */

/*-- Вход на полную программу --*/
.enterBlock .lt-block-wrapper {
    background: url(https://fs18.getcourse.ru/fileservice/file/download/a/529695/sc/152/h/853cab1727d81d786047561d83dbc3fc.png) no-repeat center !important;
    background-size: cover !important;
    border-radius: 15px;
}

.enterBlock .lt-block-wrapper .container {
    padding: 0 0 0 60px;
}

.enterBlock .lt-block-wrapper .container .f-header p {
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 6vw, 78px) !important;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.enterBlock .lt-block-wrapper .container .f-header p strong {
    font-weight: 400;
    color: #dbff00;
}

.enterBlock .lt-block-wrapper .container .image-box {
    text-align: left;
    border-radius: 0 !important;
}

.enterBlock .lt-block-wrapper .container .image-box img {
    border-radius: 0 !important;
}

.enterBlock .lt-block-wrapper .container .part-button button.btn.f-btn {
    position: relative;
    padding: clamp(14px, 4vw, 28px) clamp(14px, 3vw, 32px) !important;
    
    font-family: "Futura PT", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.3;
    text-align: center;
    color: #212121;
    text-transform: none;
    
    
    background: #DBFF00 url(https://fs19.getcourse.ru/fileservice/file/download/a/529695/sc/80/h/478ab8d65156992cb2839f736e817ca9.png) !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 0 0 #7e9204;
}

.enterBlock .lt-block-wrapper .container .part-button button.btn.f-btn::after {
    content: url("data:image/svg+xml,%3Csvg width='32' height='12' viewBox='0 0 32 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5303 6.53033C31.8232 6.23744 31.8232 5.76257 31.5303 5.46967L26.7574 0.696701C26.4645 0.403808 25.9896 0.403808 25.6967 0.696701C25.4038 0.989595 25.4038 1.46447 25.6967 1.75736L29.9393 6L25.6967 10.2426C25.4038 10.5355 25.4038 11.0104 25.6967 11.3033C25.9896 11.5962 26.4645 11.5962 26.7574 11.3033L31.5303 6.53033ZM-6.55671e-08 6.75L31 6.75L31 5.25L6.55671e-08 5.25L-6.55671e-08 6.75Z' fill='%23212121' /%3E%3C/svg%3E");
    margin-left: 10px;
}

@media (max-width: 520px) {
    .enterBlock .lt-block-wrapper .container {
        padding: 0 0 0 30px;
    }
    
    .enterBlock .lt-block-wrapper .container .part-header {
        margin-bottom: 10px !important;
    }
    .enterBlock .lt-block-wrapper .container .image-box img {
        width: 120px;
    }
    
    .enterBlock .lt-block-wrapper .container .part-button {
        margin-bottom: 0 !important;
    }
}

/* Виджет системы подрез на главной тренинга */
.widgetBlock__banner {
    margin-bottom: 20px;
    padding: 16px;
    text-align: center;
    
    border-radius: 10px;
    background: url(https://fs16.getcourse.ru/fileservice/file/download/a/529695/sc/193/h/39c0a21fa34ef773027660adf75eb95c.png) no-repeat center;
    background-size: cover;
}

.widgetBlock__banner h2 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    
    font-family: "Futura PT", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #eef8ff;
    
    border-radius: 5px;
    background: url(https://fs16.getcourse.ru/fileservice/file/download/a/529695/sc/190/h/b4b93f6e2142319bdc8d7c1d0e0e8481.png) no-repeat center;
    background-size: cover;
    box-shadow: 6px 9px 21px 0 rgba(0,0,0,.25);
}

.widgetBlock__banner .html-content {
    margin-bottom: 8px;
    
    font-family: "Bebas Neue Cyrillic", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.widgetBlock__banner .html-content strong {
    font-weight: 400;
    color: #dbff00;
}

.widgetBlock__banner button {
    position: relative;
    padding: 14px 18px;
    
    font-family: "Futura PT", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    color: #212121;
    
    border: none;
    border-radius: 4px;
    background: #DBFF00 url(https://fs22.getcourse.ru/fileservice/file/download/a/529695/sc/80/h/478ab8d65156992cb2839f736e817ca9.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 2px 0 #54610A;
    
    transition: all .3s;
}

.widgetBlock__banner button::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1607 4.35175C17.3307 4.18175 17.3307 3.90614 17.1607 3.73615L14.3905 0.965952C14.2205 0.795959 13.9449 0.795959 13.7749 0.965952C13.6049 1.13595 13.6049 1.41156 13.7749 1.58155L16.2373 4.04395L13.7749 6.50634C13.6049 6.67633 13.6049 6.95195 13.7749 7.12194C13.9449 7.29193 14.2205 7.29193 14.3905 7.12194L17.1607 4.35175ZM0.529358 4.47924L16.8529 4.47924L16.8529 3.60865L0.529358 3.60865L0.529358 4.47924Z' fill='%2354610A' /%3E%3C/svg%3E");
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.widgetBlock__banner button:hover {
    transform: scale(1.06);
}

/* Еще один продающий блок */
.webinarSale__block .builder {
    position: relative;
    padding: 52px;
    border-radius: 10px;
    background: #1e262a;
}

.webinarSale__block .builder .part-text p {
    padding-right: 330px;
    font-family: "SF UI Display", proxima-nova, sans-serif !important;
    font-size: 16px;
    line-height: 1.4;
    color: #e3e3e3;
}

.webinarSale__block .builder .part-text p strong {
    color: #DBFF00;
}

.webinarSale__block .builder .part-image {
    position: absolute;
    bottom: 0;
    right: 52px;
    margin-bottom: 0 !important;
}

.webinarSale__block .builder .part-image img {
    border-radius: 0;
}

.webinarSale__block .builder .part-button button {
    position: relative;
    padding: 14px 40px;
    
    font-family: "Futura PT", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: #212121 !important;
    text-transform: none;
    
    border: none;
    border-radius: 4px;
    background: #DBFF00 url(https://fs22.getcourse.ru/fileservice/file/download/a/529695/sc/80/h/478ab8d65156992cb2839f736e817ca9.png) no-repeat center !important;
    background-size: cover;
    box-shadow: 0 2px 0 #54610A;
    
    transition: all .3s;
}

.webinarSale__block .builder .part-button button::after {
    content: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M25.1734 7.10603L22.751 16.7974C22.6581 17.1708 22.4429 17.5023 22.1396 17.739C21.8363 17.9757 21.4624 18.104 21.0777 18.1034H6.13888C5.71626 18.1035 5.30835 17.9483 4.99269 17.6673C4.67704 17.3863 4.47565 16.9991 4.42681 16.5793L2.68112 2.58621H1.49232C1.14937 2.58621 0.820465 2.44997 0.57796 2.20747C0.335456 1.96496 0.199219 1.63606 0.199219 1.2931C0.199219 0.950151 0.335456 0.621245 0.57796 0.378741C0.820465 0.136237 1.14937 0 1.49232 0H3.8087C4.12118 1.31774e-05 4.42309 0.113177 4.65859 0.318564C4.89408 0.523951 5.04724 0.807666 5.08974 1.11724L5.76388 6.03448H24.3372C24.4682 6.03449 24.5975 6.06436 24.7153 6.12184C24.833 6.17932 24.9362 6.26289 25.0168 6.3662C25.0974 6.4695 25.1534 6.58983 25.1805 6.71803C25.2077 6.84622 25.2052 6.97892 25.1734 7.10603ZM5.37164 22.4138C5.37164 23.8397 6.53198 25 7.95785 25C9.38371 25 10.5441 23.8397 10.5441 22.4138C10.5441 20.9879 9.38371 19.8276 7.95785 19.8276C6.53198 19.8276 5.37164 20.9879 5.37164 22.4138ZM20.8889 22.4138C20.8889 20.9879 19.7285 19.8276 18.3027 19.8276C16.8768 19.8276 15.7165 20.9879 15.7165 22.4138C15.7165 23.8397 16.8768 25 18.3027 25C19.7285 25 20.8889 23.8397 20.8889 22.4138Z' fill='%23394203' /%3E%3C/svg%3E");
    position: relative;
    top: 5px;
    margin-left: 10px;
    float: right;
}

.webinarSale__block .builder .part-button button:hover {
    background: #DBFF00 url(https://fs22.getcourse.ru/fileservice/file/download/a/529695/sc/80/h/478ab8d65156992cb2839f736e817ca9.png) no-repeat center !important;
    transform: scale(1.06);
}

@media (max-width: 1200px) {
    .webinarSale__block .builder .part-text p {
        padding-right: 100px;
    }
    .webinarSale__block .builder .part-image {
        max-width: 300px;
    }
}

@media (max-width: 520px) {
    .webinarSale__block .builder {
        padding: 24px 24px 0;
    }
    
    .webinarSale__block .builder .part-text p {
        padding-right: 0;
    }
    
    .webinarSale__block .builder .part-text,
    .webinarSale__block .builder .part-button {
        text-align: center;
    }
    
    .webinarSale__block .builder .part-image {
        position: static;
        max-width: 100% !important;
    }
}

@media (max-width: 320px) {
    .webinarSale__block .builder .part-button button {
        padding: 14px 20px;
    }
}
