.shell {
	min-height: 1100px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.shell h1 {
	font-size: 24px;
	margin-top: 0;
}
.shell h2 {
	margin: 15px -10px;
	font-size: 18px;
	padding: 17px 15px;
	background: #eee;
}
.shell .see-more {
	font-size: 14px;
	margin-left: 50px;
	color: #0c878e;
	text-decoration: underline;
}
.shell .see-more:hover {
	color:#ff6e58;
}
.shell .sidebar {
	z-index: 3;
}
.shell .sidebar-xs {
	display: none;
}
.shell .clear {
	clear: both;
}

.digital.row {
	margin: 0;
}
.digital .digital-player {
	height: 375px;
}
.digital .digital-player .fp-playlist {
	top: 50px;
}
.digital .digital-section {
	border:1px solid #ddd;
	margin: 10px 0;
}
.digital .digital-section h2 {
	margin: 0;
	font-size: 18px;
	padding: 17px 15px;
	background: #eee;
}
.digital .digital-section .digital-item:nth-child(even) {
	background: #eaf5f8;
}
.digital .digital-section .digital-item > div:nth-child(1) {
	display:inline-block;
	width: 80%;
	padding: 15px;
}
.digital .digital-section .digital-item > div:nth-child(2) {
	display:inline-block;
	width: 20%;
	padding: 15px;
    vertical-align: top;
    text-align: center;
}
.digital .digital-section .digital-item .link {
	color: #0c878e;
	text-decoration: underline;
}
.digital .digital-section .digital-item .link:hover {
	color: #ff6e56;
}

.orders .tabs {
	margin-left: 8px;
	margin-bottom: -1px;
}
.orders .tabs .tab {
	float: left;
	padding: 5px 2px;
	background-color: #f6f8fa;
	border: 1px solid #e6e6e6;
	border-left: none;
	color: #ff6e58;
	font-size: 14px;
	cursor: pointer;
}
.orders .tabs .tab:first-child {
	border: 1px solid #e6e6e6;
}
.orders .tabs .tab a {
	color: #313232;
	text-decoration: none;
}
.orders .tabs .tab.active a {
	color: #ff6e58;
}
.orders .tabs .tab.active {
	border-bottom: none;
	margin-top: -5px;
	padding-bottom: 11px;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 -2px 4px #e2e2e2;
}
.orders .tabs .tab span {
	display: block;
	padding: 3px 6px 3px 13px;
	margin: 0px 14px 0px 7px;
}
.orders .table-responsive {
	width: 100%;
}
.orders .table {
	border: 1px solid #eee;
    margin: 0;
}
.orders .table tr:nth-child(odd) {
	background: #f0f7f9;
}
.orders .table th {
    padding: 10px;
	background-color: #eee;
	color:#383838;
	font-size: 14px;
}
.orders .table th:nth-child(2) {
    min-width: 110px;
}
.orders .table th:nth-child(4) {
    min-width: 80px;
}
.orders .table th:nth-child(6) {
    min-width: 120px;
}
.orders .table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.orders .table tr td:nth-child(7) input[type=submit], .orders .table tr td:nth-child(7) .btn {
	width: -webkit-fill-available;
	width: -moz-available;
	width: -o-available;
	width: available;
	background-color: #00b3c0;
	border-radius: 3px;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.orders .table tr td:nth-child(7) input[type=submit]:hover {
    background-color: #0c878e;
}
.orders .table td .btn  {
	color: #fff;
	text-decoration: none;
}
.orders .table .buy {
	margin-top: 10px;
	margin-right: 4px;
}
.orders .table .pay_img img {
	max-width: 100px;
	max-height: 40px;
}
.orders .table .date {
    padding: 0 10px;
}
.orders .table a {
    color: #0c878e;
    text-decoration: underline;
}
.orders .table a:hover {
	color: #ff6e56;
}
.orders .table .product-desc {
	color: #666;
}
.orders .sum {
	text-align: center;
}
.orders .pagination {
	position: relative;
	display: block;
	width: 100%;
    height: 65px;
    margin: 0;
    padding-top: 10px;
    background-color: #eee;
	text-align: center;
    clear: both;
}
.orders .pagination ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}
.orders .pagination li {
    display: block;
    float: left;
	width: 25px;
	height: 25px;
	padding: 5px 0 0;
	margin: 0 5px 0;
	line-height: 1.1em;
}
.orders .pagination li.selected {
    background-color: #ff6e58;
    border-radius: 15px;
	color:#fff;
}
.orders .pagination li a {
	color:#383838;
}
.orders .pagination .next, .orders .pagination .prev {
    display: inline-block;
    width: 12px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    overflow: hidden;
}
.orders .pagination .prev:before, .orders .pagination .next:before {
    content: "\e079";
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #6d6d6d;
    font-family: 'Glyphicons Halflings';
}
.orders .pagination .disabled::before {
    color: #ccc;
}
.orders .pagination .prev:before {
    content: "\e079";
}
.orders .pagination .next:before {
    content: "\e080";
}
.orders .pagination .comment {
	display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    text-align: center;
}
.orders .pagination .amount-control {
	position: absolute;
	top: 20px;
	right: 20px;
}
.orders .pagination .amount-control__text {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
}

.orders .pagination .amount-control__select {
	background: #fff;
    padding: 2px 5px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.service {
	padding-right: 7px !important;
	padding-left: 7px !important;
	z-index: 1;
}
.service .service-header {
	background: #eee;
	font-size: 16px;
	padding: 10px;
}
.service .service-item {
	position: relative;
	border:1px #ccc solid;
	padding: 0;
	padding-bottom: 25px;
	margin: 10px 0;
}
.service .service-download a, .service .service-download button {
    color: #128182;
	cursor:pointer;
}
.service .service-download button:hover {
	text-decoration: underline;
	color:#ff6e58;
}
.service .service-player {
	margin: 0 auto;
	width: 90%;
	height: 55px;
	display: block;
}
.service .service-player-old {
	margin: 10px auto;
	width: 280px;
}
.service .service-content {
	padding: 10px;
}
.service .time-new {
	position: absolute;
    width: 100%;
	height: 25px;
	bottom:0;
	margin: 0;
	padding: 5px;
	background: #e9f5f9;
	text-align: center;
	font-size: 80%;
}

.tile-time h3 {
	font-size: 20px;
}
.tile-time .btn-default {
	line-height: 17px;
}
.tile-time .btn-default.active {
	background:#39b2be !important;
}
.time-type div {
	font-size: 16px !important;
}

.profile .fields {
	padding:10px 20px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
.profile .fields input[type="text"], .profile .item input[type="password"] {
	padding:10px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
.profile .item {
	margin-bottom: 10px
}
.profile .item input[type="text"][disabled] {
    background: #eee;
    border: none;
    font-weight: bold;
    margin-left: 0;
    margin-top: 10px;
}
.profile .item input[type="button"] {
	background: #00b3c0;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 4px 15px;
    margin-top: 10px;
    line-height: 1.1;
    font-size: 14px;
}
.profile input[type="submit"] {
	background: #00b3c0;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 4px 15px;
    margin: 20px 0;
    line-height: 1.1;
    font-size: 15px;
}
.profile .item label {
	min-width: 190px;
    color: #383838;
}
.profile .item div:nth-child(2) {
	display: inline-block;
}
.profile .item select {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
.profile .profile-title {
	 margin: 10px;
}
.profile .block-hide {
 	margin: 10px 0;
	font-size: 14px;
}
.profile .block-hide  div {
	font-style: italic;
	width: 190px;
}
.profile-short .profile-block {
	margin: 10px;
}
.profile-short .profile-text {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
.profile-short .profile-value {
	display: inline-block;
}
.profile-short .profile-link {
	color: #0c878e;
	font-size: 14px;
    text-decoration: underline;
}

.modal-download {
    display: block;
	position: relative;
	padding: 10px;
    background: #eee;
    color: #383838;
    margin: 1px;
	cursor: pointer;
}
.modal-download:hover {
    background: #dedede;
    color: #383838;
}
.modal-download::after {
	position: absolute;
	right: 20px;
	content:"\e025";
    font-family: 'Glyphicons Halflings';
}
.modal-reserv {
	padding:10px;
	background:#eee;
	text-align: center;
}
.modal-reserv button {
	color: #0c878e;
	text-decoration:underline;
}

@media (max-width: 768px){
	.sidebar{
		position: absolute;
		max-width: 230px;
	}
}

.sidebar{
	background-color: white;
	margin-left: 10px;
	position: absolute;
	max-width: 230px;
}
.sidebar-toggle {
	width: 230px;
	height: 40px;
	background: url(../../bitrix/templates/irlem_type_2015/images/menu_bg.png) 182px 12px no-repeat;
	background-color: #39b2be;
	padding: 10px 15px 9px 5px;
	font-size: 12pt;
	color: white;
	border-radius: 3px 3px 0 0;
}
.sidebar-toggle-wrapper{
	padding: 0px 0px 10px 10px;
}
.left-menu{
	margin-top: -10px;
}

@media (min-width: 768px) {
	.shell .content {
		margin-left: 260px;
		margin-right: 10px;
	}
}
@media (max-width: 768px) {
    .shell {
        width: 100vw;
    }
	.shell .content {
		margin-left: 0;
		margin-right: 0;
	}
	.shell .content .row {
    	margin: 0;
	}
	.shell h1 {
		font-size: 22px;
		margin-top: 0;
	}
	.shell h2 {
		font-size: 16px;
	}
	.shell .content h2 {
    	margin: 15px 0;
	}
	.shell .sidebar .catalog {
		display: none;
	}
	.shell .digital .digital-section {
		border: 1px solid #ddd;
	    margin: 10px 0;
	}
	.shell .digital h2 {
    	margin: 0;
	}
	.shell .orders .table .date {
	    padding: 0;
	}
	.shell .orders .tabs {
	    margin-left: 0;
	    margin-top: 20px;
	}
	.shell .orders .tabs .tab {
	    float: none;
		background-color: #ecf2f7;
	}
	.shell .orders .tabs .tab.active {
		background-color: #fff;
	}
	.shell .bx-system-auth-form {
		margin: 20px auto;
	}
	.shell .tile-time h3 {
		font-size: 14px;
	}
}

@media (max-width: 1000px) {
	.digital .digital-section .digital-item > div:nth-child(1) {
		width: 50%;
	}
	.digital .digital-section .digital-item > div:nth-child(2) {
		width: 50%;
	    margin-top: 0;
	}
}
