::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.main__bottom::-webkit-scrollbar {
  height: 3px;
  width: 5px;
  position: fixed;
  bottom: 0;

}

.main__bottom::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #fff; 
}

.main__bottom::-webkit-scrollbar-thumb {
  background-color: #19A7FF;   
}


body {
	font-family: PT Root UI;
	font-style: normal;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 45px;
}

h2 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}

h1, h2 {
	color: #151F29;
	margin-bottom: 0;
}

p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

b {
}

.button {
	padding: 14px 16px;
	border-radius: 3px;
	font-size: 14px;
	height: fit-content;
	cursor: pointer;
}

.button_blue, .button_white:hover {
	background-color: #19A7FF;
	color: #fff !important;
	border: 1px solid #19A7FF;
}

.button_blue, .button_white {
	margin-right: 16px;
}

.button_white, .button_blue:hover {
	background-color: #fff;
	color: #19A7FF !important;
	border: 1px solid #19A7FF;
}

.button_last {
	margin-right: 0;
}

input[type="checkbox"] {
	display: none;
}

label {
	font-size: 14px;
	white-space: nowrap;
}
/*-------------------------Menu------------------------------------*/
.menu {
	background-color: #1093E4;
	width: 100%;
}

.menu, .menu__left, .menu__center, .menu__right {
	height: 80px;
}

.menu__left, .menu__right {
	justify-content: center;
	align-items: center;
}

.menu__right {
	justify-content: flex-start;
}

.menu__button {
	background: #19A7FF;
	border-radius: 3px;
	height: 44px;
	width: 145px;
}

.menu__button-text {
	line-height: 16px;
}

.menu__center-right, .menu__center-left {
	height: 44px;
	border: 1px #fff solid;
}

.menu__center-left {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	width: 65%;
}

.menu__center-right {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0px 15px;
	position: relative;
}

.menu__search {
	line-height: 20px;
	background: transparent;
	border: none;
	outline: none;
}

.menu__search-input {
	width: 90%;
	border: none;
	outline: 0;
}

.menu__search-input:active {
	border: none;
}

.menu__search-submit {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}

.menu__button-text, .menu__search {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.fa-user-circle {
	color: #fff;
	font-size: 22px;
}

.menu__icon {
	width: 22px;
	height: 22px;
	position: relative;
	display: flex;
}

.menu__search-submit{
	position: absolute;
} 

.fa-user-circle, .menu__icon {
	margin-right: 11px;
}
/*------------------------Filter------------------------*/
.filter {
	position: absolute;
	top: 80px;
	height: 560px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	padding: 60px 3%;
}

.filter__name {
	color: #151F29;
	opacity: 0.8;
	padding-bottom: 40px;
}

.filter__content {
	height: 360px;
	overflow-y: scroll;
}

.profile__check, .filter__check {
	width: 100%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	margin-bottom: 40px;
}

.profile__check_one-column{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;	
}

.profile__custom-checkbox, .filter__custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.profile__custom-checkbox+label, .filter__custom-checkbox+label {
	display: flex;
	align-items: center;
	user-select: none;
}

.profile__custom-checkbox+label::before, .filter__custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.profile__custom-checkbox:not(:disabled):not(:checked)+label:hover::before, .filter__custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}

.profile__custom-checkbox:not(:disabled):active+label::before, .filter__custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.profile__custom-checkbox:focus+label::before, .filter__custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.profile__custom-checkbox:focus:not(:checked)+label::before, .filter__custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}

.profile__custom-checkbox:disabled+label::before, .filter__custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.filter__buttons {
	position: absolute;
	bottom: 60px;
	right: 3%;
}
/*---------------------Main-----------------------*/
.main {
	background: #FAFBFC;
}

.main__top {
	padding: 16px 0 40px 0;
	flex-wrap: wrap;
}

.main__top, .main__thead {
	background: #FAFBFC;
}

