 

html{
	height: 100%;
	width: 100%;
	margin-top: 0 !important;
}
body{
	margin: 0;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
}
h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	color: #e1524b;
	text-transform: uppercase;
}
h2 span {

}
p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #7f8c8c;
}
img{
	display: block;
	max-width: 100%;
}

/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
}
button:hover , button:focus , button:active{
	outline: none;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button{
	display: block;
	position: relative;
	width: 355px;
	height: 48px;
	background: transparent;	
	color: #fefefe;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:before{
    position: absolute;
    top: -11px;
    left: -13px;
    content: "";
    width: 368px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:after{
	position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 366px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.button:hover{
	background: #384245;
	transition: 0.3s;
}
button:active,
button:focus{
	outline: none;
}


/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}
.input-text,
textarea{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 38px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	resize: none;
	outline: none;
	border: 1px solid #cacaca;
}

.b-input-text::-webkit-input-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-text:-moz-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 54px;
	border: 1px solid #d6dfcc;    
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
	background: #ffffff url(../images/select-arrow.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;        
}
.b-input-text{
	outline: none;  
}
textarea{
	height:80px;
}
.red-btn{
	transition: 0.3s;
}
.red-btn:hover{
    background: #ce4242;
	transition: 0.3s;
}
.red-btn:focus{
    background: #ab0000;
    transition: 0.3s;
}
.white-btn{
	transition: 0.3s;
}
.white-btn:hover{
	background: #ffffff;
	color: #111111;
	transition: 0.3s;
}


.b-container{
	min-height: 862px;
}
/* End Total css ====*/

/* -------------- page index -------------- */
.b-main{
	padding: 30px 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url(../images/main-bg.jpg) center top no-repeat;
	background-size: cover;	
}
.b-main-top{
 
}
.b-main-top{

}
.b-main-block{
	width: 100%;
	border-radius: 8px;
	border-right: 5px solid rgba(106, 114, 118, 0.75);
	border-bottom: 5px solid rgba(106, 114, 118, 0.75);
	overflow: hidden;
	position: relative;
	margin: 0 0 27px 0;
	padding: 25px 15px 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 186px;
}
.b-main-block:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);	
}
.b-main-img{
	margin: 0 0 35px 0;
}
.b-main-img img{
	margin: 0 auto 0;
}
.b-main-block__title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 5;
	margin: 0 0 20px 0;
}
.b-main-block__title span{
	color: #242424;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.b-main-block__title__right{
	border-left: 1px solid #bcbcbc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.btn-contract{
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	color: #2e2e2e;
}
.b-main-block__content{
	position: relative;
	z-index: 5;
}
.b-main-block__content ul{
	padding: 0;
	margin: 0;
}
.b-main-block__content ul li{
	list-style: none;
	color: #262626;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	margin: 0 0 18px 0;
	position: relative;
}
.b-main-block__content ul li i{
	color: #ff0000;
	margin: 0 0 0 5px;
	cursor: pointer;
	position: relative;
}
.tooltip{
	left: 0px !important;
	top: 4px !important;
}
.b-main-block__content ul li:before{
	position: absolute;
        top: 4px;
        left: -15px;
	content: "";
	width: 6px;
	height: 6px;
	background: #a5c919;
	border-radius: 100%;	
}
.b-main-block__content ul li.status-green:before{
    background: #008000;
}
.b-main-block__content ul li.status-yellow:before{
    background: #ffff93;
}
.b-main-block__content ul li.status-red:before{
    background: red;
}

