

.main-page-block {
     position: relative;
}
.main-page-block:before {
    content:'';
    position: absolute;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/557220/sc/307/h/1aab0b6599ffa227f45739ffc9e9aa76.png) no-repeat;
    width:341px;
    height:404px;
    top: 0;
    right: 0px;
    

}

.product-prolong:not(.editable) {
    display:none;
}

/*Банер*/
.wrapper_block {
    position: relative;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/557220/sc/47/h/b7dd32b9dac00faa8cc15adfdb0afa89.jpg), #A1A19E no-repeat;   
	border-radius: 5px;
    min-height:266px;
    margin-bottom: 60px;
}
.wrapper {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 10px;
    margin: 29px 80px 29px 624px;
    padding: 30px 54px;
}
.wrapper_tittle {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    color: #032107;
    margin: 0 0 15px 0;
}
.wrapper_text p {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin:0;
}
.wrapper_text p span {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

/* Прогресс тренинга и дата окончания проверки ДЗ*/
.twocol-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap:10px;
    
    margin-bottom: 30px;
}

.nd-progress,
.nd-datehomework {
    flex: 1 1 45%;
    padding: 15px 5px 15px 5px;
    background: #fff;
    border: 1px solid #D3D8DB;
    border-radius: 10px;
}

.nd-progress .up-header,
.nd-datehomework .up-header {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #06082F;
}

svg.lessons-dount {
  width:170px;
  height:170px;
  margin: 0 auto;
  display:block!important;
}
svg.lessons-dount .donut-hole {
  fill: #fff;
}
svg.lessons-dount .donut-ring-border{
    fill: transparent;
}
svg.lessons-dount .donut-ring {
  stroke: #D8E5F5;
  stroke-width: 3;
  fill: transparent;
}
svg.lessons-dount .donut-segment {
  stroke: #63A91F;
  stroke-width: 2.5px;
  fill: transparent;
  stroke-dasharray: "0 100";
  stroke-dashoffset: 25;
    border-radius: 10px;
}
.chart-text {
    font-size: 15px;
    fill: #63A91F;
    -moz-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
}
.chart-number {
    font-size: 0.8em;
    line-height: 1;
    text-anchor: middle;
    transform: translateY(-0.2em);
}
.chart-label {
    font-size: 0.2em;
    text-transform: uppercase;
    text-anchor: middle;
    transform: translateY(1em);
}

