

/* Start:/local/templates/club_2021_11/components/s3t/cabinet.ex/cabinet/style.css?175983128125088*/
.training {
	position: absolute;
    top: 15px;
    left: 35px;
    color: red;
}

.training.yes {
	color: green;
}

#popupAudio {
	text-align: center;
}

.say {
	color: red;
	visibility: hidden;
}

#popupAudio.record .say {
	visibility: visible;
}

.microphone {
    color: #ccc;
    font-size: 50px;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 35px;
    line-height: 70px !important;
    cursor: pointer;
}

.message audio {
	width: 100%;
}

#popupAudio.record .microphone {
	color: red;
	border-color: red;
}

.message .delete {
    color: #7b7b7b;
    font-size: 11px;
    float: right;
    display: block;
    cursor: pointer;
    margin: 0 6px 0 0;
}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	background: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
}

a.file i {
	color: #6990F2;
	font-size: 35px;
}

a.file {
	display:inline-block;
	margin: 5px 10px;
}

input[type="file"] {
	display:none;
}

.popup {
	z-index:11;
	display: none;
	max-width: 600px;
	width:100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
	background: #fff;
	border-radius: 15px;
}

#sendFiles, #sendAudio {
	border: 1px solid #ccc;
    background: #ccc;
    border-radius: 10px;
    float: left;
    display: block;
    margin: 10px 10px 0 0;
    padding: 10px 15px;
	min-width: 150px;
}

.search {
	margin: 0 auto;
    max-width: 800px;
    padding: 10px 0;
}

.search input {
	width: 100%;
    padding: 5px;
}

.chats a.hide {
	display:none;
}

a .counter {
	width: 15px;
	height: 15px;
	background: #007bff;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	line-height: 15px;
	margin: 0 0 0 8px;
	text-align: center;
	border-radius: 8px;
}

.messages .message {
    background: #efefef;
    padding: 10px;
    margin: 10px 0;
    border-radius: 0 10px 10px 10px;
	position: relative;
}

.messages .name {
	color: #007bff;
}

.message .name.other {
	color: #e55880;
}

.chats {
	margin: 0 auto;
	max-width:800px;
}

.chats a {
	display:block;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	position: relative;
}

.chats {
	border-bottom: 1px solid #ccc;
}

.chats a .unread {
    position: absolute;
    right: 10px;
    bottom: 11px;
    color: #fff;
    background: #007bff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
}

.chats a .date {
	position: absolute;
    right: 10px;
    font-size: 12px;
    color: #7b7b7b;
}

.messages .message .date{
    font-size: 12px;
    color: #7b7b7b;
	float: right;
	font-family: "Courier New";
}

.chats a .message {
    display: block;
    padding: 8px 20px 0 0;
    color: #7b7b7b;
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis;
}

.messages .message .text {
	display:block;
	margin: 10px 0 0;
}

#new__message {
	position: relative;
}

#new__message textarea {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px 10px 0 10px;
	display:block;
	width: 100%;
	height: 64px;
	resize: none;
}

#new__message textarea.error {
	border: 1px solid red;
	background: #ffdfdf;
}

#new__message input {
	border: 1px solid #ccc;
	background: #ccc;
	border-radius: 10px;
	float: right;
	display: block;
	margin: 5px 10px 0px 0;
	padding: 10px 15px;
	position: relative;
	z-index: 2;
}

#new__message:before {
	content: '';
    z-index: 1;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    border-top: none;
    top: 63px;
    right: 0;
    width: 120px;
    height: 50px;
    background: #fff;
}

#new__message.loading {
	position: relative;
}

#new__message.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
}

ul.menu {
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #E4A978;
	position: relative;
	z-index: 1;
	height: 35px;
}

.video__content-comments-item.answer {
	margin-top: 10px;
}

.answer .video__content-comments-item-text {
	background-color: #d2e5f1;
    margin-bottom: 15px;
}

ul.menu li {
	padding: 0;
	margin: 0;
	display: inline-block;
	border: 1px solid #E4A978;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	background: rgba(231, 172, 123, 0.6);
	height: 34px;
}

ul.menu li a {
	display: block;
	font-size: 19px;
	padding: 0 17px;
	text-decoration:none;
	line-height: 31px;
	color: #fff;
	font-weight: 400;
}

