

/* Start:/local/templates/employee_olk/styles.css?17169945596652*/
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
    -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
	outline: none;
	font-weight:normal;
}

.layout{
	padding:40px;
}

.flex__block{
	display:flex;
}

.spaceBetween{
	justify-content:space-between;
}.spaceAround{
	justify-content:space-around;
}.align-itemsCenter{
	align-items:center;
}


.topBlock{
	padding:20px 40px;
	align-items: center;
}

.blue-title{
	font-size:28px;
	color:#119dd0;
	padding:10px 0;
}.blue-title.black{
	color:#000
}.blue-color{
	color:#119dd0;
}.top-title{
	margin-left:40px;
	line-height:24px;
}.top-title strong{
	font-size:24px;
}

.top-user_img{
	border-radius:100%;
	margin-right:20px;
}
.header-bottomBlock {
	background-color:#119dd0;
	padding:20px 40px;
    align-items: center;
	justify-content:space-between;
}.header-bottomBlock .header__menu{
	width:70%;
}.header-bottomBlock .search_and_i{
	width:calc(30% - 100px);
	margin-left:100px;
	justify-content: end;
}.header-bottomBlock .header__menu ul{
	justify-content:space-between;
	padding: 0 10px;
}.header-bottomBlock .header__menu ul li{
	position:relative;
}.header-bottomBlock .header__menu ul li a{
	color:#fff;
	font-size:20px;
}.header-bottomBlock .header__menu ul li p{
	position:absolute;
	display:none;
	background-color: #119dd0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    top: 20px;
}.header-bottomBlock .header__search input{
	background-color:#cceaf5;
	border:none;
	outline:none;
	color:#000;
	border-radius:5px;
	padding:10px;
	width: 300px;
}.header-bottomBlock .header__bell, .header-bottomBlock .header__calendar{
	margin-left:20px;
	position:relative;
}.header-bottomBlock .header__bell i, .header-bottomBlock .header__calendar i{
	color:#fff;
	font-size:40px;
}.header-bottomBlock .header__bell i{
    transform: rotate(45deg);
}.header-bottomBlock .header__calendar .today{
    position: absolute;
    top: 15px;
    left: 10px;
	color:#fff;
	font-weight:600;
}

.grey-block{
	background-color:#f5f5f5;
	border-radius:15px;
	padding:10px;
}
.layout.profile{
	justify-content:space-between;
}.layout.profile > div, .layout.profile .profile__right-block > div{
	width:48%;
}.layout.profile .profile__right-block > div{
	padding: 20px 20px 0 20px;
    box-sizing: border-box;
}
.my-profile .img_and_status div img{
	border-radius:100%;
}.my-profile .name{
	margin-bottom:20px;
	margin-top:40px;
    font-size: 26px;
}.my-profile .name strong{
	font-weight: 400;
}
}.online{
	text-align:center;
	margin:20px 0;
}.my-profile__img{
	position:relative;
}.my-profile__img .online-icon{
	position:absolute;
	width:20px;
	height:20px;
	border-radius:100%;
	background-color:#00ab4f;
	bottom:0;
	bottom: 15px;
    left: 65px;
}.my-profile__data p span{
	width: 150px;
    display: inline-block;
}.my-profile__data p{
	margin-bottom:10px;
}.my-profile__data{
	flex-direction:column;
}

