.header-block {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	height: 40px;
	background: #d7d7d7;
	margin: 0 auto 50px;
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

.container.mwa {
	max-width: initial;
	padding: 0 4rem 60px;
}

.btn-back-to-channels {
	display: inline-block;
	text-decoration: none;
	color: var(--blue);
	font: 400 15px 'Arial';
	margin-bottom: 8px;
	position: relative;
	padding-left: 18px;
}
.btn-back-to-channels:before {
	content: '';
	width: 15px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url("../img/design/left-arrow.svg") no-repeat center;
	background-size: 100% auto;
}
.btn-back-to-channels:hover:before {
	background: url("../img/design/left-arrow-h.svg") no-repeat center;
	background-size: 100% auto;
}

.main-title {
	font: 400 32px 'Arial';
	margin-bottom: 40px;
	color: var(--black);
}
.sub-title {
	display: inline-block;
	font: 400 20px/26px 'Arial';
	margin-right: 10px;
}
.sub-title.rate {
	margin-bottom: 16px;
}
/*.btn-new-cat, .btn-create {*/
	/*display: inline-block;*/
	/*width: 120px;*/
	/*height: 30px;*/
	/*font: 400 13px/30px 'Arial';*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*cursor: pointer;*/
	/*border-radius: 3px;*/
	/*margin-bottom: 8px;*/
	/*background: rgb(92,176,3);*/
	/*background: -moz-linear-gradient(top, rgba(92,176,3,1) 0%, rgba(0,153,102,1) 100%);*/
	/*background: -webkit-linear-gradient(top, rgba(92,176,3,1) 0%,rgba(0,153,102,1) 100%);*/
	/*background: linear-gradient(to bottom, rgba(92,176,3,1) 0%,rgba(0,153,102,1) 100%);*/
/*}*/
.sub-text {
	font: 400 15px/23px 'Arial';
	margin: 10px 0 20px;
}

.popup-wrap {
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 202;
	transition: 0.3s ease;
}
.popup-wrap.delete-lang {
	/*background: none;*/
}
.popup-wrap.show {
	opacity: 1;
	visibility: visible;
}
.popup-wrap.show.scroll {
	padding: 100px 0;
	overflow-y: scroll;
	display: initial;
}
.popup-wrap.show.scroll .rule-popup-block .scroll-wrap {
	overflow-y: initial;
}
.popup-wrap.show.scroll .rule-popup-block {
	height: auto;
	margin: 0 auto;
}

.popup-wrap.save .btn-cancel {
	margin-left: 10px;
}
.popup-warning {
	background-color: #FDA6A6;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
.popup-block {
	width: 570px;
	/*height: 235px;*/
	background: #fff;
	padding: 30px;
	position: relative;
}
.popup-wrap.delete-lang .popup-block {
	width: 455px;
	box-shadow: 0 1px 7px 0 rgba(102, 102, 102, 0.35);
}
.popup-btn-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	background: url('../img/design/cross.svg') no-repeat center;
	background-size: 100%;
}
.popup-title {
	font: 400 26px 'Arial';
	margin-bottom: 8px;
}
.popup-wrap.delete-lang .popup-title {
	font: 400 20px 'Arial';
	margin-bottom: 20px;
}
.popup-txt {
	font: 400 15px 'Arial';
	margin-bottom: 12px;
}
.popup-wrap.save .popup-txt {
	font: 400 15px/23px 'Arial';
	margin-bottom: 22px;
	padding-right: 100px;
}

.rule-popup-block, .sort-popup-block, .chan-popup-block, .card-data-popup, .new-cont-info-block {
	width: 730px;
	height: 600px;
	background: #fff;
	position: relative;
}
.rule-popup-block {
	height: 640px;
	width: 738px;
}
.sort-popup-block {
	height: auto;
	width: 570px;
	margin: 0 auto;
}
.sort-popup-block .title {
	font: 400 26px 'Arial';
	margin-bottom: 10px;
}
.sort-popup-block .txt {
	font: 400 15px/20px 'Arial';
	margin-bottom: 20px;
}

.new-cont-info-block {
	width: 570px;
	height: auto;
	padding: 30px;
}
.new-cont-info-block .text {
	font: 400 15px/23px 'Arial';
	padding-bottom: 0;
}
.card-data-popup {
	width: 570px;
	height: 600px;
}
.cdp-txt, .cpd-txt-data {
	font: 400 15px/21px 'Arial';
	color: #000;
}
.cdp-txt .txt-gr {
	color: var(--green);
}

.chan-popup-block.p30 {
	padding: 30px;
}
.when-canceled-block {
	padding: 30px 58px 30px 30px;
	background: #fff;
	position: relative;
	width: 575px;
	margin: 0 auto;
	height: 100%;
	max-height: 640px;
	overflow: auto;
}

.show-fine-block {
	height: 60px;
	padding: 5px 0;
	transition: 0.3s ease;
}
.show-fine-block.hide {
	height: 0;
	padding: 0;
	overflow: hidden;
}

.scroll-wrap {
	height: 100%;
	padding: 30px;
	overflow-y: scroll;
}
.scroll-wrap .card-wrap {
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding: 40px;
	margin-bottom: 20px;
}
.cancel-card-block.hide, .canc-card-txt {display: none;}
.canc-card-txt.show {display: block;}
.card-wrap .card-number-block {
	width: 100%;
	height: 80px;
	background: rgba(141, 205, 232, 0.3);
	margin-bottom: 20px;
}

.card-data-popup .scroll-wrap {
	padding: 30px 90px 30px 30px;
}

.rpb-title {
	font: 400 26px 'Arial';
	margin-bottom: 20px;
}
.rpb-sub-title {
	font: bold 15px 'Arial';
	margin-bottom: 8px;
}
.rpb-txt {
	display: inline-block;
	vertical-align: top;
	font: 400 15px/23px 'Arial';
}
.chan-popup-block {
	width: 585px;
	/*height: 585px;*/
	height: auto;
}
.flex-row {
	display: flex;
}
.flex-row div {
	font: 400 15px/22px 'Arial';
}

.cancel-policy-block {
	padding: 5px 30px 15px;
}
.cp-item {
	padding: 15px;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
	font-size: 0;
	transition: 0.3s;
}
.cp-item:hover {
	background: var(--bg-hover);
}
.cp-item label {
	font: 400 15px 'Arial';
	padding-left: 7px;
	margin-bottom: 4px;
	cursor: pointer;
}
.cp-item .explan {
	padding-left: 20px;
	font-size: 13px;
	line-height: 15px;
}
.cancel-policy-block .cp-item:last-child {border-bottom: none;}
.your-v-block {
	padding: 0 10px 0 65px;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.your-v-block.show {
	height: 230px;
}
.no-ret-hide {
	height: 135px;
	overflow: hidden;
	transition: 0.3s;
}
.no-ret-hide.hide {
	height: 0;
}

.persons-wrap {
	padding: 0 50px;
}
.person-block {
	border-top: 1px solid #e4e4e4;
	padding: 20px 14px;
	max-width: 650px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.person-block.error {
	color: var(--red);
}
.person-block:hover {background: var(--bg-hover);}
.p-name {font: 400 15px 'Arial';}
.p-position {font: 400 13px 'Arial';}

.new-information {
	position: relative;
}
.new-information.hover {
	background: var(--bg-hover);
}
.new-information.hover:before,
.new-information.hover:after {
	content: '';
	height: 6px;
	background: var(--bg-hover);
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
}
.new-information.hover:after {
	top: initial;
	bottom: 0;
	background: #fff;
}
.new-information.tel {max-width: 290px;}
.new-information .delete-var {
	top: 5px;
	right: 30px;
}
.new-information .delete-var:hover + input {
	/*border: 1px solid var(--red);*/
}

.span-hide {display: none;}
.span-hide.show {
	display: inline-block;
	vertical-align: top;
}
.hide-select.hide {display: none;}


.buttons-wrap {
	display: flex;
	margin-top: 100px;
}


select.catsel {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	/*-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	outline: none;
	height: 30px;
	/*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
	background-image: url('../img/design/down-arrow.svg');
	background-size: 10px;
	background-color: #fff;
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #e4e4e4;
	color: #555;
	font-size: 13px;
	margin: 0 0 22px;
	overflow: hidden;
	padding: 6px 25px 6px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
}
select.catsel.m-size {
	width: 200px;
}
select.catsel.mb0 {margin-bottom: 0;}
/*.btn-create {*/
	/*display: block;*/
	/*width: 88px;*/
/*}*/
select.catsel.error {
	border: 1px solid #EA4335;
}
select.catsel.warn {
	color: var(--red);
}
.category-block,
.rate-block,
.sg-block {
	width: 100%;
	background: #fff;
	/*padding: 0 34px;*/
	margin-bottom: 45px;
}
.more-block {
	padding: 30px 150px;
	text-align: center;
}
/*.rate-block {width: 570px;}*/
.category-block .row-name,
.rate-block .row-name {
	/*height: 52px;*/
	/*border-bottom: 1px solid var(--light-grey);*/
}
/*.category-block .row-name*/

.row-cat {
	/*border-bottom: 1px solid var(--light-grey);*/
	position: relative;
	transition: 0.3s ease;
}
.row-cat.empty-cat {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-block .row-name,
.category-block .row-cat,
.category-block .row-sg,
.rate-block .row-name,
.rate-block .row-rate,
.sg-block .row-name {
	padding: 0 34px;
	position: relative;
}
.category-block .row-name:before,
.category-block .row-sg:before,
.category-block .row-cat:before,
.rate-block .row-name:before {
	content: '';
	height: 1px;
	background: #e4e4e4;
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 0;
}
.category-block .row-cat:last-child:before,
.category-block .row-sg:last-child:before {
	display: none;
}
.row-cat.dis {
	pointer-events: none;
	cursor: initial;
}
.row-cat.dis * {
	color: var(--grey) !important;
	pointer-events: none;
	cursor: initial;
}
.row-cat.dis .catsel {
	opacity: 0.5;
}
.row-cat.dis .status-name .name {
	width: initial;
}
.row-cat .cat-name {
	line-height: 15px;
}
.row-cat:hover .cat-name {
	cursor: pointer;
}
.row-cat:hover, .row-sg:hover {
	background: var(--bg-hover);
	cursor: pointer;
}
.category-block.nonh .row-sg:hover {
	background: initial;
	cursor: initial;
}
.row-cat.empty-cat:hover {
	cursor: initial;
	background: none;
}
.col-1 {
	width: 8.333%;
	float: left;
	padding: 0 10px;
}
.col-2 {
	width: 16.667%;
	float: left;
	padding: 0 10px;
}
.col-3 {
	width: 25%;
	float: left;
	padding: 0 10px;
}
.col-4 {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	/*cursor: pointer;*/
}
.col-5 {
	width: 41.667%;
	float: left;
	padding: 0 10px;
	position: relative;
}
.col-6 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.col-7 {
	width: 58.333%;
	float: left;
	padding: 0 10px;
}
.col-8 {
    width: 66.666%;
    float: left;
    padding: 0 10px;
}
.col-9 {
    width: 75%;
    float: left;
    padding: 0 10px;
}
.col-10 {
	width: 83.333%;
	float: left;
	padding: 0 10px;
}
.col-11 {
	width: 91.667%;
	float: left;
	padding: 0 10px;
}
.col-12 {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.row-cat .col-5, .col-5.pr {
	width: calc(40% - 20px);
}
.row-name .col-4,
.row-name .col-6,
.row-name .col-2,
.row-name .col-5,
.row-name .col-1,
.row-name .col-3 {
	font: 400 13px 'Arial';
	color: #5E5E5E;
	padding: 18px 10px 33px 10px;
}

.category-block.booking .row-name .col-4,
.category-block.booking .row-name .col-6,
.category-block.booking .row-name .col-2,
.category-block.booking .row-name .col-5,
.category-block.booking .row-name .col-3 {
	font: 400 13px 'Arial';
	color: #5E5E5E;
}

.clearfix {clear: both;}
.row-cat .col-4,
.row-cat .col-5,
.row-cat .col-6,
.row-rate .col-6,
.row-rate .col-3,
.row-rate .col-4,
.row-rate .col-2,
.row-cat .col-2,
.row-cat .col-3 {
	padding: 25px 10px 46px 10px;
}
.row-cat .col-4 {
	font: 400 15px 'Arial';
	padding: 26px 10px 20px;
}
.row-rate .col-6.cat-name {
	font: 400 15px/19px 'Arial';
	padding: 26px 10px 20px;
}

div.pt28 {padding-top: 28px !important;}

.rc-menu {
	position: absolute;
	top: 17px;
	right: 28px;
	width: 20px;
	height: 35px;
}
.rul-row .rc-menu {
	right: 5px;
}

.rc-menu .open-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: transparent url("../img/design/3tochki.png") no-repeat center;
	background-size: auto 100%;
	cursor: pointer;
	transition: 0.3s ease;
}
.rc-menu .open-menu.hide {
	opacity: 0;
	visibility: hidden;
}
.rc-menu .open-menu.disabled {
	opacity: 0;
	cursor: initial;
	pointer-events: none;
}
.rc-menu .close-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: transparent url("../img/design/3tochki_disable (1).png") no-repeat center;
	background-size: auto 100%;
	cursor: pointer;
	transition: 0.3s ease;
}

.menu-block {
	position: absolute;
	top: 30px;
	cursor: initial;
	right: -10px;
	border-radius: 3px;
	box-shadow: 0 1px 7px -2px #666;
	padding: 15px;
	background: #fff;
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}
.menu-block:before {
	content: '';
	width: 20px;
	height: 10px;
	/*background: #fff url('/img/design/arrow-navigate-close.svg') no-repeat center;*/
	background: url('/img/design/arrow-navigate-close.svg') no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -8px;
	right: 10px;
	z-index: 11;
}
.menu-block.show {
	opacity: 1;
	visibility: visible;
}
.menu-block > div, .menu-block > a {
	display: block;
	font: 400 13px 'Arial';
	color: var(--blue);
	margin-bottom: 8px;
	cursor: pointer;
	white-space: nowrap;
	padding-left: 20px;
}
.menu-block .edit {
	background: url("../img/design/edit-icon.png") no-repeat 0 center;
}
.menu-block .disable-pub {
	background: url("../img/design/pause-icon.png") no-repeat 0 center;
}
.menu-block .delete {
	background: url("../img/design/u47.png") no-repeat 0 center;
}
.menu-block > div:hover {
	text-decoration: underline;
}
.status-name {
	/*float: left;*/
}
.status-name.rejected {
	color: var(--red);
}
.status-name.rejected .name,
.status-name.controlled .name {
	position: relative;
}
.status-name.rejected .name:before,
.status-name.controlled .name:before {
	content: '';
	position: absolute;
	left: -16px;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: url("../img/design/voskl_red.png") no-repeat center;
	background-size: 100%;
}
.status-name.controlled .name:before {
	background: url("../img/design/voskl_black.png") no-repeat center;
	background-size: 100%;
}
.status-name .name {
	padding-top: 6px;
	width: 150px;
	font: bold 15px/18px 'Arial';
	float: left;
	margin-bottom: 10px;
	padding-right: 8px;
}
.status-name.new .name,
.status-name.pending .name {
	color: var(--orange);
}
.status-name.new .sn-txt, .status-name.pending .sn-txt {
	padding-top: 8px;
	font: 400 13px/16px 'Arial';
	color: var(--orange);
}
.status-name.rejected .sn-txt {
	padding-top: 8px;
}
.status-name.pending .sn-txt {padding-top: 4px;}
.status-name.accepted .name {
	color: var(--green);
	max-width: 150px;
}
.status-name.rejected .sn-txt, .status-name.controlled .sn-txt, .status-name.published .sn-txt {
	font: 400 13px/16px 'Arial';
}
.status-name.published .sn-txt,
.status-name.controlled .sn-txt {
	color: #797979;}
.status-name.controlled .name, .status-name.published .name {
	width: 150px;
	font: bold 15px/18px 'Arial';
	margin-bottom: 12px;
}

.status-btn.syncro {
	border: none;
	color: #fff;
	background: rgb(0,133,178);
	background: -moz-linear-gradient(top, rgba(0,133,178,1) 0%, rgba(0,102,204,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,133,178,1) 0%,rgba(0,102,204,1) 100%);
	background: linear-gradient(to bottom, rgba(0,133,178,1) 0%,rgba(0,102,204,1) 100%);
}

.row-sg .sg-date,
.row-sg .sg-txt,
.row-sg .sg-name {
	color: var(--black);
	font: 400 15px/19px 'Arial';
}
.row-sg .sg-name.dis {
	color: var(--grey);
}
.row-sg .sg-cat.orange {
	font: bold 13px 'Arial';
	color: var(--orange);
	margin-bottom: 16px;
}
.row-sg .sg-txt.orange {
	font: 400 13px 'Arial';
	color: var(--orange);
	margin-bottom: 10px;
}

.category-block .row-sg {
	padding: 18px 34px 25px;
}
.hint.s-13 {
	font-size: 13px;
}
.fix-bottom-block {
	height: 55px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 50;
	padding: 10px;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.15);
}
.fix-bottom-block .block-btn {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
}


/*-----------------------------------BOOKING----------------------*/


.grey-line {
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}
.channel-id {
	text-transform: uppercase;
	color: var(--grey);
	font: 400 32px 'Arial';
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
}

.category-block.booking .cb-name {
	padding: 0 0 15px;
	color: #5e5e5e;
	font: bold 13px 'Arial';
}
.category-block.booking .col-5.fs0 {font-size: 0;}
.category-block.booking .cb-sub-name {
	color: #5e5e5e;
	/*margin-bottom: 20px;*/
	font: 400 13px 'Arial';
}
.category-block.booking .cb-sub-name.bnv,
.category-block.booking .cb-sub-name.bkg {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.category-block.booking .cn-name {
	margin-bottom: 4px;
	margin-top: 8px;
}
.category-block.booking .cn-name-id, .cn-name-id {
	color: #5e5e5e;
	font: 400 13px 'Arial';
}
.cb-sub-name.bkg {width: 180px;padding-right: 20px;}
.cb-sub-name.bnv {width: calc(100% - 180px);}
.cb-sub-name.bkg_lg {width: 280px;padding-right: 20px;}
.cb-sub-name.bnv_lg {width: calc(100% - 280px);}
.category-block.booking .status-name {font-size: 0;}
.cb-sub-name.bkg .sum {line-height: 30px;display: inline-block;vertical-align: top;}
.cb-sub-name.bkg .sum-txt {line-height: 28px;display: inline-block;vertical-align: top;color: var(--black);}
.sub-title.mb20 {margin-bottom: 20px;}

.cb-sub-name.bkg .type-bed {display: inline-block;vertical-align: top;width: 40px;height: 30px;}
.cb-sub-name.bkg .type-bed.twob {background: url("../img/design/beds.png") no-repeat center;background-size: 90%;}
.cb-sub-name.bkg .type-bed.oneb {background: url("../img/design/bed.png") no-repeat center;background-size: 90%;}
.cb-sub-name.bkg .type-bed.singleb {
	background-image: url("../img/design/single_bed.svg");
	background-repeat: no-repeat;
	background-size: 57%;
	background-position: center left 2px;
}

.sub-text p.mb5 {margin-bottom: 5px;}
.rate-hint {
	font: 400 13px/18px 'Arial';
	position: relative;
	padding-left: 22px;
}
.rate-hint:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url("../img/design/voskl_black.png") no-repeat center;
	background-size: 100%;
}
.rate-hint.time:before {
	background: url("../img/design/clock_black.png") no-repeat center;
	background-size: 100% auto;
}
.explanations {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background: url("/public/v2/img/design/vopros.png") no-repeat center;
	background-size: 100%;
	position: relative;
	margin-top: 6px;
	white-space: normal;
}
.explanations_wrench {
	background: url("../img/design/wrench.png") no-repeat center;
}
.explanations_text {
	background: none;
	width: inherit;
	height: inherit;
	cursor: pointer;
}

.explanations_text:focus {
	outline: none;
}
.explanations.big {
	width: 30px;
	height: 30px;
	margin-top: 4px;
}
.ex-block {
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 1px 7px 0 rgba(102, 102, 102, 0.35);
	padding: 15px;
	/*padding: 30px;*/
	font: 400 13px/18px 'Arial';
	position: absolute;
	max-width: 400px;
	background: #fff;
	color: #000;
	z-index: 10;
	top: 20px;
	left: -50px;
	transition: 0.3s ease;
}
.ex-block-sticky {
	position: sticky;
	margin-top: 5px;
}
.ex-block.show {
	transition: 0s;
	opacity: 1;
	visibility: visible;
}
.explanations.big .ex-block {
	padding: 30px;
}
.explanations .ex-block.right {
	left: initial;
	right: -50px;
	top: 23px;
}
.explanations .ex-block.left {
	left: -50px;
	right: initial;
	top: 23px;
}
.ex-block.right::before, .ex-block.left::before {
	content: '';
	position: absolute;
	display: block;
	top: -8px;
	width: 12px;
	height: 12px;
	z-index: 4;
	background: url("../img/design/arrow-navigate-close.svg") no-repeat center;
	background-size: 100%;
}
.ex-block.right::before {
	right: 52px;
}
.ex-block.left::before {
	left: 52px;
}
.ex-block-md {
	min-width: 430px;
}
.explanations_sm {
	white-space: nowrap;
}
.explanations_sm .ex-block {
	min-width: auto;
	padding: 5px 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	font-size: 13px;
}
.explanations_sm .ex-block::before {
	content: none;
}
.explanations.big .ex-block {
	/*width: 680px;*/
	min-width: 520px;
	top: 43px;
}
.explanations.big .ex-block:before {
	content: '';
	width: 20px;
	height: 10px;
	/*background: #fff url('/img/design/arrow-navigate-close.svg') no-repeat center;*/
	background: url('/img/design/arrow-navigate-close.svg') no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -9px;
	left: 50px;
	z-index: 11;

}
.explanations.big .ex-block p {
	margin-bottom: 20px;
}

.explanations:hover .ex-block {
	opacity: 1;
	visibility: visible;
}

.depend-tariff {
	color: var(--grey);
	/*display: inline-table;*/
	padding-right: 20px;
	max-width: 300px;
	line-height: 18px;
	white-space: initial;
}
.z-table .z-name {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.z-table .z-name:before {
	content: '';
	height: 1px;
	position: absolute;
	left: 8px;
	right: 0;
	bottom: 0;
	background: var(--grey-two);
	z-index: 3;
}

.z-table .z-name div {
	color: #5e5e5e;
	font: 400 13px 'Arial';
}
.z-table > div {
	padding: 0 0 15px;
	font-size: 15px;
}

.otch-tables > div {
	box-sizing: border-box;
	padding: 0 30px;
}
.otch-tables > div:nth-of-type(2) {
	background: #fff;
}
.otch-tables > div:nth-of-type(1) {
	position: relative;
	padding-bottom: 12px;
	padding-left: 0;
}
.otch-tables > div:nth-of-type(1):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 30px;
	height: 1px;
	background: var(--grey-two);
}
.otch-tables .name {
	height: 54px;
	padding: 0 14px;
	font: bold 15px/54px 'Arial';
	border-bottom: 1px solid var(--grey-two);
}
.otch-tables > div:nth-of-type(2) .name {
	color: var(--grey);
	padding-left: 0;
	margin-bottom: 25px;
}

.otch-tables .doc-name {
	position: relative;
	padding: 18px 14px;
	color: #000;
	transition: 0.3s;
}
.otch-tables .doc-name:hover {
	background: #0085B2;
	color: #fff;
}
.otch-tables .sub-name {
	color: #000;
	font: bold 15px 'Arial';
	margin-bottom: 15px;
}

.grid .white-block {
    min-height: 302px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.grid .white-block.calc {
    width: calc(100% - 30px);
}
.f-calc-block {
    width: calc(100% - 350px);
}


.grid .white-block .text,
.grid .white-block .sub-text {
    padding-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.grid .white-block .sub-text {
    font-weight: normal;
}
.grid .white-block .number {
    font-size: 30px;
	line-height: 1.1;
    margin-bottom: 10px;
}
.form__item.small .form__fieldname {width: 150px;font-weight: normal;}
.form__item.small .form__fieldname + .form__cell {width: calc(100% - 150px);}

.w530 .form__item .form__fieldname + .form__cell {width: calc(100% - 175px);}



.btn-sort {
    font-size: 13px;
	line-height: 25px;
	padding-left: 18px;
	background: url("../img/design/sorting.svg") no-repeat 0 center;
	background-size: 16px;
    color: #27579E;
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
}
.btn-sort:hover {
	color: #FC5218;
}

.hot-item {
	padding: 8px 14px 9px;
}
.hot-item.active {
	background: var(--bg-hover);
	color: var(--green);
	/*color: #279E90;*/
}
.pu-table tr th {
	border-bottom: 1px solid #e4e4e4;
	height: 60px;
	padding-top: 10px;
	color: #5e5e5e;
	vertical-align: top;
	text-align: left;
}


.pu-table {
	margin-bottom: 30px;
}


.pu-table tr th:nth-of-type(1),
.pu-table tr td:nth-of-type(1) {
	width: 115px;
	border-right: 1px solid #e4e4e4;
}
.pu-table tr th:nth-of-type(3) {
	padding-left: 34px;
	padding-right: 10px;
}
.pu-table tr:nth-of-type(2) td {
	padding-top: 20px;
}

.pu-table tr th:nth-of-type(2) {
	color: var(--green);
	text-align: left;
	padding-left: 26px;
}
.pu-table tr th:nth-of-type(2),
.pu-table tr td:nth-of-type(2) {
	width: 170px;
	border-right: 1px solid #e4e4e4;
}
.pu-table tr td:nth-of-type(2) {padding-right: 30px;}
.pu-table tr td:nth-of-type(3) {padding-right: 20px;}
.pu-table tr td {padding: 10px 0;}
.pu-table tr td:nth-of-type(2),
.pu-table tr td:nth-of-type(3) {
	text-align: right;
}


.sw-wrap {
    width: 670px;
}
.sw-wrap.width {
    width: 1100px;
}
.switch-block {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
}
.switch-block > div {
    height: 40px;
    cursor: pointer;
    padding: 0 15px;
    font: 400 13px/40px 'Arial';
    color: #5e5e5e;
}
.switch-block > div.active {
    border-bottom: 2px solid #409EFF;
}

.new-of-block, .jour-block {
    min-height: 200px;
}
.jour-block {
	display: none;
    width: 1100px;
}
.new-of-block {
    width: 670px;
}

.j-table {
	font-size: 15px;
	text-align: left;
	width: 100%;
}
.j-table th {
    font-size: 13px;
    font-weight: normal;
    color: #5e5e5e;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.j-table td {
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.j-table tr:last-of-type td {
	border-bottom: none;
}
.j-table th:nth-of-type(1),
.j-table td:nth-of-type(1) {
    width: 212px;
    padding-left: 15px;
}
.j-table td:nth-of-type(1) div {
	/*padding-left: 25px;*/
}
.j-table td .let,
.j-table td .link {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 14px;
	margin-right: 7px;
	background: url("/img/design/letter.svg") no-repeat 0 0;
	background-size: 100%;
}
.j-table td .link {
	background: url("/img/design/link.svg") no-repeat 0 0;
	background-size: auto 100%;
}
.j-table td .date,
.j-table td .name,
.j-table td .email {
	margin-bottom: 8px;
}
@media screen and (min-height: 900px) {
	.card-data-popup {
		height: auto;
	}
}