

/* Start:/bitrix/templates/main/template_styles.css?17857615437595*/
body{
	font-family: Inter;
	background:#EBEAE8;
}
.formWindow{
	max-width: 430px;
    width: 100%;
    text-align: center;
}
.witefon{
	background: white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 4%);
	border-radius:20px;
	max-width:430px;
	width:100%;
	padding: 40px 30px 30px 30px;
	box-sizing: border-box;
}
.formhead{
	font-family:Inter;
	font-size:28px;
	color:black;
	font-weight:bold;
	text-align:center;
	padding-bottom:30px;
}
.inprow{
	margin-bottom:15px;
}
.inprow input{
	width:100%;
	border-radius:12px;
	border:1px solid #CBCBCB;
	background:#F2F1F0;
	font-family:Inter;
	font-size:14px;
	box-sizing: border-box;
	padding: 12px;
}
.blackB{
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: white;
    width: 100%;
    font-family: Inter;
    font-size: 14px;
    background: #222;
    border-radius: 12px;
    padding: 13px;
    box-sizing: border-box;
}
.blackButton{
	padding-top:15px;
}
.changeLink{
	color:black;
	font-family: Inter;
	display:inline-block;
	font-size:14px;
	text-decoration:none;
}
.text-center{
	text-align:center;
}
.smallPreview a{
	font-family: Inter;
	font-weight:400;
	color:black;
	font-size:10px;
}
.smallPreview{
    font-family: Inter;
    font-weight: 300;
    color: black;
    font-size: 10px;
    text-align: center;
    padding-top: 30px;
}
.logo{
	padding-bottom:40px;
}
.workarea{
/* 	width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.headPhoner{
	font-size:18px;
	text-decoration:none;
	color:black;
}
.grayButts{
    display: inline-block;
    border: 1px solid #CECECE;
    border-radius: 40px;
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 17px 30px;
}
.blackButts{
	display: inline-block;
    border: 1px solid #222;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
	background:#222;
}
.blueButts{
	display: inline-block;
    border: 1px solid #0D99FF;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
	background:#0D99FF;
}
.hightElem{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.headTopper{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 54px 55px 0px 55px;
}
.centerHead b{
	color:#0D99FF;
	font-weight:800;
}
.centerHead{
	font-size:58px;
	color:black;
	font-weight:800;
}
.dilBlock{
	width: 100%;
    max-width: 820px;
	display: flex;
    flex-direction: column;
    gap: 50px;
}
.centerHead{
	text-align:center;
}
.centerElem{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grayText{
	text-align:center;
	font-size:22px;
	color:#898989;
}
.textIconBody{
	font-size:16px;
	color:#898989;
	display:block;
}
.textIconHead{
	font-size:18px;
	color:#000;
	display:block;
	font-weight:600;
}
.oneIcon{
	display: flex;
    align-items: stretch;
    justify-content: space-between;
	gap: 15px;
}
.textIcon{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iconBlock{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.blackButts2{
	display: inline-block;
    border: 1px solid #222;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
	background:#222;
	width:270px;
	text-align:center;
	box-sizing: border-box;
}
.blueButts2{
	display: inline-block;
    border: 1px solid #0D99FF;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 17px 30px;
	background:#0D99FF;
	width:270px;
	text-align:center;
	box-sizing: border-box;
}
.grayButts2{
    display: inline-block;
    border: 1px solid #CECECE;
    border-radius: 16px;
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 17px 30px;
	width:270px;
	text-align:center;
	box-sizing: border-box;
}
.newButtonBlock{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.leftSide{
	width:270px;
	background:#F9F9F9;
	min-height:100vh;
	border-right:1px solid #ECECEC;
	position:relative;
}
.logoblock a img{
	width:100%;
}
.logoblock a {
	display:inline-block;
	width:113px;
}
.left_menu_block{
	padding:0px 20px 0px 5px;
}
.logoblock{
	padding:20px 0px 20px 20px;
}
.left-menu_item span{
	color:#222222;
	font-size:14px;
}
.left-menu_item.active, .left-menu_item:hover{
    background: #ECECEC;	
}
.left-menu_item{
    text-decoration: none;
    background: #F9F9F9;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
}
.userLeftEmail{
	color:#222;
	font-size:14px;
	display:block;
}
.userLeftActive{
	color:#828282;
	font-size:12px;
	display:block;
}
.sticky_user_block{
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
	border-top:1px solid #ECECEC;
	position:absolute;
	bottom:0;
	width: 100%;
	box-sizing: border-box;
}
.rightSide{
	background:#fcfcfc;
	min-height: 100vh;
	flex-grow: 1;
	padding:60px 40px 0px 40px;
	box-sizing: border-box;
	position:relative;
}
.lk_block{
	display:flex;
}
.blobbed{
	margin-bottom:20px;
}
.blobInp{
	display: flex;
    align-items: center;
    gap: 20px;
}
.blobHead b{
	color:black;
	font-weight:400;
}
.blobHead{
	color:#898989;
	fon-size:14px;
	padding-left:20px;	
}
.blobInp input.galked{
	background:url(/bitrix/templates/main/img/galk.svg) no-repeat 97% center;
}
.blobInp input{
	background:#FFFFFF;
	border:1px solid #E9E9E9;
	color:black;
	font-size:14px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 4%);
	border-radius:50px;
	padding: 16px 20px;
	margin-top:5px;
}
.blobFaq b{
	color:#0D99FF;
	font-size:20px;
	font-weight:500;
}
.blobFaq{
	color:#898989;
	font-size:14px;
}
.excersise{
	display: flex;
    align-items: center;
    gap: 30px;
}
.orderItem{
	color:black;
	font-size:14px;
	margin-bottom:4px;
}
.supBlock .telegramto{
    color: #898989;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.1);
    border-radius: 50px;
    background: white;
    gap: 15px;
    height: 33px;
    width: 206px;
    align-items: center;
    justify-content: center;
}
.supBlock .mailto{
	color:#898989;
	font-size:14px;
	text-decoration:none;
}
.supBlock{
	display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 20px;
}

@media screen and (max-width:903px)
{
	.workarea{
		padding:30px 0px 0 0;
		box-sizing:border-box;
	}
	.headTopper{
		flex-direction: column;
		gap: 15px;
		padding: 10px;
	}
	.hightElem{
		gap: 15px;
		flex-direction: column;
	}
	.iconBlock{
		flex-wrap: wrap;
		justify-content: center;
		margin-top:45px;
	}
	.centerElem{
		height:auto !important;
	}
	.centerHead{
		font-size:32px;
	}
	.dilBlock{
		gap:15px;
	}
	.grayText{
		font-size:14px;
	}
	.grayButts, .blackButts{
		display:none;
	}
	.textIcon{
		justify-content: center;
		gap:10px;
	}
	.newButtonBlock{
		margin-top:45px;
	}
	.centerHead b{
		display:block;
	}
}


/* End */
/* /bitrix/templates/main/template_styles.css?17857615437595 */
