/* special for main css function
you need new file? call me.
 */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Open+Sans&display=swap');

 body {
	font-family: 'Noto Sans', sans-serif;
	overflow-x: hidden;	
 }

.blogMain {
	width: 80% !important;
	margin:  0px auto !important;
}

.comment-wrapper .panel-body {
    max-height:650px;
    overflow:auto;
}

.comment-wrapper .media-list .media img {
    width:64px;
    height:64px;
    border:2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom:1px dashed #efefef;
    margin-bottom:25px;
}
  

.blogStatya .mainImgBlog {
	max-width: 100%;
	height:  auto;
	object-fit: contain; /* Fit logo in the image size */
        -o-object-fit: contain; /* Fit logo fro opera browser */
    object-position: top; /* Set logo position */
        -o-object-position: top; /* Logo position for opera browser */
}

.blogStatya {
	background: #F9F9F9;
	margin-left: 30px;
	padding:  0px !important;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blogStatya a {
	margin: 7px;
}

.blogStatya h3{
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 18px;
	align-items: center;
}

.blogStatya p {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;	
	font-weight: normal;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
	line-height: 13px;
	align-items: center;
	color: rgba(101, 101, 101, 0.79);
}
/*  Крошки  */

 .breadcrumb {
	background: #5F5F5F !important ;
	border-radius: 10px 10px 0px 0px !important;
	margin-bottom: 0px !important;
	margin-top: 55px;
 }

 .breadcrumb li.active {
 	font-family: 'Noto Sans', sans-serif !important;
	font-style: normal;
	font-weight: bold;
	line-height: 11px !important;
	font-size: 12px !important;
	color: #FFFFFF !important;
 }

  .breadcrumb li a{
 	font-family:'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
	font-size: 12px;

	color: rgba(255, 255, 255, 0.5);
 }
 
 /* Header */
 
 nav > .container {
	width: 100%; 
	padding: 0;
 }
 
 .navbar-inverse {
	border: 0px;
 }
 
.navbar {
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
 }
 
 .navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus  {
	color: rgba(255, 255, 255, 0.8);
 }
 
 .navbar-inverse .navbar-nav > li > a:active {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
 }
 
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
}
 
 .main-logo {
	background: #FFFFFF;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 10px 10px;
	padding: 16px 20px;
 }
 
 .main-logo img {
	width: 58px;
	height: 53px;
 }
 
  .navbar-brand {
	padding-top: 0;
  }
  
  /* профиль меню */

  .profile_link {
  	background-color: white;
  	border-bottom-left-radius: 10px;
  }

  .profile_link img {
  	margin-left: 15px;
	margin-top: -10px;
  }

  .profile_link  a span {
  	color: black;
  	font-weight: bolder;
  	font-family: 'Noto Sans', sans-serif;
  }

  .profile_link #nickname {
  	font-size: 14pt;
  	display: inline-block;
  	text-align: right;
  }
   

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	margin-left: 50px;
}

.container > .navbar-header,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: 0;
}

 .bg-navigation {
	width: 100%;
	height: 211px;
	background: url("../img/layouts/bg-header.svg") left 99% no-repeat,
				linear-gradient(191.06deg, #4FACFE -0.27%, #00F2FE 86.93%);
	background-size: cover;
}

/*Header главной страницы*/

 .bg-index-navigation {
	width: 100%;
	height: 908px;
	background: url('../img/layouts/bg-index-header.svg') left 99% no-repeat,
				linear-gradient(191.06deg, #4FACFE -0.27%, #00F2FE 86.93%);
	background-size: cover;
}

.header-container {
	position: absolute;
	top: 225px;
	left: 75px;
}

.header-container p {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	max-width: 500px;
}

.header-container h1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	line-height: 102px;
	font-size: 96px;
	color: #FFFFFF;
	text-shadow: -5px 5px 22px rgba(0, 0, 0, 0.11);
	max-width: 700px;
	margin: 30px 0 72px 0;
}

.btn-registration {
	width: 400px;
	background: #656565;
	box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
}

.btn-registration:hover,
.btn-registration:focus {
	background: #696969;
}

.btn-registration:active {
	background: #828282;
}

.btn-registration > a {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	text-decoration: none;
}

.divider {
	display: none;
}

@media (max-width: 600px) {
	.bg-index-navigation {
		width: 100%;
		height: 558px;
		background-position: 100% auto;
	}
	
	.header-container {
		top: 80px;
		left: 30px;
	}

	.header-container p {
		font-size: 14px;
		max-width: 300px;
	}

	.header-container h1 {
		line-height: 70px;
		font-size: 62px;
		max-width: 300px;
		margin: 20px 0 30px 0;
	}
	
	.btn-registration {
		width: 250px;
		padding: 15px 0;
	}
	
	.btn-registration > a {
		font-size: 16px;
	}
}

/*----------------------------*/

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: transparent;
	font-weight: 600;
}

.dropdown-menu {
	border: 0;
}

.dropdown-menu > li > a {
	font-size: 14px;
	text-transform: uppercase;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #f8f8ff;
	color: #000;
}

.dropdown-menu > .active > a:active {
	background-color: #f5f5f5;
}

/* Кнопка мобильной версии меню */

.navbar-inverse .navbar-toggle {
	background-color: #fff;
	border: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	z-index: 15;
}

