.container h1,
.container h2,
.container h3,
.container h4 {
    font-family: "Tabac - G 1 Medium";
}

.container p,
.container li,
.container button {
    font-family: Verdana;
}

.container p,
.container li {
    line-height: 32px;
}

.main_content,
.offers {
    padding: 0 20px;
}

/* Banner */

.banner_one {
    position: relative;
}

.banner_one .banner__desktop--image {
    max-width: 1868px;
    width: 100%;
    height: auto;
}

.banner_one .banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Banner end */

/* Section main_content */

.main_content {
    margin-bottom: 8vw;
}

.banner_two .banner__content {
    padding: 5.5vw 0;
}

.banner_two h1 {
    font-size: 72px;
}

.banner_two .banner__content--logolines {
    margin: 8.8% 0;
}

.banner_two .banner__content--logolines::before,
.banner_two .banner__content--logolines::after {
    background: #141e50;
}

.banner_two .banner__content--logo {
    width: 64px;
}

.banner_two .banner__content h4 {
    width: auto;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.55px;
}

/* Info blocks */

.info_blocks {
    padding: 0 20px;
    max-width: 1655px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info_blocks>div:nth-of-type(2) {
    margin: 0 35px;
}

.info_blocks--item {
    max-width: 500px;
}

.info_blocks--item ul {
    list-style: disc;
}
.info_blocks--item ul li {
    margin-left: 20px;
}

.info_blocks--item img {
    max-width: 497px;
    width: 100%;
    height: auto;
    margin-bottom: 12%;
}

.info_blocks--item p {
    max-width: 470px;
    letter-spacing: -0.45px;
}

/* Info blocks end */

/* Slider */

.career__slider {
    background-color: #0099FF;
    background-image: url("../images/quote.png");
    background-repeat: no-repeat;
    background-position: 50% 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career__slide {
    display:block !important;
    text-align: center;
    max-width: 877px;
    margin: 0 auto;
    padding: 11.4vw 10px 4vw;
    box-sizing: border-box !important;
}

.career__slide>h4 {
    margin: 20px 0 60px 0;
}

.career__slide>p {
    margin: 0px 30px 55px 20px;
}

.person_description {
    text-align: left;
}

.person_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto 100px;
    text-align: start;
}

.person_footer img {
    margin-right: 10px;
    max-width: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
}

.person--button {
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    text-align:left;
}

.person--button:hover {
    text-decoration: underline;
}

.career__slider .slide_dots {
    position: relative;
    max-width: 115px;
    margin: 0 auto;
}

.career__slider .slick-dots {
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 150px;
}

.career__slider .slick-dots li {
    width: 25px;
}

.career__slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.career__slider .slick-dots li button:before {
    font-size: 16px;
    color: #006EFA;
    opacity: 1;
}

/* Job offers */
.flip{
    -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
}
.offers {
    text-align: center;
}

.offers>h3 {
    font-size: 30px;
    margin-bottom: 80px;
    font-weight: 400;
}

.offers_number {
    color: #0099FF;
    text-decoration: underline;
}

.offers_header {
    text-align: center;
    max-width: 1160px;
    margin: 50px auto;
}

.offers_header ul {
    list-style: disc;
    text-align: left;
    margin-bottom: 50px;
}
.offers_header ul li {
    margin-left: 40px;
}

.offers_header .banner__content--logolines {
    max-width: 690px;
    margin: 100px auto;
}

.offers_header .banner__content--logolines::before,
.offers_header .banner__content--logolines::after {
    background: #141e50;
}

.offers_header>p {
    margin-bottom: 50px;
}

.offer_fields {
    border: 1px solid #c2c2c2;
    padding: 9.5vw 0;
    max-width: 1670px;
    margin: 0 auto;
}

.offer--field {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
}

.deffault_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 1px 3px 13px rgba(26, 24, 24, 0.3);
    box-shadow: 1px 3px 13px rgba(26, 24, 24, 0.3);
    padding: 16px 4.4%;
    margin: 30px 10px;
}

.deffault_field:hover{
    cursor:pointer;
}

.deffault_field>h3 {
    font-size: 22px;
    font-weight: 400;
}

.field--info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    color: #0099FF;
}

.offer_city {
    margin-right: 10px;
}

.offer__button {
    border: none;
    background: transparent;
    color: #0099FF;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.offer__button:focus {
    outline: none;
}

.offer__button img{
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.offer_details {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 2% 0 4%;
}

.offer_details>h3 {
    color: #0099FF;
    font-size: 30px;
    font-weight: 400;
}

.offer_details>p {
    margin: 4% 0;
    letter-spacing: -0.45px;
}

.offer_details>ul {
    margin: 2% 0;
}

.offer_details ul li {
    list-style: none;
    margin: 0 0 0 0;
}
.offer_details ul li:first-child {
    list-style: none;
    margin: 16px 0 0 0;
}
.offer_details ul li:last-child {
    list-style: none;
    margin: 0px 0 16px 0px;
}
.offer_details ul li {
    position: relative;
    padding-left:10px;
    margin-left: 10px !important;
}

.offer_details li::before {
    content: "•";
    padding-right: 8px;
    color: #0099FF;
    position: absolute;
    top: 0;
    left: -10px;
}

.apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    max-width: 400px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0099FF;
}

.apply--button {
    border: 1px solid #0066CC;
    background-color: #fff;
    padding: 16px 24px;
    color: #0066CC;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-decoration: none;
}

.apply--button:hover {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border: 1px solid #fff;
    background-color: #0066CC;
    color: #fff;
}

.offers div.view-empty>h3{
    margin: 7% 0 3% 0;
}

.offers div.view-empty span{
    text-decoration:underline;
}

.offers .job-offers-form-footer {
    margin: 25px 0px;
}

.offers .job-offers-form-footer .apply--button {
    margin: 20px;
}

.offers .job-offers-form-footer h3 {
    margin: 25px 0px;
}