body{
	background-color: #E5E5E5;
	padding: 0;
	font-family: "Montserrat";
	color: #2E2E48;
}
body.success-reg{
	background-color: white;
}
#dynamicPassword_linkRefresh {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F07D29;
    margin-top: 5px;
}
.logo{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 103px;
    height: 37px;
}
.form{
	margin-left: 40%;
}
a{
	text-decoration: underline;
	cursor: pointer;
}
a:hover{
	font-weight: 400;
}

input::-moz-placeholder { color: #B6D1DF; }
input::-webkit-input-placeholder { color: #B6D1DF; }
input{
	border-radius: 8px;
	border: 0.25px solid #B6D1DF;
}

.err{
	
		position: absolute;
		top: 10px;
		right: -35px;
	
}
.error_m{
	color: #bababa;
	font-size: 14px;
}
.error_msg{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #D10000;
    margin-bottom: 3px;
}




/*...................AUTHORIZATION.................*/
#pnlMessage,#pnlError {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
 
	height: auto;
    border-radius: 10px;
    padding: 15px;
	width: 40%;
}
#pnlMessage.two-box {
	margin-right: 15px;
}
#pnlMessage.two-box,#pnlError.two-box{
	height: auto;
	flex: 50% 1 0;
}
#pnlMessage {
	color: #515B7B;
	background: #EAEBF0;
		display: flex;
}
#pnlMessage b {
	color: #2E2E48!important;
}
#pnlError {
	background: #FFEFE3;
	color: #2E2E48;
	display: flex;
}


#overlay{
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: #2e2e48;
    opacity: 0.7;
}


#popup {
	display: none;
    
    position: fixed;
    top: 40%;
	left: calc(50% - 146px);
    z-index: 999;

    align-items: center;
    justify-content: center;

width: 292px;
height: 60px;


background: #2E2E48;
border-radius: 5px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #FFFFFF;
}

#pnlError  h3 {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin-bottom: 5px;
color: #F07D29;
margin-top: 0!important;
}
#MessageBlock {
	display: flex;
  justify-content: center; 
  width: 100%;
}
#pnlMessage img,#pnlError img {
	width: 20px;
    height: 20px;
    margin-right: 20px;
}
.auth{
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;
	display: flex;
	justify-content: center;
}
.auth-block{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.auth h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #515B7B;
	margin-bottom: 10px;
}
.auth label{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #515B7B;
}
.auth input{
    border: 1px solid #B1B1C1;
    box-sizing: border-box;
    border-radius: 5px;
    width: 274px;
    height: 34px;
	padding-left: 10px;
}
.auth input::placeholder{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #B1B1C1;
}
.auth .input-block{
	margin-top: 21px;
	display: flex;
    flex-direction: column;
}
.auth input.captcha {
	width: 156px;
}
.auth .captcha-row {
	display: flex;
	position: relative;
}

input.error {
	border: 1px solid red;
}


.auth .captcha-row div {
	display: flex;
    flex-direction: column;
	margin-left: 10px;
}
.auth form {
	display: flex;
    flex-direction: column;
}

.auth .butt{
    width: 126px;
    height: 42px;
    left: 167px;
    top: 269px;
    background: #F07D29;
    border-radius: 5px;
    margin-top: 40px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
}
.auth .butt:hover{
	background-color: #F89045!important;	
}

.auth .forgot-pass,.auth .captcha-image a{
	display: block;
    margin-top: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F07D29;
}
.reg-new{
	margin-top: 40px;
}
.reg-new p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #515B7B;
	margin-bottom: 0;
}
.reg-new a,.auth-info a{
	color: #F07D29;
}
.auth-info{
	width: 460px;
    margin-top: 30px;
}
.auth-info p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #515B7B;
	margin-bottom: 0;
}

.footer-auth{
    margin-top: 50px;
    background: #DEDEDE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 90px;
    align-items: center;
}
.footer-auth a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #F07D29;}

	@media screen and (min-width: 600px) and (max-width: 991px){
		.ws-item {
			width: calc(50.33% - 20px)!important;
		}
		.main-window label {
			font-size: 14px!important;
			line-height: 18px!important;
		}
		.reg .column-wrap {
			column-gap: 70px!important;
		}
	.reg #cbServiceType, .reg	.tarif-select,	.reg .row-input, .reg input {
			width: 250px!important;
		}
		
		.reg label {
			font-size: 13px!important;
			line-height: 15px!important;
		}
		.reg-info p {
			margin-top: 30px!important;
		}
	}

