.content.alt {
    position: relative;
	padding: 6.25rem 0;
	background: url("../img/content-alt-bg.png") 100% 0 repeat-y;
	background-size: cover;
}

.content.admin {
    padding-top: 1.25rem;
}

/* Buttons */
.btn.btn-fade {
	display: flex;
	width: 3.75rem;
	height: 2.125rem;
	padding: 0rem 0.75rem;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	box-shadow: none !important;
}

.users .btn.btn-fade {
	width: 2.5rem;
	height: 2.5rem;
	left: 0;
	border-radius: 0.75rem;
}

.btn.btn-fade.active {
	background: #7B68EE !important;
}

.btn.btn-fade.active:hover {
	background-color: #722ED1 !important;
}

.btn.btn-fade:after {
	content: "";
	width: 1.125rem;
	height: 1.125rem;
	display: flex;
	flex-shrink: 0;
	background: url("../img/icons/btn-fade-arrow-alt.svg") 0 0 no-repeat;
}

.btn.btn-fade.active:after {
	background: url("../img/icons/btn-fade-arrow.svg") 0 0 no-repeat;
	transform: rotate(180deg);
}

.btn.btn-table {
	padding: 0.25rem 1rem;
	height: 2rem;
	gap: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5rem;
}

.btn.btn-table.xml {
	height: 2rem;
}

.sub-actions .btn {
	height: 3rem;
}

.btn.btn-show-post,
.btn.btn-show-column,
.btn.btn-edit-post,
.btn.btn-update-post,
.btn.btn-delete-post,
.btn.btn-edit-img-settings,
.btn-copy-rule {
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
	padding: 0;
	box-shadow: none !important;
}

.btn.btn-delete-post {
    background-color: red;
}

.btn.btn-delete-post:hover {
    background-color: darkred;
}

.btn.btn-show-post:after,
.btn.btn-show-column:after,
.btn.btn-edit-post:after,
.btn.btn-update-post:after,
.btn.btn-delete-post:after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: flex;
	flex-shrink: 0;
}

.btn.btn-show-post:after {
	background: url("../img/icons/btn-show-post.svg") 0 0 no-repeat;
}

.btn.btn-show-column:after {
	background: url("../img/icons/btn-show-column.svg") 0 0 no-repeat;
}

.btn.btn-update-post:after {
	background: url("../img/icons/btn-show-post.svg") 0 0 no-repeat;
}

.btn.btn-edit-post:after {
	background: url("../img/icons/btn-edit-post.svg") 0 0 no-repeat;
}

.btn.btn-delete-post:after {
	background: url("../img/icons/btn-delete-post.svg") 0 0 no-repeat;
}

.btn.btn-show-column.active {
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
	background-color: #722ED1 !important;
}

.btn.btn-show-column.active:after {
	background: url("../img/icons/btn-show-columns-alt.svg") 0 0 no-repeat;
}

/* Forms */
.form-control {
	height: 3rem;
	padding: .75rem 1rem;
	border-radius: 0.125rem;
	border: none;
	box-shadow: none !important;
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	/*color: #262626; */
}

.sub-rule  .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-control.rec-pswd {
	color: #4096FF;
}

.balance-form .form-control {
	color: #4096FF;
}

.input-group-append {
	margin-left: -20px;
	z-index: 10;
}

.input-group.password .input-group-append {
	margin-left: 0;
}

.input-group-append > .btn {
	border-radius: 2rem !important;
	height: 3rem;
}

.input-group.password .input-group-append {
	background-color: #fff;
}

.input-group.password .input-group-append button.show-pswd {
	width: 1.5rem;
	height: 3rem;
	background-color: transparent;
	background-image: url("../img/icons/eye-icon.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 0.75rem;
	border: none;
}

.input-group.password .input-group-append button.show-pswd.cl {
	background-image: url("../img/icons/eye-close-icon.svg");
}

.form-group label {
	display: flex;
	align-items: center;
	align-self: stretch;
	margin-bottom: .5rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

/* Pagination */
.pagination {
	gap: 0.625rem;
	margin-bottom: 0;
}

.page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	padding: 0rem 0.375rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.88);
	background-color: transparent;
	border-color: transparent;
	border-radius: 0.125rem !important;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
}

