* {
	outline: none;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px;
  background: #f6f7f9;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-size: 13px;
}

footer > .container {
    color: #fff;
    background-color: #535353;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    height: 100%;
    padding-top: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header {
    margin-top: 5px;
	margin-bottom: 30px;
	padding: 20px 0;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0px 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.10);
}

header::before {
    background-image: linear-gradient(to right, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    height: 5px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
}

header .logo {
	opacity: 0.8;
}

a.top_feedback_button {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
    color: #fff;
    text-shadow: 0px 2px 12px rgb(149 149 149);
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #d13488, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.45);
}

a.top_feedback_button:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.top_feedback_button:focus {
    outline: none;
}

a.top_feedback_button.disabled {
    pointer-events: none;
    background: #b2a2a2;
    box-shadow: none;
}

.h1, h1 {
    font-size: 25px;
}

h1.page_h1 {
	margin-bottom: 20px;
}

p.town_choise {
	margin: 0 auto 30px auto;
	background: #cfe4f7;
	display: table;
	padding: 6px 16px;
	border-radius: 4px;
	opacity: 0.9;
}

.vac_url h4 {
    border-bottom: 1px dotted #1e90ff;
    display: inline;
    font-size: 17px;
    text-decoration: none;
}

.vac_url:hover {
    text-decoration: none;
}

.vac_url:hover h4 {
    border-color: transparent;
}

.company_name {
    padding: 10px 5px;
    border-radius: 6px;
    text-align: center;
    color: #3d2a2a;
    font-size: 17px;
    line-height: 20px;
    background: #121FCF;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.salary_block {
    opacity: 0.9;
    margin-top: 10px;
    padding: 1px;
    border-radius: 6px;
    background: #121FCF;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
}

.salary {
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.salary:first-letter {
    text-transform: uppercase;
}

.address {
    margin-top: 20px;
    font-style: italic;
}

.address:first-letter {
    text-transform: uppercase;
}

.time_vac {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.vac_snippets {
    margin-top: 15px;
}

.vac_snippets span {
    background: #88a8c9;
    color: #fff;
    padding: 3px 12px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: lowercase;
    white-space: nowrap;
    display: inline-block;
}

.vac_snippets span:first-letter {
    text-transform: uppercase;
}

.vac_experience {
    margin: 10px 0 0 0;
    padding: 5px 15px;
    display: table;
    color: #fff;
    background: #fb5e5e;
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
}

.vac_image {
    display: block;
    text-align: center;
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    top: -15px;
    right: -15px;
    border-radius: 10px;
    padding: 4px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
	box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vac_image img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.9;
}

.search_results_info {
    text-align: center;
    padding: 20px 10px;
    border-radius: 6px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
	box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);    
}

.search_results_info > p {
    text-align: left;
    font-weight: bold;
    padding: 5px 10px;
}

.search_results_info:hover {
	-webkit-box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
	box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
}

.search_results_info ul li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    position: relative;
    text-align: left;
}

.search_results_info ul li a {
    text-decoration: none;
    border-bottom: 1px dotted #0966c1;
}

.search_results_info ul li a:hover {
    border-color: transparent;
}

.search_results_info ul li.active a {
    background: #836fbb;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    margin-left: -6px;
    border: transparent;
}

.search_results_info ul li::before {
    content: "\2014";
    position: absolute;
    left: -25px;
    top: 0;
    color: #ff0000;
}

.search_results_info ul li:first-letter {
    text-transform: uppercase;
}

.vac {
    border-radius: 6px;
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    margin-right: 0;
    padding: 15px 5px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
	box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
}

.vac:hover {
	-webkit-box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
	box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
}

.vac_description {
    margin: 10px 0;
}

.vac_description br {
    display: none;
}

.vac_description ul {
    padding: 0;
    margin: 15px 0;
}

.vac_description ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 5px 25px;
}

.vac_description ul li:before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0;
    color: #689def;
}

.page_search {
    display: block;
    margin: 0 -5px 40px -15px;
    position: relative;
}

.page_search button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 150px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
    display: block;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 6px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.page_search button:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page_search button:focus {
    outline: none;
}

.page_search input {
    display: block;
    width: 100%;
    padding: 10px 180px 10px 20px;
    color: #4d4848;
    font-size: 14px;
    background: #eef5fb;
    border: 2px solid #9cc6ef;
    border-radius: 6px;
}

.feedback {
    margin-top: 30px;
    text-align: center;
}