@media screen and (max-width: 600px) {
	
	.ws-item {
		width: 100%!important;
		margin-right: 0!important;
	}
	.reg .column-wrap{
	flex-direction: column;	
	}
	.reg form {
		margin-top: 20px!important;
	}
	.reg .row-input,.tarif-select,#cbServiceType {
		width: 100%!important;
	}
	.reg-info p {
		font-size: 14px!important;
	}
	.reg h2 {
		font-size: 28px!important;
		line-height: 32px!important;
	}
	.reg input{
		width: 100%!important;
	}
	.check-p{
		padding-right: 16px;
	}
	.check-p input{
		float: left;
		height: 18px;
		width: 18px;
		margin-right: 16px;
	}
	.check-r input{
		float: left;
		height: 18px;
		width: 18px;
		margin-right: 16px;
	}
	.reg h3 {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.reg .butt {
		width: 100%;
		height: 48px;
		margin-top: 20px;
		margin-left: 0;
	}
	.reg .forgot-pass{
		margin-left: 230px;
	}
	.reg-info p {
		margin-top: 30px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		color: #515B7B;
		margin-bottom: 0;
	}
	.reg-info input{
		margin-left: 16px;
		height: 16px;
		width: 30px;
	}
	.password-control {
		left: 90%;
	}
	#agr-check{
		margin-left: 16px;
	}
	.success img{
		width: 80%;
	}
	.auth {
		display: flex;
    flex-direction: column;
	padding-top: 0;
	}
	#MessageBlock{
		flex-direction: column;
			}
			.help{
				display: none!important;
			}
		
			.q-c {
				width: 100%;
				flex-wrap: wrap;
			}
			
		
			.ws-item{
				margin-bottom: 15px;
			}
			.tabs{
				margin: 0 16px;
				width: 100%;
			}
			.tab{
				width: 50%;
			}
			
		
			.office-title{
		text-align: center;
				font-size: 25px!important;
			}
			.office{
				margin-left: 0;
				max-width: 100%;
			}
	
	#pnlMessage, #pnlError {
width: 100%;
		font-size: 12px;
		line-height: 15px;
	height: auto;
	}
	.form{
		margin-left: 16px;
		margin-right: 16px;
	}
	.auth input{
		width: 100%;
	}
	.auth .butt{
		width: 100%;
		margin-top: 50px;
	}

	.auth-info{
		width: auto;
	}
	.err{
		top: 10px;
    right: -20px;
	}
	.footer-auth {
		margin-top: 50px;
		background: #DEDEDE;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		height: auto;
		align-items: self-start;
		flex-direction: column;
		padding: 20px;
	}
	.footer-auth a {
		margin-bottom: 10px;
	}
}




/*...................REGISTRATION.................*/
.reg{
	margin-top: 60px;
    margin-bottom: 66px;
	display: flex;
    flex-direction: column;
    align-items: center;
 
}
.reg .column-wrap {
	display: flex;
	column-gap: 120px;
	justify-content: center;
}
.reg h3{
	margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #F07D29;
}
.reg form {
	margin-top: 50px;
}
.reg h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 39px;
color: #515B7B;
}
.reg label,.reg .tarif-label{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    color: #515B7B;
    margin-bottom: 5px;
}
.reg input::placeholder{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #B1B1C1;
}
.reg .input-block {
	margin-bottom: 21px;
    display: flex;
    flex-direction: column;
}
.reg .row-input span.hint, div.hint{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #515B7B;
}
.reg input{
	width: 274px;
    height: 34px;
    padding-left: 10px;
    border: 1px solid #B1B1C1;
    box-sizing: border-box;
    border-radius: 5px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #515B7B;

}

.reg .form_radio span.tarif-name{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #515B7B;
}
.reg .form_radio span.tarif-price{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-left: 5px;
color: #515B7B;
}
.reg .tarif-label span {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 16px;
margin-left: 10px;
color: #515B7B;
}
.reg .tarif-label span a {
	color: #F07D29;

}
.reg .form_radio {
	margin-bottom: 15px;

}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
	display: flex;
    align-items: center;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 14px;
	user-select: none;
	margin: 0;
}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	background: url(../Images/img/radio-btn.svg) 0 0 no-repeat;
}
 
/* Checked */
.form_radio input[type=radio]:checked + label:before {
	background: url(../Images/img/radio-btn-active.svg) 0 0 no-repeat;
}
 