.main__filter {
	background: #FFFFFF;
	border: 1px solid #E1E4E8;
	border-radius: 3px 0px 0px 3px;
	margin-right: 16px;
}

.main__filter-left {
	padding: 10px 10px;
	line-height: 14px;
	border-right: 1px solid #E1E4E8;
}

.main__filter-right {
	padding: 0px 18px;
	position: relative;
	height: 100%;
	cursor: pointer;
}

.main__filter-close {
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 12px;
	transform: rotate(45deg);
	background-color: #000;
}

.main__filter-close:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 12px;
	transform: rotate(90deg);
	background-color: #000;
}

.main__number_bg p: hover, .main__number_bg p: active{
	background: red;
}

.main__header {
	border-bottom: 1px solid #E1E4E8;
}

.main__header-line {
	color: #151F29;
	line-height: 20px;
	opacity: 0.8;
}

.main__body {
	background: #fff;
}

.main__body-line {
	padding: 23px 0 23px 0;
	border-bottom: 1px solid #E1E4E8;
	align-items: flex-start;
}

.main__body-line p {
/*	height: 37px;
*/	display: flex;
	align-items: center;
}
.main__body-line .main__number p{
	height: 37px;
}
.main__first, .main__second {
	width: 5%;
}

.main__third, .main__fourth {
	width: 10%;
}

.main__body a{
	color: #1093E4;
}
/*.main__fourth p, .main__fifth p, .main__six p, .main__seven p {
	height: 100%;
	border-radius: 5px;
	width: fit-content;
	padding: 3px 10px;
}*/

.main__fourth p {
	color: #1093E4;
	border: 1px solid #1093E4;
	padding: 4px 7px;
	border-radius: 5px;
	height: 37px;
}

/*.main__fifth p, .main__six p, .main__seven p {
	margin-right: 2px;
}*/

.main__text{
	border-radius: 5px;
	margin-right: 2px;
	padding: 2px 5px;
}

.main__text-wrap{
	flex-wrap: wrap;

}
.main__stars{
	font-size: 10px;
}

.main__text-small{
	font-size: 9px;
}
.main__text_white, .main__text_blue, .main__text_gray{
	cursor: pointer;
}

.main__text_white, .main__text_blue:hover {
	color: #1093E4;
	background-color: #fff;
	border: 1px solid #1093E4;
	margin-bottom: 5px;
}

.main__text_blue, .main__text_white:hover {
	color: #fff;
	background-color: #1093E4;
	border: 1px solid #1093E4;
}

.main__text_gray {
	color: #fff;
	background-color: #B9CBE9;
	border: 1px solid #B9CBE9;
	padding: 2px 10px;
	cursor: pointer;
	margin-bottom: 5px;
}

.main__seven {
	width: 14%;
}

.main__six, .main__fifth {
	width: 25%;
	padding-right: 1%;
}

.main__number {
	width: 5%;
	padding-right: 2%;
}

.main__number_bg p {
	background: #B9CBE9;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
}
/*--------------------------Profile, Account---------------*/
.profile, .account {
	background: #BBBBBB;
	color: #151F29;
}

.profile__modal, .account__modal {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	background: transparent;
	margin: 0 auto;
	margin-top: 31px;
	margin-bottom: 99px;
}

.profile__header, .modal__header, .account__header {
	background: #FAFBFC;
	padding: 98px 0 24px 0;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #E1E4E8;
}

.profile__button, .account__button {
	color: #1093E4;
	border: 1px solid #1093E4;
	height: 100%;
	border-radius: 5px;
	width: fit-content;
	padding: 8px 16px;
	text-align: center;
}
.account__block{
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E4E8;
	margin-bottom: 20px;
	align-items: baseline;
}