.add_vac .add_nav {
    width: 100%;
    display: table;
    box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);   
}

.add_vac .add_nav > div {
    width: 25%;
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background: #fff;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;   
}

.add_vac .add_nav > div:first-of-type {
    border-radius: 6px 0 0 6px;
}

.add_vac .add_nav > div:last-of-type {
    border-radius: 0 6px 6px 0;
}

.add_vac .add_nav > div:hover {
    background: #dbedff;
}

.add_vac .add_nav > div.active {
    background: #d13488;
    color: #fff;
}

.add_nav_tab_area {
    display: none;
    padding: 20px;
    margin: 30px 15px 15px 15px;
    border-radius: 6px;
    background: #fff;
    transition: all .4s ease;  
}

.add_nav_tab_area.active {
    display: block;
}

.add_nav_tab_area table {
    width: 100%;
    border: 0;
}

.add_nav_tab_area table td {
    padding: 20px 10px;
}

.add_nav_tab_area input, .add_nav_tab_area textarea {
    display: block;
    width: 100%;
    padding: 10px;
    color: #4d4848;
    font-size: 14px;
    background: #eef5fb;
    border: 1px solid #9cc6ef;
    border-radius: 6px;
}

.add_nav_tab_area textarea {
    min-height: 200px;
}

.add_nav_tab_area label {
    background: #ccc;
}

.div_send_vac_form_button {
    margin: 15px;
    display: block;
}

#send_vac_form_button {
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 8px;
    color: #fff;
    text-shadow: 0px 2px 12px rgb(149 149 149);
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 6px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #d13488, #e43603, #fa7199, #e85a19);   
}

.add_vac_errors {
    border-radius: 6px;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: center;
    border: 1px dashed #ff0000;
}

.panel {
	margin-top: 30px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
	box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
}

.panel:hover {
	-webkit-box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
	box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
}

.panel.panel-info {
	margin-top: 30px;
}

.panel-body {
	padding-left: 25px;
	padding-right: 25px;
}

.panel-body h1 {
	margin: 10px 0 15px 0; font-size: 18px;
}

.panel-body h4 {
	margin: 0; font-size: 17px;
}

.panel-body input, .panel-body button, .panel-body select, .panel-body textarea {
	width: 100%; padding: 10px; border-radius: 4px; border: 1px solid #5DA2E4;
}

.panel-body button {
	background: #5DA2E4; color: #fff;
}

.panel-body input, .panel-body textarea {
	background: #e3e9ef;
}

.panel-body form {
	margin: 20px 0;
}

.top_area {
    padding: 15px;
    background: #fff;
	border-radius: 6px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
	box-shadow: 0 5px 25px 0 rgba(41,128,185,.15);
    text-align: center;
    margin-bottom: 20px;
}

.top_area:hover {
	-webkit-box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
	box-shadow: 0 5px 25px 0 rgba(73, 128, 228, 0.51);
}

.top_area ul {
    padding: 0;
    margin: 0;
}

.top_area ul li {
    list-style-type: none;
    margin: 10px;
}

.top_area ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #5DA2E4;
	color: #5DA2E4;
}

.top_area ul li a:hover {
    border-color: transparent;
}

.top_area p {
	background: #eb4ab1;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50%;
	margin: 5px auto 15px auto;
	display: inline-block;
}

.empty_input {
    margin: -20px 0 0 -12px;
}

.empty_input .suggest {
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    background: #1e90ff;
    display: inline-block;
    opacity: 0.8;
    font-size: 13px;
}

.empty_input .popular_jobs {
    display: block;
    margin: 20px 0;
}

.empty_input .popular_jobs a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 3px 15px;
    background: #b7acac;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    font-style: italic;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.empty_input .popular_jobs a:hover {
    background: #ef6565;
}

@media (max-width: 992px){
	.header_md, .ya-share2, .ya-share2, p.town_choise, H1, p.vac_found {
		text-align: center !important;
	}
	.header_md .logo {
		margin-bottom: 20px;
	}
	header {
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}

H1#page_title {
    font-weight: normal;
    margin: 5px 0 15px -15px;
    font-size: 18px;
    line-height: 25px;
}

p#page_vacs_count {
    margin: 0 0 10px -15px;
}

.error404 {
    margin-top: 30px;
    text-align: center;
    color: #e43603;
}

.error404 p {
    font-size: 60px;
    margin-bottom: 20px;
}