@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf');
}

/*HEADER*/
#header-menu {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
}

#header-menu div, #header-menu nav {
	margin: 0px !important;
	padding: 0px !important;
}

.row-width {
	width: 100%;
}

#navbar-menu-background {
	background: radial-gradient(49.67% 49.67% at 50% 50.33%, #0C5E8D 0%, #5C9BBC 0%, #0C5E8D 100%);
}

#navbar-collapse {
	background: rgba(1, 54, 85, 0.8);
}

.row-input-search:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 69px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	background: url("../images/icons/icons.svg#search") 0 0 no-repeat;
}

.row-input-search .input-search {
	height: 23px;
	background: none;
	padding: 5px 53px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	border-radius: 25px;
	font-family: 'Open Sans', sans-serif;
}

.row-input-search input::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.row-input-search input::-moz-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.row-input-search input::-ms-input-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.row-input-search input::placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#button-toggler {
	border: none;
	background-color: transparent;
	color: #FFF;
}

.navbar-menu li {
	margin: 0px !important;
	padding: 0px !important;
}

.navbar-menu a {
	font-size: 14px;
	color: #FFF;
}

.navbar-menu a:hover {
	color: #FFF;
}

#navbar-collapse a {
	text-indent: 25px;
	font-size: 20px !important;
	color: #FFF !important;
}

.dropdown, .dropdown-toggle {
	cursor: pointer;
}

.dropdown a, .dropdown-toggle a, .dropdown-toggle {
	color: #FFF;
}

.dropdown a:hover, .dropdown-toggle:hover, .dropdown-toggle a:hover {
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #EE3F3F !important;
}

.dropdown-menu {
	background: #0C5E8D !important;
}

.dropdown-menu a {
	padding: 5px;
	font-family: 'Roboto';
	font-size: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #fff !important;
}

.dropdown-menu a:hover {
	background-color: transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #EE3F3F !important;
}

@media (min-width: 0px) {
	#navbar-collapse[collapse-status=false] {
		display: none;
	}

	.navbar-menu {
		display: none !important;
	}

	.header-menu-text {
		display: none !important;
	}

	.header-menu-contact-mobail {
		display: flex !important;
		border-right: 40px solid rgba(0, 0, 0, 0);
	}

	.header-menu-contact-mobail .text-right {
		border-right: 40px solid rgba(0, 0, 0, 0);
	}

	.menu-button-mobail {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.menu-button-mobail a {
		margin: 0px 10px !important;
		cursor: pointer;
	}

	#button-user,
	#button-toggler {
		width: 26px !important;
		height: 26px !important;
	}

	#button-user {
		font-size: 32px;
	}

	#button-toggler {
		display: inline-flex;
		font-size: 32px;
	}

	.row-input-search .input-search {
		width: 80%;
	}
}

@media (min-width: 554px) {
	#navbar-collapse[collapse-status=false] {
		display: none;
	}

	.navbar-menu {
		display: none !important;
	}

	.header-title {
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		color: #FFFFFF;
	}

	.header-menu-text {
		display: none !important;
	}

	.header-menu-contact-mobail {
		display: flex !important;
		border-right: 40px solid rgba(0, 0, 0, 0);
	}

	#button-toggler {
		display: inline-flex;
	}

	.row-input-search .input-search {
		width: 90%;
	}
}

@media (min-width: 1025px) {
	#navbar-collapse[collapse-status=false] {
		display: none;
	}

	.navbar-menu {
		display: flex !important;
	}

	.header-title {
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 60px;
		line-height: 82px;
		letter-spacing: -2px;
		color: #FFFFFF;
	}

	#button-user {
		display: none;
	}

	.row-input-search:before {
		top: 103px;
	}

	.header-menu-text {
		display: flex !important;
		font-size: 13px;
	}

	.header-menu-text .text-right {
		border-right: 40px solid rgba(0, 0, 0, 0);
	}

	.header-menu-contact {
		display: none !important;
	}

	.header-menu-contact-mobail {
		display: none !important;
	}

	#button-toggler {
		display: none;
	}

	.row-input-search .input-search {
		width: 80%;
	}

	.margin-top-10 {
		border-top: 10px solid rgba(0, 0, 0, 0);
	}
}

/*MAIN VIDEO*/
#section-video {
	width: 100%;
}

#section-video div {
	margin: 0 !important;
	padding: 0 !important;
}

#section-video video {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: -1;
}

.video-button {
	padding: 10px 30px;
	border-radius: 50px;
	font-size: calc(6px * 9 * (100vw / 1600));
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background-color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #0C5E8D;
	z-index: 100;
}

.video-button:hover {
	text-decoration: none;
	color: #fff;
	background: -webkit-linear-gradient(348.59deg, #2897D7 0%, #1674AA 100%);
	background: -o-linear-gradient(348.59deg, #2897D7 0%, #1674AA 100%);
	background: linear-gradient(101.41deg, #2897D7 0%, #1674AA 100%);
}

.video-class {
	margin-top: -40px !important;
}

/*MAIN PRODUCT*/
#product {
	padding: 61px 0px !important;
}

#product h2 {
	padding-bottom: 40px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: -1.5px;
	color: #0C5E8D;
}

#product .product-button {
	font-family: "Roboto", sans-serif;
	color: #0C5E8D;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 30px;
	background-color: inherit;
	border-radius: 50px;
	border: 1px solid #0C5E8D;
	margin-bottom: 30px;
}

.product-card {
	margin: 12px;
}

.product-card-body p {
	color: #0C5E8D;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	text-align: center;
	margin: 30px 0;
}

/*MAIN SLIDER CATALOG*/
#slider h2 {
	margin-bottom: 27px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: -1.5px;
	color: #0C5E8D;
}

.slider_item_wrap {
	width: auto;
	margin: 0 10px;
}

.slick-slide {
	width: auto;
	margin: 0px 20px;
}