.navbar-toggle {
	padding: 9px 9px;
	margin-right: 30px;
    margin-top: 10px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.navbar-toggle .icon-bar {
	width: 13.06px;
	height: 1.83px;
	border-radius: 4px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:active {
	background-color: #5F5F5F;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar {
	background-color: #fff;
}

/*-----------------------*/

@media (max-width: 768px) {
	/*body {
		overflow-y: hidden;
	} */
	
  .main-logo {
	padding: 7px 11px;
 }
 
 .main-logo img {
	width: 35px;
	height: 32px;
 }
 
 .wrap .nav > li {
    z-index: 11;
 } 
 
 .navbar > .container .navbar-brand, 
 .navbar > .container-fluid .navbar-brand {
	margin-left: 12px;
}

.navbar-inverse .navbar-collapse {
	border: #fff;
	float: right;
}

.navbar-collapse.collapse.in {
	position: absolute;
	right: 0;
}

 .bg-navigation {
	height: 142px;
 }
 
 .navbar-inverse .navbar-nav > li > a {
	background-color: #fff;
	color: #737373;
 }
 
 .navbar-inverse .navbar-nav > .active > a, 
 .navbar-inverse .navbar-nav > .active > a:hover, 
 .navbar-inverse .navbar-nav > .active > a:focus,
 .navbar-inverse .navbar-nav > .active > a:active,
 .navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus, 
 .navbar-inverse .navbar-nav > li > a:active {
	background-color: #fff;
	color: #000;
	font-weight: normal;
 }
 
.navbar-nav .open .dropdown-menu,
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus  {
	background-color: #fff;
	color: #000;
} 

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: #f8f8ff;
	color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:active {
	background-color: #f5f5f5;
}
}

/*-----------------------*/


/* Footer */
 footer {
	background: #5F5F5F;
 }

 footer > .container {
	padding: 0;
	color: #fff;
 }
 
 footer .row {
	 margin: 20px 0 40px 0;
 }
 
.footer-item h2,
.footer-item p {
	font-family: 'Noto Sans', sans-serif;
	line-height: 16px;
	font-size: 18px;
	margin: 25px 0 0 0;
}

.footer-item h2 {
	font-weight: bold;
}

footer .nav > li > a {
	color: #fff;
	background-color: transparent;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

footer .nav > li > a:hover,
footer .nav > li > a:focus,
.footer-item > p > a:hover,
.footer-item > p > a:focus {
	background-color: transparent;
	color: #e6e6e6;
}

footer .nav > li > a:active,
.footer-item > p > a:active {
	background-color: transparent;
	color: #cccccc;
}

footer .nav > li > a{
	padding: 0;
	margin: 25px 0 0 0;
}

footer .nav .open > a, 
footer .nav .open > a:hover, 
footer .nav .open > a:focus {
	background-color: transparent;
}

.footer-item p a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}

p.pull-left {
    padding: 15px 15px 0;
	margin-bottom: 0;
}

p.pull-right {
    padding: 15px 15px 0;
}

footer ul li.profile_link {
	background-color: transparent;
}

footer ul li.profile_link img {
	display: none;
}

footer ul li.profile_link span {
	color: #ffffff;
	font-size: 16px !important;
}

.footer-item {
	height: 380px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-item:last-child {
	border-right: none;
}

@media (max-width: 768px) {
.footer-item {
	border-right: none;
	height: auto;
}
}

/*-----------------------*/

/*Контент главной страницы*/

.index-title h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	text-align: center;
}

.index-title hr {
	height: 11px;
	background: linear-gradient(270deg, #00C9FF 0%, #00F2FE 103.45%);
	margin-top: 10px;
	margin-left: 0;
	border: 0;
}


.index-title p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
}

.index-title-question {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 48px;
}

.row .col-lg-4.index-title {
    margin: 10% 0;
}

.index-map {
	margin: 0 auto 0;
    max-width: 919px;
}

/*
.index-map h2 {
	max-width: 500px;
}
*/

.index-section {
	margin: 200px auto;
    max-width: 500px;
	text-align: center;
}

.index-button {
	background: linear-gradient(270deg, #00C9FF 0%, #00F2FE 103.45%);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 15px 0;
	width: 345px;
	text-align: center;
	margin: 30px auto 0 auto;
}

.index-button:hover,
.index-button:focus {
	background: linear-gradient(270deg, #33d3ff 0%, #33f5ff 103.45%);
}

.index-button:active {
	background: linear-gradient(270deg, #66deff 0%, #66f7ff 103.45%);
}

.index-button a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

@media (max-width: 768px) {
	
	.container .row{
		margin: 0;
	}
	
	img.col-lg-8 {
		width: 100%;
	}
	
	.index-title {
		text-align: center;
	}
	
	.index-title-study {
		display: flex;
		flex-wrap: wrap;
	}
	
	.index-title-study img {
		order: 1;
	}
	.index-title-study .index-title {
		order: 2;
	}
	
	.index-title h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.index-title hr {
		height: 9px;
	}

	.index-title p {
		font-size: 24px;
	}

	.index-title-question {
		font-size: 36px;
	}
	
	.index-section {
		margin: 50px auto;
		max-width: 100%;
	}
	
	.index-button {
		width: 220px;
	}
}

/*-----------------------*/


/* ------ Верхняя шапка и фльтр для страниц */

.container {
	padding: 0;
}

nav + .container .row{
	margin: 0;
}

.top_page {
	background: url('../img/layouts/bg-page.svg') left 99% no-repeat,
	linear-gradient(155.41deg, #4FACFE 0%, #00F2FE 137.36%);
	background-size: cover;
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
	color:  white;
	font-family:  'Noto Sans', sans-serif;
	font-style: normal;
}

.top_page h2 {
	font-family: 'Noto Sans', sans-serif;
	padding-left: 160px;
	font-weight: bold;
	line-height: 32px;
	font-size: 36px;
	margin: 40px 0 15px;
}

.top_page p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px !important;
	line-height: 16px;
	max-width: 920px !important;
	padding: 0 160px !important;
	margin-bottom: 30px !important;
	background-color: transparent;
}


.filter_horizon {
	background-color: #FCFCFC;
	color: black;
	overflow: hidden;
	width: 100%;
	font-family:  'Noto Sans', sans-serif;
	padding: 30px 140px;
}

.filter_horizon h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

form.filter_form_prof {
	float: right;
}

form.filter_form_prof input[type=text] {
  padding: 14px 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  text-indent: 10px;
  border: 1px solid #fefefe;
  float: left;
  width: 300px;
}

/* Style the submit button */
form.filter_form_prof button {
	float: left;
	width: 11%;
	margin-left: -50px;
	padding: 4px;
	background: rgba(33, 150, 243, 0);
	color: #aaa;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	border: none;
	margin-top: 5px;
	border-left: none;
	cursor: pointer;
}

form.filter_form_prof button:hover {
  /* на всякий */
  color: black;
}


form.filter_form_prof::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 768px) {
	
nav + .container {
	margin: 0 1%;
}
.breadcrumb {
	margin-top: 10px;
}
	
.top_page h2 {
	padding: 0 20px;
	font-size: 28px;
	margin-top: 15px;
	text-align: center;
}
	
.top_page p {
	padding: 0 20px !important;
	margin-bottom: 20px;
	text-align: center;
}

.filter_horizon {
	padding: 25px 0 25px 10px;
}

form.filter_form_prof input[type=text] {
  width: 250px;
}

.filter_horizon form {
	width: 250px;
	margin: 0 auto;
}

.filter_horizon h3 {
	margin-bottom: 20px;
	text-align: center;
}

form.filter_form_prof {
	float: none;
}
	
}

/* ------ конец ------- */

/* Контент професси/где учиться/где работать */

.row.prof-content {
	margin: 20px 160px !important; 
}

.prof-content h2 {
	font-weight: bold;
	line-height: 22px;
	font-size: 24px;
}

.prof-content-flex {
	display: flex; 
	flex-direction: row; 
	justify-content: space-around; 
	flex-wrap: wrap;
}

@media (max-width: 768px) {

.row.prof-content {
	margin: 15px 15px !important; 
}		
}

/*----------------------*/
/*    Профиль */
/*----------------------*/
#profile {
	top: 0px;
	padding-bottom:  74px;
	background: url('../img/layouts/bg-profile.svg') left 99% no-repeat,
	linear-gradient(155.41deg, #4FACFE 0%, #00F2FE 137.36%);
	background-size: cover;
	border-radius: 0px;
}

.avatar {
	position: relative;
}

.lvl {
	opacity: 0;
	position: absolute;
	color: white;
	border-radius: 118px;
	z-index: 9;
	left: 122px;
	top: 45px;
	color: white;
	padding: 64px 37px 56px 42px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.lvl:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.57);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

h3.user_name {
	font-family:  'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	font-size: 36px;
	margin-top: 56px;
}

p.type_user {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 9px;
	font-size: 10px;
	opacity: 0.69;
}

#achiv {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 18px;
	text-align: center;
	float: right;
	margin-right: 120px;
	margin-top: 56px;
	color: white;
}

.last_achiv {
	color: black;
	width: 100%;
	margin-top: 10px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.last_achiv  h4,
.last_achiv  p {
	margin: 0;
}

.list-achiv-flex {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.list-achiv {
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: black;
	width: 40%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.list-achiv h4,
.list-achiv p {
	margin: 0;
	padding:0 !important;
}

.right_tabs_profile {
	border-left:  1px solid #C4C4C4;
	height: auto;
	overflow: hidden;
	padding:  10px;
	background-color: #FCFCFC;
}

.menu_profile {
	border-right: 1px solid #cecece;
	padding: 55px 0 55px 30px;
}

.menu_profile li {
	list-style: none;
	padding: 5px 0;
}

.menu_profile li.active a{
	color: #000000;
	text-decoration: none;
}

.menu_profile li a {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 18px;

	color: rgba(0, 0, 0, 0.3);
}

.menu_profile li a:hover {
	text-decoration: none;
	color: black;
}

.menu_profile li a i {
	width: 18px;
	height: 18px;
	text-align: center;
	margin-right: 5px;
}

.progress{
    width: 160px;
    height: 160px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    top: 37px;
	left: 48px;
    position: relative;
	background-image: linear-gradient(to right, #deeb85, #90ffff);
	border-radius: 50%;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #C4C4C4;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}

@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.tab-content .tab-pane h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.tab-content .tab-pane p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.71);
	padding-left: 20px;
}

.tab-content .tab-pane ul li {
	color: #000000;
	font-size: 18px;
}

.tab-content .tab-pane ul li span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
	text-decoration: underline;
	color: #4FACFE;
}


@media (max-width: 768px){

#profile {
	padding-bottom: 0;
}	

.progress { 
	left: 0; 
}

h3.user_name,
p.type_user {
	text-align: center;
}

#achiv {
	float: none;
	width: 220px;
	margin: 30px auto;
}

.list-achiv {
	width: 250px; 
}

.list-achiv .achiv-img,
.list-achiv div h4,
.list-achiv div p {
	text-align: center;
}

.menu_profile {
	border: none;
	padding: 35px 0 0 20px;
}

.menu_profile li a {
	font-size: 22px;
}

.menu_profile li {
	padding-bottom: 10px;
}

.lvl {
	left: 50%;
	margin-left: -73px;
}

}


/*--------Конец профиля-------*/



/*--------Профессии -------*/
.prof_review, .favourites {
	padding: 0;
	margin-top: 20px;
}

.prof_review img, .favourites img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border-radius: 20px;
	filter: gray; /* IE 6-9 */
	-webkit-transition: filter 0.2s linear;
	-moz-transition: filter 0.2s linear;
	-ms-transition: filter 0.2s linear;
	-o-transition: filter 0.2s linear;
	transition: filter 0.2s linear;
}

.prof_review:hover img,
.favourites:hover img  {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: filter 0.2s linear;
	-moz-transition: filter 0.2s linear;
	-ms-transition: filter 0.2s linear;
	-o-transition: filter 0.2s linear;
	transition: filter 0.2s linear;
}

.prof_review a,
.favourites a {
	color: black;
	text-decoration: none;
}

.prof_review h4,
.favourites h4 {
	font-family: 'Noto Sans', sans-serif;
	line-height: 12px;
	font-size: 13px;
	max-width: 260px;
}

.text_prof {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	font-size: 17px;
	padding: 0;
	margin: 30px auto;
	display: block;
	width: 80%;
	text-align: left;
}

.text-description p {
	font-family: 'Noto Sans', sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 17px !important;
	padding: 0 40px;
	margin: 20px auto;
	display: block;
	width: 85%;
	text-align: left;
	background-color: #FCFCFC !important;
}
.text-description div.img-text{
	width: 85%;
	margin: 20px auto;
	padding: 0 40px;
}


.napravlenie, .since_prof, .job_prof, .map_prof, .prof_video, .since_video, .slider_prof {
	width: 80%;
	margin:  40px auto;
	font-family: 'Noto Sans', sans-serif;
}

.napravlenie h3, .since_prof h3, .job_prof h3, .map_prof h3, .prof_video h3, .since_video h3, .slider_prof h3 {
	font-size: 28px;
	font-family: 'Noto Sans', sans-serif;
}

.napravlenie ul li {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;	
	font-size: 14pt;
}

.header_page_img {
	padding:  50px;
   -moz-box-shadow:    inset 0 0 400px #000000;
   -webkit-box-shadow: inset 0 0 400px #000000;
   box-shadow:         inset 0 0 400px #000000;
}

.prof_salary a,
a.favorite.btn,
a.favorite_del.btn {
	margin: 15px 0;
	color: #ffffff;
	background: #4FACFE;
	border-color: #4FACFE;
}

.prof_salary a:hover,
.prof_salary a:focus,
a.favorite:hover,
a.favorite:focus,
a.favorite_del.btn:hover,
a.favorite_del.btn:focus {
	color: #ffffff;
	background: #00A3FF;
	border-color: #4FACFE;
}

.prof_salary a:active,
a.favorite:active,
a.favorite_del.btn:active {
	color: #ffffff;
	background-color: #4FACFE;
	border-color: #4FACFE;
}

@media (max-width: 768px){
	
.napravlenie, .since_prof, .job_prof, .map_prof, .prof_video, .since_video, .slider_prof {
	width: 90%;
}
/*
.prof_video iframe,
.since_video iframe {
	height: 230px !important;
}
*/
.header_page_img {
	text-align: center;
	padding:  20px 10px;
}

.header_page_img img,
 .header_page_img .prof_salary {
	margin: 0 auto;
	float: none !important;
}

.text_prof {
	padding: 0;
	margin: 20px auto;
	width: 90%;
	text-align: center;
}

.text-description p {
	padding: 0 10px;
	margin: 15px auto;
	width: 95%;
}
	 
.title_page h3{
	font-size: 30px;
}
}

.title_page h3{
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	font-size: 36px;
	color: #FFFFFF;
}

	.reed_more,
	.reed_more_hide {
		cursor: pointer;
		padding: 10px 20px;
		font-family: 'Noto Sans', sans-serif;
		font-style: normal !important;
		font-weight: bold !important;
		line-height: normal !important;
		font-size: 15px !important;
		text-align: center !important;
		color: #FFFFFF !important;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
		background: linear-gradient(270deg, #00C9FF 0%, #00F2FE 103.45%) !important;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25) !important;
		border-radius: 10px !important;
		margin-bottom: 20px;
	}
	
	.reed_more:hover,
	.reed_more:focus,
	.reed_more_hide:hover,
	.reed_more_hide:focus {
		background: linear-gradient(270deg, #33d3ff 0%, #33f5ff 103.45%) !important;
	}
	
	.reed_more:active,
	.reed_more_hide:active	{
		background: linear-gradient(270deg, #66deff 0%, #66f7ff 103.45%) !important;
	}
	
	.bgreg {
		background-color: #f8f8f8;
	}
	
@media (max-width: 768px){
.title_page h3 {
	font-size: 30px;
}
}
	/*Форма регистрации, авторизации*/
	
	.input-login {
		background: #FEFEFE !important;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15) !important;
		border-radius: 8px !important;
		border-color: #dedede !important;
		padding: 14px;
		height: auto !important;
		text-align: center;
	}
	.form-login {
		margin: 150px auto !important;
		text-align: center;
		width: 65%;
		background: #fff;
		padding: 50px 70px 50px 70px;
		border-radius: 8px;
	}
	
	.form-login h2,
	.form-group h2	{
		font-size: 28px;
		line-height: 22px;
	}

	.login_btn {
		display: block;
		margin: 0px auto;
		background: linear-gradient(270deg, #00C9FF 0%, #00F2FE 103.45%);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
		border-radius: 3px;
		padding: 5px 40px 5px 40px;
		margin-top: 30px;
		border-color: transparent !important;

	}
	.input-login {
		background: #FEFEFE !important;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15) !important;
		border-radius: 8px !important;
		border-color: #dedede !important;
		padding: 6px 14px;
		height: auto !important;
		text-align: center;
		width: 50%;
		margin: 0 auto;
	}
	
	.form-control {
		width: 50%;
		margin: 0 auto;
	}

	#login-form a {
		color: #aaa;
	}

	#login-form .checkbox label{
		float: left;
		color: #aaa;
	}
	
.btn-remember { 
	color:#999
	;margin:1em auto; 
	overflow: hidden;
	height: auto; 
	width: 45%;
}	
	
@media (max-width: 768px){
    .form-login {
		width: 95%;
		padding: 15px;
		margin: 25px auto !important;
	}
	
	.form-login h2,
	.form-group h2	{
		font-size: 28px;
		line-height: 26px;
	}
	
	.input-login,
	.form-control {
		width: 90%;
	}
	
	.btn-remember { 
	width: 95%;
}
}

/*------------------------------*/
	
/* Слайдер */
.carousel {
	background-color: #FCFCFC;
}

.carousel-slide {
	margin: 50px 160px 0;
	width: 72%;
	height: auto;
}

.carousel-indicators {
	justify-content: flex-end;
	margin: 0 50px;
	bottom: 30px;
}

.carousel-indicators li {
	width: 8px;
    height: 8px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators li.active {
	background-color: #000;
}

@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, 
.carousel-control .icon-prev {
    margin-left: -40px;
}

.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next {
    margin-right: -40px;
}
}

.carousel-event.carousel-control.left,
.carousel-event.carousel-control.right {
	background-image: none;
}

@media (max-width: 768px){

.carousel-slide {
	margin: 30px auto;
	width: 72%;
	height: auto;
}
}

/* Конец слайдера */

/* Страница событий */

.main-event{
	background-color: transparent;
	padding: 20px 0;
}

.main-event h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin: 0;
}

.main-event .data-event {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: rgba(101, 101, 101, 0.79);
}

.event,
.test {
	background-color: #FCFCFC;
	padding: 30px 160px;
}

.event .data-event,
.test .data-test {
	font-family:  'Noto Sans', sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: rgba(101, 101, 101, 0.79);
	margin: 15px 0;
}

.event h2,
.test h2 {
	font-family:  'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 16px;
	color: #000000;
	margin: 15px 0;
}

.event p,
.test p {
	font-family:  'Noto Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: rgba(101, 101, 101, 0.79);
}

.event-img,
.test-img {
	text-align: center;
}

.event img,
.test img {
	margin: 15px 0;
	background-color: #C4C4C4;
	/*width: 102px;*/
	width:  100%;
	/*height: 102px;*/
	height:  auto;
}

.event:hover,
.test:hover {
	background-color: #FFF;
}

@media (max-width: 1200px){
.event,
.test {
	padding: 20px;
}

.row.event,
.row.test {
	display: flex;
	flex-wrap: wrap;
}
}

@media (max-width: 768px){
.event,
.test {
	padding: 20px;
}

.row.event,
.row.test {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
}
	
.event .data-event,
.test .data-test {
	order: 2;
	width: 600px;
	margin: 0;
}

.event .event-img,
.test .test-img {
	order: 1;
	text-align: left;
}

.event .description-event,
.test  .description-test {
	order: 3;
}

}

/* Кнопка "Узнать больше" */
.btn-event,
.btn-test {
	width: 128px;
	background: #656565;
	box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	text-align: center;
	padding: 7px 0;
}

.btn-event:hover,
.btn-event:focus,
.btn-test:hover,
.btn-test:focus {
	background: #696969;
}

.btn-event:active,
.btn-test:active {
	background: #828282;
}

.btn-event > a,
.btn-test > a {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	text-decoration: none;
}

/* Конец кнопки*/

/* Конец страницы событий */

/* Фильтры карты */

.map-filter {
	background-color: #F8F8F8;
}

.map-filter .col-lg-9 {
	padding: 0;
}

.map-filter .form-check h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #000000;
	margin: 10px 0;
}

.map-filter .form-check hr {
	background-color: #00C2FF;
	border: 0;
}

.map-filter .form-check label {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0;
	font-weight: normal;
	padding: 0;
}

.map-filter .form-check i {
	color: #00C2FF; 
	margin-right: 5px;
}

.map-filter .form-check input[type="checkbox"]{
	display: none;
}

.map-filter .form-check .fa-2x {
	font-size: 14px;
}

.map-filter .form-check input[type="checkbox"] + label i:before {
	content: "\f00c";
	position: relative;
	color: #F8F8F8;
	border: 1px solid #00C2FF;
}
.map-filter .form-check input[type="checkbox"]:checked + label i:before {
	content: "\f00c";
	color: #00C2FF; 
	border: 1px solid #00C2FF;
}

.filters_map:last-child {
	margin-bottom: 25px;
}


/* Конец фильтров карты */


/* Горизонтальная прокрутка */

.horizontal-scroll {
	overflow-x: auto;
	margin-bottom: 20px;
}

.horizontal-scroll::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #F1F1F1;
}

.horizontal-scroll::-webkit-scrollbar {
    height: 6px;
    background-color: #F1F1F1;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #D6D6D6;
}

/* Конец горизонтальной прокрутки*/

/* Мероприятия, добавленные в профиль */

.row.my-event {
	margin-bottom: 20px !important;
}

.my-event span {
	background-color: #fff;
	color: #C4C4C4;
}

.my-event a h4 {
	margin: 0;
	color: #000;
}

.my-event a h4:hover {
	color: #000;
	text-decoration: none;
}

.my-event p {
	padding: 0 !important;
}

.my-event p span {
	font-size: 16px;
	color: #000;
	padding: 0;
}

/* Конец мероприятий, добавленных в профиль */

.row {
	margin-left: 0;
	margin-right: 0;
}

/*Меню мобильной версии*/

.menu-phone {
	display: none;
}

@media (max-width: 768px){

#w0-collapse,
.navbar-toggle {
	display: none;
}

[id='nav-toggle'] {
	position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ .menu-phone {
    right: 0;
    box-shadow: -4px 0px 20px 0px rgba(0,0,0, 0.3);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0,0,0, 0.3);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0,0,0, 0.3);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ .menu-phone > .nav-toggle {
	background: url('../img/layouts/menu-active.svg') 100% 100% no-repeat;
    left: auto;
    right: 22px;
    top: 1em;
}

.menu-phone {
	height: 100%;
	width: 55vw;
	position: fixed;
	top: 0;
	right: -55vw;
	display: block;
	background-color: #ffffff;
	transition: right 0.3s;
	z-index: 15;
}

.nav-toggle {
	position: absolute;
	top: 10px;
	right: 60vw;
	width: 30px;
	height: 30px;
    background: url('../img/layouts/menu-click.svg') 100% 100% no-repeat;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.bg-menu {
	width: 100%;
	height: 120px;
	background: url('../img/layouts/bg-menu.svg') no-repeat,
				linear-gradient(191.06deg, #4FACFE -0.27%, #00F2FE 86.93%);
	background-size: cover;
	padding: 0 20px;
}

.bg-menu .user-name {
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.bg-menu div {
	padding-top: 10px;
	text-align: center;
}

.bg-menu p.user-name {
	margin-bottom: 5px;
}

.bg-menu a {
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.bg-menu a:last-child {
	float: right;
	margin-top: 1px;
}

@media (max-width: 340px){
	.bg-menu {
		padding: 0 10px;
	}
	
}

ul.navbar-nav {
	margin: 0;
}

.navbar-nav li {
	list-style: none;
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	background: #FAFAFA;
}

.navbar-nav li a {
	color: #737373;
	line-height: 16px;
	padding: 20px 30px;
	text-align: right;
	white-space: normal
}

.navbar-nav li.active a {
	color: #000000;
	background: #F3F3F3;
}
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
	font-size: 16px;
    padding: 20px 25px 20px 10px;
	text-align: right;
	width: 100%;
}

.divider {
	margin: 0 !important;
	background: #FAFAFA !important;
	padding: 0 !important;
}

ul.dropdown-menu {
	padding: 0;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover, 
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
}

}

/*Конец меню мобильной версии*/

/* Профиль организации */

.label.label-primary {
	color: black;
	font-size: 18px;
	text-align: left;
	background: transparent;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}

.label.label-primary {
	margin: 15px 0;
}

.form-group {
	margin: 20px 0;
}


.form-group.field-mycompany-idcompany {
	margin: 0;
	height: 0;
}

.form-group.field-mycompany-imagefiles {
	margin-top: 0;
}
/*
input[type='file'] {
  width: 95px;
 }
*/
.form-group.field-mycompany-imagefiles label,
.form-group.field-mycompany-imagefiles input,
.form-group.field-mycompany-bgcompany label,
.form-group.field-mycompany-bgcompany input,
.form-group.field-mycompany-namecompany label,
.form-group.field-mycompany-namecompany input,
.form-group.field-mycompany-slider label,
.form-group.field-mycompany-slider input,
.form-group.field-mycompany-videocompany label,
.form-group.field-mycompany-videocompany input {
	display: inline-block;
	overflow: inherit;
}

input.form-control,
.form-group.field-mycompany-aboutcompany .tox.tox-tinymce {
	width: 70%;
}

.form-group.field-mycompany-nameevent input#mycompany-nameevent {
	width: 100%;
}


.form-group.field-mycompany-aboutcompany label,
.form-group.field-mycompany-aboutcompany .tox.tox-tinymce {
	float: left;
	overflow: inherit;
}

.form-group.field-mycompany-imagefiles label,
.form-group.field-mycompany-bgcompany label,
.form-group.field-mycompany-namecompany label,
.form-group.field-mycompany-slider label,
.form-group.field-mycompany-aboutcompany label,
.form-group.field-mycompany-videocompany label {
	width: 23%;
	text-align: right;
	padding-right: 10px;
}
div.help-block {
	display: none;
	margin: 0;
}

.row.add-slider {
margin-left: 23% !important;
}

hr.add-slider {
	margin-left: 22%;
}

.form-group.field-mycompany-aboutcompany textarea.form-control {
	height: auto;
	width: 70%;
	margin: 0;
}

@media (max-width: 768px){
.form-group.field-mycompany-aboutcompany label,
.form-group.field-mycompany-aboutcompany .tox.tox-tinymce {
	float: none;
}
.form-group.field-mycompany-imagefiles label,
.form-group.field-mycompany-imagefiles input,
.form-group.field-mycompany-bgcompany label,
.form-group.field-mycompany-bgcompany input,
.form-group.field-mycompany-namecompany label,
.form-group.field-mycompany-namecompany input,
.form-group.field-mycompany-slider label,
.form-group.field-mycompany-slider input,
.form-group.field-mycompany-videocompany label,
.form-group.field-mycompany-videocompany input {
	display: block;
}

input.form-control,
.form-group.field-mycompany-aboutcompany .tox.tox-tinymce {
	width: 100%;
}

.row.add-slider {
margin-left: 0 !important;
}

hr.add-slider {
	margin-left: 0;
}

.form-group.field-mycompany-aboutcompany textarea.form-control {
	width: 100%;
}

}

/* Конец профиля организации */

/* Мероприятия в профиле организаии */

.summary {
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	margin: 20px auto;
}

.modal-body .label.label-primary {
	color: black;
	font-size: 24px;
	text-align: left;
	background: transparent;
}

.modal-body .label.label-primary {
	margin: 15px 0;
}

.modal-body .form-group {
	margin: 15px 0;
}

.modal-body .form-group.field-mycompany-idcompanyforevent {
	margin: 0;
	height: 0;
}

.modal-body .form-group.field-mycompany-imagefileevent {
	margin-top: 0;
}

h4.modal-title,
.modal-body h4 {
	font-family: 'Noto Sans', sans-serif;
}


/* Конец мероприятий в профиле организации */

/* Мои компании в профиле пользователя*/

a.my-company-list {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color: #4FACFE;
	font-weight: bold;
}

a.my-company-list:hover,
a.my-company-list:focus {
	text-decoration: none;
	color: #0075FF;
}

a.my-company-list:active {
	text-decoration: none;
	color: #000000;
}

a.my-company-list + a.btn.btn-info {
	margin-left: 20px;
}

/* Конец компаний в профиле пользователя*/

/* Пункт меню "Выход"  */

.dropdown-menu > li > form > a > button {
	font-size: 14px;
	padding: 3px 20px;
    text-transform: uppercase;
	font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
}

.dropdown-menu > li > form > a > button:hover,
.dropdown-menu > li > form > a > button:focus {
	color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

/* Конец пункта меню "Выход"  */

/*Страница редактирования мероприятия компании*/

.title-editmyevent {
	background-color: #e6e6e6;
	border-radius: 10px;
}

.title-editmyevent span.btn.btn-info {
	margin: 15px 0;
}

h3.edit-title {
	font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.edit-block {
	width: 80%;
	margin: 40px auto;
}

.edit-block .since_prof {
	width: 100%;
	margin: 20px 0;
}

.edit-block .since_prof h3 {
	font-size: 20px;
}

.edit-block .btn.btn-info {
	margin-top: 10px;
}

.edit-block .form-control {
	width: 100%;
}

ul.list-address {
	margin-top: 10px;
}

ul.list-address li span {
	margin-left: 20px;
}

@media (max-width: 768px){
.title-editmyevent {
	padding-top: 10px;
}

.title_page.title-editmyevent + span#save_event {
	margin-top: 20px;
	float: none !important;
}

.edit-block {
	width: 95% !important;
	margin: 30px auto !important;
}

}
/*Конец страницы редактирования мероприятия компании*/


/* Слайдер-скролл избранного*/

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin-bottom: 20px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	height: 15px;
	width: 40px;
	border-radius: 5px;
	background-color: #D6D6D6;
	cursor: pointer;
	margin-top: -4px;
}


input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #F1F1F1;
	border-radius: 2px;
}

input[type=range]::-moz-range-thumb,
input[type=range]::-ms-thumb {
	height: 15px;
	width: 40px;
	border-radius: 5px;
	background-color: #D6D6D6;
	cursor: pointer;
}

/* Конец блока */

/* Масштабирование видео */

.scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.scale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Конец мастабирования видео */

/* Оформление кнопок добавить/удалить/сохранить */

.del_comp.btn.btn-danger,
.del_addr.btn.btn-danger {
	color: red;
	font-weight: 900;
	background: transparent;
	padding: 0;
	border: none;
	font-size: 18px;
}

.btn.btn-info,
.btn.btn-success,
.btn.btn-primary,
.label-info,
.btn.btn-info:active,
.btn.btn-success:active,
.btn.btn-primary:active {
	color: #ffffff;
	background: #4FACFE;
	border-color: #4FACFE;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.label-info:hover,
.label-info:focus {
	color: #ffffff;
	background: #00A3FF;
	border-color: #4FACFE;
}

/* Конец оформления кнопок */

/* Страница редактирования профиля пользваотеля */

.block-profile-edit h3 {
	font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
	margin-top: 35px;
}

.block-profile-edit textarea.form-control {
	width: 70%;
}

.block-profile-edit select {
	width: 70%;
	height: 34px;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
	margin-bottom: 20px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.block-profile-edit + ul {
	margin: 20px auto 0;
	text-align: left; 
	width: 75%;
}

.block-profile-edit input[type=file] {
	border: none;
	box-shadow: none;
	text-align: center;
	width: auto;
}

@media (max-width: 768px){
.block-profile-edit textarea.form-control, 
.block-profile-edit + ul,
.block-profile-edit select {
	width: 100%;
}
}

/* Конец страницы редактирования профиля пользвателя */

/* Кнопки оповещения на странице событий */

span.notification {
	margin-left: 10px;	
}

.btn.btn-info.notification-off {
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 7px 9px;
	border: none;
	color: rgba(255, 0, 138, 0.5);
	font-size: 14px;
}

.btn.btn-info.notification-off:hover,
.btn.btn-info.notification-off:focus,
.btn.btn-info.notification-off:active {
	color: #FF008A;
}

.btn.btn-info.notification-on {
	margin-left: 10px;
	padding: 7px 9px;
	border: none;
	font-size: 14px;
}

.notification-on::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #4FACFE;
	width: 100%;
    height: 50%;
	left: 6px;
	top: 3px;
    transform: rotate(45deg);
}

.notification-on:hover::after,
.notification-on:focus::after,
.notification-on:active::after {
	border-color: #00A3FF;
}

.notification-tooltip {
	position: relative;
	display: inline-block;
}

.notification-tooltip .notification-tooltiptext {
	font-family: 'Noto Sans', sans-serif;
	visibility: hidden;
	width: 150px;
	white-space: normal;
	background-color: #fff;
	color: #000;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 125%;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s;
}

.notification-tooltip:hover .notification-tooltiptext {
	visibility: visible;
	opacity: 1;
}

.notification-tooltip .notification-tooltiptext::after {
	content: " ";
	position: absolute;
	top: 18px;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}

.favorite.btn,
.favorite_del.btn,
.notification-btn {
	display: inline-block;
}

@media (max-width: 768px) {
.favorite.btn,
.favorite_del.btn,
.notification-btn {
	display: block;
}

.notification-tooltiptext {
	display: none;
}

.notification-on::after {
	font-family: 'Noto Sans', sans-serif;
	content: "Отказаться от оповещения";
	transform: none;
	position: static;
	font-size: 14px;
	border: none;
    height: 100%;
}

.btn.btn-info.notification-on,
.btn.btn-info.notification-off {
	margin: 0;
	padding: 6px 9px;
	border: none;
	width: 100%
}

.notification-off::after {
	font-family: 'Noto Sans', sans-serif;
	content: "Оповестить о начале";
	transform: none;
	position: static;
	font-size: 14px;
	border: none;
    height: 100%;
	color: #FF008A;
}

.notification-off::before {
	color: #FF008A;
}

}

/* Конец кнопок оповещения на странице событий */


/* Раздел оповещений в профиле пользователя*/

.event_notification,
.portfolio {
	text-align: center;
    color: black;
    width: 30%;
    margin-bottom: 25px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.event_notification:hover,
.portfolio:hover {
	background: #F3F3F3;
}

.event_notification a:hover,
..portfolio a:hover {
	text-decoration: none;
}

.event_notification h4,
.portfolio h4 {
	color: #000000;
	margin: 10px 0;
}

.event_notification p,
.portfolio p {
	padding: 0 !important;
}

.event_notification_flex,
.portfolio_flex {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
.event_notification,
.portfolio {
    width: 280px;
}
}

/* Конец раздела оповещений в профиле пользователя */


/* Страница тестов */

.col-lg-3.data-test {
	padding: 0;
}

.data-test + p {
	margin-bottom: 10px;
}

.test-item img,
.test-item p {
	display: inline-block;
}

.test-item p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.test-item img {
	width: 22px;
	height: 22px;
	background-color: transparent;
	margin: 5px 5px 5px 0;
}

/* Конец страницы тестов */

/* Создание теста в профиле организации */

#test-form .form-group input.form-control {
	width: 100%;
}

#test-form .form-group input[type=file] {
    border: none;
    box-shadow: none;
}

#test-form .form-check .form-check-label,
#test-form .form-check input[type=text],
#test-form .form-check input.form-check-input {
	display: inline-block !important;
}

#test-form .form-check {
	margin-bottom: 5px; 
}

