.title-h2 {
	color: #7f7f7f;
	font-size: 25px;
}

.title-h3 {
	color: #7f7f7f;
	font-size: 18px;
	padding-top: 20px;
}

.title-h3-inner {
	color: #7f7f7f;
	font-size: 18px;
	display: inline;
	position: relative;
}

.auto-dropdown1:hover .dropdown-menu {
	display: inline-block;
}

.logo-form {
	width: 350px
}

.lan-flag {
	display: inline-block;
	width: 25px;
	height: 18px;
	margin-right: 5px;
}

.flag-en {
	background: url('/img/us2.png') no-repeat;
}

.flag-ru {
	background: url('/img/russia2.png') no-repeat
}

.flag-hy {
	background: url('/img/armenia2.png') no-repeat
}

.my-navbar .navbar-nav .dropdown-menu {
	margin-top: 0em !important;
}

.subscribe_float_btn {
	/* position: fixed; */
	z-index: 21474836477;
	left: 50px;
	bottom: 20px;
	display: inline-block;
}

.subscribe_float_btn form {
	display: flex !important;
}

#mySubscribeMenu a {
	position: absolute;
	left: -80px;
	transition: 0.3s;
	padding: 15px;
	width: 100px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 0 5px 5px 0;
}

#mySubscribeMenu a:hover {
	left: 0;
}

#scrollUp {
	/*background: #6a961f;*/
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
}

.job-company-left {
	width: calc(60% + 8px);
}

.title-warning {
	color: red;
}

@media only screen and (max-width: 1024px) {
	.dropdown-item {
		padding: .25rem 0.5rem;
	}

	.job-company-left {
		width: calc(100% + 8px);
	}
}

@media only screen and (max-width: 600px) {
	.title-h2 {
		color: #7f7f7f;
		font-size: 15px;
	}

	.title-h3 {
		color: #7f7f7f;
		font-size: 15px;
		padding-top: 10px;
	}

	.title-h3-inner {
		margin-top: 5%;
		color: #7f7f7f;
		font-size: 13px;
		display: inline;
		position: relative;
	}
}