:root {
    --box-radius: 22px;
    --color1: hsl(220, 50%, 59%);
    --color2: #ededfa;
}

html{
	margin: 0;
	padding: 0;
    height: 100%; /* Обязательно! Даём высоту родителям */
}

body{
	width: 100%;
    height: 100%; /* Обязательно! Даём высоту родителям */
	margin: 0;
	padding: 0;
	font-family: 'Raleway';
	font-size: 16px;
}
input, select {
    font-family: 'Raleway';
}
body {
    background:#ededfa;
}
@font-face {
    font-family: 'Raleway'; /* Название, по которому вы будете ссылаться на шрифт */
    src: url('/fonts/Raleway/Raleway.ttf');
    font-display: swap; /* Показывает системный шрифт, пока грузится кастомный */
}
:focus{
	outline: none}

img{
	border: none
}

a {
	text-decoration: none;
	color:#2c496c;
}

.color1 {
    color: RGB(99, 133, 203);
}
.bg1 {
    background-color: RGB(99, 133, 203);
}
.border1 {
    border-color: RGB(99, 133, 203);
}

.button1 {
    color: #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.semItem .disciplinesItemToggle {
	display: none;
}

#content {
    width: auto;
    margin: 40px auto;
    margin-right: 2%;
    /* float: right; */
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 1rem;
    min-height: calc(100% - 165px);
    /*align-items: center;*/
    box-sizing: border-box;
}
#sub-content
{
	flex: 1;
	/*margin-left: 7vw;*/
    /*margin-right: 2vw;*/
    margin: 0 auto;
    padding-left: 95px;
    max-width: 1480px;
    width: 100%;
    min-height: 70vh;
    box-sizing: border-box;
}
#status_bar {
    padding-left: max(100px, 7vw);
    padding-right: 2vw;
    /*max-width: 1450px;*/
}


footer
{
    word-break: break-word;
	background: #ffff;
    flex-shrink: 0;
    /* height: 15vh; */
    bottom: 0;
    width: 100%;
}
.site
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.widget{
	width: fit-content;
    /* padding-right: 30px; */
    /* height: 240px; */
    float: left;
    line-height: 30px;
    /* padding: 10px 20px;*/
    /*margin: 0.5rem;*/
    margin: 0.5rem 0 0.1rem 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), inset 0 0 1px rgba(0, 0, 0, 0.05);
	border-radius: 1rem;
	background: #ffffff;
}
/*#widget_debt
{
	padding-right: 63px;
}*/
.calendar-days
{
	display: flex;
	justify-content: space-around;
}
.calendar-cells
{
	display: flex;
	flex-wrap: wrap;
}
#calendarContent
{
	margin-top: 5px;
    display: flex;
    flex-direction: column;
}
#show_dpo_programms
{
	display: none;
}
p.widget-title,.news-widget .widget-title {
	text-align:left;
	margin:0 0 20px 10px;
	line-height: 1em;
	font-size: 1.4rem;
}
.widget-kurator > .widget-inner > p.widget-title
{
	margin: 3px 0 8px 0;
}

.kurator-wrap-data
{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.kurator-info
{
	    display: flex;
    flex-direction: column;
}
.kurator-connect-data
{
	display: flex;
    font-size: 13px;
    justify-content: space-evenly;
}
.kurator-box {
    background-color: hsl(235, 62%, 96%);
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
	margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
}
.widget-inner {
	background: #ffffff;
	padding: 1rem;
	min-height: 220px;
	border-radius: 1rem;
	/*height: 300px;*/
    max-height: 290px;
    overflow: hidden;
}
.empty-widget-inner, .announce-widget-inner {
    padding: 1rem;
}
.widget-bg2 {
	background: none;
}
.widget-calendar .widget, .widget-session .widget, .widget-practice .widget, .widget-kurator .widget, .widget-dotherapy_banner .widget {
    width: 21.5rem;
    height: 20rem;
}

.widget-debt .widget, .empty-widget {
    width: 18rem;
    height: 20rem;
}

.widget-announce .widget {
    width: 41rem;
    height: 21rem;
}


#widget_calendar .cal_cell {
	background: #ffffff;
	border: 1px solid #e5e5eb;
    border-radius: 2rem;
    padding: 0.25rem;
}
#widget_calendar .cal_cell_active {
	background-color: hsl(220, 50%, 59%);

}
#widget_calendar .cal_cell_active:hover {
	color: #FFF;

}