.page-item:not(.active) .page-link:hover {
	background-color: transparent;
	border-color: #7B68EE;
	color: #7B68EE;
	font-weight: 600;
}

.page-item.disabled .page-link {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	opacity: 0.25;
}

.page-item.active .page-link {
    background-color: #722ED1;
    border-color: #722ED1;
}

/* Search form */
.search-form {
	display: flex;
	margin-bottom: 2.81rem;
    background-color: #FFF1F0;
    padding: 0 2rem;
}

.search-form .row {
    align-items: flex-end;
}

.search-form .btn {
    height: 2.5rem;
}

.search-form.alt {
	margin-bottom: 1.5rem;
}

.search-form.alt .form-control {
	height: 3rem;
	background-color: #fff;
}

.search-form .search-icon {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
    background: rgba(0, 0, 0, 0.04) url("../img/icons/search-icon.svg") no-repeat 50% 50%;
    border: none;
	box-shadow: none;
}

.search-form.alt .search-icon {
	width: 3rem;
  	height: 3rem;
    background: #fff url("../img/icons/search-icon-alt.svg") no-repeat 50% 50%;
}

.search-form.alt .form-inline .input-group {
	width: 30.375rem;
}

.header-title-admin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Posting */
.posting {
	margin-bottom: 3.5rem;
    overflow-x: hidden;
}

.subscription-info,
.sub-options {
	padding: 0.75rem 0 0.7rem 6rem;
	position: relative;
}

.users .subscription-info,
.users .sub-options {
	padding-left: 3.5rem;
}

.sub-options .question-icon {
    background-color: #722ED1;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    padding-top: 0.3rem;
    margin: 0.3rem 0 0 0.5rem;
}

.posting-view.ref-program {
	margin-bottom: 3.13rem;
}

.posting-view.ref-program .list-post {
	margin-bottom: 1.5rem;
}

