#career * {
    margin: 0;
    padding: 0;
position: relative;
}

.page-title-block-inner {
    padding-left: 0% !important;
}

.page-content
{
	float: none !important;
}
.page-title-wrapper
{
	background: transparent url(../vacancy/img/banner-example.png) center no-repeat;
}
#career .center {
    /* padding-left: calc(50% - 720px);
    padding-right: calc(50% - 720px); */
}

.main-title {
	color: white !important;
margin-left: 20px;
}

#career .logo_br {
    background-image: url(../vacancy/img/banner-example.png);
    height: 280px;
}

#career .logo_content {
    padding-left: 21%;
    padding-top: 110px;
    color: white;
    font-weight: bold;
    font-size: 22px;
}

#career .logo_button {
    width: 260px;
    height: 40px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 20px;
    background: white;
    color: rgba(0, 50, 116, 0.85);
    font-size: 18px;
    cursor: pointer;
position: absolute;
top: -200px;


}

#career .container {
    margin-top: 50px;
    /*margin-left: 23%;*/
    width: 1000px;
}

#career .buttons {
    display: flex;
	flex-wrap: wrap;
	/*margin-top: 75px;*/
	margin-left: 75xp;
	/*margin-right: 75px;*/
}

#career .buttons_job {
    padding: 8px 16px;
    font-weight: bold;
    font-size: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 20px;
    background: white;
    color: rgba(0, 50, 116, 0.85);
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
	line-height: initial;
}

#career .buttons_job:first-child {
	margin-right: 75px;
}

#career .buttons_job:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}
#career .active {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}
#career .card {
    margin-top: 26px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

#career .card_content {
    margin: 26px 16px;
    display: flex;
    flex-direction: column;
}

#career .card_content-title {
    font-size: 20px;
    color: rgb(94, 94, 94);
    font-weight: bold;
	margin-bottom: 12px !important;
}

#career .card_content-money {
    color: rgba(0, 50, 116, 0.85);
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 12px;
}

#career .card_block {
    display: flex;

}

#career .card_content-address,
#career .card_content-experience,
#career .card_content-description {
    color: gray;
	margin-bottom: 12px;
}

#career svg {
    width: 1em;
    height: 1em;
    color: gray;
	margin-right: 12px;
}

@media (min-width: 768px) and (max-width: 1440px) {

    #career .logo_content {
        padding-left: 13%;
        padding-top: 60px;
    }

    #career .container {
        margin-left: 13%;
        /*width: 650px;*/
		width: 100%;
    }

	#career .buttons {
		margin-top: 40px;
	}

}

@media (min-width: 359px) and (max-width: 768px) {

    #career .logo_content {
        padding-left: 4%;
        padding-top: 60px;
    }

    #career .container {
        margin-left: 4%;
        width: 440px;
    }

	#career .buttons {
		margin-top: 20px;
	}

	.page-title-wrapper {
		height: 120px;
	}

.pagination {
  display: inline-block;
  padding-top: 10px !important;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination a.active {
  background-color: #4b00ff;
  color: white;
  border: 1px solid #4b00ff;
	margin-left: 5px !important;
    margin-right: 5px !important;
}
.pagination a:hover:not(.active) {background-color: #ddd;}