#widget_calendar .widget-inner {
	float:left;
	height: fit-content;
}

.widget-adebt .dsem {
	display: inline-block;
	background: hsl(220, 50%, 59%);;
	border-radius: 15px;
	margin-left: 10px;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 10px;
	color: #FFF;
}
.widget-adebt
{
	width: 16rem;
}
.widget-adebt .widget-inner p:not(.widget-title)
{
	line-height: 1em;
    font-size: 0.8em;
    width: 12rem;
}
.news-widget {
	/*width: min-content; */
    background: #ffffff;
    /* min-height: 220px; */
    border-radius: 1rem;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 34.9rem;
}

.widget-announce {

}

.announce_block_info
{
	display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
}
.announce_block_info .text_bubble {
    line-height: 1.2em;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.announce_block_info .announce_title_main {
    line-height: 1.3em;
}


#widget_session .widget-title,#widget_practice .widget-title {
	margin-bottom: 40px;
}
.card{
      box-shadow:
        0 4px 10px rgba(0,0,0,0.08),
        inset 0 0 1px rgba(0,0,0,0.05);
    }

    .title{
      font-weight:700;
      color:#000;
      margin-bottom:50px;
    }

    .timeline{
      position:relative;
      padding-left:8px;
    }

    .timeline::before{
      content: "";
    position: absolute;
    left: 11px;
    top: 5px;
    width: 2px;
    height: 8rem;
    background: #6d8fe3;
    }

    .item{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 26px;
      margin-left: 1rem;
    }

    .item::before{
      content: "";
      position: absolute;
      left: -17px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: #6d8fe3;
      border-radius: 50%;
    }

    .label{
      font-weight:500;
      color:#111;
    }

    .date{
      background: #6d8fe3;
    color: #fff;
    padding: 4px 7px;
    border-radius: 6px;
    font-weight: 500;
    line-height: 1;
    margin-left: 3rem;
    }

    .badge{
      display:inline-block;
      margin-top:4px;
      margin-left: 11px;
      background:#6d8fe3;
      color:#fff;
      font-weight:500;
      padding: 0px 19px;
      border-radius:40px;
        position: relative;
        z-index: 1;
    }
    .badge-attention {
        background: red;
    }
/*#widget_session .widget-inner,#widget_practice .widget-inner {
	padding: 0;
}*/
/*#widget_debt .widget-inner {
	padding: 5px 10px;
}*/
.payment-data-wrap
{
	display: flex;
    flex-direction: column;
}
.payment-status,.debt-status
{
	display: flex;
    justify-content: space-between;
    font-size: 0.9em;
}
.pay-btns-wrap
{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
    font-size: 0.9em;
}

#widget_debt .widget-inner
{
	width: 15rem;
	display: flex;
	flex-direction: column;
}

#widget_debt a.pay-button,div.pay-button,.write-kurator-btn {
	background: hsl(220, 50%, 59%);
    color: #FFF;
    border-radius: 1.2rem;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    width: stretch;
    font-size: 1em;
    margin-top: 0.4rem;
    padding: 0.2rem;
}
.write-kurator-btn
{
	width: stretch;
    font-size: 0.9em;
}
.quittance-payment
{
	background: hsl(0, 0%, 45%) !important;
}

#widget_debt .text_bubble {
	text-transform: capitalize; */
    /* background: none; */
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
}

#widget_debt .bubble-point {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 13px;
	border-radius: 10px;
	margin-bottom: -5px;
}
.contact-data
{
	display: flex;
    line-height: 1em;
    text-align: center;
}
.kurator-phone span {
    margin: 5px 0 0 0;
}