.swiper-slide img{
	border-radius:100%;
}.single-item{
	
}.news-block{
	width:30%;
}.events-block{
	margin-left:100px;
	width: calc(70% - 100px);
	position:relative;
}.slick-prev, .slick-next{
	position:absolute;
	top:-43px;
}.slick-next{
	right:0;
}.slick-prev{
	right:40px;
}.slick-dots{
	display:flex;
	font-size:67px;
	color:#119dd0;
	right:75px;
	position:absolute;
	top:-86px;
}.slick-dots, .slick-dots a, .slick-dots li{
	height:20px;
}.slick-dots li{
	opacity:0.4;
}.slick-dots li.slick-active{
	opacity:1;
}.slick-slide > div{
	align-items:center;
}.slick-slide > div .main__blog-title{
	margin-top:20px;
}
.edit_avatar, a.link{
	text-decoration:underline;
	color:#989898;
	cursor:pointer;
}
.edit_avatar_block{
	display:none;
	position:fixed;
	top:100px;
	width:300px;
	left:50%;
	margin-left:-150px;
	background:#fff;
	padding:15px;
}
.my-wallet{
	margin:20px 0;
}.my-wallet strong{
	font-size:53px;
	font-weight:600;
}.wallet-button{
	margin-bottom:20px;
}.wallet-button button, button.button{
	background-color:#d0eaf7;
	border-radius:5px;
	border:none;
	outline:none;
	padding:10px 15px;
}
.profile__right-block .olkygriki{
	padding:0 20px;
}
.news__content .news__date, .news__content .news__link-date a,
.news-date, .news-link a{
	color:#119dd0;
}.news__content > div > div{
	margin-bottom:10px;
}.news__content .news-title{
	font-size:18px;
	font-weight:600;
}.all-news{
	text-align:right;
	position:relative;
	bottom: 4px;
	right:10px;
}.news-list .news-item{
	width:30%;
	background-color:#f5f5f5;
	border-radius:5px;
	margin-right:5%;
	margin-bottom:40px;
}.news-list .news-item:nth-child(3n){
	margin-right:0;
}.news-list{
	flex-wrap:wrap;
	margin-top:20px;
}.news-list .news-img img{
	width:100%;
	border-radius:5px 5px 0 0;
}.news-date, .news-title, .news-link{
	margin:10px 0;
	padding:0 20px;
}
body div.bx-auth, .lk.bx-auth-reg{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(17,157,208,1) 100%);
	margin:0!important;
	display:flex;
	justify-content:center;
	flex-direction:column;
	height:100vh;
	max-width:100%!important;
} .lk.bx-auth-reg .lk__header{
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
} .lk.bx-auth-reg .lk__hint.lk__text{
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
}.lk.bx-auth-reg .lk__body .lk__row{
	display: flex;
	justify-content:center;
}.lk.bx-auth-reg .lk__body .lk__row input, form[name=form_auth] input{
	border:none;
	height:30px;
	border-radius:5px;
	padding:5px;
}.lk.bx-auth-reg .lk__body .lk__row input.lk-button.lk-button_blue{
	height: 40px;
    margin-left: 20px;
}#USER_REMEMBER{
	appearance:auto;
	height:15px;
	width:15px;
}body div.bx-auth:last-child, .bx-auth-serv-icons{
	display:none;
}div.bx-auth-title, div.bx-auth-note{
	text-align:center;
}div.bx-auth form{
	display: flex;
    flex-direction: column;
    align-items: center;
}a[href="/registration/"]{
	font-weight:bold;
	color:#000;
	padding:10px 0;
}.authorize-submit-cell{
	margin:10px 0;
}.lk__hint.lk__text_error p{
	text-align:center;
	margin:5px 0;
}

.favourites{
	flex-direction:column;
	justify-content:space-between;
}
.form-idea{
	background-color: #d0eaf7;
	padding: 20px;
}.form-idea, .form-idea select, .form-idea textarea{
	border-radius: 5px;
    border: none;
    outline: none;
}.form-idea select, .form-idea textarea{
	background-color: #fff;
	width:100%;
	padding:5px;
	box-sizing:border-box;
}.idea-select-wrap{
	margin-bottom:10px;
}.form-idea textarea{
	resize:none;
	height:80px;
}.form-idea button.ideaSubmit{
	background-color:#119dd0;
}.form-idea .ideaSubmit-wrap{
	margin-top:10px;
}

.holidays_info p{
	margin:10px 0;
	color:#989898;
}.holidays_info p strong{
	color:#000;
	font-weight:600;
}
/* End */
/* /local/templates/employee_olk/styles.css?17169945596652 */