.account__first-block{
	font-weight: bold;
	font-size: 16px;
}
.account__second-block{
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

.profile__title, .account__title{
	padding-right: 10px;
}
.profile__body, .account__body {
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding-top: 80px;
}
.account__body{
	padding-bottom: 80px;
}

.profile__head-block {
	width: 100%;
	border-bottom: 1px solid #E1E4E8;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.profile__body-content {
	padding-bottom: 120px;
}

.profile__text-block, .profile__input, .profile__select, .profile__selected, .profile__buttons {
	width: 100%;
}

.profile__text {
	padding-bottom: 10px;
	line-height: 20px;
	opacity: 0.8;
}

.profile__text-red {
	color: #FF3C6D;
}

.profile__input, .profile__select {
	margin-bottom: 20px;
	height: 40px;
	background-color: #F6F8FA;
	border: 1px solid #E1E4E8;
	border-radius: 6px;
	padding: 10px 8px;
	font-size: 14px;
}

.profile__input_plus, .profile__select_plus {
	width: 90%;
	border-radius: 6px 0 0 6px;
}

.profile__plus {
	width: 10%;
	border-radius: 0px 6px 6px 0;
	height: 40px;
	background: #1093E4;
}

input::placeholder {
	color: #959DA5;
	font-size: 14px;
}

.profile__checkbox {
	text-overflow: clip;
	overflow-x: hidden;
}

input::-moz-placeholder {
	color: #959DA5;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #959DA5;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #959DA5;
	font-size: 14px;
}

select[multiple], .profile__plus_long {
	height: 53px;
}

.profile__filter {
	background: #FFFFFF;
	border: 1px solid #E1E4E8;
	border-radius: 3px 0px 0px 3px;
	margin-bottom: 16px;
}

.profile__filter-left {
	padding: 10px 10px;
	line-height: 14px;
	width: 80%;
	border-right: 1px solid #E1E4E8;
}

.profile__filter-right {
	padding: 10px 10px;
	line-height: 14px;
	width: 20%;
	cursor: pointer;
}

.profile__buttons {
	padding-bottom: 120px;
}
/*-----------------------------Modal-----------------------*/
.modal-header, .modal-body {
	border-bottom: none;
}

.modal-body {
	padding: 2rem;
}

.modal-footer {
	border-top: none;
}

.modal-title {
	text-align: center;
	padding-bottom: 20px;
}
/* ------ Media Queries ------ */

/* 1401-1700 */
@media screen and (max-width: 1700px) {
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
	.main__bottom {
		overflow-y: auto;
/*Overflow here*/
/*overflow-y: scroll;*/	
	}

/*	.main__body-line p {
		height: 30px;
	}
*/
	.main__header-line {
		text-align: center;
	}

	.main__first, .main__second, .main__third, .main__six, .main__fifth, .main__seven, .main__fourth {
		display: flex;
		justify-content: center;
	}

	.main__first, .main__second {
		width: 10%;
	}

	.main__third {
		width: 15%;
	}

	.main__six, .main__fifth, .main__seven, .main__fourth {
		width: 15%;
	}

	.main__button {
		margin-right: 1px;
		padding: 10px;
		width: fit-content;
		margin: 0 auto;
	}

	.main__filter {
		margin-bottom: 10px;
	}

	.main__filter-left {
		padding: 5px 10px;
	}

	.main__filter-right {
		padding: 0 13px;
	}

	.main__top {
		padding: 16px 0 24px 0;
	}

	.main__text-wrap {
		flex-direction: column;
		overflow-y: auto;
		z-index: 3;
		align-items: center;
		margin-top: 5px;
	}

	.main__text {
		margin-bottom: 3px;
	}

	.main__body-line {
		align-items: baseline;
	}

	.profile__input_plus, .profile__select_plus {
		width: 80%;
	}

	.profile__plus {
		width: 20%;
	}
}
/* 768-992px */
@media screen and (max-width: 992px) {
/*	.main__bottom, .main__header, .main__body{
		max-width: 800px;
		width: 800px;
	} 
*/
	.menu__logo {
		height: 24px;
	}

	.menu__open-hamburger {
		margin-right: 25px;
	}

	.menu__open {
		position: absolute;
		width: 100%;
		height: 40vh;
		background: #1093E4;
		z-index: 130;
		top: 0;
		padding: 5% 5%;
		overflow-y: scroll;
	}

	.menu__open-text {
		color: #fff !important;
		font-size: 22px;
		margin-bottom: 25px;
	}

	.fa-bars, .menu__close {
		color: #fff;
	}

	.fa-bars, .fa-times {
		font-size: 24px;
		font-weight: bold;
		cursor: pointer;
	}

	.menu__close {
		width: 100%;
		text-align: right;
		cursor: pointer;
	}

	.menu__center-close {
		color: #19A7FF;
		margin-right: 10px;
	}

	.menu__center {
		position: absolute;
		background-color: #fff;
		height: 80px;
		max-width: 100%;
		width: 100%;
		z-index: 130;
	}

	.menu__search-input {
		width: 85%;
	}

	.menu__center-left {
		border: 1px solid #19A7FF;
	}

	.menu__center-right {
		background-color: #1093E4;
		border: 1px solid #1093E4;
	}

	.filter {
		height: auto;
	}

	.filter__content {
		height: auto;
		flex-direction: column;
		overflow-y: scroll;
	}

	.filter__container {
		max-width: 100%;
		width: 100%;
	}

	.filter__buttons {
		position: inherit;
	}
	.profile__header, .modal__header, .account__header, .account__body{
		padding-top: 40px
	}
}
/* 576-768px */
@media screen and (max-width: 768px) {
	.main__bottom, .main__header, .main__body {
		max-width: 800px;
		width: 800px;
	}

	.profile__modal, .account__modal{
		margin: 0;
		box-shadow: none;
	}

	.account__first-block{
		font-size: 14px;
	}

	.profile__header, .profile__body {
		border-radius: 0;
	}
	.profile__header, .modal__header, .account__header{
		border-radius: 0;
	}

	.menu__search-input {
		width: 80%;
	}

	h1 {
		font-size: 28px;
	}

	.profile__header {
		padding-top: 61px;
	}

	.profile__form {
		flex-direction: column;
	}

	.profile__body-content {
		padding-bottom: 80px;
	}

	.profile__input_red {
		border: 1px solid #FF3C6D;
	}

	.profile__buttons {
		padding-bottom: 40px;
	}

	.profile__text_small {
		font-weight: 400;
		width: 100%;
		padding-top: 0;
		text-align: justify;
	}

	.profile__text_pb {
		padding-bottom: 40px;
	}

	.profile__modal-button {
		margin-bottom: 40px;
		margin-top: 10px;
	}

	.form-modal__skills {
		position: fixed;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		background: #fff;
		z-index: 130;
		top: 0;
		left: 0;
		flex-direction: column;
		padding: 60px 20px;
	}

	.form__modal__skills-first {
		padding-bottom: 30px;
	}

	.form__modal__skills-second, .form__modal__skills-third {
		padding-bottom: 60px;
	}

	.form-modal__title-skills {
		padding-bottom: 20px;
	}

	.form-modal__subtitle-skills {
		padding-bottom: 8px;
		width: 100%;
		border-bottom: 1px solid #E1E4E8;
		margin-bottom: 30px;
	}

	.form-modal__text-skills {
		padding-bottom: 10px;
		font-weight: 400;
	}

	.filter__check, .profile__check {
		margin-bottom: 0;
	}

	.profile__buttons {
		padding-bottom: 40px;
	}

	.account__button{
		padding: 6px 10px;
	}
/*	option{
		font-size: 18px;
	}
	select[multiple], .profile__plus_long{
		height: 40px;
	}*/
	.filter__buttons{
    justify-content: center;
    margin-top: 20px;
    width: 100%;
	}
}
/* 320-576px */
@media screen and (max-width: 575px) {
	.menu__search-input {
		width: 75%;
	}
}