.contact-data img 
{
	width: 1.2rem;
    margin-right: 3px;
}
.kurator-phone img {
    margin-top: 3px;
}
.kurator-max .contact-data img 
{
	width: 1rem;
}
.widget-kurator .kurator-img {
	border-radius: 40px; width: 80px;height: 80px;overflow: hidden
}
.widget-kurator .kurator-name {
	margin: 5px 0 3px 0;
	font-size: 1rem;
}
.widget-kurator .kurator-email {
	text-decoration:none;color:#000;display:block;margin:2px 0;line-height: 25px;
	margin: 3px 0;
}
.widget-kurator .info {
    font-size: 0.8em;
    line-height: 1em;
}
.widget-kurator .kurator-phone {
	text-decoration: none;
    color: #000;
    display: block;
}
.widget-kurator .kurator-telegram {
	text-decoration:none;color:#000;display:block;margin:0;padding-left: 30px;line-height: 25px;
	margin: 3px 0;
}
.widget-kurator .kurator-max {
	text-decoration:none;color:#000;display:block;margin:0;padding-left: 30px; no-repeat 0 0;line-height: 25px;
	margin: 3px 0;
}
.widget-kurator .kurator-whatsapp {
	text-decoration:none;color:#000;display:block;margin:0;padding-left: 30px;background: url(/img/cwhatsapp.png) no-repeat 0 0;line-height: 25px;
	margin: 3px 0;
}
.widget-kurator .kurator-viber {
	text-decoration:none;color:#000;display:block;margin:0;padding-left: 30px;background: url(/img/cviber.png) no-repeat 0 0;line-height: 25px;
	margin: 3px 0;
}
#status_bar{
	width: auto;
	height: 70px;
	overflow: hidden;
	clear: both;
	/*float: right;*/
	margin: 0;
	/*border-bottom: 1px solid #ddd;*/
	background-color: #ffffff;
	box-shadow: 0px -1px 11px #a9a9a9;
	    display: flex;
    justify-content: space-between;
}
#burder-menu-lnk {
		position: absolute;
		top:15px;
		left:15px;
		z-index: 10;
		cursor: pointer;
		color: hsl(220, 50%, 59%);
		display: none;
	}
    ul#burger-menu {
        list-style-type: none;
    }
	#burger-menu {
		position: absolute;
		top: 71px;
		width: 100%;
		background: #fff;
		margin:0;
		padding:0;
		z-index: 10;
		display: none;
        list-style: none;
	}
	#burger-menu li {
		margin:0;
		padding:10px 15px;
		width: 100%;
		border-bottom: 1px solid gray;
	}
	#burger-menu li a span.fa {
		font-size: 0.5em;
		margin-right: 26px;
        padding: 8px 5px 5px 5px;
        color: #fff;
        background: hsl(220, 50%, 59%);
        border-radius: 9px;
        text-align: center;
	}
.logos
{
	display: flex;
}
.logos > img.logo2 {
    margin-top: 13px !important;
}
.logos > a > img {
    margin-top: 10px !important;
}
.top-widgets
{
	display: flex;
    flex-direction: row-reverse;
    margin-right: 0rem;
}
.user_avatar{
	width: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4rem;
    position: absolute;
    width: 45px;
    height: 45px;
    object-fit: cover;
    top: 0.4rem;
    left: -3px;
    /* right: 4px;*/
}
.director-icon-img
{
	width: 40px;
    height: 40px;
}
.director-info{
	width: 74pt;
    text-align: center;
    margin-bottom: 5pt;
}
.top-avatar
{
    float: right;
    margin: -7px 35px 0px 0;
    position: relative;
    /* width: 13px; */
    height: 52px;
    /* margin-top: 1rem; */
    /*margin-right: 12rem;*/
}
.director-icon
{
	float: right;
    margin: 5px 35px 0px 0;
    position: relative;
    height: 52px;
    margin: 10px 0px 0px 0px;
}
#menu{
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding-left: 3px;
    z-index: 1;
    background-color: hsl(220, 50%, 59%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

#menu ul {
    background-color: hsl(220, 50%, 59%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

#menu_item li
{
	list-style-type: none;
    text-align: center;
    margin: 15px 0;
}

#menu_item {
    padding: 0;
    margin: 0 auto;
}

#menu_item li span {
    display: block;
    font-size: 0.7em;
    padding: 5px 10px 0 10px;
}

#linkinfo{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 0;
	display: none;
}

.icon_count{
	width: 15px;
	height: 15px;
	font-size: 12px;
	float: right;
	position: absolute;
	bottom: -10px;
	right: 0;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	z-index: 100;
	text-align: center;
	-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
}