.b-main-block__content ul li:last-child{
	margin: 0;
}
.b-main-block__content ul li span{
	font-weight: 400;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-block__content ul li a{
    color: inherit;    
}
.all-contract{
	color: #212121;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	position: relative;	
	margin: 20px 0 0 0;
        display: inline-block;
}
.all-contract:before{
	position: absolute;
	top: 4px;
	left: -15px;
	content: "";
	background: url(../images/arrow-red.png) no-repeat;
	width: 9px;
	height: 6px;
	margin: 0 10px 0 0;
	display: block;
}
.all-contract.activ:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.b-main-info{
	padding: 10px 25px;
	margin: 70px 0 0 0;
	min-height: auto;
}
.b-main-info__content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 5;	
}
.b-main-info__left{
	flex-shrink: 0;
	text-align: right;
}
.b-main-info__left span{
	display: block;
	font-size: 22px;
	line-height: 25px;
	color: #171717;
	font-weight: 300;
}
.b-main-info__left b{
	display: block;
	font-size: 22px;
	line-height: 25px;	
	color: red;
	font-weight: 700;	
}
.b-main-info__right{
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid rgba(48, 48, 48, 0.35);
}
.b-main-info__right p{
	color: #171717;
	font-size: 15px;
	font-weight: 300;
	line-height: 17px;
	margin: 0;
}
.b-main-block__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 14px 0 0 0;
}
.b-main-block__item:first-child{
	margin: 0;
}
.b-main-block__item__ico{
	flex-shrink: 0;
	margin: -1px 10px 0 0;
}
.b-main-block__item span{
	color: #212121;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
}
.b-main-block__item b{
	color: #212121;
	font-size: 15px;
	line-height: 17px;
	text-align: left;
}
.btn-off{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #191919;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	margin: 24px 0 0 0;
}
.btn-off:before{
	content: "";
	background: url(../images/pl-ico.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: -1px 10px 0 0;
}
.b-main-block__btn{
	padding: 18px 15px 19px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: auto;
}
.b-main-bottom{
	padding: 230px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-main-bottom > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 30;
}
.btn-menu{
	width: 47px;
	height: 47px;
	background-image: -webkit-linear-gradient(bottom, #bebebe 0%, #bebebe 0%, #edeeee 100%);
	background-image: -o-linear-gradient(bottom, #bebebe 0%, #bebebe 0%, #edeeee 100%);
	background-image: linear-gradient(to top, #bebebe 0%, #bebebe 0%, #edeeee 100%);
	border-radius: 9px;	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 30px 0 0;
}
.btn-menu span{
	display: block;
	background: #fc0f00;
	width: 25px;
	height: 4px;
	border-radius: 2px;
	margin: 0 0 5px 0;
}
.btn-menu span:last-child{
	margin: 0;
}

.b-nav{
	width: 376px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -500px;
	opacity: 0.9;
	background-color: #f67f00;
	background-image: -webkit-linear-gradient(bottom, #f0f5f6 0%, #fffefe 56%, #f7f9fb 99%, #f7f9fb 100%);
	background-image: -o-linear-gradient(bottom, #f0f5f6 0%, #fffefe 56%, #f7f9fb 99%, #f7f9fb 100%);
	background-image: linear-gradient(to top, #f0f5f6 0%, #fffefe 56%, #f7f9fb 99%, #f7f9fb 100%);
	padding: 30px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 99999999999999999;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;	
}
.b-nav.active{
	left: 0;
	transition: 0.3s;
	visibility: visible;
	opacity: 1;
}
.b-nav ul{
	padding: 0;
	margin: 0;
}
.b-nav ul li{
	list-style: none;
	margin: 0 0 55px 0;
}
.b-nav ul li:last-child{
	margin: 0;
}
.b-nav ul li a{
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
}
.nav-close{
	color: #2d2d2d;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.nav-close:after{
	content: "";
	background: url(../images/close-ico.png) center no-repeat;
	width: 15px;
	height: 14px;
	display: block;
	margin: 0 0 0 10px;
}
.b-main-menu{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.b-main-menu ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-main-menu ul li{
	list-style: none;
	width: 20%;
}
.b-main-menu ul li a{
	display: block;
	text-align: center;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	background: #a6c918;
}
.b-main-menu ul li:nth-child(2n) a{
	background: #ffd000;
}
.b-main-menu ul li:nth-child(3n) a{
	background: #ff5c00;	
}
.b-main-menu ul li:nth-child(4n) a{
	background: #fc0f00;
}
.b-main-menu ul li:nth-child(5n) a{
	background: #db1205;
}

.modal-info .modal-dialog{
	width: 414px;
	max-width: inherit;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 15px;
	pointer-events: inherit;
}
.modal-info .modal-dialog.modal-lg{
    width: auto;
    max-width: 800px;
}

.modal-info__content{
	text-align: left;
}
.modal-info__ico{

}
.modal-info__ico img{
	margin: 0 auto 0;
}
.modal-info__content b{
	display: block;
	color: #292929;
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
	text-transform: uppercase;	
	margin: 20px 0 15px 0;
}
.modal-info__content span,
.modal-info__content p{
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

/* -------------- page new -------------- */
.b-content{
	padding: 30px 0 45px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: inherit;
}
.b-content-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background: url(/agent/images/content-bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: 5;
}
.b-content-top{
	width: 100%;
	position: relative;
	z-index: 21;
}
.b-content .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	min-height: inherit;
}
.b-content .container > .row{
	width: 100%;
    margin-right: 0;
    margin-left: 0; 
}

.b-content-bottom{
	margin: 70px 0 0 0;
	width: 100%;
}
.b-content-title{
	margin: 0 0 24px 0;
}
h2{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0;
}
.b-step-nav{
	margin: 0 0 40px 0;
}
.b-step-nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}
.b-step-nav ul li{
	list-style: none;
	width: 50%;
}
.b-step-nav ul li:first-child{
	width: 49.5%;
}
.b-step-nav ul li a{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #202020;
	padding: 17px 0 17px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
.b-angle{
	position: absolute;
	height: 54px;
	width: 54px;
	right: -54px;
	top: 0;
	z-index: 10;
	overflow: hidden;
	z-index: 10;
}
.b-angle:after{
    position:absolute;
    width: 54px;
    height: 54px;
    left: -34px;
    background: #ffffff;
    content: "";
    -webkit-transform:rotate(450deg);
    transform:rotate(45deg);
    border-radius:10px;
}
.b-step-nav ul li.active a{
	background: #ef0400;
	color: #ffffff;
}
.b-step-nav ul li.active a .b-angle:after{
	background: #ef0400;
}
.b-step-block{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-step-content{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}
.b-hidden{
	display: none;
}
.b-step-block{
	margin: 0 8px 0 0;
}
.b-step-block:last-child{
	margin: 0;
}
.b-step-info{
	padding: 87px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 325px;
}
.b-step-info ul{
	padding: 0;
	margin: 0;
}
.b-step-info ul li{
	list-style: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;	
	padding: 23px 0 23px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-step-info ul li:first-child{
	height: 52px;
	padding: 0px 0 0px 20px;
}
.b-step-info ul li:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 99999999999px;
	height: 1px;
	background: rgba(255, 255, 255, 0.29);
}
.b-step-info ul li:first-child:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 99999999999px;
	height: 100%;
	background: red;
	border-radius: 8px;
	z-index: 1;
}
.b-step-info ul li:first-child:before{
	display: none;
}
.b-step-info ul li span{
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	position: relative;
	z-index: 5;
}
.b-step-item{
	width: 266px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.b-step-item ul{
	padding: 0;
	margin: 0;
}
.b-step-item ul li{
	list-style: none;
	text-align: center;
	height: 86px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.29);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.b-step-item ul li:nth-child(2){
	height: 52px;
}
.b-step-item ul li span{
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.b-step-item ul li b{
	display: block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	z-index: 5;	
}
.b-step-item ul li img{
	margin: 0 auto 0;
}
.b-step-item ul li strong{
	display: block;
	color: #ffffff;
	line-height: 16px;
	font-size: 22px;
	font-weight: 700;	
}
.b-step-item ul li p{
	margin: 0;
	color: #ffffff;
	line-height: 16px;
	font-size: 12px;
	font-weight: 400;
}
.btn-change{
	width: 140px;
	height: 47px;
	background: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	margin: 0 auto 0;
}
.b-step-item__center{
	background: rgba(255, 255, 255, 0.72);
	z-index: inherit;
}
.b-step-item__center ul li span{
	color: #292929;
}
.b-step-item__center ul li p , .b-step-item__center ul li strong{
	color: #292929;
}
.b-step-wrap{

}
.b-step-row{
	border-bottom: 1px solid rgba(255, 255, 255, 0.29);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 0;
}
.b-step-row:first-child{
	padding-top: 0;
}
.b-step-row:last-child{
	border: none;
}
.b-step-row b{
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;	
	margin: 0 0 5px 0;
}
.b-step-row p{
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	margin: 0 0 5px 0;
}
.b-step-row span{
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #ffffff;
}
.b-step-btns{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 25px 0 0 0;
}
.btn-back{
	width: 116px;
	height: 47px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	margin: 0 15px 0 0;
	transition: 0.3s;
}
.btn-get{
	width: 152px;
	height: 47px;
	background-color: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.modal-open .modal{
    background: rgba(6, 24, 33, 0.65);
}
.modal-consent .modal-dialog{
	width: 676px;
	max-width: inherit;
	border: 1px solid #ffffff;
	border-radius: 8px;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: inherit;
	margin: 200px auto 0;
}
.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/modal-close.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}
.b-consent-top{
	text-align: center;
	margin: 0 0 24px 0;
	padding: 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-consent-top span{
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;	
	margin: 0 0 24px 0;
}
.b-consent-top p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.b-consent-content{
	text-align: center;
}
.b-consent-content b{
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	margin: 0 0 20px 0;
	display: block;
}
.b-consent-input{
	width: 336px;
	height: 50px;
	background: #ffffff;
	border-radius: 8px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 17px;
	color: #111111;
}
.b-consent-btns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
}
.btn-enter{
	width: 152px;
	height: 47px;
	background: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	margin: 0 15px 0 0;
}
.btn-cancel{
	width: 116px;
	height: 47px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
}
/* -------------- page info -------------- */
.b-info-top{
	background: rgba(255, 255, 255, 0.12);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-top ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;	
}
.b-info-top ul li{
	list-style: none;
	color: #eceae5;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	margin: 5px 0;
}
.b-info-top ul li a{
    color: inherit;
}
.b-info-top ul li:after{
	content: "/";
	color: #eceae5;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-info-top ul li:last-child:after{
	display: none;
}
.b-info-wrap{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 135px 0 0 0;
}
.b-info-left{
	flex-grow: 1;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 26px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-left:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	border-radius: 8px;	
	z-index: 2;	
}
.b-info-item{
	position: relative;
	z-index: 5;
	width: 33.333333%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.b-info-item:last-child{
	border: none;
}
.b-info-item ul{
	padding: 0;
	margin: 0;
}
.b-info-item ul li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #242424;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;	
	margin: 0 0 20px 0;
}
.b-info-item ul li:last-child{
	margin: 0;
}
.b-info-item ul li span{
	color: red;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.b-status-info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-status-ico{
	width: 13px;
	height: 13px;
	background-color: red;
	border: 2px solid #ffffff;
	border-radius: 100%;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.b-info-right{
	flex-shrink: 0;
	width: 291px;
	max-height: 181px;
	position: relative;
	border-radius: 12px;
}
.b-info-right:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;	
	z-index: 2;
}
.b-info-right__wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;	
	position: relative;
	z-index: 5;
}
.b-info-right span{
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;	
	margin: 0 0 20px 0;
}
.b-info-right__ico{
	background: url(../images/b-info-right__ico.png) center no-repeat;
	width: 37px;
	height: 39px;
	margin: 0 auto 12px;
}
.b-info-right p{
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;	
}
.b-table-nav{
	margin: 40px 0 10px 0;
}
.b-table-nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #ffffff;	
	border-radius: 12px;
	overflow: hidden;
}
.b-table-nav ul li{
	list-style: none;
	width: 25%;
}
.b-table-nav ul li a{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;	
	padding: 15px 0;
}
.b-table-nav ul li a.active{
	background: #a22a2f;
	border-color: #a22a2f;
}

.b-info-table{
}
.b-info-table table{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.b-info-table table thead tr td{
	padding: 0;
	border: none;
}
.b-info-table table thead tr td span{
	display: block;
	border: 1px solid #ffffff;	
	border-right: 0px;
	border-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;	
	padding: 17px 0;
	margin: 0 0 10px 0;
}
.b-info-table table thead tr td span.active{
	background: #a22a2f;
	border-color: #a22a2f;
}
.b-info-table table thead tr td:first-child span{
    border-radius: 12px 0 0 12px;
    border-left: 1px solid #a22a2f;
}
.b-info-table table thead tr td:last-child span{
    border-radius: 0 12px 12px 0;
    border-right: 1px solid #ffffff;
}
.b-info-table table tbody tr td{
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	padding: 18px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
}
.b-info-table table tbody tr:first-child td{
	background: rgba(162, 42, 47, 0.50);
	border-color: rgba(162, 42, 47, 0.50);
}
.b-info-bottom{
	margin: 50px 0 0 0;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	align-items: center;	
}
.btn-pay{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #eceae5;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;	
	width: 291px;
	height: 78px;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	z-index: 5;
}
.btn-pay:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;	
	z-index: 2;
}
.btn-pay__ico{
	position: relative;
	z-index: 5;
	background: url(../images/money-ico.png) center top no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}
.btn-pay p{
	margin: 0;
	position: relative;
	z-index: 5;
	color: #eceae5;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;	
}
/* -------------- page schedule -------------- */
.b-schedule{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0 0 0;
}
.b-schedule-text{
	position: relative;
	width: 244px;
	flex-shrink: 0;
	margin: 0 20px 0 0;
    padding: 30px 20px 24px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-schedule-text:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;
	z-index: 2;
}
.b-schedule-text__wrap{
	position: relative;
	z-index: 5;
	text-align: center;
}
.b-schedule-text p{
	color: #eceae5;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;	
	margin: 0;
}
.b-schedule-right{
	border: 1px solid #ffffff;
	border-radius: 8px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.b-schedule-right__top{
	text-align: center;
	margin: 0 0 10px 0;
}
.b-schedule-right__top span{
	display: block;
	color: #da0911;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;	
}
.b-schedule-right__top p{
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;	
}
/* -------------- page pay -------------- */
.b-pay-row{
	margin: 0 0 30px 0;	
}
.b-pay-item{
	position: relative;
	border-radius: 8px;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-pay-item:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.77;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	border-radius: 8px;
	z-index: 2;
	border-right: 5px solid rgba(151, 157, 160, 0.7);
	border-bottom: 5px solid rgba(151, 157, 160, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-pay-item__wrap{
	position: relative;
	z-index: 5;
}
.b-pay-item__img{
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 15px 0;
}
 
.b-pay-item span{
	color: #172a34;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	text-align: center;
}
.b-pay-block{
	margin: 0 0 15px 0;
}
.b-pay-block:last-child{
	margin: 0;
}
.b-pay-block span{
	display: block;
	color: #ffffff;
	font-weight: 400;
	line-height: 16px;
	font-size: 14px;
	margin: 0 0 8px 0;	
}
.b-pay-input{
	width: 100%;
	height: 37px;
	background: #ffffff;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 18px;
	color: #111111;
}
.b-pay-block__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-pay-select{
	width: 100%;
	height: 37px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 18px;
	color: #111111;
	margin: 0 8px 0 0;
	background: #ffffff url(../images/select-arrow.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important; 	
}
.b-pay-select:last-child{
	margin: 0;
}
.b-pay-bottom{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0 0 0;
}
.btn-next{
	display: block;
	margin: 0 30px 0 0;
	width: 99px;
	height: 47px;
	background: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;	
}
.b-pay-bottom span{
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #ffffff;
}
.b-pay-bottom span i{
	color: #fd0002;
	font-style: normal;
	padding: 0 5px 0 0;
}
/* -------------- page settings -------------- */
.b-settings-nav{
	margin: 0 0 40px 0;
}
.b-settings-nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-settings-nav ul li{
	list-style: none;
	border-radius: 8px;	
	position: relative;
	display: block;
	margin: 0 10px 0 0;
}
.b-settings-nav ul li:last-child{
	margin: 0;
}
.b-settings-nav ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.77;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	border-radius: 8px;		
	border-right: 5px solid rgba(217, 218, 218, 0.7);
	border-bottom: 5px solid rgba(217, 218, 218, 0.7);	
	z-index: 1;
}
.b-settings-nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;	
	width: 207px;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	color: #172a34;		
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.b-settings-nav ul li.active:before{
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-right: 5px solid rgba(137, 13, 15, 0.42);
	border-bottom: 5px solid rgba(137, 13, 15, 0.42);	
}
.b-settings-nav ul li.active a{
	color: #ffffff;
}
.b-settings-content .b-pay-block{
	margin: 0 0 25px 0;
}
.btn-save{
	width: 122px;
	height: 47px;
	background: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
}
/* -------------- page connection -------------- */
.b-connection-top{
	position: relative;
	padding: 25px 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}
.b-connection-top:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;	
	z-index: 2;
}
.b-connection-top__wrap{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-connection-top__wrap b{
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
}
.b-connection-top__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-connection-top__right__ico{
	background: url(../images/b-connection-top__right__ico.png) center no-repeat;
	width: 37px;
	height: 39px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}
.b-connection-top__right span{
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
}
.b-connection-row{
	padding: 25px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;	
	margin: 0 0 15px 0;
}
.b-connection-row:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	border-radius: 8px;	
	border-right: 5px solid rgba(217, 218, 218, 0.7);
	border-bottom: 5px solid rgba(217, 218, 218, 0.7);		
	z-index: 1;
}
.b-connection-row ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 5;
}
.b-connection-row ul li{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #242424;
	font-size: 15px;
	line-height: 17px;	
	font-weight: 400;
	width: 25%;
	text-align: center;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-connection-row ul li:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "|";
	color: #242424;
	font-size: 15px;
	line-height: 17px;
	font-weight: 100;	
}
.b-connection-row ul li:last-child:after{
	display: none;
}
.b-connection-row ul li span{
	color: #242424;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-connection-block{
	position: relative;
	padding: 30px 35px 30px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-connection-block:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background-image: -webkit-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: -o-linear-gradient(329deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	background-image: linear-gradient(59deg, #bebebe 0%, #bebebe 0%, white 49%, #edeeee 100%);
	border-radius: 8px;	
	border-right: 5px solid rgba(217, 218, 218, 0.7);
	border-bottom: 5px solid rgba(217, 218, 218, 0.7);		
	z-index: 1;
}
.b-connection-block__wrap{
	position: relative;
	z-index: 2;
}
.b-connection-block__wrap span{
	display: block;
	color: #242424;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 0 15px 0;
}
.b-connection-textarea{
	width: 100%;
	height: 106px;
	background: #ffffff;
	border-radius: 8px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	color: #111111;
	font-weight: 400;
}
.b-connection-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 11px 0 0 0;
}
.btn-send{
	position: relative;
	width: 372px;
	height: 78px;
	display: block;	
	border-radius: 12px;
}
.btn-send:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;	
}
.btn-send span{
	color: #eceae5;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	position: relative;
	z-index: 2;
}
.btn-callback{
	position: relative;
	width: 614px;
	height: 62px;
	display: block;	
	border-radius: 12px;
}
.btn-callback:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.55;
	background-image: -webkit-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: -o-linear-gradient(329deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	background-image: linear-gradient(59deg, #c60000 0%, #c60000 0%, red 49%, #e60b0b 100%);
	border-radius: 12px;	
}
.btn-callback span{
	color: #eceae5;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	position: relative;
	z-index: 2;
}
/* -------------- page authorization -------------- */
.b-authorization{
	position: relative;
	z-index: 30;
	width: 100%;
        margin-top: 50px;
        margin-top: calc(20% - 160px);
}
.b-authorization.registration{
    margin-top: calc(15% - 136px);
}
.b-login{
	width: 540px;
	border: 0px solid #ffffff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 30px;
	padding: 35px  0;
}
.b-authorization-top{
	text-align: center;
	margin: 0 0 30px 0;
}
.b-authorization-top span{
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.b-authorization-item{

}
.modal-info__content .b-authorization-item span{
    color: black;
    text-align: left;
}
.modal-info__content .b-authorization-item input,
.modal-info__content .b-authorization-item textarea{
    width: 100%;
    color: black;
    text-align: left;
    border: 1px solid #cacaca;
}
.modal-info__content .btn-save{
    margin: 0 auto;
}
.modal-info__content .b-authorization-item textarea{
    height: 94px;
    padding: 10px 15px;
}
.b-authorization-item span{
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;	
	margin: 0 0 11px 0;
}
.b-login .b-authorization-item span{
	text-align: center;
}
.main_login .b-authorization-input{
	width: 399px;
	height: 47px;
        text-align: left;
	background: #ffffff;
	border-radius: 8px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #111111;
	margin: 0 auto 12px;
	display: block;
}
.btn-authorization{
	width: 176px;
	height: 47px;
	color: #ffffff;
	display: block;
	margin: 0 auto 15px;
}
.btn-reg{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 auto 0;
	text-align: center;
	display: block;
}

.b-checkbox{
    display: block;
    margin: 15px 0;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label span{
	display: block;
	width: 18px;
	height: 20px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.b-checkbox input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	display: block;
	width: 18px;
	height: 20px;
	border: 1px solid #ffffff;
	background: url(../images/check.png) center no-repeat;
	background-size: 12px;
	border-radius: 3px;
}
.b-checkbox input[type="checkbox"]:checked + label{
    color: #000000;
}
.b-checkbox input[type="checkbox"] + label i{
	color: #ffffff;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	padding: 2px 0 0 0;
}
.b-reg{
	width: 850px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 30px;
	padding: 35px 35px;	
}
.b-reg .b-checkbox{
	margin: 50px 0 0 0;
}
.b-reg .b-checkbox input[type="checkbox"] + label{
	justify-content: flex-start;
}
.b-reg .b-authorization-input{
	width: 100%;
}
.button-reg{
	width: 211px;
	height: 48px;
	background: red;
	border-radius: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	margin: 5px 0 0 0;
}