/* Hover */
.form_radio label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}
.radio-b p{
	margin-top: 30px;
}
.reg .inf{
	color: #B6D1DF;
	font-size: 12px;
	margin: 0;
	display: inline-block;
}
.reg .row{
	margin-bottom: 15px;
}
.check-p{
	padding-right: 80px;
}
.check-p input{
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 16px;
}
.check-p div{
	margin-bottom: 15px;
	margin-left: 35px;
}
.check-r input{
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 16px;
}
.check-r span{
	color: #B6D1DF;
	font-size: 16px;
	margin-left: 8px;
}

.reg .butt{
	border: 0;
	margin-top: 15px;
	margin-bottom: 17px;
	display: block;
	text-align: center;
	background-color: #F07D29;
	color: white;
	width: 191px;
    height: 42px;
    background: #F07D29;
    border-radius: 5px;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.reg .checkbox-block {
	margin-top: 30px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #515B7B;
  }
  
  .reg .checkbox-block  a {
	font-family: 'Montserrat';
	color: #F07D29;
  }

  .reg .checkbox-blockinput {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  .reg .checkbox-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 13px;
    height: 13px;
    border: 1px solid #515B7B;
    box-sizing: border-box;
    border-radius: 2px;
  }

  
  .reg .checkbox-block  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .reg .checkbox-block input:checked ~ .checkmark:after {
	display: block;
  }
  .reg .reg-info {
	display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .reg .checkbox-block .checkmark:after {
    left: 3px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #F89045;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
.reg .butt:hover{
	background-color: #F89045;	
}


.tarif-select {
	position: relative;
	width: 274px;
	margin-bottom:21px
}
.tarif-select .arrow{
	background: url(/Images/img/arrow-down.png);
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
}
#cbServiceType {
	padding: 7px 10px;
    width: 274px;
    height: 34px;

    border: 1px solid #B1B1C1;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515B7B;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#agr-check{
height: 1px;
width: 1px;
position: absolute;
left: 0;
}
.reg-info p{
	margin-top: 60px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #515B7B;
	margin-bottom: 0;
}


.row-input{
	position: relative;
    width: 274px;
}
.password-control {
	position: absolute;
	top: 5px;
    right: 10px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../Images/img/password-no-view.svg") 0 0 no-repeat;
}
.view {
	background: url("../Images/img/password-view.svg") 0 0 no-repeat;
}







/*...................SUCCESS REG.................*/
.success img{
    width: 300px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}
.success p{
	text-align: center;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;

color: #515B7B;
}
.success p span {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;

color: #DA5C00;

}
.success h1{
	text-align: center;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 49px;
color: #F07D29;
margin-bottom: 30px;
}
.success h3{
	text-align: center;
	margin-top: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #515B7B;
    margin-bottom: 7px;
}
.success {
	padding-bottom: 72px;
}
.success  h4{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #515B7B;
text-align: center;
}
.success  h4 a {
	color: #F07D29;

}
.success span{
	color: #FF6F3A;
	font-weight: bold;
}








/*...................OFFICE..............*/
.book{
	margin-left: 40px;
	margin-bottom: 30px;
	font-weight: bolder;
}
.book a{
	color: #2E2E48;
	margin-left: 15px;
	font-weight: 600;
}
.book a:hover{
	font-weight: bold;
}

.g-book{
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
	font-weight: 600;
}
.g-book a{
	color: #2E2E48;
}
.g-book a:hover{
	font-weight: bold;
}


.office-title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 39px;
	color: #515B7B;
	margin-bottom: 0;
	text-align: center;
}
aside.nav .user-info .user-name {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}
aside.nav .user-info  .subscripted-info span {
	margin-left: 30px;
}
aside.nav hr {
	opacity: 0.1;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 25px;
    margin-top: 25px;
}
aside.nav .balance-info .balance {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
aside.nav .balance-info .balance a.replenish_balance {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F07D29;
    margin-left: 60px;
}
aside.nav ul{
	padding: 0;
}
aside.nav ul > li >ul {
	margin-left: 30px;
}
aside.nav ul li ul a {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}
aside.nav ul li ul a.dropdown {
	margin-top: 15px;
    display: inline-block;
}
aside.nav ul li ul li {
	margin-bottom: 5px;
}
aside.nav ul>li {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-bottom: 18px;
color: #FFFFFF;
}
aside.nav ul>li a.active,aside.nav ul>li.active a{
	font-weight: 700;
}
body.account {
    background-color: white;
	overflow-x: hidden;
}
aside.nav .balance-info  .balance-money{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
margin-top:15px;
color: #FFFFFF;
}
aside.nav a.logout {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}
aside.nav .user-info  .subscripted-info {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
margin-top: 15px;
color: #B1B1C1;
}
body.account .office {
	position: relative;
    left: 320px;
	padding-left: 65px;
	padding-right: 40px;
	padding-top: 40px;
	width: calc(100% - 320px);
}
#WS {
	display: flex;
    flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
body.account .top-block {
	display: flex;
    margin-top: 30px;
}
aside.nav {
	overflow: overlay;
    padding: 40px;
   width: 320px;
    height: 100%;
 
    z-index: 1;
	background: #515B7B;
}
.nav{
	display: block;
}

.nav-toggle {
	display: none;
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно левого края панели */
    left: 320px;
    /* отступ от верхнего края панели */
    top: 30px;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: #2E2E48;
    /* цвет текста */
    color: #FFDB7D;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
/* определяем текст кнопки 
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
    color: #E7ECEB;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 24px;
    font-weight: bold;
}


/* цвет текста при наведении */

.nav-toggle:hover {
    color: #f4f4f4;
}


/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */
 
[id='nav-toggle'] {
    position: absolute;
    display: none;
}


/* 
 * изменение положения переключателя 
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}


/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
    background-color: #515B7B;
}


/* 
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}


/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X), 
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}
@media screen and (max-width: 1410px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
	.window-title {
		width: 100%;
    justify-content: center;
	}
	
	.main-window label {
		font-size: 14px;
		line-height: 18px;
		margin-left: 17px;
	}
	.ws-item img {
		width: 27px;
		height: 27px;
	}
	body.account .office {
		position: unset;
		left: unset;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		width: 100%;
	}
	aside.nav {
		overflow: unset;
	}
    .nav {
      width: 100%;
      box-shadow: none;
      left: -320px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 1;
    }
    .nav-toggle{    	
    	display: block;
    }
    aside {
	    background-color: transparent;
	}
}

/**
 * профиксим баг в Android <= 4.1.2
 * см: http://timpietrusky.com/advanced-checkbox-hack
 */

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}




aside img{
	margin-right: 16px;
}
aside ul{
	list-style-type: none;
	margin-bottom: 15px;
}
.dropdown:before{
	margin-right: 8px;
}
aside ul li a{
	color: #2E2E48;
	text-decoration: none;
}
aside ul li a:hover{
	color: #2E2E48;
}
aside ul li{
	margin-bottom: 8px;
}
aside ul li ul{
	margin-top: 8px;
}
aside ul li ul li{
	margin-bottom: 4px;
}
aside ul li ul li ul li{
	margin-bottom: 4px;
}
aside a:hover{
	font-weight: 600;
}
aside ul li ul a{
	color: #2E2E48;
}
aside ul li ul a:hover{
	font-weight: 600;
}
aside ul li ul li ul a{
	font-weight: 400;
	color: #2E2E48;
}
aside ul li ul li ul li  {
	font-weight: 500;
	color: #2E2E48;
}




.warning{
	flex: 320px 0 0;
    height: auto;
  padding: 25px 30px;
  background: #FFC9A1;
      border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.warning h4 {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #F07D29;
margin-bottom: 10px;
}
.warning img{
	width: 20px;
    height: 20px;
    margin-top: 0;
	margin-right: 15px;
}
.warning div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 70%;
}
.warning p{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #2E2E48;
    margin-left: 0;
    margin-bottom: 20px;
}
.warning a{
    text-decoration: none;
    width: 225px;
    height: 40px;
    background: #F07D29;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.warning a:hover{
	background: #DA5C00;
}

.info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    width: 670px;
    height: auto;
 
	background: #C4C4C4;  
	  border-radius: 10px;
    margin-left: 25px;
    padding: 30px;
}
.info img{
	width: 20px;
	height: 20px;
}
.info ul{
	margin: 0;
}
.info ul > li {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;

color: #515B7B;
margin-bottom: 10px;
}
.info a{
	color:#F07D29;
}

.main-window{
	margin-top: 40px;
}
@media screen and (max-width: 1410px) {
	aside{
		display: none;
	}
	.office{
		margin: 0;
		max-width: 100%;
	}
	.warning{
		display: flex;
		padding: 25px;
		flex: 100% 0 0;
		height: auto;
	}
	body.account .top-block {
		display: flex;
		margin-top: 30px;
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.q-c {
		width: 100%!important;
		flex-wrap: wrap;
	}
	.info {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 25px;
	}
	.warning div{
		max-width: 70%;
	}
	.warning a{
		margin-right: 0;
	}
	.warning h4 {
		font-size: 15px;
	}

}

table{
	width: 100%;
	border-radius: 15px;
}
th{
	font-weight: bold;
}
th, tr, td{
	border: 1px solid #bababa;
	padding: 5px 10px;
}
.window-title h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 0;
	color: #2E2E48;
	
}
.window-title a{
	text-decoration: none;
}
.window-title p{
	color: #bababa;
}
.window-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.window-title1{
	margin-bottom: 30px;
}
.window-title img{
    margin-left: 15px;
    width: 15px;
    height: 15px;
}

.main-window label{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #515B7B;
    text-decoration: none;
    margin-left: 18px;
	margin-bottom: 0;
	cursor: pointer;
}

.main-window .ws-item a.all-list{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F07D29;
    margin-top: 10px;
    margin-left: 18px;
}
.ws-item img{
	width: 35px;
    height: 35px;
}
.ws-item div {
	display: flex;
    flex-direction: column;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.ws-item{
	padding: 20px;
	
	width: calc(33.33% - 20px);
    height: 88px;
    border: 1px solid #7DAEC8;
    box-sizing: border-box;
    border-radius: 10px;
}


.help{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 80px;
    background: #F5F5F5;
    border-radius: 10px;
    margin-top: 40px;
    align-items: center;
   flex-wrap: wrap;
   position: relative;
}
.help .main-img{
	width: 20px;
	height: 20px;
	position: absolute;
}
.help label{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F07D29;
    text-decoration: underline;
}
.help label:hover{
	text-decoration: none;
}
.help .help-items{
	width: 100%;
	margin: 4px 35px 0 25px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}
.help a.close-help-block {
	position: absolute;
    right: 0;
}
.help .close-img{
	width: 11px;
	height: 11px;
}



.q-c{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 45px;
    width: 1015px;
}
.q-c   a,.q-c label a {
	color: #F07D29!important;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.q-c label,.q-c label a {
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #515B7B;
}
.q-c img{
    margin-left: 10px;
    width: 14px;
    height: 7px;
}





.disable a{
	color: #E7ECEB!important;
	cursor: default!important;
}
.disable label{
	color: #E7ECEB!important;
	cursor: default!important;
}
.disable img{
	opacity: 0.3!important;
}

.warning-pay img{
	width: 40px;
}



.disabletree a{
	color: #D5DBDC!important;
	cursor: default!important;
}
.disabletree a:hover{
	font-weight: 400!important;
}
.disabletree label{
	opacity: 0.3!important;
	cursor: default!important;
}
.disabletree img{
	opacity: 0.1!important;
}

[data-tooltip] {
    position: relative;
   }
[data-tooltip]::after {
  content: attr(data-tooltip);
  transition: 1s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
    width: 290px;
    left: 0; top: 0;
    margin-top: 30px;
    background: #bbbbbb;
    color: #fff;
    padding: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
[data-tooltip]:hover::after {
  opacity: 1;
}






/*////////////////////////////////////LISTFORM/////////////////////////*/
.listform{
	padding-left: 40px;
}
.bluebold{
	font-weight: 700;
	color: #B6D1DF;
	margin-bottom: 8px;
}
.mr-r-8{
	margin-right: 8px;
}
.mr-l-30{
	margin-left: 30px;
}
.m-t-20{
	margin-top: 20px;
}
.period-filter .k-header{
	background-color: transparent;
}
.period-filter{
	display: flex;
}
.date-period{
	display: flex;
}
.date-period p{
	margin: 4px 8px;
}
.flex-radio div{
	margin-right: 30px;
}
.flex-radio{
	margin-top: 8px;
	margin-left: 30px;
}
select{
	height: 36px;
	width: 130px;
	padding: 4px 8px;
	border-radius: 5px;
	border-color: #2E2E48;
}
#grid{
	margin-top: 30px;
	margin-bottom: 30px;
}
.k-button {
    color: white;
    border-color: #2E2E48;
    background-color: #2E2E48;
    background-image: none;
}
.k-header{
	background-image: none;
	background-color: #E7ECEB;
	border-color: #919191;
}
.check-r-pad{
	margin-bottom: 20px;
}
.check-r-pad div{
	margin-bottom: 6px;
}
.k-state-selected{
	border-color: #2E2E48;
    background-color: #2E2E48;
    background-image: none;
    color: white;
}




















/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v23-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin_cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v23-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin_cyrillic-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v23-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin_cyrillic-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v23-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin_cyrillic-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v23-latin_cyrillic-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v23-latin_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v23-latin_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v23-latin_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v23-latin_cyrillic-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}