ul.menu li.active {
	position: relative;
	z-index: 2;
	height: 35px;
	background: #fff;
}

ul.menu li.active a {
	color: #E4A978 !important;
}

a.forgot {display:inline-block;margin-top:5px;color:#007bff;text-decoration:none;}

p.error {
    text-align: center;
    color: red;
    border: 1px solid red;
    background: #fff2f2;
    margin: 10px 0;
    font-size: 12px;
    padding: 7px;
}

ul.menu li.exit {
	border:none;
	float:right;
	background: none;
}

ul.menu li.exit a {
	padding-right: 0;
	color: #E4A978;
	font-weight: 500;
}

.marafon, .prgrss {
	margin-top:30px;
}

.marafon .item, .prgrss .item {
	margin-bottom: 15px;
}

.marafon .item a, .prgrss .item a, .prgrss .item .edit {
	display:block;
	font-size: 19px;
	border: 1px solid #ccc;
	/*height: 50px;*/
	border-radius: 5px;
	text-decoration: none;
	font-family: Flow;
	line-height: 22px;
	color: #4a4b52;
	/*background: url(/upload/ornament.png) no-repeat right bottom;*/
	height: 127px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.prgrss.diary .item .edit, .prgrss.diary .item a {
	height: 190px;
}

.prgrss .item .edit {
	line-height: 25px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
	font-family: Roboto Condensed;
}

.prgrss .item .edit tr, .prgrss .item .edit td {
	line-height: 25px;
}

.prgrss .item .edit td {
	padding: 0 10px 0 0;
    white-space: nowrap;
}

.prgrss .item .edit tr td:last-child {
	padding: 0;
}

.prgrss .item .edit span {
	font-family: Flow;
}

.prgrss .item .edit span.good, .progressDay span.good {
	color: green;
}

.prgrss .item .edit span.bad, .progressDay span.bad {
	color: red;
}

.prgrss .item .edit span.date {
	display: block;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.btn.green {
	width:100px;display: inline-block;margin: 30px auto -10px;border-color:#00ab00; background: #00ab00; outline: none;
}

.btn.red {
	width:100px;display: inline-block;margin: 30px auto -10px;border-color:#e40303; background: #e40303; outline: none;
}

.btn:focus, .btn:active {
	outline: none;
}

@media (max-width: 460px) {
	#sendAudio {
    	float: none;
    	clear: both;
    	width: 150px;
    	margin: 55px 0 0 0;
	}
}

@media (min-width: 576px) {
	.container {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 340px) {
	ul.menu li a {
		padding: 0 13px;
	}
}

@media(max-width:410px) {
	ul.menu li.exit {display: none;}
}

div.datepicker {width:100%;}

h2.day {
	font-family: Flow;
    font-size: 35px;
	margin-top: 20px;
}

h2.left {
	text-align:left;
	font-size: 30px;
	width:auto;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 0 100px 0 15px;
}

.video {
	margin-bottom: 30px;
}

/*.video p {
	font-family: Flow;
    font-size: 20px;
}*/

.day .article {
	margin-bottom: 15px;

}

.video__content-comments-item-back-img-1 img, .video__content-comments-item-back-img-1 {
	width:50px;
	height:50px;
	border-radius: 25px;
}

.video__content-comments-item-back-img-1::before {
	display: none;
}

.day .article a {
	border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	/*min-height: 100%;*/
}

.day .article img {
	width: 100%;
	display:block;
}

.day .article span {
	display: flex;
    font-family: Flow;
    font-size: 20px;
    min-height: 60px;
    align-content: center;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.day .article p {
	font-family: Flow;
    min-height: 30px;
}

.isArticle {
	font-size: 17px;
}

.isArticle img {
	max-width: 100%;
}

.isArticle table {
	border: none;
}

.isArticle table td{
	padding: 2px 10px;
	border: 1px solid #ccc;
}

.day form textarea {
	width: 100%;
	border: 1px solid #ccc;
	height: 100px;
	resize: none;
}

.day form p {
	margin: 10px 0 0 0;
	padding: 0;
	text-align:right;
}

.day form button {
	margin: 0 !important;
}

.progressDay table {
	margin: 30px 0;
}

.progressDay td {
	font-size: 25px;
	padding: 0 20px 0 0
}
.progressDay td  span {
	font-family: Flow;
}

.progressDay i {
    font-style: normal;
    font-size: 17px;
}

.comments [type="submit"] {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;
}

.comments textarea {
	line-height: 20px;
	padding: 7px 10px;
}

.message .head {
	font-weight: bold;
}

.message .head span {
	font-weight: 200;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 20px;
}

.message .comment {
	line-height: 20px;
	margin: 0 0 30px 0;
}

.marafon .item a span {
	display: inline-block;
	margin: 15px 0 0 0;
	font-size: 15px;
}

.video__content-comments-form-textarea {
	background:#fff;
}

.answer_to {
	font-size: 13px;
    font-weight: 300;
    display: inline-block;
    padding: 0;
    float: right;
    color: #40B3E0;
    margin: 0;
    line-height: 0px;
}

.comments [type="submit"] {
    margin: 0;
}

.authorization {
  /*height: 100vh;*/
  /*background-image: url(/local/templates/club_2021_11/components/s3t/cabinet.ex/cabinet/../img/back-auto.png);*/
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  margin-top: 50px;
}
/*.authorization::before {
  position: absolute;
  content: "";
  background-color: #40B3E0;
  width: 259.5px;
  height: 529.5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: -240px;
  z-index: -1;
  top: 120px;
}*/
.authorization__container {
  /*height: 100vh;*/
}
.authorization__content {
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorization__content-form {
  max-width: 250px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.89);
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
}
.authorization__content-form h2 {
  font-size: 20px;
}
.authorization__content-form-text {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #9F9F9F;
  font-size: 8.5px;
  line-height: 10px;
}
.authorization__content-form #inputEmail {
  margin-bottom: 14px;
}
.authorization__content-form-input {
  border: 1px solid #D2E5F1;
  border-radius: 3px;
  padding: 6px 10px;
  margin-top: 2px;
  width: 100%;
  outline: none;
}
.authorization__content-form-input:focus {
  border: 1px solid #98c3df;
}
.authorization__content-form button {
  margin-top: 30px;
  padding: 4px 26px;
  background: #FFC32C;
  border: 1px solid #D2E5F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  float: right;
}
.studies__title {
    /*text-transform: uppercase;*/
    font-size: 40px;
    line-height: 38px;
    text-align: center;
	font-weight: 300;
}
.video__content-item {
    margin-bottom: 0;
}
.modules__content-description {
    border-radius: 10px;
    margin-top: 32px;
    padding: 16px;
    background-color: #ffffff;
    position: relative;
}
.video__content-description {
    padding: 0;
}

.modules__content-description-area {
    padding: 12px;
    border: 6px solid #D2E5F1;
    border-radius: 10px;
    background-color: #ffffff;
}

.video__content-description-area {
    border: 0;
    padding: 0;
    max-width: 485px;
}

.modules__content-description-area-wrapper {
    margin-top: 16px;
}

.video__content-description-area {
    max-width: 800px;
}

.modules__content-description li .modules__content-description-item-back-title h4 {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 6px;
    border-radius: 8px;
    background-color: #D2E5F1;
    position: relative;
    margin-bottom: 20px;
}

.videos .article {
	margin-bottom: 20px;
}

.videos .article h4 {
	margin-bottom: 10px;
}

.video__content-comments {
  margin-top: 24px;
}
.video__content-comments h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.video__content-comments-form {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video__content-comments-form-textarea {
  background: rgba(210, 229, 241, 0.07);
  border: 3px solid #D3D3D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9px;
  resize: none;
  width: 100%;
  padding: 20px;
  outline: none;
}
.video__content-comments-form-textarea:focus {
  border: 3px solid #adadad;
}
.video__content-comments-form-back-btns {
  margin-left: 15px;
}
.video__content-comments-form-btn {
  width: 40px;
  height: 40px;
  background-color: #D2E5F1;
  border-radius: 50%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video__content-comments-form-btn svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video__content-comments-form-btn:last-child {
  margin-bottom: 0;
}
.video__content-comments-form-btn:hover {
  background-color: #FFC32C;
}
.video__content-comments-item {
  margin-top: 40px;
}
.video__content-comments-item-back-img {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video__content-comments-item-back-img-1 {
  position: relative;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.video__content-comments-item-back-img-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.63);
}
.video__content-comments-item-back-img img {
  height: 88px;
  width: 88px;
}
.video__content-comments-item h6 {
  font-size: 10px;
  font-family: sans-serif;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #D9F4E2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.video__content-comments-item-text {
  font-family: sans-serif;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding: 15px 28px;
  border-radius: 30px;
  background-color: #F5F5F5;
}
.ajax {display:none;}

label.img.loading {
	background: url('/upload/ajax.gif') no-repeat center center;
}

label.img.loading:after {
	display: none;
}


label.img {
	display:block;
	width:100%;
	height: 80px;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 5px; 
	position:relative;
	margin-top: 20px !important;
	line-height: 28px !important;
}

.img:after {
	position: absolute;
	content: '+';
	font-weight: bold;
	font-size: 50px;
	font-family: Arial;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.img input {
	display: none !important;
}

.upload {
	border: 1px solid #ccc; 
	margin: 10px 0 0 0; 
	cursor:pointer;
}

.video p.uploadFile {
	font-family: Tahoma;
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0 10px;
}

.video__content-comments-form-textarea {
    background: #fff;
}

.modules__content-description-item-text {
	line-height: 17px;
    font-size: 14px;
    color: #000;
    margin: 0 0 20px 0;
}

.modules {
  padding: 30px 0 100px;
  position: relative; }
  .modules__bg {
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    z-index: -1;
    pointer-events: none; }
  .modules__title {
    padding: 21px 70px;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 3px solid #C967D1;
    position: relative; }
    .modules__title img {
      bottom: 37px;
      left: -78px;
      position: absolute; }
  .modules__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px 205px;
    margin-top: 40px; }
  .modules__item {
    width: 100%;
    background: rgba(231, 172, 123, 0.6);
    border-radius: 35px;
    padding: 7px;
    position: relative;
    z-index: 2; }
    .modules__item-block {
      width: 375px;
      position: relative; }
    .modules__item-inner {
      border: 10px solid #FFFFFF;
      border-radius: 35px;
      padding: 10px 10px 50px; }
    .modules__item-btn {
      position: absolute;
      background: #FFFFFF;
      border-radius: 20px;
      width: 106px;
      height: 86px;
      position: absolute;
      bottom: 16px;
      right: 13px; }
    .modules__item-title {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2; }
      .modules__item-title span {
        /*border: 3px solid #E4A978;*/
		  color: #fff;
        font-weight: 300;
        font-size: 25px;
        min-height: 48px;
        padding: 0 23px;
        /*text-transform: uppercase;*/
        border-radius: 42px;
        display: flex;
        align-items: center; }
    .modules__item-content {
      padding-top: 40px;
      position: relative;
      margin-top: 16px; }
    .modules__item-line {
      width: 7px;
      height: 24px;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background-color: #fff; }
      .modules__item-line:before, .modules__item-line:after {
        content: '';
        position: absolute;
        z-index: 1;
        background: #FFFFFF;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        left: 50%; }
      .modules__item-line:before {
        bottom: 100%;
        transform: translate(-50%, 50%); }
      .modules__item-line:after {
        top: 100%;
        transform: translate(-50%, -50%); }
    .modules__item-hidden {
      display: none;
      padding: 10px 0 25px; }
    .modules__item-desc {
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }
    .modules__item-lesson-title {
      position: relative;
      z-index: 2;
      border: 3px solid #FFFFFF;
      width: 105px;
      height: 30px;
      border-radius: 42px;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto; }
    .modules__item-lesson-desc {
      position: relative;
      z-index: 2;
      padding: 0 30px;
      font-weight: 600;
      font-size: 14px;
      line-height: 15px;
      text-transform: uppercase; }
    .modules__item-hint {
      margin-top: 20px;
      font-weight: 600;
      font-size: 14px;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      color: #EA7EED;
      position: relative;
      z-index: 2; }
  .modules__item--active {
    z-index: 3;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08); }
    .modules__item--active .modules__item-hidden {
      display: block; }
    .modules__item--active .modules__item-btn svg {
      transform: rotate(180deg); }
    .modules__item--active .modules__item-line {
      height: 100%; }

.cabinet h4 {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 6px;
    border-radius: 8px;
    background-color: #D2E5F1;
    position: relative;
    margin-bottom: 20px;
}

.cabinet p {
	margin: 15px 0;
}

.cabinet h2 {
    margin: 20px 0;
	padding-top: 20px;
}

.footer {
	margin-top: 20px;
}

@media(max-width:1023px) {
	.cabinet.container {
		padding-top: 50px;
	}
}

@media(max-width:768px) {
	ul.menu li a {
		font-size: 13px;
		padding: 0 14px;
	}
}

@media (max-width: 575px) {
	.container {
		width: 100%;
	}
}

#sizeForm label {
	margin:  10px 0 0 0;
}

#sizeForm label, #sizeForm input {
	display: block;
	font-family: "Proxima Nova", sans-serif;
}

#sizeForm input {
	padding: 5px 10px;
	width: 100%;
}

#sizeForm input.error {
	border:  1px solid red;
}

.mobile_menu {
    display:none;
}
@media(max-width: 1023px) {
	.container.cabinet h2:not(.studies__title) {
		/*margin-left: 50px;
		margin-top: 17px;*/
		margin: 15px 0;
		text-align: center;
	}
    ul.menu {
        display: block;
		height: auto;
    }
    .mobile_menu {
        display:block;
    }
	ul.menu li, ul.menu li.exit {
		display: block;
		width: 100%;
		border: 1px solid #E4A978;
		border-bottom: none;
		border-radius: 0;
    	background: #f7f7f7;
	}
	ul.menu li:last-child {
		/*border-bottom: 1px solid #ccc;*/
		float: none;
	}
	ul.menu li.exit a {
		/*color: #464545;*/
	}
	.modules__items {
		margin-top: 50px;
	}
	.container.cabinet {
		padding-top:0;
	}
}

.wrapper2{
  width: 430px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}
.wrapper2 header{
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper2 form{
  height: 50px;
  display: flex;
  cursor: pointer;
  margin: 0 ;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #6990F2;
}
.wrapper2 form :where(i, p){
  color: #6990F2;
}
.wrapper2 form i{
	font-size: 30px;
	display: inline-block;
	margin: 0px 15px 0px 0;
	bottom: -6px;
	position: relative;
}
.wrapper2 form p{
	margin-top: 3px;
    font-size: 16px;
}
section .row2 {
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .row2 i{
  color: #6990F2;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
}
.progress-area .row2 .content2{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content2 .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content2 .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row2 .content2{
  display: flex;
  align-items: center;
  margin-left: 0;
}
.uploaded-area .row2 .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
  align-items: normal;
  margin-bottom: 0;
}
.uploaded-area .row2 .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}

.diary .full--text td {
	vertical-align: top !important;
	white-space: initial !important;
}

.prgrss.diary {
    display: flex !important;
    flex-wrap: wrap !important;
}

.prgrss.diary .item {
    display: flex !important;;
    flex-basis: 33.333333% !important;;
	width: auto !important;
}

.prgrss.diary .item .edit, .prgrss.diary .item a {
    height: auto !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

.prgrss.diary .item a.add {
	justify-content: center !important;
}

@media(max-width: 923px) {
	.prgrss.diary .item {
		flex-basis: 100% !important;;
	}
}

.tariff__item-btn.small {
	text-transform: none;
	height: 45px;
	font-size: 18px;
}

.modules__item-date {
	text-align: center;
	font-weight: 600;
	margin: 10px 0 -20px 0;
	color: #fff;
}

@media (max-width: 1023px) {
	ul.menu li, ul.menu li.exit {
		display: block;
		width: 100%;
		border: 1px solid #E4A978;
		border-bottom: none;
		border-radius: 0;
		background: none;
		color: #E4A978;
	}
	ul.menu li a {
		color: #E4A978;
	}
	ul.menu li.active {
		background: rgba(231, 172, 123, 0.6);

	}
	ul.menu li.active a {
		color: #fff !important;
	}
	.tariff__item-btn.small {
		font-size: 14px;
		height: 35px;
	}
	.modules__item-title span {
		font-weight: 400;
		font-size: 18px;
	}
	.studies__title {
		font-size: 27px;
		line-height: 27px;
	}
	.modules__items {
		gap: 30px 205px;
	}
}
/* End */
/* /local/templates/club_2021_11/components/s3t/cabinet.ex/cabinet/style.css?175983128125088 */