.just_button {
    display: block;
    width: 250px;
    position: relative;
    margin: 12px 0;
    padding: 6px 10px;
    padding-bottom: 15px;
    background: #278f49;
    background: #ff0082;
    border-radius: 8px;
    color: #e9e9e9;
    text-align: center;
    box-shadow: inset rgba(255,255,255,0.2) 9px  5px 9px 4px,
	            inset rgba(0,0,0,0.5)      -7px -8px 10px -6px;
}

.top_icon{
	/*width: 49px; */
    float: right;
    margin: 0 0px 0 20px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.top_icon svg {
    flex-shrink: 0;
}

.profile
{
	display: flex;
    flex-direction: column;
    font-size: 8pt;
    margin-left: 35px;
}
.director-wrap
{
	display: flex;
    flex-direction: column;
    font-size: 8pt;
    align-items: center;
    margin-right: 2.7rem;
}
.top_icon a{
	color: #000;
    height: 24pt;
    /* width: 125pt; */
    margin-right: 6pt;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_icon a div {
    font-size: 8pt;
    margin-top: 5pt;
    text-align: center;
    width: 98px;
}

.toptg {
	float: right; margin: 17px 0px 0 0
}
.toptg img {
	width: 32px;
}

#unread_msg {
	/*background-color: hsl(220, 50%, 59%);*/
}
#unread_msg.bubble_1 {
	background-color: #d8037f;
}

#copy{
	font-size: 12px;
	color: #aaa;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 10px;
}

.icon_count_big{
	width: 25px;
	height: 25px;
	display: block;
	font-size: 14px;
	position: relative;
	line-height: 25px;
	margin-left: 10px;
	float: right;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 60px;
  	-moz-border-radius: 60px;
 	border-radius: 60px;
}

.text_bubble{
	    color: #fff;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3rem;
}