.catalog_sec {
	height: 700px;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog_slider {
	position: relative;
}

.catalog_slider:before {
	content: '';
	width: 350px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: -webkit-gradient(linear, right top, left top, color-stop(8.65%, #0C5E8D), to(rgba(196, 196, 196, 0)));
	background: -webkit-linear-gradient(right, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	background: -o-linear-gradient(right, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	background: linear-gradient(270deg, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	border-radius: 15px 0px 0px 15px;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	left: 0;
	top: 0;
}

.catalog_slider:after {
	content: '';
	width: 350px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: -webkit-gradient(linear, right top, left top, color-stop(8.65%, #0C5E8D), to(rgba(196, 196, 196, 0)));
	background: -webkit-linear-gradient(right, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	background: -o-linear-gradient(right, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	background: linear-gradient(270deg, #0C5E8D 8.65%, rgba(196, 196, 196, 0) 100%);
	border-radius: 15px 0px 0px 15px;
	right: 0;
	top: 0;
}

.catalog_slider .slick-arrow {
	position: absolute;
	bottom: -80px;
	z-index: 3;
	width: 56px;
	height: 56px;
	background-color: inherit;
	border: 1px solid #0C5E8D;
	border-radius: 50%;
	font-size: 0;
	left: 46%;
}

.catalog_slider .slick-arrow:hover,
.catalog_slider .slick-arrow:focus,
.catalog_slider .slick-arrow:active {
	outline: none;
	text-decoration: none;
}

.slick-arrow.slick-next {
	left: 52%;
}

.slick-arrow.slick-next:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #0C5E8D;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	top: 19px;
	right: 21px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-arrow.slick-prev:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #0C5E8D;
	border-top: 0;
	border-right: 0;
	position: absolute;
	top: 19px;
	left: 23px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 5px;
}

.slider_item_wrap {
	padding: 20px;
	background-color: #E1E1E1;
	border-radius: 15px;
}

.slick-track {
	width: 100%;
}

.slider_item {
	background: url(../images/slider.png) no-repeat top/cover;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.slider_item_bgc {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(359.49deg, #0C5E8D 0.24%, rgba(12, 94, 141, 0.24) 99.75%);
	background: -o-linear-gradient(359.49deg, #0C5E8D 0.24%, rgba(12, 94, 141, 0.24) 99.75%);
	background: linear-gradient(90.51deg, #0C5E8D 0.24%, rgba(12, 94, 141, 0.24) 99.75%);
	border-radius: 15px;
	padding: 50px;
	padding-bottom: 20px;
	color: #fff;
}

.slider_item_bgc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.slider_item_bgc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider_item_bgc .slider_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 60px;
}

.slider_item_bgc a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 10px 30px;
	background: -webkit-linear-gradient(348.59deg, #2897D7 0%, #1674AA 100%);
	background: -o-linear-gradient(348.59deg, #2897D7 0%, #1674AA 100%);
	background: linear-gradient(101.41deg, #2897D7 0%, #1674AA 100%);
	border-radius: 200px;
	margin: 50px 0 30px;
}

.slider_item_bgc a:hover {
	text-decoration: none;
}

@media (max-width: 1250px) {
	h1,
	h2 {
		font-size: calc(20px + 40 * (100vw / 1600));
	}

	.catalog_slider:after,
	.catalog_slider:before {
		width: 80px;
	}
}

@media (max-width: 1136px) {
	.products {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.products .product_item {
		width: 46%;
	}
}

@media (max-width: 1100px) {
	.catalog_slider .slick-arrow {
		left: 43%; }

	.slick-arrow.slick-next {
		left: 53%;
	}
}

@media (max-width: 700px) {
	.catalog_slider:after,
	.catalog_slider:before {
		display: none; }

	.footer_main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 624px) {
	.products .product_item {
		width: 96%;
	}

	.catalog_slider .slick-arrow {
		left: 40%;
	}

	.slick-arrow.slick-next {
		left: 55%;
	}
}

@media (max-width: 555px) {
	.video button {
		right: 10px;
	}

	.video button.catalog {
		right: 250px;
	}

	.slider_item_wrap {
		padding: 7px;
	}

	.slider_item_bgc {
		padding: 20px; }

	.slider_item_bgc button {
		margin: 30px 0 20px; }

	.catalog_sec {
		height: 600px; }

	.video {
		height: 400px;
	}
}

@media (max-width: 440px) {
	.video button {
		right: 5px;
		padding: 5px 10px; }

	.video button.catalog {
		right: 180px;
	}

	.catalog_slider .slick-arrow {
		left: 32%;
	}

	.slick-arrow.slick-next {
		left: 55%;
	}
}

/*MAIN FOOTER INFORMATION*/
#information {
	padding-top: 63px;
	padding-bottom: 73px;
	background-color: #013655;
	color: #fff;
}

#information .container {
	max-width: 1100px !important;
}

#information h4 {
	font-weight: bold !important;
	font-size: 15px !important;
	margin-bottom: 15px;
}

#information a, #information span {
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
}

#information a:hover {
	color: #FFF;
}

/*FOOTER*/
#footer-copyright {
	background: #0C5E8D;
	color: #FFF;
}

#footer-copyright div {
	margin: 0 !important;
	padding: 0 !important;
}

#footer-copyright p {
	margin: 24px 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}


/* COMING SOON */

.coming_soon {
	font-family: 'Roboto-Regular';
	color: #0C5E8D;
	text-align: center;
	padding: 315px 0 370px;
}

.coming_soon h1 {
	font-size: 100px;
	font-weight: bold;
}

.coming_soon h1 img {
	margin-top: 15px;
	margin-right: 36px;
}

.coming_soon p {
	font-size: 50px;
	margin: 15px 0;
}

.coming_soon a {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #0C5E8D;
}

.coming_soon a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* COMING SOON */

/* FREELANCE 1-2*/

.freelance .freelance_section {
	text-align: center;
}

.freelance h1 {
	font-family: 'Roboto-Regular';
	color: #0C5E8D;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
}

.freelance .freelance_section {
	background-color: #E5E5E5;
	padding-bottom: 150px;
}

.freelance .first {
	text-align: left;
}

.freelance .second img {
	width: 247px;
	margin-top: 80px;
}

.freelance .container_nav {
	display: flex;
	justify-content: start;
	margin-top: 47px;
}

.freelance .container_nav a {
	font-family: 'Roboto-Regular';
	color: #0C5E8D;
	text-decoration: underline;
	margin-right: 20px;
	font-size: 17px;
}

.freelance .freelance_section h2 {
	font-family: 'Roboto-Regular';
	color: #0C5E8D;
	font-size: 47px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 37px;
}

.freelance .search_select {
	display: flex;
	justify-content: start;
	width: 100%;
}

.freelance .container_search {
	font-family: 'Roboto-Regular';
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 382px;
}

.freelance .container_search p {
	margin-bottom: 8px;
	color: #0C5E8D;
	font-size: 15px;
}

.freelance .container_search a {
	font-size: 15px;
	color: #0c5e8d9a;
}

.freelance .container_search .search {
	width: 100%;
	border: 1px solid #0C5E8D;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.freelance .container_search input[type="search"] {
	width: 70%;
	background: none;
	border: none;
	outline: none;
	height: 38px;
	padding: 10px 0 10px 22px;
	color: #0C5E8D;
}

.freelance .container_search input::placeholder {
	color: #0C5E8D;
}

.freelance .container_search .search button {
	height: 30px;
	width: 93px;
	background: #EE3F3F;
	border-radius: 10px;
	border: none;
	outline: none;
	margin-top: 4px;
	margin-right: 6px;
	color: #ffffff;
	font-size: 15px;
}

/* SELECT */

.freelance .select {
	position: relative;
	display: block;
	width: 215px;
	top: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: 22px;
	font-family: 'Roboto-Regular';
}

.freelance .select__head {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	font-size: 20px;
	line-height: 18px;
	color: #0C5E8D;
	cursor: pointer;
}

.freelance .select__head::after {
	width: 10px;
	height: 6px;
	background: url("../images/Vector.png") no-repeat center / cover;
	position: absolute;
	right: 20px;
	transform: translateY(50%);
	top: 3px;
	content: '';
	display: block;
}

.freelance .select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.freelance .select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #0C5E8D;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
	background: #E5E5E5;
}

.freelance .select__list::-webkit-scrollbar {
	width: 2px;
	background-color: #F8F9FA;
	padding: 5px;
}

.freelance .select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.freelance .select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 5px 15px;
	cursor: pointer;
	list-style-type: none;
}

.freelance .select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}

/* SELECT */

/* FREELANCE 1-2 */

/* FREELANCE */

.freelance .freelance_banner {
	background: #F2F2F6;
}

.freelance .freelance_banner h2 {
	font-family: 'Roboto-Regular';
	font-size: 55px;
	font-weight: bold;
	color: #0C5E8D;
	margin-top: 130px;
}

.freelance .freelance_banner p {
	font-family: 'Roboto-Regular';
	font-size: 20px;
	color: #0c5e8da6;
	margin-bottom: 44px;
}

.freelance .freelance_banner .customer {
	width: 160px;
	height: 40px;
	background: #EE3F3F;
	border-radius: 10px;
	border: none;
	color: #ffffff;
	margin-right: 40px;
	font-family: 'Roboto-Regular';
	font-size: 15px;
}

.freelance .freelance_banner .customer:hover {
	background: none;
	color: #0C5E8D;
	border: 1px solid #EE3F3F;
}

.freelance .freelance_banner .freelancer {
	width: 160px;
	height: 40px;
	background: none;
	border-radius: 10px;
	border: 1px solid #EE3F3F;
	color: #0C5E8D;
	font-family: 'Roboto-Regular';
	font-size: 15px;
}

.freelance .freelance_banner .freelancer:hover {
	background: #EE3F3F;
	color: #ffffff;
}

.freelance .freelance_banner .freelance_banner_img {
	text-align: right;
	padding-top: 22px;
	padding-bottom: 23px;
}

.freelance .areas_of_work {
	padding-bottom: 38px;
}

.freelance .areas_of_work h2 {
	color: #0C5E8D;
	font-family: 'Roboto-Regular';
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
}

.freelance .areas_of_work h2 span {
	border-bottom: 2px solid #0C5E8D;
}

.freelance .areas_of_work .areas_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.freelance .areas_of_work .areas_container .item {
	margin: 5px;
	position: relative;
	width: 357px;
}

.freelance .areas_of_work .areas_container .item img {
	width: 100%;
	height: 100%;
}

.freelance .areas_of_work .areas_container .item .hover {
	display: none;
}

.freelance .areas_of_work .areas_container .item:hover .hover {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.freelance .areas_of_work .areas_container .item:hover .hover p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Roboto-Regular';
	color: #ffffff;
	font-size: 22px;
}

.freelance .areas_of_work .more {
	font-family: 'Roboto-Regular';
	color: #0C5E8D;
	font-size: 20px;
	text-decoration: none;
	text-align: right;
	display: block;
}

.freelance .areas_of_work .more > img {
	height: 10px;
}

.freelance .how_it_works {
	background: #e5e5e5;
	font-family: 'Roboto-Regular';
	text-align: center;
	padding-top: 46px;
	padding-bottom: 72px;
}

.freelance .how_it_works h2 {
	color: #0C5E8D;
	font-size: 40px;
	font-weight: bold;
}

.freelance .how_it_works .steps {
	margin-top: 64px;
}

.freelance .how_it_works .steps .step .circle {
	width: 136px;
	height: 136px;
	background: #EE3F3F;
	margin: 0 auto;
	border-radius: 80px;
	position: relative;
}

.freelance .how_it_works .steps .step .circle span {
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.freelance .how_it_works .steps .step h3 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 18px;
}

.freelance .how_it_works .steps .step p {
	font-size: 17px;
	color: #000000;
	opacity: 0.6;
	text-align: left;
}


/* FREELANCE */

/* FORUM */

.forum_header {
	color: #0C5E8D;
	font-family: 'Roboto-Regular';
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.forum {
	font-family: 'Roboto-Regular';
	border-top: 1px solid #0c5e8d63;
	padding-top: 67px;
}

.forum .forum_content .forum_item {
	background-color: #eeeeee;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
}

.forum .forum_content .forum_item .part_1 {
	border-right: 1px solid #a2a2a254;
	width: 100px;
	text-align: center;
}

.forum .forum_content .forum_item .part_1 .photo_container {
	position: relative;
	width: 45px;
	margin: 19px auto 0;
}

.forum .forum_content .forum_item .part_1 .photo_container::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #14AE51;
	border-radius: 5px;
	position: absolute;
	top: 3px;
	right: 3px;
}

.forum .forum_content .forum_item .part_1 .name {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

.forum .forum_content .forum_item .part_1 .menu {
	display: block;
	margin: 0 auto;
}


.forum .forum_content .forum_item .part_2 {
	width: calc(100% - 200px);
	padding: 25px 30px 0;
	position: relative;
}

.forum .forum_content .forum_item .part_2 h2 {
	font-size: 25px;
	font-weight: bold;
}

.forum .forum_content .forum_item .part_2 p {
	font-size: 12px;
	opacity: 0.5;
}

.forum .forum_content .forum_item .part_2 a {
	position: absolute;
	right: 27px;
	bottom: 5px;
}

.forum .forum_content .forum_item .part_2 button {
	width: 70px;
	height: 25px;
	background-color: #0C5E8D;
	border-radius: 3px;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 10px;
}

.forum .forum_content .forum_item .part_3 {
	text-align: center;
	border-left: 1px solid #a2a2a254;
	width: 100px;
}

.forum .forum_content .forum_item .part_3 .comments {
	border-bottom: 1px solid #a2a2a254;
}

.forum .forum_content .forum_item .part_3 .comments > div {
	width: 49px;
	height: 33px;
	background-color: #c4c4c4;
	margin: 10px auto 0;
	position: relative;
	margin-bottom: 17px;
}

.forum .forum_content .forum_item .part_3 .comments > div::before {
	content: "";
	width: 9px;
	height: 8px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #c4c4c4;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.forum .forum_content .forum_item .part_3 .comments > div span {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.forum .forum_content .forum_item .part_3 .views {
	border-bottom: 1px solid #a2a2a254;
}

.forum .forum_content .forum_item .part_3 .views p {
	color: #00000080;
	font-size: 14px;
	margin: 10px 0;
}

.forum .forum_content .forum_item .part_3 .views p img {
	margin-right: 6px;
}

.forum .forum_content .forum_item .part_3 .time {
	color: #00000080;
	font-size: 14px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.forum .forum_content .forum_item .part_3 .time img {
	margin-top: -2px;
	margin-right: 4px;
}

.forum .sitebar .sitebar_item {
	background-color: #eeeeee;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
	margin-bottom: 35px;
}

.forum .sitebar .sitebar_item .sitebar_header {
	padding: 18px 20px 0;
	position: relative;
	border-bottom: 1px solid #a2a2a254;
}

.forum .sitebar .sitebar_item .sitebar_header h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
}

.forum .sitebar .sitebar_item .sitebar_header a {
	position: absolute;
	right: 20px;
	top: 18px;
}

.forum .sitebar .sitebar_item .sitebar_header a button {
	width: 56px;
	height: 24px;
	background: #EE3F3F;
	border-radius: 3px;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 10px;
}

.forum .sitebar .sitebar_item .sitebar_content {
	padding: 25px 20px 15px;
}

.forum .sitebar .sitebar_item .sitebar_content .categories {
	position: relative;
}

.forum .sitebar .sitebar_item .sitebar_content .categories p {
	font-size: 15px;
	margin-bottom: 10px;
}

.forum .sitebar .sitebar_item .sitebar_content .categories .counter {
	position: absolute;
	right: 0;
	top: 5px;
	width: 18px;
	height: 12px;
	background: #C4C4C4;
	border-radius: 5px;
}

.forum .sitebar .sitebar_item .sitebar_content .categories .counter span {
	font-size: 8px;
	color: #fff;
	position: inherit;
	margin-left: 5px;
	padding-top: 2px;
}

.forum .sitebar .sitebar_item .sitebar_content .content_header {
	font-size: 15px;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics {
	width: calc(100% - 45px);
	height: 34px;
	background: #D8D8D8;
	position: relative;
	margin-bottom: 20px;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics .line {
	background: #EE3F3F;
	height: 100%;
	width: 80%;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics:nth-child(3) .line {
	background: #14AE51;
	width: 60%;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics:nth-child(4) .line {
	background: #1691C6;
	width: 40%;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics p {
	color: #ffffff;
	font-size: 15px;
	position: absolute;
	top: 7px;
	left: 20px;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics .checkbox {
	width: 34px;
	height: 34px;
	background: #D8D8D8;
	position: absolute;
	right: -45px;
	top: 0;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics .checkbox.active_1 {
	background: #EE3F3F url(../images/Vector.svg) no-repeat center;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics .checkbox.active_2 {
	background: #14AE51 url(../images/Vector.svg) no-repeat center;
}

.forum .sitebar .sitebar_item .sitebar_content .statistics .checkbox.active_3 {
	background: #1691C6 url(../images/Vector.svg) no-repeat center;
}

/* FORUM */

/* SERVICE */

.service {
	font-family: 'Roboto-Regular';
	display: flex;
	justify-content: space-between;
	position: relative;
}

.service .part_1 {
	width: 25%;
	box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
	padding-top: 195px;
}

.service .part_1 .filter_container {
	margin: 0 auto;
	width: 200px;
}

/* SELECT */

.service .part_1 .filter_container .select {
	position: relative;
	display: block;
	width: 200px;
	margin-bottom: 20px;
}

.service .part_1 .filter_container .select__head {
	width: 100%;
	max-width: 100%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #0C5E8D;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #0C5E8D;
	cursor: pointer;
}

.service .part_1 .filter_container .select__head::after {
	width: 10px;
	height: 6px;
	background: #FFF url("../images/Vector.png") no-repeat center / cover;
	position: absolute;
	right: 20px;
	bottom: 50%;
	transform: translateY(50%);
	content: '';
	display: block;
}

.service .part_1 .filter_container .select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.service .part_1 .filter_container .select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.service .part_1 .filter_container .select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #F8F9FA;
	padding: 5px;
}

.service .part_1 .filter_container .select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.service .part_1 .filter_container .select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.service .part_1 .filter_container.select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}

/* SELECT */

.service .part_1 .filter_container button {
	height: 22px;
	width: 75px;
	background: #548EB4;
	border-radius: 100px;
	color: #ffffff;
	font-size: 11px;
	border: none;
	outline: none;
	margin-right: 26px;
}

.service .part_1 .filter_container a {
	color: #0C5E8D;
	font-size: 11px;
}

.service .part_2 {
	width: 75%;
	text-align: center;
}

.service .part_2 .filter_button {
	display: none;
}

.service .part_2 h1 {
	color: #0C5E8D;
	font-size: 60px;
	font-weight: bold;
	margin-top: 70px;
}

.service .part_2 .item_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 95px;
	margin-bottom: 153px;
}

.service .part_2 .item_container > a {
	width: 30%;
	min-width: 250px;
	border: 1px solid #0c5e8d63;
	margin: 10px 10px 0;
	text-decoration: none;
}

.service .part_2 .item_container .item {
	width: 100%;
	padding: 20px 0 0 0;
}

.service .part_2 .item_container .item p {
	color: #0C5E8D;
	font-size: 25px;
	margin-top: 9px;
	margin-bottom: 24px;
}

/* SERVICE */

/* PERSONAL AREA */

.personal_area {
	font-family: 'Roboto-Regular';
	display: flex;
	justify-content: space-between;
}

.personal_area .part_1 {
	width: 265px;
	background: #F2F2F6;
	text-align: center;
	padding-top: 35px;
}

.personal_area .part_1.left {
	left: 0;
}

.personal_area .part_1 .photo {
	width: 170px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}

.personal_area .part_1 .photo::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #14AE51;
	border-radius: 10px;
	position: absolute;
	top: 11px;
	right: 26px;
}

.personal_area .part_1 .photo > img {
	width: 100%;
}

.personal_area .part_1 .photo .camera {
	background: #EE3F3F;
	width: 41px;
	height: 41px;
	border-radius: 20px;
	padding-top: 6px;
	position: absolute;
	right: 15px;
	bottom: -4px;
}

.personal_area .part_1 .photo .camera img {

	margin-top: 6px;
	margin-left: 1px;
}

.personal_area .part_1 .name {
	font-size: 20px;
	color: #0C5E8D;
	font-weight: bold;
	margin-bottom: 0;
}

.personal_area .part_1 .job {
	font-style: italic;
	font-size: 10px;
}

.personal_area .part_1 .ellipse_container {
	display: flex;
	justify-content: center;
}

.personal_area .part_1 .ellipse_container .ellipse {
	margin: 0 13px;
	border: 1px solid #0C5E8D;
	width: 38px;
	height: 38px;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
}

.personal_area .part_1 .ellipse_container .ellipse:hover {
	background: #ffffff;
}

.personal_area .part_1 .ellipse_container .ellipse img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.personal_area .part_1 .subscribe {
	width: 100%;
	height: 45px;
	background: #EE3F3F;
	font-size: 20px;
	color: #ffffff;
	padding-top: 7px;
	margin-top: 13px;
	cursor: pointer;
	line-height: 33px;
}

.personal_area .part_1 .subscribe:hover {
	background: #e95959;
}

.personal_area .part_1 .jobs_container {
	text-align: left;
}

.personal_area .part_1 .jobs_container a {
	display: block;
	width: 100%;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #0c5e8d5d;
	text-decoration: none;
	color: #0C5E8D;
}

.personal_area .part_1 .jobs_container a .jobs {
	margin-bottom: 0;
	font-size: 15px;
}

/* spoiler */

.personal_area .part_1 .jobs_container .spoiler .spoiler_head {
	position: relative;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #0c5e8d5d;
	font-size: 15px;
	color: #0C5E8D;
	cursor: pointer;
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_head::selection {
	background: transparent;
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_head img {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_head img.active {
	transform: rotate(180deg);
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_head img::selection {
	background: transparent;
}

.personal_area .part_1 .jobs_container .spoiler.disabled .spoiler_head .active {
	display: none;
}

.personal_area .part_1 .jobs_container .spoiler.active .spoiler_head .active {
	display: block;
}

.personal_area .part_1 .jobs_container .spoiler.active .spoiler_head .inactive {
	display: none;
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_body {
	display: none;
	padding: 0;
	border: none;
}

.personal_area .part_1 .jobs_container .spoiler .spoiler_body > div {
	padding: 8px 0 8px 15px;
	font-size: 15px;
	color: #0C5E8D;
}


/* spoiler */

.personal_area .paid_services {
	width: calc(100% - 265px);
	padding-top: 50px;
}

.personal_area .paid_services .profile {
	display: none;
}

.personal_area .paid_services h1 {
	font-size: 50px;
	color: #0C5E8D;
	font-weight: bold;
	margin-bottom: 34px;
	margin-left: 125px;
}

.personal_area .paid_services h1 span {
	border-bottom: 2px solid #0C5E8D;
}

.personal_area .paid_services > a {
	text-decoration: underline;
	color: #0C5E8D;
	margin-left: 125px;
}

.personal_area .paid_services .content {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 100px;
	position: relative;
}

.personal_area .paid_services .content h2 {
	color: #0C5E8D;
	font-weight: bold;
	font-size: 20px;
}

.personal_area .paid_services .content .text {
	font-size: 13px;
	color: #0C5E8D;
	opacity: 0.5;
	width: 395px;
	margin: 0 auto;
}

.personal_area .paid_services .content .item_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.personal_area .paid_services .content .item_container .item {
	width: 245px;
	height: 120px;
	background: #F2F2F6;
	margin: 10px 10px 0;
	position: relative;
	cursor: pointer;
}

.personal_area .paid_services .content .item_container .item.active {
	background: #EE3F3F;
}

.personal_area .paid_services .content .item_container .item.active p {
	color: #ffffff;
}

.personal_area .paid_services .content .item_container .item p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #0C5E8D;
	font-size: 20px;
	font-weight: bold;
	width: 80%;
}

.personal_area .paid_services .content button {
	width: 142px;
	height: 46px;
	background-color: #0C5E8D;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right: 125px;
}

.personal_area .part_2 {
	width: calc(100% - 265px);
	text-align: right;
	padding-bottom: 50px;
}

.personal_area .part_2 .personal_area_menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	border-bottom: 1px solid #0c5e8d59;
}

.personal_area .part_2 .personal_area_menu_item {
	padding: 6px 10px;
	display: flex;
	flex-wrap: nowrap;
	border-left: 1px solid #0c5e8d59;
	cursor: pointer;
	line-height: 23px;
}

.personal_area .part_2 .personal_area_menu_item p {
	font-size: 15px;
	margin-bottom: 0;
}

.personal_area .part_2 .personal_area_menu_item .arrow {
	margin-left: 10px;
}

.personal_area .part_2 .personal_area_menu_item .photo {
	margin-right: 9px;
	width: 22px;
	height: 22px;
}

.personal_area .part_2 .personal_area_menu_item .setting {
	margin-right: 5px;
}

.personal_area .part_2 .photo_profile {
	display: none;
}

.personal_area .part_2 h1 {
	font-size: 50px;
	font-weight: bold;
	color: #0C5E8D;
	margin-top: 47px;
	margin-bottom: 45px;
	text-align: center;
}

.personal_area .part_2 .personal_area_item {
	margin: 0 50px;
	text-align: left;
}

.personal_area .part_2 .personal_area_item h2 {
	font-size: 25px;
	color: #0C5E8D;
	font-weight: bold;
	margin-top: 20px;
}

.personal_area .part_2 .personal_area_item h2 span {
	border-bottom: 2px solid #0C5E8D;
}

.personal_area .part_2 .personal_area_item .item_container {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-top: 30px;
	border-bottom: 1px solid #0c5e8d63;
}

.personal_area .part_2 .personal_area_item .item_container .item {
	margin-right: 50px;
}

.personal_area .part_2 .personal_area_item .item_container .item:last-child {
	margin-right: 0;
}

.personal_area .part_2 .personal_area_item .item_container .item h3 {
	color: #0C5E8D;
	opacity: 0.4;
	font-size: 13px;
}

.personal_area .part_2 .personal_area_item .item_container .item p {
	color: #0C5E8D;
	font-size: 15px;
}

.personal_area .part_2 .change_information {
	margin-right: 50px;
	font-size: 20px;
	color: #0C5E8D;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.personal_area .part_2 .change_information img {
	height: 12px;
	margin-left: 12px;
}


/* PURSE */

.personal_area .part_2 .open_history {
	display: none;
}

.personal_area .part_2 .operation_history_content {
	display: flex;
	flex-wrap: nowrap;
}

.personal_area .part_2 .operation_history_content .content {
	width: calc(100% - 220px);
}

.personal_area .part_2 .operation_history_content .operation_history {
	width: 220px;
	border-left: 1px solid #0c5e8d59;
	text-align: center;
}

.personal_area .part_2 .operation_history_content .operation_history h2 {
	color: #0C5E8D;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 35px;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item {
	border-top: 1px solid #0c5e8d59;
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	padding: 10px 10px 10px 20px;
	position: relative;
}


.personal_area .part_2 .operation_history_content .operation_history .operation_history_item p {
	margin-bottom: 0;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_date .name_operation {
	color: #0C5E8D;
	font-size: 13px;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_date .date_operation {
	color: #0C5E8D;
	opacity: 0.7;
	font-size: 11px;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_price {
	position: absolute;
	top: 10px;
	right: 10px;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_price .price {
	font-size: 12px;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_price .price.green {
	color: #14AE51;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_price .price.red {
	color: #EE3F3F;
}

.personal_area .part_2 .operation_history_content .operation_history .operation_history_item .container_price .currency {
	color: #0C5E8D;
	opacity: 0.5;
	font-size: 10px;
}

.personal_area .part_2 .operation_history_content .operation_history .refresh_container {
	border-top: 1px solid #0c5e8d59;
}

.personal_area .part_2 .operation_history_content .operation_history .refresh_container .refresh {
	width: 59px;
	height: 59px;
	border-radius: 50px;
	background: #0C5E8D;
	margin: 29px auto 45px;
	position: relative;
}

.personal_area .part_2 .operation_history_content .operation_history .refresh_container .refresh img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.personal_area .part_2 .operation_history_content .content .wallet_container {
	text-align: left;
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
}

.personal_area .part_2 .operation_history_content .content h2 {
	color: #0C5E8D;
	font-weight: bold;
	font-size: 25px;
}

.personal_area .part_2 .operation_history_content .content h2 span {
	border-bottom: 2px solid #0C5E8D;
}

.personal_area .part_2 .operation_history_content .content .wallet_container {
	margin-top: 112px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet {
	margin-left: 83px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet p {
	color: #EE3F3F;
	font-size: 15px;
	margin-top: 22px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet input {
	background: none;
	border: none;
	border-bottom: 1.5px solid #0C5E8D;
	color: #0C5E8D;
	font-size: 15px;
	padding-left: 3px;
	width: 152px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet img {
	margin-left: 16px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet button {
	display: block;
	margin: 34px 40px 0;
	border: none;
	outline: none;
	background: #0C5E8D;
	border-radius: 15px;
	width: 118px;
	height: 30px;
	color: #ffffff;
}


.personal_area .part_2 .operation_history_content .content .wallet_container .methods {
	margin-left: 100px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item_container {
	display: flex;
	flex-wrap: wrap;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item {
	width: 212px;
	height: 78px;
	background: #F2F2F6;
	margin: 10px 10px;
	position: relative;
	cursor: pointer;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item .center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item p {
	display: inline;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item .text_1 {
	font-size: 15px;
	margin-top: 13px;
	margin-left: 7px;
	display: inline-block;
	font-weight: bold;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item .text_2 {
	font-size: 20px;
	font-weight: bold;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item .paypal {
	width: 50px;
}

.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item.active {
	background: #EE3F3F;
	color: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

/* PURSE */


/* PERSONAL AREA */


/* HELP */

.help {
	font-family: 'Roboto-Regular';
	text-align: center;
}

.help h1 {
	font-size: 65px;
	font-weight: bold;
	color: #0C5E8D;
	margin: 20px 0;
}

.help .search_section {
	border-top: 2px solid #0c5e8d57;
	padding-top: 100px;
}

.help .search_section h2 {
	color: #0C5E8D;
	font-size: 50px;
	margin-bottom: 45px;
}

.help .search_section .search {
	width: 675px;
	margin: 0 auto;
	border: 1px solid #0c5e8d7e;
	border-radius: 100px;
	display: flex;
	justify-content: space-between;
}

.help .search_section .search input[type="search"] {
	width: 550px;
	background: url("../images/search.svg") no-repeat 25px;
	border: none;
	outline: none;
	height: 48px;
	padding: 10px 0 10px 78px;
	color: #0C5E8D;
}

.help .search_section .search input::placeholder {
	color: #0c5e8d7e;
}

.help .search_section .search button {
	height: 40px;
	width: 93px;
	background: #EE3F3F;
	border-radius: 100px;
	border: none;
	outline: none;
	margin-top: 4px;
	margin-right: 6px;
	color: #ffffff;
	font-size: 15px;
}

.help .search_section .or {
	color: #0C5E8D;
	opacity: 0.5;
	margin-top: 60px;
	font-size: 20px;
}

.help .search_section .item_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 65px;
}

.help .search_section .item_container .item {
	width: 300px;
	height: 160px;
	margin: 10px;
	background: #F2F2F6;
	padding-top: 28px;
	position: relative;
}

.help .search_section .item_container .item.active {
	background: #EE3F3F;
}

.help .search_section .item_container .item .img-svg path {
	fill: #0C5E8D;
}

.help .search_section .item_container .item.active .img-svg path {
	fill: #ffffff;
}

.help .search_section .item_container .item .item_text {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	color: #0C5E8D;
	font-size: 22px;
	font-weight: bold;
}

.help .search_section .item_container .item.active .item_text {
	color: #ffffff;
}

.help .section_spoiler {
	padding-top: 90px;
	padding-bottom: 50px;
	display: none;
}

.help .section_spoiler.active {
	display: block;
}

.help .section_spoiler h2 {
	color: #0C5E8D;
	font-size: 45px;
}

.help .section_spoiler .header_text {
	color: #0C5E8D;
	opacity: 0.5;
	font-size: 20px;
	margin: 40px auto 105px;
	width: 644px;
}

.help .section_spoiler .spoiler {
	text-align: left;
}

.help .section_spoiler .spoiler .spoiler_head {
	position: relative;
	padding: 10px 0 10px 30px;
	margin-top: 40px;
	border-bottom: 2px solid #0c5e8d81;
	font-size: 25px;
	color: #0C5E8D;
	font-weight: bold;
	cursor: pointer;
}

.help .section_spoiler .spoiler .spoiler_head::selection {
	background: transparent;
}

.help .section_spoiler .spoiler .spoiler_head img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.help .section_spoiler .spoiler .spoiler_head img.active {
	right: 8px;
}

.help .section_spoiler .spoiler .spoiler_head img::selection {
	background: transparent;
}

.help .section_spoiler .spoiler.disabled .spoiler_head .active {
	display: none;
}

.help .section_spoiler .spoiler.active .spoiler_head .active {
	display: block;
}

.help .section_spoiler .spoiler.active .spoiler_head .inactive {
	display: none;
}

.help .section_spoiler .spoiler .spoiler_head::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #0C5E8D;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.help .section_spoiler .spoiler .spoiler_body {
	display: none;
	padding: 30px 30px 40px;
	color: #0C5E8D;
	opacity: 0.5;
}

/* HELP */


/* SEARCH JOB */

.search_job {
	font-family: 'Roboto-Regular';
	display: flex;
	justify-content: start;
	min-height: 55%;
}

.search_job .part_1 {
	width: 310px;
	margin-left: 60px;
}

.search_job .part_1 h1 {
	color: #0C5E8D;
	font-size: 70px;
	font-weight: bold;
}

.search_job .part_1 .find {
	color: #0C5E8D;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
}

.search_job .part_1 .post {
	color: #0C5E8D;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	margin-left: 30px;
}

.search_job .part_1 input {
	border: 1px solid #0C5E8D;
	width: 310px;
	height: 30px;
	border-radius: 50px;
	display: block;
	padding-left: 19px;
}

.search_job .part_1 .for_example {
	color: #0C5E8D;
	opacity: 0.5;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.search_job .part_1 .right {
	text-align: right;
}

/* SELECT */

.search_job .part_1 .right .select {
	position: relative;
	display: inline-block;
	width: 200px;
	margin-bottom: 20px;
	text-align: left;
}

.search_job .part_1 .right .select__head {
	width: 100%;
	max-width: 100%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #0C5E8D;
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #0C5E8D;
	cursor: pointer;
}

.search_job .part_1 .right .select__head::after {
	width: 10px;
	height: 6px;
	background: #FFF url("../images/Vector.png") no-repeat center / cover;
	position: absolute;
	right: 20px;
	bottom: 50%;
	transform: translateY(50%);
	content: '';
	display: block;
}

.search_job .part_1 .right .select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.search_job .part_1 .right .select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.search_job .part_1 .right .select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #F8F9FA;
	padding: 5px;
}

.search_job .part_1 .right .select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.search_job .part_1 .right .select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.search_job .part_1 .right .select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}

/* SELECT */

.search_job .part_1 .right a {
	text-decoration: none;
	color: rgba(12, 94, 141, 0.5);
	display: block;
}

.search_job .part_1 .right button {
	width: 130px;
	height: 30px;
	background: #0A4073;
	border-radius: 50px;
	border: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.search_job .part_1 .right p {
	color: #0C5E8D;
	opacity: 0.5;
	font-size: 12px;
}

.search_job .part_2 .item_container {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-left: 100px;
	margin-top: 50px;
}

.search_job .part_2 .item_container .item {
	width: 190px;
	height: 35px;
	background: #ACACAC;
	border-radius: 5px;
	text-align: center;
	padding-top: 4px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	
    line-height: 27px;
}

.search_job .part_2 .item_container .item:hover {
	background: #c4c4c4;
}

.search_job .part_2 .item_container .item p {
	display: inline;
	color: #ffffff;
	font-size: 13px;
	margin-left: 12px;
}


/* SEARCH JOB */


/* JOB */

.job {
	font-family: 'Roboto-Regular';
}

.job h1 {
	text-align: left;
	color: #0C5E8D;
	font-weight: bold;
	font-size: 70px;
	margin-left: 60px;
}

.job .container .header_text {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0;
}

.job .container .header_text a {
	color: #000;
}

.job .container .header_text span {
	margin-left: 20px;
}

.job .container h2 {
	color: #0C5E8D;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 50px;
}

.job .container .create_resume {
	height: 113px;
	width: 100%;
	position: relative;
	background: #eaeaea;
	border-radius: 15px;
	padding-left: 165px;
	padding-top: 20px;
	margin-bottom: 30px;
}

.job .container .create_resume img {
	position: absolute;
	top: -16px;
	left: 31px;
}


.job .container .create_resume .text_container p.head {
	color: #013655;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 19px;
}

.job .container .create_resume .text_container .text {
	color: #013655;
	font-size: 15px;
}

.job .container .create_resume button {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);

	border: none;
	border-radius: 50px;
	background: #1691C6;
	width: 227px;
	height: 47px;
	color: #ffffff;
	font-size: 20px;

	transition: 0.3s;
}

.job .container .create_resume button:hover {
	box-shadow: 0px 5px 10px rgba(22, 145, 198, 0.6);
}


.job .job_section {
	background: #eaeaea;
	padding-top: 10px;
}

.job .job_section .container_center {
	width: auto;
	margin: 0 auto;
	max-width: 1035px;
}

.job .job_section .container .container_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 30px;
}

.job .job_section .container .container_item .item {
	width: 345px;
	height: 100px;
	background: #A2A2A2;
	text-align: center;
	border: 0.3px solid rgba(255, 255, 255, 0.5);
	position: relative;
	cursor: pointer;
}

.job .job_section .container .container_item .item:hover {
	background: #a2a2a2cc;
}

.job .job_section .container .container_item .item .middle {
	position: absolute;
	top: 50px;
	transform: translateY(-50%);
	width: 100%;
}

.job .job_section .container .container_item .item p {
	font-size: 18px;
	color: #ffffff;
	margin-top: 15px;
	display: inline-block;
	margin-left: 5px;
}

.job .job_section .container .number {
	margin-bottom: 0;
	font-size: 27px;
	margin-top: 30px;
	font-weight: bold;
}

.job .job_section .container {
	padding-bottom: 45px;
}

.job .job_section .resources {
	text-align: center;
}

.job .job_section .resources h3 {
	font-size: 30px;
	font-weight: bold;
}

.job .job_section .resources .resources_item_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 28px;
	padding-bottom: 30px;
}

.job .job_section .resources .resources_item_container .resources_item {
	margin: 0 85px;
}

.job .job_section .resources .resources_item_container .resources_item p {
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
}

.job .job_section .resources .resources_item_container .resources_item a {
	color: #000000;
}

.job .job_section .resources .resources_item_container .resources_item p::before {
	position: absolute;
	content: "";
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 30px;
	background: #0C5E8D;
}

/* JOB */

/* CONTACTS */

.contacts {
	text-align: left;
	font-family: 'Roboto-Regular';
}

.contacts h1 {
	color: #0C5E8D;
	font-weight: bold;
	font-size: 70px;
	text-align: center;
}

.line {
	width: 100%;
	height: 1px;
	background: #0C5E8D;
	margin-bottom: 50px;
}

.contacts .container_carousel .owl-carousel_contacts {
	width: 80%;
	margin: 0 auto;
}

.contacts .container_carousel .owl-carousel_contacts .item {
	background: linear-gradient(180deg, #1F83BC 0%, #145377 100%);
	padding: 17px 20px 60px;
	border-radius: 15px;
	color: #ffffff;
	text-align: left;
	margin: 0 13px;
}

.contacts .container_carousel .owl-carousel_contacts .item img {
	width: auto;
}

.contacts .container_carousel .owl-carousel_contacts .item .photo {
	margin: 0 auto 12px;
}

.contacts .container_carousel .owl-carousel_contacts .item h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

.contacts .container_carousel .owl-carousel_contacts .item p {
	font-size: 15px;
	position: relative;
	margin-bottom: 15px;
}

.contacts .container_carousel .owl-carousel_contacts .item p span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contacts .container_carousel .owl-carousel_contacts .item p span img {
	display: inline-block;
	margin-right: 9px;
	margin-top: -3px;

}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle {
	width: 38px;
	height: 38px;
	border-radius: 50px;
	border: 1px solid #ffffff;
	margin: 0 15px;
	position: relative;
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .mail_phone:hover {
	background: #ffffff42;
	cursor: pointer;
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle img,
.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle .indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle .indicator {
	width: 18px;
	height: 18px;
	border-radius: 30px;
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle .indicator.green {
	background: #68EC95;
}

.contacts .container_carousel .owl-carousel_contacts .item .buttons_container .circle .indicator.red {
	background: #EE3F3F;
}

.contacts .container_carousel .owl-carousel_contacts .item button {
	float: right;
	border: none;
	outline: none;
	background: #EE3F3F;
	border-radius: 10px;

	width: 82px;
	height: 28px;

	color: #ffffff;
	font-size: 13px;
	margin-top: 18px;
}

.contacts .container_carousel .owl-carousel_contacts .item button:hover {
	background: #f76464;
}

.contacts .container_carousel .owl-carousel_contacts .item button img {
	display: inline;
}

.contacts .owl-carousel .owl-nav button.owl-prev,
.contacts .owl-carousel .owl-nav button.owl-next {
	width: 56px;
	height: 56px;
	border-radius: 100px;
	border: 1px solid #0C5E8D;
	outline: none;
}

.contacts .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.contacts .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.contacts .owl-carousel .owl-nav button.owl-prev:hover,
.contacts .owl-carousel .owl-nav button.owl-next:hover {
	background: rgba(0, 0, 0, 0.089);

}

.contacts .search_text {
	color: #0C5E8D;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10%;
	margin-bottom: 6px;
	margin-top: 35px;
}

.contacts input {
	width: 373px;
	height: 31px;
	border: 1px solid #0C5E8D;
	border-radius: 100px;
	padding-left: 24px;
	padding-right: 10px;
	color: #548EB4;
	font-size: 15px;
	outline: none;
	margin-left: 10%;
	margin-bottom: 100px;
}

.contacts .button_search {
	border: none;
	outline: none;
	border-radius: 100px;
	width: 136px;
	height: 47px;
	display: inline;
	margin-left: 42px;
	background: #0A4073;

	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.contacts .button_search:hover {
	box-shadow: 0px 5px 10px rgba(1, 54, 85, 0.45);
}

/* CONTACTS */

/* ADMIN PANEL */

.admin_panel {
	font-family: 'Roboto-Regular';
	text-align: center;

	display: flex;
	flex-wrap: wrap;
	margin: 10% 0;
}
.admin_panel .part_1,
.admin_panel .part_2,
.admin_panel .part_3 {
	width: 20%;
	/*border: 1px solid #0c5e8d83;*/
	padding-bottom: 53px;
	min-width: 245px;
}

.admin_panel .head {
	margin-top: 60px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0C5E8D;
}

.admin_panel .part_4 {
	width: 40%;
	padding-bottom: 53px;
	display: flex;
	flex-wrap: nowrap;
	min-width: 445px;
	/*border: 1px solid #0c5e8d83;*/
}

.admin_panel .part_4 .first,
.admin_panel .part_4 .second {
	width: 50%;
}

.admin_panel .header {
	margin-top: 55px;
	color: #0C5E8D;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 32px;
}

.admin_panel .input {
	border-bottom: 1px solid #0c5e8d52;
	width: 210px;
	height: 35px;
	margin: 0 auto;
	position: relative;
}

.admin_panel .input input {
	background: none;
	border: none;
	font-size: 15px;
	color: #0C5E8D;
	width: 120px;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 5px;
	outline: none;
}

.admin_panel .input button {
	color: #ffffff;
	font-size: 12px;
	width: 80px;
	height: 26px;
	background: #0C5E8D;
	border-radius: 5px;
	display: inline;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.admin_panel .part_4 .second .input {
	width: 125px;
}

.admin_panel .part_4 .second .input input {
	font-size: 10px;
	bottom: 2px;
	height: 20px;
}

/* SELECT */

.admin_panel .part_4 .first .select {
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: left;
}

.admin_panel .part_4 .first .select__head {
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #0c5e8d52;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #0C5E8D;
	cursor: pointer;
}

.admin_panel .part_4 .first .select__head::after {
	width: 10px;
	height: 6px;
	background: #FFF url("../images/Vector.png") no-repeat center / cover;
	position: absolute;
	right: 20px;
	bottom: 50%;
	transform: translateY(50%);
	content: '';
	display: block;
}

.admin_panel .part_4 .first .select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.admin_panel .part_4 .first .select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.admin_panel .part_4 .first .select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #F8F9FA;
	padding: 5px;
}

.admin_panel .part_4 .first .select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.admin_panel .part_4 .first .select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.admin_panel .part_4 .first.select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}

/* SELECT */

/* Under construction */
.oil {
	height: 871px;
	background-image: url('../images/UnderConstruction/Sample.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.oil .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.oil section.oil-1 {
	margin-top: 357px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.oil .caption {
	width: 100%;
}

.oil .caption h1 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	line-height: 78px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.oil .p p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 59px;
	color: #FFFFFF;
	margin-top: 10px;
	width: 680px;
}

/* Under construction */

/* ADMIN PANEL */

/* COMING SOON MEDIA*/

@media (max-width: 1200px) {
	.coming_soon {
		padding: 250px 0 260px;
	}

	.coming_soon h1 {
		font-size: 80px;
	}

	.coming_soon p {
		font-size: 40px;
	}

	.coming_soon a {
		font-size: 25px;
	}
}

@media (max-width: 700px) {
	.coming_soon {
		padding: 250px 0 260px;
	}

	.coming_soon h1 {
		font-size: 60px;
		margin-bottom: 0;
	}

	.coming_soon h1 img {
		margin-top: -10px;
		margin-right: 20px;
		width: 50px;
	}

	.coming_soon p {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.coming_soon a {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.coming_soon {
		padding: 175px 0 200px;
	}

	.coming_soon h1 {
		font-size: 30px;
		margin-bottom: 17px;
	}

	.coming_soon h1 img {
		margin-top: -10px;
		margin-right: 20px;
		width: 40px;
	}

	.coming_soon p {
		font-size: 20px;
		margin-bottom: 80px;
	}

	.coming_soon a {
		font-size: 20px;
	}

	.forum .forum_content .forum_item .part_2 a {
		position: relative;
		bottom: 10px;
		right: 0;
	}
}

/* COMING SOON MEDIA*/


/* FREELANCE 1-2 MEDIA */

@media (max-width: 1400px) {
	.freelance h2 {
		font-size: 50px;
	}

	.freelance .container_nav a {
		margin-right: 20px;
	}
}

@media (max-width: 992px) {
	.freelance .container_nav a {
		margin-right: 15px;
		font-size: 14px;
	}

	.freelance .freelance_section h2 {
		font-size: 40px;
	}

	.freelance .container_search {
		width: 300px;
	}

	.freelance .container_search p {
		font-size: 14px;
	}

	.freelance .select {
		margin-left: 5px;
		width: 180px;
	}

	.freelance .select__head {
		font-size: 16px;
	}

	.freelance .second img {
		width: 230px;
	}

}

@media (max-width: 767px) {
	.freelance .first {
		text-align: center;
	}

	.freelance h1 {
		font-size: 45px;
	}

	.freelance .container_nav {
		justify-content: center;
	}

	.freelance .search_select {
		justify-content: center;
		flex-wrap: wrap;
	}

	.freelance .container_search {
		width: 95%;
	}

	.freelance .select {
		top: 0px;
		margin-top: 30px;
		width: 200px;
	}
}

@media (max-width: 500px) {
	.freelance .freelance_section {
		padding-bottom: 65px;
	}

	.freelance h1 {
		font-size: 30px;
	}

	.freelance .container_nav a {
		margin-right: 15px;
		font-size: 13px;
	}

	.freelance h2 {
		font-size: 25px;
	}

	.freelance .container_search p {
		font-size: 13px;
	}

	.freelance .second img {
		margin-top: 35px;
	}
}

/* FREELANCE 1-2 MEDIA */


/* FREELANCE MEDIA */

@media (max-width: 1200px) {
	.freelance .areas_of_work .areas_container .item {
		margin: 10px;
	}

	.freelance .freelance_banner .freelance_banner_img img {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.freelance .freelance_banner h2 {
		margin-top: 50px;
		font-size: 45px;
	}

	.freelance .freelance_banner p {
		font-size: 18px;
	}

	.freelance .freelance_banner .customer {
		width: 115px;
		height: 35px;
		font-size: 13px;
		margin-right: 20px;
	}

	.freelance .freelance_banner .freelancer {
		width: 115px;
		height: 35px;
		font-size: 13px;
	}

	.freelance .areas_of_work .areas_container .item {
		width: 45%;
	}

	.freelance .areas_of_work .areas_container .item:hover .hover p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.freelance .freelance_banner h2 {
		font-size: 51px;
	}

	.freelance .freelance_banner p {
		font-size: 20px;
	}

	.freelance .freelance_banner .customer {
		width: 160px;
		height: 40px;
		margin-right: 40px;
		font-size: 15px;
	}

	.freelance .freelance_banner .freelancer {
		width: 160px;
		height: 40px;
		font-size: 15px;
	}

	.freelance .areas_of_work .areas_container .item:hover .hover p {
		font-size: 13px;
	}
}

@media (max-width: 550px) {
	.freelance .freelance_banner .freelance_banner_img img {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.freelance .freelance_banner h2 {
		font-size: 25px;
	}

	.freelance .freelance_banner p {
		font-size: 13px;
		margin-bottom: 37px;
	}

	.freelance .freelance_banner .customer {
		width: 146px;
		height: 36px;
		margin-right: 16px;
		font-size: 13px;
	}

	.freelance .freelance_banner .freelancer {
		width: 146px;
		height: 36px;
		font-size: 13px;
		margin-top: 10px;
	}


	.freelance .areas_of_work h2 {
		font-size: 25px;
	}

	.freelance .areas_of_work .areas_container .item {
		width: 100%;
	}

	.freelance .how_it_works h2 {
		font-size: 30px;
	}

	.freelance .how_it_works .steps .step {
		padding: 0 30px;
	}

}

/* FREELANCE MEDIA */

/* FORUM  MEDIA */

@media (max-width: 1200px) {

	.forum .forum_content .forum_item .part_2 {
		padding: 20px 10px 0;
	}
}

@media (max-width: 992px) {

	.forum .forum_content .forum_item .part_2 {
		width: calc(100% - 130px);
	}

	.forum .forum_content .forum_item .part_1 {
		width: 60px;
	}

	.forum .forum_content .forum_item .part_2 h2 {
		font-size: 18px;
	}

	.forum .forum_content .forum_item .part_2 p {
		font-size: 10px;
	}

	.forum .forum_content .forum_item .part_3 {
		width: 70px;
	}

}

@media (max-width: 767px) {
	.forum_header {
		font-size: 50px;
	}
}

@media (max-width: 500px) {
	.forum_header {
		font-size: 45px;
	}

	.forum .forum_content .forum_item .part_2 h2 {
		font-size: 10px;
	}

	.forum .forum_content .forum_item .part_2 p {
		font-size: 8px;
	}

	.forum .forum_content .forum_item .part_2 button {
		width: 52px;
		height: 18px;
		font-size: 7px;
	}
}

/* FORUM MEDIA */

/* SERVICE MEDIA */

@media (max-width: 970px) {
	.service .part_1 {
		width: 40%;
	}

	.service .part_2 {
		width: 60%;
	}
}


@media (max-width: 560px) {
	.service {
		flex-wrap: wrap;
	}

	.service .part_1 {
		width: 100%;
		padding-top: 47px;
		padding-bottom: 76px;
		position: absolute;
		top: 40px;
		left: -100%;
		background: #ffffff;
		box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
		transition: 0.3s;
	}

	.service .part_1.left {
		left: 0;
	}


	.service .part_2 {
		width: 100%;
	}

	.service .part_2 .filter_button {
		border: none;
		outline: none;
		background: none;
		border: 1px solid #0C5E8D;
		border-radius: 5px;
		display: block;
		margin-left: 25px;
		margin-top: 15px;
		width: 52px;
		height: 21px;
		font-size: 10px;
	}

	.service .part_2 h1 {
		font-size: 25px;
		margin-top: 18px;
	}

	.service .part_2 .item_container {
		margin-top: 30px;
	}

	.service .part_2 .item_container > a {
		width: 90%;
	}
}

/* SERVICE MEDIA */

/* PERSONAL AREA MEDIA */

@media (max-width: 1150px) {
	.personal_area .part_2 .operation_history_content .content .wallet_container .methods {
		margin-left: 0;
	}

	.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet {
		margin-left: 10px;
	}
}

@media (max-width: 950px) {
	.personal_area .part_2 .open_container {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.personal_area .part_2 .open_history {
		width: 130px;
		height: 130px;
		margin: 30px auto 0;
		display: block;
		cursor: pointer;
		background: #F2F2F6;
		border-radius: 100px;
		position: relative;
	}

	.personal_area .part_2 .open_history img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70px;
	}

	.personal_area .part_2 .operation_history_content .operation_history {
		width: 100%;
		border-left: none;
		text-align: center;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 10;
		background: #ffffff;
		height: 100%;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
		transition: 0.3s;
	}

	.personal_area .part_2 .operation_history_content .operation_history.right {
		left: 0;
	}

	.personal_area .part_2 .operation_history_content .operation_history .close {
		width: 37px;
		height: 37px;
		background: #F2F2F6;
		border-radius: 30px;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.personal_area .part_2 .operation_history_content .operation_history .close::before {
		content: "";
		width: 25px;
		height: 1px;
		background: #0C5E8D;
		position: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.personal_area .part_2 .operation_history_content .operation_history .close::after {
		content: "";
		width: 25px;
		height: 1px;
		background: #0C5E8D;
		position: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.personal_area .part_2 .operation_history_content .content {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.personal_area .part_2 .personal_area_menu_item p {
		font-size: 11px;
		margin-top: 3px;
	}
}

@media (max-width: 815px) {
	.personal_area .paid_services {
		text-align: center;
	}

	.personal_area .paid_services h1 {
		margin-left: 0;
	}

	.personal_area .paid_services > a {
		margin-left: 0;
	}

	.personal_area .paid_services .content button {
		position: static;
		margin-top: 20px;
	}
}

@media (max-width: 770px) {
	.personal_area .part_2 .operation_history_content .content .wallet_container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}

	.personal_area .part_2 .operation_history_content .content .wallet_container .your_wallet button {
		margin: 34px auto;
	}

	.personal_area .part_2 .operation_history_content .content .wallet_container .methods {
		text-align: center;
	}

	.personal_area .part_2 .operation_history_content .content .wallet_container .methods .methods_item_container {
		justify-content: center;
	}
}

@media (max-width: 750px) {
	.personal_area .part_2 .personal_area_menu_item .setting_text {
		display: none;
	}

	.personal_area .part_2 .personal_area_menu_item .setting {
		margin-right: 0;
	}
}

@media (max-width: 680px) {
	.personal_area {
		position: relative;
	}

	.personal_area .part_1 {
		position: absolute;
		left: -100%;
		transition: 0.3s;
		z-index: 20;
		width: 100%;
		height: 100%;
	}

	.personal_area .part_1 .close {
		width: 37px;
		height: 37px;
		background: #ffffff;
		border-radius: 30px;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.personal_area .part_1 .close::before {
		content: "";
		width: 25px;
		height: 1px;
		background: #0C5E8D;
		position: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.personal_area .part_1 .close::after {
		content: "";
		width: 25px;
		height: 1px;
		background: #0C5E8D;
		position: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.personal_area .paid_services {
		width: 100%;
		padding-top: 10px;
	}

	.personal_area .paid_services .profile {
		display: block;
		margin-left: 10px;
		border: 1px solid #0C5E8D;
		border-radius: 10px;
		background: none;
		font-size: 15px;
		outline: none;
	}

	.personal_area .part_2 {
		width: 100%;
	}

	.personal_area .part_2 .photo_profile {
		width: 130px;
		height: 130px;
		margin: 30px auto 0;
		display: block;
		cursor: pointer;
		background: #F2F2F6;
		border-radius: 100px;
		position: relative;
	}

	.personal_area .part_2 .photo_profile img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70px;
	}

}

@media (max-width: 500px) {
	.personal_area .paid_services h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.personal_area .paid_services .content h2 {
		font-size: 18px;
	}

	.personal_area .paid_services .content .text {
		width: 90%;
	}

	.personal_area .paid_services .content .item_container {
		margin-top: 10px;
	}

	.personal_area .part_2 .personal_area_menu {
		justify-content: space-between;
	}

	.personal_area .part_2 .personal_area_menu_item {
		padding: 6px 5px;
	}

	.personal_area .part_2 .personal_area_menu_item p {
		font-size: 10px;
	}

	.personal_area .part_2 .personal_area_menu_item .arrow {
		margin-left: 5px;
	}

	.personal_area .part_2 .personal_area_menu_item .photo {
		margin-right: 5px;
	}

	.personal_area .part_2 .photo_profile {
		width: 67px;
		height: 67px;
		margin: 8px auto 0;
	}

	.personal_area .part_2 .photo_profile img {
		width: 26px;
		height: 26px;
	}

	.personal_area .part_2 .open_history {
		width: 67px;
		height: 67px;
		margin: 8px auto 0;
	}

	.personal_area .part_2 .open_history img {
		width: 26px;
		height: 26px;
	}


	.personal_area .part_2 h1 {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 21px;
	}

	.personal_area .part_2 .personal_area_item {
		margin: 0 10px;
	}

	.personal_area .part_2 .personal_area_item h2 {
		font-size: 15px;
		color: #0C5E8D;
		font-weight: bold;
	}

	.personal_area .part_2 .personal_area_item .item_container {
		margin: 15px 50px 0;
	}

	.personal_area .part_2 .operation_history_content .content h2 {
		font-size: 20px;
	}
}

/* PERSONAL AREA MEDIA */

/* HELP MEDIA*/

@media (max-width: 767px) {
	.help h1 {
		font-size: 45px;
		margin: 10px 0;
	}

	.help .search_section {
		padding-top: 20px;
	}

	.help .search_section h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.help .search_section .search {
		width: 95%;
	}

	.help .search_section .search input[type="search"] {
		height: 38px;
	}

	.help .search_section .search button {
		height: 30px;
	}

	.help .search_section .or {
		margin-top: 40px;
		font-size: 18px;
	}

	.help .search_section .item_container {
		margin-top: 30px;
	}

	.help .section_spoiler {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.help .section_spoiler h2 {
		font-size: 35px;
	}

	.help .section_spoiler .header_text {
		font-size: 18px;
		margin: 20px auto 45px;
		width: 90%;
	}

	.help .section_spoiler .spoiler .spoiler_head {
		margin-top: 10px;
		font-size: 20px;
	}

	.help .section_spoiler .spoiler .spoiler_head img {
		width: 20px;
	}

	.help .section_spoiler .spoiler .spoiler_head img.active {
		width: 10px;
		right: 5px;
	}

	.help .section_spoiler .spoiler .spoiler_body {
		font-size: 15px;
		padding: 10px;
	}
}

@media (max-width: 500px) {
	.help h1 {
		font-size: 30px;
		margin: 10px 0;
	}

	.help .search_section h2 {
		font-size: 25px;
		margin-bottom: 27px;
	}

	.help .search_section .search input[type="search"] {
		height: 30px;
		font-size: 10px;
		background-size: 13px;
		background-position: 12px;
		padding-left: 40px;
	}

	.help .search_section .search button {
		margin-top: 2px;
		height: 26px;
		font-size: 10px;
	}

	.help .search_section .or {
		font-size: 11px;
	}

	.help .section_spoiler h2 {
		font-size: 25px;
	}

	.help .section_spoiler .header_text {
		font-size: 13px;
		width: 95%;
	}

	.help .section_spoiler .spoiler .spoiler_head::before {
		width: 7px;
		height: 7px;
	}

	.help .section_spoiler .spoiler .spoiler_head {
		font-size: 15px;
	}

	.help .section_spoiler .spoiler .spoiler_body {
		font-size: 13px;
	}
}

/* HELP MEDIA */

/* SEARCH JOB MEDIA */

@media (max-width: 720px) {
	.search_job {
		flex-wrap: wrap;
	}

	.search_job .part_1 {
		width: 100%;
		margin-left: 0;
	}

	.search_job .part_1 .job_container {
		width: 310px;
		margin: 0 auto;
	}

	.search_job .part_2 .item_container {
		margin-left: 0;
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.search_job .part_2 .item_container .item {
		margin: 10px;
	}

	.search_job .part_1 h1 {
		font-size: 50px;
	}
}

/* SEARCH JOB MEDIA */

/* JOB MEDIA */

@media (max-width: 1200px) {
	.job .job_section .container_center {
		width: auto;
		margin: 0 auto;
		max-width: 690px;
	}
}

@media (max-width: 992px) {

	.job .container .create_resume button {
		right: 10px;
		width: 180px;
	}

	.job .job_section .resources .resources_item_container .resources_item {
		margin: 0 50px;
	}
}

@media (max-width: 767px) {

	.job .container .create_resume img {
		display: none;
	}

	.job .container .create_resume {
		padding-left: 25px;
	}

	.job .container .create_resume .text_container .header {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.job .container .create_resume .text_container .text {
		font-size: 13px;
	}

	.job .container .create_resume button {
		width: 130px;
		height: 35px;
		font-size: 15px;
	}

	.job .job_section .container .container_item {
		justify-content: center;
	}

	.job .job_section .resources h3 {
		font-size: 25px;
	}

	.job .job_section .resources .resources_item_container .resources_item p {
		font-size: 13px;
	}
}

@media (max-width: 500px) {
	.job h1 {
		font-size: 50px;
		margin-top: 27px;
		margin-left: 23px;
	}

	.job .container h2 {
		font-size: 30px;
	}

	.job .job_section .container .number {
		font-size: 20px;
		display: block;
		width: 300px;
		margin: 19px auto 0;
	}
}

/* JOB MEDIA */

/* CONTACTS MEDIA */

@media (max-width: 700px) {

	.contacts .container_carousel .owl-carousel_contacts {
		width: 95%;
	}

	.contacts .owl-carousel .owl-nav button.owl-prev {
		position: static;
		margin-top: 30px;
	}

	.contacts .owl-carousel .owl-nav button.owl-next {
		position: static;
	}

	.contacts .search_text {
		margin-left: 32px;
	}

	.contacts input {
		margin-left: 27px;
		max-width: 373px;
		width: 50%;
	}

	.contacts .button_search {
		width: 101px;
		height: 34.9px;
		font-size: 15px;
		margin-left: 17px;
	}
}

@media (max-width: 500px) {
	.contacts h1 {
		font-size: 45px;
	}
}

/* CONTACTS MEDIA */

/* ADMIN PANEL */

@media (max-width: 1225px) {
	.admin_panel .part_1, .admin_panel .part_2, .admin_panel .part_3 {
		width: 33.33333333%;
	}

	.admin_panel .part_4 {
		width: 100%;
	}
}

@media (max-width: 735px) {
	.admin_panel .part_1, .admin_panel .part_2, .admin_panel .part_3 {
		width: 100%;
	}

	.admin_panel .part_4 {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.admin_panel .part_4 {
		flex-wrap: wrap;
		min-width: 1px;
	}

	.admin_panel .part_4 .first,
	.admin_panel .part_4 .second {
		width: 100%;
	}
}

/* ADMIN PANEL */
