

/* Start:/local/templates/plastic/components/s3t/cabinet.ex/cabinet/style.css?163673836512007*/
ul.menu {
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 1px solid #ccc;
	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 #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	background: #f7f7f7;
	height: 34px;
}

ul.menu li a {
	display: block;
	font-size: 19px;
	color: #464545;
	padding: 0 17px;
	text-decoration:none;
}

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

}

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:#007bff;
}

.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 .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 (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/plastic/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: 32px;
    line-height: 38px;
    text-align: center;
}
.video__content-item {
    margin-bottom: 120px;
}
.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;
}

.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;
}
/* End */
/* /local/templates/plastic/components/s3t/cabinet.ex/cabinet/style.css?163673836512007 */