.expand-news-icon
{
	background: hsl(220, 50%, 59%);
    width: 25px;
    height: 25px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow {
  border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
}

.bubble_0{
	background: #ccc;
}

.bubble_1{
	background-color: hsl(220, 50%, 59%);
	
}

.bubble_2{
	background: hsl(359, 62%, 54%);
}

.announce_block{
	width: 100%;
    box-sizing: border-box;
	min-width: 250px;
	overflow: hidden;
	margin: 5px auto;
	padding: 5px 15px;
	border-radius: 3rem;
	background: hsl(235, 62%, 96%);
}
.announce_title_main
{
	margin-left: 1rem;
}

.announce_text{
	width:98%;
	min-width: 200px;
	margin:0 auto;
	padding:15px 1%;
	display:none;

}

.month_cell{
	width:232px;
	margin:0 25px;
	float:left;
	overflow: hidden;
}

.month_name_cell{
	text-align:center;
}

.empty_week_cell{
	width: 29px;
	height: 29px;
	overflow: hidden;
	border: 2px solid #fff;
	float: left;
}

.day_cell{
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	background: #f3f3f3;
	border: 2px solid #fff;
	float: left;
}

.schedule_detail{
	clear: both;
	float: left;
	width:80%;
	margin-top: 30px;
	padding-top: 20px;
	border-top:1px dotted #eee;
	display:none;
}

.hback{
	cursor:pointer;
	color: #aaa;
	display: inline-block;
}

.hback:hover{
	color:#000;
}

/*для модуля faq*/
.faq_wrapper .element{
    width: 100%;
    min-width: 150px;
    height: auto;
    border-radius: 15px;
    background: #fff;
    padding-bottom: 1px;
}

.faq_wrapper .element .quest_block{
    background-color: #fff;
    font-weight: bold;
    color: hsl(220, 50%, 59%);
    border-radius: 15px;
    cursor: pointer;
    border: 0;
    padding: 15px;
    text-align: left;
    margin-top: 6px;
}

.faq_wrapper .element.selected .quest_block{
    /*background-color: #99AAFF;*/
}

.faq_wrapper .element .sacred{
    border-radius: 15px;
    text-align: justyfi;
    padding: 30px;
    margin: 15px;
    background: #f3f7fe;
}
.faq_wrapper .element .sacred p {
    margin-top: 0;
}
.faq_wrapper .element .sacred .row {
    font-size: 0.9em;
    font-weight: bold;
    color: #455196;
}

.menu_category {
    background: #FFF;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.menu_category a {
    color: #fff;
}
.menu_category.active {
    background-color: #99BBFF;
}

.menu_category:hover {
    background-color: #99BBFF;
}

.menu_category.selected {
    background-color: #CCCCFF;
}

.menu_subblock {
    display: none;
}

.menu_subblock.selected {
    display: inline-block;
}

.menu_subblock.active {
    display: inline-block;
}

.linked_faq {
    cursor: pointer;
}

.faq_wrapper .element .grade_block .grade_comment {
}

.grade_block form {
    margin: 10px 0;
}

.grade_block form .question{
    margin: 0 20px 0 0;
}

.grade_block form input[type=submit] {
    background: #6384ca;
    color: #fff;
    border-radius: 15px;
    border:0;
    font-weight: bold;
    padding: 5px 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.comment_row input[type=submit]{
    float: right;
}
.comment_row label {
    display: block;
    margin: 10px 0;
}
.comment_row textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #6384ca;
}

/*всплывающие подсказки*/
.help_tip{
	text-align: center;
	background-color: #bcdbea;
	border-radius: 50%;
	width: 0px;
	height: 0px;
}

.element .inside_help{
	display: none;
	text-align: left;
	background-color: #8888FF;
	padding: 20px;
	width: 100%;
    min-width: 400px;
	position: relative;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	left: 15px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

.element:hover .inside_help{
	display: block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

.element .inside_help:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #8888FF;
	right: 10px;
	top: -12px;
}

/*----- Карусель виджет -----*/
.carousel img {
  width: 240px;
  height: 210px;
  padding: 0 10px;
  /* делаем этот элемент блочным, чтобы убрать лишнее пространство вокруг картинок */
  display: block;
}

.carousel .arrow {
  position: absolute;
  top: 60px;
  padding: 0;
  background: #ddd;
  border-radius: 15px;
  border: 1px solid gray;
  font-size: 24px;
  line-height: 24px;
  color: #444;
  display: block;
}

.carousel .arrow:focus {
  outline: none;
}

.carousel .arrow:hover {
  background: #ccc;
  cursor: pointer;
}

.carousel .prev {
  left: 10px;
  height: 100px;
}

.carousel .next {
  right: 10px;
  height: 100px;
}

#content {
	/*position: relative;
	padding-bottom: 300px;
	margin-bottom: 20px;*/
}

footer {
	/*position: absolute;;
	bottom: 0;*/
}


footer ul {
	list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
	justify-content: space-evenly;
	position: absolute;
	background: #ffff;
	width: 100%;
	
}
.vk img
{
	width: 35px;
	margin-top: 10px;
}
footer li {
	    list-style: none;
    display: block;
    float: left;
    padding: 0 44px 0 43px;
}
.widget-row:last-child .widget-item .widget, 
.widget-row:last-child .widget-item .widget-inner {
    height: 235px;
    overflow: hidden;
}
.widget-row:last-child .widget-item .news-widget{
    overflow-y: scroll;
}
footer strong, footer span {
	display: block;
}
footer img {
	width: 20px;
	/*margin-left: 5px;*/
}
footer li.site {
	/*padding-left: 0;*/
	margin-top: 10px;
    padding-left: 100px;
}
footer li.agent span {
    text-align: left;
}
footer li:last-child {
	border: none;
    text-align: right;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#widget_session{
	clear: left;
}

.dpo-programms
{
	margin-bottom: 1px;
}

.vysshee-obrazovanie
{
	display: flex;
	justify-content: center;
}
@media (min-width: 546px)
{
	#widget_debt{
		/*width: auto;*/
    	/*margin-bottom: 58px;*/
	}
}

@media (min-width:50px){
    .carousel {
      position: relative;
      width: 260px;
      height: 210px;
      padding: 0px 40px;
      border: 1px solid #CCC;
      border-radius: 15px;
      background: #eee;
    }
    
    .carousel .gallery {
      width: 250px;
      overflow: hidden;
      padding: 0px 0 0 0px;
      margin: 0 0 0 10px;
    }

	#menu {
		width: 80px
	}
	#menu_item li span {
		font-size: 0.6em;
		color: hsl(0, 0%, 100%);
	}
}