.balls {
    display: block;
    padding-top: 35px;
    color: #63A91F;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

.total {
    display: block;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #63A91F;
}

.total .st2 {
    font-weight: 500;
}



/*Заголовок тренингов*/
.trainings_tittle {
    position: relative;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #032107;
    margin-left:25px;
    margin-bottom: 18px;
}
.trainings_tittle:before {
    content:'';
    position: absolute;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/557220/sc/162/h/6d3768568e2aae6f1828b194a6fda383.svg) no-repeat;
    width:14px;
    height:12px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*Содержание li*/
.content .html-content ul {
    list-style: none;
    padding-left: 0;
}
.content .html-content ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.content .html-content ul li::before {
   content: '';
    background-color: #63A91F;
    width: 6px;
    height: 6px;
    border-radius:100%;
    display: block;      
    position: absolute;
    left: 5px;
    top: 7px;
}
.content .html-content li {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #383838;
}
.content {
    margin-bottom: 47px;
}
.content .html-content li a {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #383838;
    transition: all .3s;
}
.content .html-content li a:hover {
    color: #63A91F!important;
    text-decoration: none;
    }
/*Тариф*/
.tariff_block {
    background: -webkit-gradient(linear, left top, left bottom, from(#032107), to(#235434)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(#63A91F), to(#63A91F)), #63A91F;
    background: -o-linear-gradient(top, #032107 0%, #235434 100%), -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(bottom, #63A91F, #63A91F), #63A91F;
    background: linear-gradient(180deg, #032107 0%, #235434 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #63A91F, #63A91F), #63A91F;
    border: 1px solid #D3D8DB;
    border-radius: 10px;
    padding: 15px 39px;
    margin-bottom: 10px;
}
.tarif_tittle_1 {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	color: #FFFFFF;
    text-align: center;
    margin:0;
}
.tarif_tittle_2 {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 8px 0;
}
.tarif_tittle_3 p {
   font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}
.tarif_btn {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.05em;
	color: #63A91F;
    width: 100%;
    min-height:40px;
    transition: all 0.3s;
}
.tarif_btn:hover {
   background: #63A91F;
   border: 1px solid #63A91F; 
   color: #fff;
}
/*Блок продления*/
.extension_block {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid #D3D8DB;
    border-radius: 10px;
    padding: 15px 39px;
    margin-bottom: 15px;
}
.extension_tittle {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #102A36;
    margin: 0 0 4px 0;
}
.extension_text {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #63A91F;
    margin: 0 0 15px 0;
}
.extension_btn {
    background: #63A91F;
    border: 1px solid #63A91F;
    border-radius: 5px;
    background: #63A91F;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 100%;
    min-height: 40px;
    transition: all 0.3s;
}
.extension_btn:hover {
    background: #fff;
    border: 1px solid #63A91F;
    color: #63A91F;
}
/*Блок прогресс*/
.progress_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:20px;
}
.progress_block {    
    width: 100%;
    
}
/*Круговой прогресс бар*/
.module-progress_bar {
	background: rgba(255, 255, 255, 0.35);
    border: 1px solid #D3D8DB;
    border-radius: 10px;
	padding:20px 5px;
	margin-bottom:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right:5px;
    height: 246px;
}
.module-progress_bar h3 {
	font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
	color: #06082F;
	margin:0 0 25px;
}
.module-progress {
	position: relative;
	width: 120px;
	height: 120px;

}
.module-progress svg {
	width: 100%;
	height:100%;
}
.module-progress svg circle {
	width: 100%;
	height:100%;
	fill: none;
	stroke: #D8E5F5;
	stroke-width: 10;
	-webkit-transform: translate(5px, 5px);
	    -ms-transform: translate(5px, 5px);
	        transform: translate(5px, 5px);
	stroke-linecap: round;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.module-progress svg circle:nth-child(2) {
	stroke: url(#gradient);
	stroke-dasharray: 100 314;
	-webkit-transform: rotate(-90deg) translate(5px, 5px);
	    -ms-transform: rotate(-90deg) translate(5px, 5px);
	        transform: rotate(-90deg) translate(5px, 5px);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.progress-value {
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.progress-value p {
	margin:0;
	font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #63A91F;
}
.progress-value p span {
    font-size: 32px;
    font-weight: 500;
}
/*Блок баллы */
.bonus_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid #D3D8DB;
    border-radius: 10px;
    padding:20px 5px;
    margin-left:5px;
    height: 246px;
}
.bonus_block h3 {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #06082F;
    padding-bottom:51px;
}
.bonus_block .value p {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #63A91F;
}
.bonus_block .value p span {
    font-size: 72px;
    font-weight: 700;
}
/*Преподаватель*/
.teacher_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid #D3D8DB;
    border-radius: 10px;
    padding: 19px 17px 28px;
}
.teacher_block {
    width: 100%;
}
.teacher_wrapper.xdget-common-container img {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #63a91f;
    border-radius:50%;
}
.teacher_title {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #1A512E;
    margin: 0 0 4px 0;
}
.teacher_text p {
   font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0 0 3px 0;
}
.teacher_text li {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #494949;
}
/*Чат кнопка*/
.chat_btn {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(#63A91F), to(#63A91F)), #003CF6;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(bottom, #63A91F, #63A91F), #003CF6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #63A91F, #63A91F), #003CF6;
	border-radius: 10px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left;
    border:none;
    width:100%;
    min-height:67px;
    margin: 17px 0 29px;
    padding: 20px;
    transition: .3s ease-in-out;
}
.chat_btn:after {
    content:'';
    position: absolute;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/357/h/d7adf3f6a5f9ee8a38444d6d480d61ff.svg) no-repeat;
    width:46px;
    height:42px;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right:14px;
    
}
.chat_btn:hover {
   transform: translateY(-4px);
}
   /*Соц сети*/
.social_network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
     transition: .3s ease-in-out;
}
.social_network .vk, .social_network .inc, .social_network .wa {
    transition: .3s ease-in-out;
}
.social_network .vk:hover {
    transform: translateY(-4px);
}
.social_network .inc:hover {
    transform: translateY(-4px);
}
.social_network .wa:hover {
    transform: translateY(-4px);
}
/*Подтренинги*/
.xdget-trainingList a {
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(27, 111, 225, 0.15);
    border-radius: 5px;
  	padding: 30px 163px 30px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.xdget-trainingList a:before {
    content:'';
    position: absolute;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/379/h/bdcd30b59d5a459be5576ab72d4be1cb.png);
    width:106px;
    height:74px;
    bottom:0;
    right:0;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.xdget-trainingList a:hover:before {
    opacity: 1;
}
.xdget-trainingList a:hover {
  	background: #FFFFFF;
    border: 1px solid rgba(22, 46, 11, 0.15);
    -webkit-box-shadow: 8px 12px 32px rgba(0, 59, 138, 0.15);
            box-shadow: 8px 12px 32px rgba(0, 59, 138, 0.15);
    border-radius: 5px;
}
.xdget-trainingList a .stream-title {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #1A512E;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
 
}
.xdget-trainingList a .stream-title:hover {
  color: #032107;
}
.xdget-trainingList a .stream-title p {
    position: relative;
  	font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #032107;
    opacity: 0.75;
    
   margin-bottom: 60px;
}
.stream-title p {
    position: relative; 
    top:15px;
}
/*.xdget-trainingList a .stream-title p:before {
    content:'';
    position: absolute;
    background: #032107;
    height:2px;
    width:30px;
    bottom: -25px;
    left:0;
}*/
.xdget-trainingList a div { 
    position: relative;
  font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #032107;
    margin-left:23px;
}
.xdget-trainingList a div:after {
  	content:'';
    position: absolute;
    background: #032107;
    height:2px;
    width:30px;
    bottom: 40px;
    left:-25px;
}
.xdget-trainingList a div:before {
  	position: absolute;
    content:'';
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/13/h/46c853248a4b772e55149220ea6949ce.svg) no-repeat;
    width: 15px;
    height:12px;
    top:0;
    left:-23px;
}
 .stream-table tr td:hover {
    background: transparent!important; 
}     
 .stream-table {
        margin-left: 0; 
    }
    .stream-table tr {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; 
        margin: 0 0 10px 20px;
    }
    .stream-table tr td {
     padding-left: 0px; 
     height: auto;   
    }

/* Календарь событий */

.xdget-lessonSchedule.al_calendar-block,
.xdget-lessonSchedule.al_chats-block .schedule-block,
.xdget-lessonSchedule.al_chats-block h3 {
	display: none;
}

.lessons-calendar {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	text-transform: capitalize;
	text-align: center;
    
	background: #FFFFFF;
    border: 1px solid rgba(27, 111, 225, 0.05);
    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: #63A91F;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar header .simple-calendar-btn:hover {
	color: white;
    background: #235434;
}

.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: 'Gilroy';
    font-weight: 500;
    font-size: 20px;
    color: #444444;
}

.calendar header .month .year {
	display: none;
}

.calendar table {
	width: 100%;
	margin: 0 0;
	border-spacing: 0px;
}

.calendar thead {
    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: 'Gilroy';
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.today {
	background: #63A91F;
	color: white;
}

.calendar .day.today.has-event {
    text-decoration: none;
	background: #235434;
	color: #fff !important;
}

.calendar .day.has-event {
	padding-top: 6px;
	font-weight: 700;
	color: #63A91F;
	text-decoration: underline;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.calendar .day.has-event:hover {
	text-decoration: none;
	background: #235434;
	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: #63A91F !important;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: white;
}

.calendar .event-container .event-date {
    font-family: 'Gilroy';
	margin-bottom: 5px;
}

.calendar .event-container .event-hour {
	float: right;
}

.calendar .event-container .event-summary {
    font-family: 'Gilroy';
	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%);
}
@media (max-width: 1108px) {
    .wrapper {
    margin: 29px 80px 29px 400px;
}
}
@media (max-width: 879px) {
    .wrapper {
    margin: 29px 80px 29px 100px;
}
}
@media (max-width: 620px) {
.wrapper_block {
    position: relative;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/557220/sc/116/h/cc13bcb3b040c75210682e6d0e0c9170.png), -o-linear-gradient(90.75deg, #A1A39F 18.85%, rgba(161, 163, 159, 0) 99.32%) no-repeat;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/557220/sc/116/h/cc13bcb3b040c75210682e6d0e0c9170.png), linear-gradient(359.25deg, #A1A39F 18.85%, rgba(161, 163, 159, 0) 99.32%) no-repeat;   
	border-radius: 5px;
    min-height:508px;
    margin-bottom: 50px;
}
    .wrapper {
    margin: 26px 15px 225px 15px;
    padding: 30px 16px 30px 16px;
    z-index: -1;    
        
}
    .wrapper_block:before {
        content:'';
        position: absolute;
        background: url(https://fs.getcourse.ru/fileservice/file/download/a/463815/sc/309/h/39ac9d1d016ecdf9d0c5b3f87c9867f4.png) no-repeat;
        height:99px;
        width: 108px;
        top:0;
        left:0;
}
    .xdget-trainingList a {    
  	padding: 30px 20px 30px 20px;
    
}
   
    .wrapper_tittle {
    font-size: 24px;
    }
}