#test-form .form-check .form-check-label {
	padding-right: 10px;
}

#test-form .form-check input[type=text] {
    height: 30px;
	width: 80%;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#test-form .form-check input.form-check-input {
	margin-left: 10px;
}

button#newquestion {
	margin-left: 10px;
}


/* Конец создания теста в профиле организации */

/* Страница теста */

.test-info p {
	width: 100%;
	padding: 0;
}

/* Конец страницы теста */

/* Страница редактирования теста */

.edit-test p {
	padding: 0;
	margin-left: 0;
}

.edit-test .question {
	height: 34px;
    padding: 6px 12px;
	width: 100%;
	font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.edit-test .answer input[type=text]{
	height: 34px;
    padding: 6px 12px;
	margin-left: 10px;
	width: 97.5%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.edit-test .answer input{
	margin-bottom: 10px;
	display: inline-block;
}

@media (max-width: 768px) {
.edit-test .answer input[type=text] {
	width: 92.5%
}
	
}

/*Конец страницы редактирования теста */


/* Поучение сертификата */

#certificateResultModal {
	font-family: 'Noto Sans', sans-serif;
}

#certificateResult a.btn.btn-info {
	margin-bottom: 20px;
}

.qr-code {
	margin-top: 20px;
	text-align: center;
}

/* Конец получения сертификата */

/* Тест */

.test-user {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.questions .vopr {
	margin: 5px 0;
}

.questions .form-check label{
	padding: 6px;
	font-weight: normal;
	line-height: 15px;
}

/* Конец теста */


/* Редактирование теста */

.edit-test {
	font-family: 'Noto Sans', sans-serif;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.edit-test .questions .col-form-label,
.edit-test .form-check-label {
	font-size: 17px;
}

.certificate-on {
	font-size: 17px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
}


/* Конец редактирования теста */