@media (min-width:680px){
    .carousel {
      position: relative;
      width: 510px;
      height: 210px;
      padding: 0px 40px;
      border: 1px solid #CCC;
      border-radius: 15px;
      background: #eee;
    }
    
    .carousel .gallery {
      width: 500px;
      overflow: hidden;
      padding: 0px 0 0 0px;
      margin: 0 0 0 10px;
    }
}

@media (min-width:950px){
    .carousel {
      position: relative;
      width: 1345px;
      height: 210px;
      padding: 0px 40px;
      border: 1px solid #CCC;
      border-radius: 15px;
      background: #eee;
    }

    .carousel .gallery {
      width: 1345px;
      overflow: hidden;
      padding: 0px 0 0 0px;
      margin: 0 0 0 10px;
    }
    
}

.main-widgets {
	/*float: left; */
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    height: auto;
}
.main-widgets .widget-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* равномерное распределение с отступами */
    width: 100%; /* на всю ширину */
    margin-bottom: 4px;
}

.main-widgets .widget-row .widget-item {
    flex-shrink: 0;
    margin-right: 10px;
}

.main-widgets .widget-row .widget-item:last-child {
    margin-right: 0;
}

.empty-widget {
    background: HSL(0, 0%, 85%);
}
.empty-widget div {

}


@media (min-width:1500px){

    .carousel {
      position: relative;
      width: 1345px;
      height: 210px;
      padding: 0px 40px;
      border: 1px solid #CCC;
      border-radius: 15px;
      background: #eee;
    }

    .carousel .gallery {
      width: 1345px;
      overflow: hidden;
      padding: 0px 0 0 0px;
      margin: 0 0 0 10px;
    }

	#menu {
		width: 95px
	}
	#menu_item li span {
		font-size: 0.7em;
	}
}

.carousel .gallery .list {
  height: 210px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  /* удаляем пустое пространство между элементами li, у которых установлен inline-block */
  font-size: 0;
}

.carousel .gallery .element {
  display: inline-block;
  width: 250px;
}

.carousel .speciality__item {
    height: 210px;
    color: #FFFFFF;
}

#show_dpo_programms
{
	display: none;
}

.speciality__group h3{margin:0}.schedule__list h3{padding-right:15px;padding-left:15px}
.speciality__group{width:250px;}
.speciality__item{height:210px;padding-right:10px;color:#fff}.speciality__item .more{position:relative;z-index:1;right:-217px;bottom:42px;width:24px;height:24px;border-radius:50%;background:#fff}.speciality__item .more .icon{margin-bottom:1px}.speciality__item .item__wrapper{position:relative;background-size:cover}.speciality__item .item__wrapper:before{display:inline-block;height:100%;content:''}.speciality__item .item__wrapper:after{position:absolute;top:0;display:block;width:100%;height:100%;content:'';-webkit-transition:.3s;transition:.3s;background:-webkit-linear-gradient(transparent,#2b4777);background:linear-gradient(transparent,#2b4777)}.speciality__item .item__wrapper:hover:after{background:-webkit-linear-gradient(transparent,#f26f38);background:linear-gradient(transparent,#f26f38)}.speciality__item .item__wrapper h3{font-family:Roboto;font-size:17px;font-weight:700;line-height:1.2;position:relative;z-index:1;display:inline-block;width:80%;margin-bottom:30px;padding-left:10px;vertical-align:bottom;color:#fff}.speciality__item .item__wrapper h3 span{font-size:14px;display:block;color:#ccc}.speciality--full .item__wrapper{height:100%;background:green}

@media screen and (max-width: 991px) {
	.main-widgets {
		float: none;
	}
	.ico-widget {
		height: 800px;
	}
	/*#content, #status_bar {
		width: 96%;
	}*/

	footer li {
		border-right: 0;
	}

	/*#status_bar {
		width: 90%;
	}*/
	#menu {
		width: 70px;
	}
	#menu_item li span {
		font-size: 0.5em;
	}

	#menu {display: none}
	#burder-menu-lnk {
		display: block;
	}




	.top-user-info, .top-logo2, .contact-cell-hidden {
		display: none;
	}


	#search {position: static!important;width: auto!important;height: auto!important;}
	#contact_cell {position: static!important; width: auto!important;height: auto!important;margin-top: 20px!important;}

	#dresult {position: static!important;}
	.course-button {float: right!important;position:static!important;}
	.control {width: auto!important;overflow: hidden}
	.ppck {
		float: none!important;
		margin-top:0!important;
	}
	.toptg {
		display: none;
	}

	footer li:first-child {
		padding-left: 44px;
	}
}