.posting-view .headers-title,
.posting-view .list-post section {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.posting-view .headers-title  {
	background-color: #FFFBE6;
}

.posting-view .list-post section{
	background-color: #fff;
}

.posting-view .headers-title .index-title,
.posting-view .list-post .index-post {
	padding: .75rem .5rem;
}

.posting-view .headers-title .index-title {
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.posting-view .list-post .index-post {
	color: #262626;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
	overflow: hidden;
}

.posting-view .list-post .index-post span.label {
	display: none;
	padding: 0.125rem 0.5rem;
	background-color: #FFFBE6;
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
	gap: 0.625rem;
}

.posting-view .label.datetime {
	display: inline-flex;
	background: url("../img/icons/calendar-icon.svg") 100% 50% no-repeat;
	padding-right: 2rem;
	white-space: nowrap;
}

.posting-view .posting-table {
	width: 100%;
}

.posting-view .posting-table thead th {
	padding: 0.75rem 0.5rem;
	height: 3rem;
	background-color: #FFF1F0;
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
}

.posting-view > .sub-index {
	margin-bottom: 1.5rem;
	border-radius: 12px;
	overflow: hidden;
}

.posting-view > .sub-index.first {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.subscription-info {
	background-color: #fff;
	position: relative;
	border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sub-settings {
	display: none;
}

.sub-settings.show {
	display: block;
}

.subscription-info .subscription-info-holder {
	border-left: 5px solid #7B68EE;
	width: 100%;
	padding-left: 0.5rem;
	height: 4rem;
  	overflow: hidden;
  	transition: height 300ms ease;
}

.main-list-rules .subscription-info .subscription-info-holder {
    height: 3rem;
}

.sub-index.show .subscription-info .subscription-info-holder {
	height: auto;
}

.subscription-info .sub-index.show .subscription-info-holder {
	height: auto;
	overflow: auto;
}

.subscription-info .list-sub-info {
	display: flex;
	align-items: flex-start;
}

.subscription-info .list-sub-info .index-sub-info {
	flex-direction: column;
	align-items: flex-start;
	color: #262626;
	line-height: 1.5rem;
	position: relative;
	padding-top: 0;
	padding: 0 0.5rem 0.75rem;
}

.users .subscription-info .list-sub-info .index-sub-info.last {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	justify-content: flex-end;
}

.add-table .index-sub-info {
	padding: 0 0.5rem;
}

.index-sub-info {
	display: inline-flex;
	align-items: center;
}

.clipboard-icon {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	margin-left: -0.8rem;
	cursor: pointer;
	z-index: 100;
	padding: .3rem 0 0 .5rem;
	position: relative;
}

.sub-list-options .clipboard-icon {
	background-color: #f1ebf4;
	border-top-right-radius: .5rem;
  	border-bottom-right-radius: .5rem;
	margin-left: -2rem;
	padding: .5rem 0 0 .5rem;
}

.clipboard-icon::after {
	opacity: 0;
	visibility: hidden;
	content: "Ссылка скопирована";
	position: absolute;
	right: 0;
	background-color: #d4edda;
	white-space: nowrap;
	top: -25px;
	padding: 0 .5rem;
	font-style: normal;
	cursor: auto;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

.clipboard-icon.copied::after {
	opacity: 1;
	visibility: visible;
}

.tables .sub-list-options .index-sub-info:nth-child(1) {
	padding: 0.75rem 0.5rem;
}

.index-sub-info:nth-child(1),
.add-table .index-sub-info.first{
    width: 30%;
}

.index-sub-info:nth-child(2),
.add-table .index-sub-info.second{
	width: 45%;
}

.index-sub-info:nth-child(3),
.add-table .index-sub-info.third{
	width: 25%;
}

.sub-options.tbls .index-sub-info:nth-child(3) {
    justify-content: space-around;
}

.index-sub-info select,
.index-sub-info input[type="text"],
.index-sub-info textarea {
	width: 90%;
}

.index-sub-info input[type="text"],
.index-sub-info textarea {
	display: flex;
	align-items: center;
	height: 2rem;
	padding: 0.75rem 0 0.75rem 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(0, 0, 0, 0.02);
	color: #262626;
}

.index-sub-info textarea {
    height: 7rem;
    overflow-y: scroll;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(1) {
	width: 53%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(2) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(3) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(4) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info span {
	padding: 0 0 0.75rem 0;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	align-self: stretch;
}

.subscription-info .list-sub-info .index-sub-info span:first-child {
	text-transform: uppercase;
	justify-content: space-between;
}

.subscription-info .list-sub-info .index-sub-info span:last-child {
	padding-bottom: 0;
}

.sub-index .subscription-info .list-sub-info .index-sub-info.description span:last-child:not(:empty) {
    overflow: hidden;
}

.show .subscription-info .list-sub-info .index-sub-info.description span:last-child:not(:empty) {
    overflow: scroll;
    max-height: 10rem;
}

.subscription-info .add-table form {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row;
}

.subscription-info .add-table .index-sub-info {
	text-transform: uppercase;
}

.sub-options .sub-list-options {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border-left: 5px solid #FFC53D;
  	width: 100%;
  	padding-left: 0.5rem;
}

.sub-tit-table {
	margin-bottom: 0.75rem;
}

.sub-tit-table h3{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	padding-left: 1.2rem;
	margin: 0;
}

.sub-actions {
	padding: 3.5rem 0 .63rem 0;
	display: flex;
	align-items: center;
	gap: 3.06rem;
}

.sub-actions .form-group {
	margin: 0;
	display: flex;
	align-items: center;
}

.custom-control label {
	margin: 0;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: 0;
	text-transform: none;
}

.custom-control input[type="checkbox"] {
	box-shadow: none !important;
}

.sub-index .form-action-sub {
	display: none;
}

.sub-index.show .form-action-sub {
	display: block;
}

.posting-botton-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.12rem;
}

.posting-botton-block .nav-page {
	display: flex;
	gap: 1rem;
}

.posting-botton-block .form-group {
	margin: 0;
}

.posting-botton-block .form-control {
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
	width: 7rem; padding: 0rem 0.75rem;
	border-radius: 0;
	height: 2rem;
}

/* Users */
nav.users-links {
	float: right;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

nav.users-links .navbar-nav {
	gap: 2rem;
	flex-direction: row;
}

nav.users-links .nav-link {
	padding: 0.75rem 0 !important;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	letter-spacing: 0;
}

nav.users-links .nav-link:hover {
	color: #7B68EE;
	font-weight: 600;
	border-color: #7B68EE;
}

.users .subscription-info {
	background-color: transparent;
}

.users .subscription-info .subscription-info-holder {
	height: auto;
}

.users .subscription-info .btn.btn-fade{
	top: 2.5rem;
}

/* Users index-sub-info */
.users .index-sub-info {
	color: rgba(0, 0, 0, 0.65);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	padding: 0.75rem 0.5rem;;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(1) {
	width: 25%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(2) {
	width: 25%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(3) {
	width: 10%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(4) {
	width: 17%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(5) {
	width: 15%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(6) {
	width: 8%;
}

.users .subscription-info .list-sub-info .index-sub-info span {
	padding: 0 0 1.5rem 0;
	color: rgba(0, 0, 0, 0.65)
}

.users .subscription-info .list-sub-info .index-sub-info span:first-child {
	text-transform: none;
}

.users .subscription-info .list-sub-info .index-sub-info span:last-child {
	padding-bottom: 0;
    overflow: auto;
}

.users .sub-editor {
	display: none;
}

/* Finance */
.finance {
}

.sum-info  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2.56rem;
}

.sum-info .revenue-sum {
	display: inline-flex;
	align-items: center;
	gap: 5rem;
	font-family: "Gotham Pro";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.sum-info .revenue-sum h3 {
	margin: 0;
}

.sum-info .revenue-sum .sum {
	color: #4096FF;
}

/* Balance */
.balance {
	margin-bottom: 3.88rem;
}

.balance h4,
.balance label {
	display: flex;
	margin-bottom: .5rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.balance-form {
	position: relative;
}

.balance-form.balance-sum .balance-sect {
	width: 16rem;
}

.balance-form .btn-auto-payment {
	float: right;
	margin-top: 1.8rem;
    height: 3rem;
    padding-left: 2.5rem;
    background-image: url("../img/icons/check-icon.svg");
    background-position: 1rem 50%;
    background-repeat: no-repeat;
}

.action-ref-link {
	display: flex;
	justify-content: flex-end;
}

/* Post form */
.post-form {

}

.post-form .lft-block .form-group {
	margin-bottom: .5rem;
}

.post-form .lft-block .form-group:last-child,
.post-form .rgt-block .form-group:last-child {
	margin-bottom: 0;
}

.post-form .rgt-block .form-group {
	margin-bottom: 2rem;
}

.post-form .rgt-block span.desc {
	color: #999;
	font-family: "Gotham Pro";
	font-size: 0.75rem;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.post-form .lft-block textarea.form-control{
	height: 34.75rem;
}

.post-form .form-control {
	height: 2.5rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.125rem;
	border: 1px solid #EEE;
	color: #262626;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.post-form .check-post-option {
	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
}

.post-form .buttons-action {
	display: flex;
	gap: 2.56rem;
	margin-top: 2.62rem;
}

/* Form block */
.form-block {
	text-align: center;
	margin: 0 auto;
}

.form-block {
	width: 35rem;
}

.form-block.alt {
	width: 22rem;
}

.form-block .form-group {
	margin-bottom: 1rem;
}

.form-block > form > .form-group:last-child {
	margin-top: 1.5rem;
}

.form-block .buttons-action {
	display: flex;
	flex-direction: row;
	gap: .5rem;
	align-items: center;
	justify-content: space-between;
}

.form-block .buttons-action .btns {
	display: flex;
  	gap: 0.5rem;
}

.form-block .buttons-action.promo .btn {
	width: 50%;
}

.form-block .form-group > span {
	display: flex;
	text-align: left;
	color: #000;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	margin-top: .5rem;
}

/* Blog */
.blog {

}

.blog.parent h3.tit{
	padding-top: 0.62rem;
	margin-bottom: 2.9rem;
}

.blog .post {
	background-color: #fff;
}

.blog .post .post-holder {
	padding: 1.5rem 1.44rem;
}

.blog .list-post .post .post-holder {
	padding: 1.25rem;
}

.blog .post .post-holder p {
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.blog .post .post-holder a.more {
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.blog .list-post  {
	margin-bottom: 2.62rem;
}

.blog .list-post .post {
	margin-bottom: 3.88rem;
}

.blog .list-post .post:last-child {
	margin-bottom: 0;
}

.blog .list-post .post .thumbnail {
    position: relative;
	margin-bottom: 1.62rem;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: 50% 50%;
}

.blog .post .thumbnail > img {
	width: 100%;
}

.blog .list-post .post .post-desc {
    margin-bottom: 1rem;
}

.blog .list-post .post .post-links {
	display: flex;
	justify-content: space-between;
}

.blog .post-tags.list-group {
	gap: 1rem;
	align-items: flex-end;
}

.blog .post-tags.list-group .list-group-item {
	border-radius: 0.125rem;
	border: 1px solid #EEE;
	text-align: center;
	padding:  0.3rem 0.6rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.blog .post-tags.list-group .list-group-item.red {
	background-color: #FFF1F0;
}

.blog .post-tags.list-group .list-group-item.red a {
	color: #EC6AA3;
}

.blog .post-tags.list-group .list-group-item.yellow {
	background-color: #FFFBE6;
}

.blog .post-tags.list-group .list-group-item.yellow a {
	color: #FFC53D;
}

.blog .post-tags.list-group .list-group-item.lightblue {
	background-color: #E6F4FF;
}

.blog .post-tags.list-group .list-group-item.lightblue a {
	color: #4096FF;
}

.blog .list-popular-post .post {
	border: 1px solid #EEE;
	margin-bottom: 1.56rem;
}

.blog .list-popular-post .post-holder {
	padding: 1rem 0.8rem 0.75rem 1rem;
}

.blog .list-popular-post .thumbnail {
	margin-bottom: 1.06rem;
}

.blog .list-popular-post .thumbnail img {
	width: 100%;
}

.page-description {
	width: 70%;
	margin: 0 auto;
}

/* Media */
@media (min-width: 992px) and (max-width: 1440px) {
	.content.alt {
		padding: 5rem 0;
		background-image: url("../img/content-alt-middle-bg.png");
	}

	.sub-actions {
		padding: 3rem 0 1.5rem 0;
		gap: 2.62rem;
		margin-left: -9%;
	}

	.sum-info {
		margin-bottom: 1.63rem;
	}

	.balance-form.balance-sum .balance-sect {
		width: 15rem;
	}

	.post-form .rgt-block .form-group {
		margin-bottom: 1rem;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.content.alt {
		background: url("../img/content-alt-mini-bg.png") 100% 100% no-repeat;
		background-size: cover;
		padding: 2.5rem 0;
	}

	/* Buttons */
	.content.alt .btn,
	.modal-content .btn {
		height: 2rem;
		padding: 0.25rem 1rem;
		font-size: 0.75rem;
	}

	.btn.btn-fade {
		width: 2.5rem !important;
		height: 1.25rem !important;
		padding: 0;
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		left: auto !important;
		z-index: 10;
		gap: 0;
	}

	.btn.btn-fade.mgr {
		top: 3rem;
	}

	.btn.btn-fade::after {
		width: 0.875rem;
		height: 0.875rem;
		background: url("../img/icons/btn-fade-arrow-mini-alt.svg") 0 0 no-repeat;
	}

	.btn.btn-fade.active::after {
		background: url("../img/icons/btn-fade-arrow-mini.svg") 0 0 no-repeat;
	}

	.btn.btn-table {
		padding: 0.25rem 1rem;
	}

	.btn.btn-table.xml {
		position: absolute;
		right: 0;
		top: -1px;
		padding: 0.5rem;
	}

	/* Forms */
	.form-control {
		height: 2rem;
		padding: 0 0 0 1rem;
		font-family: "Gotham Pro";
		font-size: 0.875rem;
		line-height: 1.375rem;
		letter-spacing: 0;
	}

	.form-group label {
		margin-bottom: .5rem;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1.375rem;
		font-weight: 500;
	}

	/* Users */
	.users .sub-settings .btn.btn-table {
		display: flex;
		width: 2rem;
		height: 2rem;
		justify-content: center;
		align-items: center;
		border-radius: 0.625rem;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
		padding: 0;
	}

	.users .sub-settings .btn.btn-table:after {
		content: "";
		width: 0.875rem;
		height: 0.875rem;
		display: flex;
		flex-shrink: 0;
		background: url("../img/icons/btn-open-link.svg") 0 0 no-repeat;
	}

	.users .sub-settings .btn.btn-table > span {
		display: none;
	}

	/* Posting */
	.posting-view .headers-title {
		display: none;
	}

	.posting-view .list-post section {
		flex-direction: column;
		margin-bottom: .25rem;
	}

	.posting-view.promocode .list-post section {
		margin-bottom: 1rem;
	}

	.posting-view .list-post .index-post {
		display: flex;
		width: 100% !important;
		padding: 0;
	}

	.posting-view.promocode .list-post .index-post.btns {
		padding: .2rem 0;
	}

	.posting-view .list-post .index-post div {
		padding: 0.125rem 0.5rem;
	}

	.posting-view .list-post .index-post span.label {
		display: inline-flex;
		width: 40%;
		background-position: 8rem 50%;
	}

    .posting-view .list-post .index-post div.cnt-info {
        width: 60%;
    }

    /*.posting-view .list-post .index-post span:nth-child(2) {
        width: 60%;
    } */

	.index-sub-info {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.subscription-info {
		padding-left: 0;
		display: block;
	}

	.subscription-info .subscription-info-holder {
		padding-left: 1rem;
		margin-left: -5px;
		height: 125px;
	}

	.sub-options {
		margin-left: -5px;
	}

	.subscription-info .list-sub-info {
		display: block;
	}

	.add-table .index-sub-info {
		padding: 0;
	}

	.users .subscription-info .list-sub-info .index-sub-info.last {
		display: none;
	}

	.subscription-info .list-sub-info .index-sub-info,
	.users .user-info .index-sub-info{
		padding: 0; /* 0 1rem; */
		width: 100% !important;
		flex-direction: row;
		font-size: 1rem;
		line-height: 1.5rem;
		display: block;
	}

	.subscription-info .list-sub-info .index-sub-info span,
	.users .user-info .index-sub-info span {
		display: inline-flex;
		padding-bottom: 0.5rem;
		width: 59%;
		justify-content: flex-start !important;
		display: inline-block;
	}

	.users .user-info .index-sub-info span {
		padding: 0.25rem 0.5rem;
	}

	.subscription-info .list-sub-info .index-sub-info span:first-child,
	.users .user-info .index-sub-info span:first-child {
		font-family: "Gotham Pro";
		font-size: 0.875rem;
		line-height: 1.375rem;
		letter-spacing: 0;
		width: 39%;
	}

	.users .user-info .index-sub-info span:first-child {
		color: rgba(0, 0, 0, 0.88);
		text-transform: uppercase;
		font-weight: 500;
	}

	.subscription-info,
	.sub-options {
		padding: 0.25rem 0 !important;
	}

	.sub-actions {
		padding: 1.5rem 0;
		gap: 1rem;
		flex-direction: column;
	}

	.sub-actions > .btn {
		height: 2rem;
		min-width: 12.5rem;
	}

	.posting-botton-block {
		flex-direction: column;
		gap: 1rem;
	}

	.posting-botton-block .btn {
		height: 2rem;
	}

	.subscription-info .add-table form {
		flex-direction: column;
		justify-content: flex-start;
	}

	.subscription-info .add-table .index-sub-info {
		padding: .5rem 0;
		width: 100%;
	}

	.subscription-info .add-table .index-sub-info select {
		width: 100%;
	}

	.subscription-info .add-table .index-sub-info:last-child {
		justify-content: flex-end;
	}

	/* Users */
	nav.users-links .nav-link  {
		padding: 0.5rem 0 !important;
	}

	.users .sub-index {
		background-color: #F0F0F0
	}

	.users .user-info  {
		padding: .5rem 0;
	}

	.users .index-sub-info {
		padding: 0 .5rem;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}

	.users .sub-settings .index-sub-info:last-child,
	.users .sub-options .index-sub-info:last-child {
		justify-content: flex-end;
	}

	.users .user-info .index-sub-info {
		padding: 0;
		margin: 0;
	}

	.users .subscription-info .list-sub-info .index-sub-info span {
		padding: 0;
	}

	.users .sub-editor {
		display: flex;
		padding-right: 0.5rem;
		gap: 0.5rem;
		justify-content: flex-end;
	}

	.sum-info {
		flex-direction: column;
	}

	.sum-info .revenue-sum {
		display: flex;
		gap: 0;
		margin-bottom: 1.25rem;
		justify-content: space-between;
	}

	.sum-info .revenue-sum:last-child {
		margin-bottom: 0;
	}

	.search-form.alt {
		justify-content: flex-start;
	}

	.search-form.alt .form-inline,
	.search-form.alt .form-inline .input-group {
		width: 100%;
	}

	/* Finance */
	.balance {
		margin-bottom: 2.63rem;
	}

	.balance .balance-form.balance-sum {
		margin-bottom: 1.75rem;
		padding-bottom: 3rem;
	}

	.balance-form.balance-sum .balance-sect {
		width: 100%;
	}

	.balance  .balance-form .btn-auto-payment {
		float: none;
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 3rem;
	}

	/* Referral */
	.posting-view.bonus {
		margin-bottom: 1.5rem;
	}

	.posting-view.ref-program {
		margin-bottom: 2.63rem;
	}

	/* Post Form */
	.post-form .rgt-block .form-group {
		margin-bottom: .5rem;
	}

	.post-form .lft-block {
		margin-bottom: 1.63rem;
	}

	.post-form .check-post-option {
		flex-direction: row;
		justify-content: space-between;
	}

	.post-form .buttons-action {
	  	gap: 1rem;
	  	align-items: center;
	  	flex-direction: column;
	  	justify-content: center;
	  	align-items: center;
	}

	.post-form .option-buttons {
		display: flex;
		gap: 1rem;
	}

	/* Form block */
	.form-block {
		width: 100%;
		min-height: 500px; /* !!! */
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}

	.form-block,
	.form-block.alt {
		width: 100%;
	}

	.form-block .form-group {
		margin-bottom: .5rem;
	}

	.form-block .buttons-action {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: baseline;
    	margin-top: 1.5rem;
	}

	.form-block .buttons-action.promo {
		flex-direction: row;
	}

	.form-block .buttons-action .btns {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-top: 1rem;
	}

	.form-block.form-group{
		margin-bottom: .75rem;
	}

	.form-block .form-control,
	.form-block .btn {
		height: 3rem !important;
	}

	.form-block .form-control {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.form-block .btn {
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1.5rem;
	}

	/* Blog */
	.blog .post {
		margin-bottom: 1.5rem !important;
	}

	.blog .post .thumbnail {
		display: flex;
		justify-content: center;
	}

	.blog .post .thumbnail > img {
		width: 100%;
	}

	.blog .list-popular-post .post-holder {
		padding: 1rem 0.8rem 1.9rem 1rem;
		font-family: "Gotham Pro";
	    font-size: 0.875rem;
	    font-weight: 400;
	    line-height: 1.375rem;
	    letter-spacing: 0;
	}

	.blog .tit {
		display: none;
	}

	.blog.parent .row.mgr {
		flex-direction: column-reverse;
	}

	.page-description {
		width: 100%;
		margin: 0;
	}
}