#click-to-hide-sesdate-polygon, #click-to-hide-news-polygon, #click-to-hide-news,#click-to-hide-practdate-polygon {
	display: none;
}

@media screen and (max-width: 400px) {
	#content {
		/*width: 78%;*/
		width: 96%;
	}
	/*#status_bar {
		width: 86%;
	}*/

	.ico-widget {
		float: left;
		height: auto!important;
		width: auto!important;
	}
	.ico-widget .wico {
		float: left;
		/*width: 120px;*/
		margin-right: 5px;
	}



}

.schedule_mob {display: none;}
.schedule-desctop {display: block;}

.hidden_info, .mob_slider, #click-to-hide-sesdate,#click-to-hide-practdate
{
	display: none;
}

.uch_otd
{
	margin-left: 180px
}
.practice-doсumentation-steps-hidden
{
	display: none;
}
.practice-doсumentation-steps
{
    background: #ffbdbc;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
}

a[class="practice-doсumentation-steps"]{
	background: transparent;
    border: none;
    padding: 0px;
}
.main-widgets .dpo-programms .dpo-banner-background {
    height: 50px !important;
}
@media (max-width: 544px) {


}

/*//модальное окно по вопросам дисциплин*/
.popup a:hover
{
	color: #63a5cf;
}

.popup_close
{
position: absolute;
	right: 25px;
    top: 20px;
}


.popup:target
{
	visibility: visible;
	opacity: 100%;

}

.popup
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0%;
	transition: ease-in-out 0.5s;
	background-color: #00000052;
}

.send
{
	/*background-color: #63a5cf;*/
	width: 200px;
    margin-top: 13pt;
    /*height: 25pt;*/
    /*border: solid #497d9e 1px;*/
	/*font-size: 12pt;*/
	/*font-weight: 600;*/
    color: #FFF;
    background: hsl(220, 50%, 59%);
    padding: 8px 12px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}
.q_form_input
{
	border-radius: 2px;
    border: solid grey 1px;
    height: 20pt;
    width: 211pt;
	font-size: 12pt;
}
textarea[name="questionText"]
{
	width: 211pt;
    height: 76pt;
    margin-top: 6pt;
	font-size: 12pt;
}

.popup_body
{
	display: flex;
	min-height: 100%;
	align-items: center;
	justify-content: center;
}

.popup_content
{
	background-color: white;
    width: 589px;
    height: 293px;
	text-align: center;
	position: relative;
	padding-top: 20px;
    font-size: 14pt;
}

.popup_content > form 
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-wrap
{
    display: flex;
    justify-content: flex-end;
}

.is-mobile {
    display: none;
}

.main-announce {
    border-radius: 1.3rem;
    background-color: white;
    padding: 13px 20px;
    width: -webkit-fill-available;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), inset 0 0 1px rgba(0, 0, 0, 0.05);
    margin-top: 5px;

}
.main-announce a {
    font-size: 0.8em;
    padding-left: 30px;
    text-decoration: underline;
}

/*.tutor-ask-btn
{
	    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    padding: 3pt;
    width: 117pt;
    text-align: center;
    border-style: inset;
    color: black;
    border-color: #eee;
    transition: background-color 0.5s;
    position: relative;
}
.tutor-ask-btn:hover{
	border-style: outset;
	background-color: #aaa;
	border-color: #aaa;
}
*/
/*.uch-materials
{
	width: fit-content;
}*/

/*******************************************************************************************/

.top-widgets .settings {
    font-size: 0.6em;
    padding-top: 4px;
    padding-right: 24px;
    text-align: center;
    }
    .top-widgets .settings a {

    }
    .top-widgets .settings span {
        display: block;
        padding-top: 4px;
        color: #000;
    }

.content-wrapper {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0px 20px 0;
}

.subcontent-wrapper {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}

.margintop {
    margin-top: 20px;
}

.dback{
    cursor:pointer;
    color: hsl(220, 50%, 59%);
    display: inline-block;
}

.dback:hover{
    color:#000;
}

.menu_icon:before {
    font-size: 2em;
}

