/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
.h2,
h2 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.11; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 30px; } }
.h4,
h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 24px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  min-width: 169px;
  min-height: 73px;
  line-height: 73px;
  background-color: #E06237;
  padding: 0 23px;
  color: #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
.btn:after {
    content: '';
    display: inline-block;
    margin-left: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff; }
.btn2 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  min-width: 85px;
  min-height: 36px;
  line-height: 36px;
  background-color: #E06237;
  padding: 0 13px;
  color: #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
.btn2:after {
    content: '';
    display: inline-block;
    margin-left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff; }
@media (max-width: 1023px) {
      .btn:after {
        margin-left: 15px;
        border-width: 7px 0 7px 10px; } }
@media (max-width: 1023px) {
    .btn {
      font-size: 20px;
      min-height: 55px;
      line-height: 55px; } }
/*  Btn alt  */
.btn--alt {
  font-size: 16px;
  min-height: 51px;
  line-height: 51px;
  min-width: 253px;
  padding: 0 15px; }
.btn--alt:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
/*  Btn secondary  */
.btn--secondary {
  font-size: 16px;
  min-height: 51px;
  line-height: 51px;
  min-width: 204px;
  padding: 0 15px; }
.btn--secondary:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
/*  Btn widget  */
.btn--widget {
  min-width: 176px;
  min-height: 67px;
  line-height: 67px;
  padding: 0 15px; }
@media (max-width: 1023px) {
    .btn--widget {
      min-height: 50px;
      line-height: 50px; } }
/*  Btn primary  */
.btn--primary {
  font-size: 16px;
  min-height: 50px;
  line-height: 50px;
  min-width: 80px;
  padding: 0 12px; }
.btn--primary:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
.btn:hover {
  background-color: #E24009; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	CCJ btn
\* ------------------------------------------------------------ */
.ccj-btn {
  max-width: 30px;
  margin-left: auto;
  position: relative;
  z-index: 4;
  display: none; }
@media (max-width: 1023px) {
    .ccj-btn {
      display: block; } }
.ccj-btn span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s; }
.ccj-btn span + span {
    margin-top: 5px; }
.ccj-btn.is-active span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute; }
.ccj-btn.is-active span:nth-child(2) {
    opacity: 0;
    position: absolute; }
.ccj-btn.is-active span:last-child {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: #FBFBFB;
  padding: 25px 15px 25px 26px;
  color: #342E2E;
  position: relative; }
@media (max-width: 1023px) {
    .card {
      padding: 25px 10px; } }
.card .card__image {
    position: absolute;
    top: 25px;
    right: 16px; }
@media (max-width: 575px) {
      .card .card__image {
        top: 10px;
        right: 5px; } }
.card .card__head {
    margin-bottom: 17px; }
.card .card__head h6 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__head h6 {
        font-size: 18px; } }
.card .card__head span {
    font-weight: 300; }
.card .card__body p {
    font-size: 18px;
    line-height: 1.11;
    font-weight: 300;
    margin-bottom: 9px; }

.card__head a {color:#E06237; text-decoration:none;}
.card__head a:hover{text-decoration:underline;}


@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__body p {
        font-size: 16px; } }
.card .card__body {
    margin-bottom: 15px; }
.card .card__footer p {
    font-weight: 300;
    margin-bottom: 7px; }
.card .card__footer span {
    font-weight: 400; }
.card + .card {
    margin-top: 20px; }
/*  Card primary  */
.card--primary {
  padding: 34px 10px 30px 22px; }
@media (max-width: 1023px) {
    .card--primary {
      padding: 23px 80px 20px 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--primary {
      padding: 23px 15px 20px 15px; } }
.card--primary .card__image {
    top: 27px;
    right: 26px; }
.card--primary .card__head {
    margin-bottom: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--primary .card__head {
        padding-right: 65px; } }
.card--primary .card__head span {
    line-height: 1.5; }
/*  Card alt  */
.card--alt {
  background-color: #EEEEEE; }
/*  Card secondary  */
.card--secondary {
  background-color: #EEEEEE; }
.card--secondary .card__head {
    margin-bottom: 23px; }
.card--secondary .card__body p {
    margin-bottom: 18px; }
.card--secondary .card__body {
    margin-bottom: 22px; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  margin-bottom: 25px; }
/*  Cards secondary  */
.cards--secondary {
  margin-bottom: 35px; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  width: 69%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .content {
      width: 100%; } }
/* ------------------------------------------------------------ *\
	Copyrights
\* ------------------------------------------------------------ */
.copyrights {
  position: relative;
  top: 55px;
  background-color: #342E2E;
  padding: 18px 0 10px;
  color: #fff;
  font-size: 14px; }
.copyrights .copyrights__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .copyrights .copyrights__inner {
        -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;
        text-align: center;
        padding-left: 0; } }
.copyrights p {
    line-height: 2.86;
    font-weight: 500; }
.copyrights p + p {
    margin-left: 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .copyrights p + p {
        margin: 0 0 0; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%; }
/*  Field widget  */
.field--widget {
  min-height: 65px;
  border: 1px solid #707070;
  color: #342E2E;
  font-size: 18px;
  font-weight: 300;
  padding: 0 14px;
  border-radius: 0; }
@media (max-width: 1023px) {
    .field--widget {
      min-height: 50px; } }
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  position: relative;
  top: 55px;
  padding: 50px 0 50px;
  background-color: #EEEEEE; }
@media (max-width: 1023px) {
    .footer {
      padding: 70px 0 50px; } }
.footer .footer__inner {
    padding: 0 22px 0 33px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner {
        padding: 0 0 0; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.footer .footer__col {
    width: 25%; }
@media (max-width: 1023px) {
      .footer .footer__col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; } }
.footer .footer__head {
    color: #342E2E;
    margin-bottom: 40px; }
.footer .footer__nav li {
    list-style: none; }
.footer .footer__nav a {
    font-size: 18px;
    line-height: 2.22;
    font-weight: 300;
    color: #342E2E;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.footer .footer__nav a:hover {
    color: #E06237; }
.footer .footer__mail {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.22;
    text-decoration: none;
    color: #342E2E;
    margin-bottom: 12px;
    display: inline-block; }
/* ------------------------------------------------------------ *\
	Form hero
\* ------------------------------------------------------------ */
.form-hero {
  max-width: 804px;
  margin: 194px 0 40px;
  margin-left: 11px; }

.form-hero2 {
  max-width: 804px;
  margin: 19px 0 4px;
  margin-left: 11px; }

@media (max-width: 1023px) {
    .form-hero {
      margin: 140px 0 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-hero {
      margin: 70px 0 30px; } }
/* ------------------------------------------------------------ *\
	Form widget
\* ------------------------------------------------------------ */
.form-widget .form__head h6 {
  font-size: 18px;
  font-weight: 300;
  color: #342E2E;
  line-height: 1.11; }
@media (max-width: 1023px) {
    .form-widget .form__head h6 {
      font-size: 17px; } }
.form-widget .form__head {
  margin-bottom: 22px; }
.form-widget .form__body {
  margin-bottom: 12px; }
.form-widget .form__actions {
  max-width: 192px;
  width: 100%;
  position: relative;
  margin-bottom: 25px; }
.form-widget .form__actions:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
@media (max-width: 1023px) {
    .form-widget .form__actions:after {
      border-width: 7px 0 7px 10px; } }
.form-widget .form__btn {
  border: none;
  outline: none;
  border-radius: 0;
  min-width: 192px;
  min-height: 67px;
  line-height: 67px;
  text-align: left;
  padding: 0 10px 0 20px; }
@media (max-width: 1023px) {
    .form-widget .form__btn {
      min-height: 50px;
      line-height: 50px; } }
.form-widget .form__hint {
  display: inline-block;
  padding-right: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #342E2E;
  line-height: 1.11; }
@media (max-width: 1023px) {
    .form-widget .form__hint {
      padding-right: 0;
      font-size: 17px; } }
.form-widget .form__hint a {
  color: #E06237;
  font-weight: 400;
  text-decoration: none; }
.form-widget .form__hint a:hover {
  text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #342E2E;
  padding: 16px 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 95px 0 70px;
  background-size: cover;
  background-repeat: no-repeat; }
.hero2 {
  padding: 40px 0 10px;
  background-size: cover;
  background-repeat: no-repeat; }
.main{
	position: relative;
	top: 55px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 65px 0 50px;
      background-position: center center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__inner {
      text-align: center; } }
.hero .hero__actions {
    margin-left: 11px; }
.hero2 .hero__actions2 {
    margin-left: 11px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        margin: 0 0 0; } }
.hero .hero__actions .btn + .btn {
    margin-left: 34px; }
@media (max-width: 1023px) {
      .hero .hero__actions .btn + .btn {
        margin-left: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__actions .btn + .btn {
        margin: 10px 0 0 0; } }
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  color: #E06237;
  text-decoration: none; }
.link:hover {
  text-decoration: underline; }
/* ------------------------------------------------------------ *\
	List companies
\* ------------------------------------------------------------ */
.list-companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-companies {
      -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;
      text-align: center; } }
.list-companies li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.list-companies li + li {
    margin-left: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-companies li + li {
        margin: 30px 0 0 0; } }
/* ------------------------------------------------------------ *\
	List duties
\* ------------------------------------------------------------ */
.list-duties {
  margin: 45px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-duties {
      margin: 30px 0; } }
.list-duties li {
    list-style-type: none;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 28px;
    padding: 0 28px; }
@media (max-width: 1023px) {
      .list-duties li {
        font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-duties li {
        font-size: 16px; } }
.list-duties li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #E06237;
    position: absolute;
    top: 5px;
    left: 0; }
@media (max-width: 1023px) {
      .list-duties li:before {
        border-width: 7px 0 7px 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-duties li:before {
        border-width: 6px 0 6px 9px; } }
/* ------------------------------------------------------------ *\
	List jobs
\* ------------------------------------------------------------ */
.list-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-jobs {
      -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;
      margin-top: 15px; } }
.list-jobs li {
    list-style: none; }
.list-jobs li + li {
    margin-left: 19px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-jobs li + li {
        margin: 15px 0 0; } }
.list-jobs a {
    text-decoration: none; }
@media (max-width: 1023px) {
      .list-jobs a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        text-align: center;
        font-size: 14px; } }
@media (max-width: 374px) {
      .list-jobs a {
        font-size: 12px; } }
.list-jobs a:hover {
    text-decoration: underline; }
/*  List jobs secondary  */
@media (max-width: 1023px) {
  .list-jobs--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-jobs--secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-jobs--secondary li + li {
    margin: 0 0 0 10px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  margin-left: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
      margin: 0 0 0; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 21px; }
@media (max-width: 1023px) {
    .nav {
      opacity: 0;
      visibility: hidden;
      padding: 60px 0 0 0;
      position: fixed;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100vh;
      background-color: #342E2E;
      z-index: 2;
      -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
      transition: opacity .3s, visibility .3s, -webkit-transform .3s;
      -o-transition: opacity .3s, visibility .3s, transform .3s;
      transition: opacity .3s, visibility .3s, transform .3s;
      transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s; } }
.nav.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1023px) {
      .nav ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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; } }
.nav li + li {
    margin-left: 59px; }
@media (max-width: 1023px) {
      .nav li + li {
        margin: 50px 0 0 0; } }
.nav a {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
.nav a:hover {
    color: #E06237; }
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.paging span {
    font-weight: 500; }
.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 11px; }
.paging li {
    list-style-type: none; }
.paging li + li {
    margin-left: 9px; }
.paging a {
    border: 1px solid #342E2E;
    text-decoration: none;
    display: inline-block;
    min-height: 27px;
    min-width: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #342E2E;
    padding: 4px 5px 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s; }
.paging a:hover {
    background-color: #E06237;
    color: #fff;
    border: 1px solid #E06237; }

.paging a.page_active {
    background-color: #E06237;
    color: #fff;
    border: 1px solid #E06237; }
/* ------------------------------------------------------------ *\
	Profiles info
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profiles-info {
    max-width: 180px;
    margin-right: 10px; } }
.profiles-info p {
  font-size: 16px;
  font-weight: 500;
  color: #342E2E;
  line-height: 1; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  width: 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search {
      width: 100%; } }
.search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .search form {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.search .search__controls {
    max-width: 531px;
    width: 100%;
    margin-right: 18px;
    position: relative; }
.search .search__controls:after {
    content: '';
    display: block;
    width: 17px;
    height: 11px;
    background-image: url(../images/arrow-down.svg);
    position: absolute;
    top: 20px;
    right: 22px; }
@media (max-width: 374px) {
      .search .search__controls:after {
        right: 10px; } }
.search .search__field {
    width: 100%;
    min-height: 49px;
    border: 1px solid #707070;
    font-size: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 0 45px 0 33px;
    border-radius: 0; }
@media (max-width: 374px) {
      .search .search__field {
        padding: 0 30px 0 10px; } }
.search .select__field {
    width: 100%;
    min-height: 49px;
    border: 1px solid #707070;
    font-size: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 0 45px 0 33px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
@media (max-width: 374px) {
      .search .select__field {
        padding: 0 30px 0 10px; } }
.search .search__actions {
    position: relative; }
.search .search__actions:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff; }
.search .search__btn {
    min-width: 92px;
    min-height: 49px;
    line-height: 49px;
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 0;
    text-align: left;
    padding: 0 18px; }
/* ------------------------------------------------------------ *\
	Section comunications
\* ------------------------------------------------------------ */
.section-comunications {
  padding: 20px 0 10px; }
@media (max-width: 1023px) {
    .section-comunications {
      padding: 90px 0 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-comunications {
      padding: 65px 0 40px; } }
.section-comunications .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5px 0 14px;
    margin-bottom: 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__head {
        -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;
        padding: 0 0 0;
        text-align: center; } }
.section-comunications .section__titles h2 {
    text-transform: uppercase;
    color: #E06237;
    margin-bottom: 10px; }
.section-comunications .section__titles h5 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #342E2E; }
@media (max-width: 1023px) {
      .section-comunications .section__titles h5 {
        font-size: 18px; } }
.section-comunications .section__info {
    padding-top: 20px;
    text-align: right;
    padding-right: 2px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__info {
        padding: 20px 0 0;
        text-align: center; } }
.section-comunications .section__info p {
    color: #342E2E;
    font-weight: 300;
    margin-bottom: 11px; }
.section-comunications .section__info span {
    font-weight: 400; }
.section-comunications .section__body {
    padding: 0 7px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__body {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 0; } }
.section-comunications .section__image {
    padding-bottom: 16px;
    border-bottom: 1px solid #707070; }
.section-comunications .section__content {
    color: #342E2E;
    padding: 11px 10px 10px 2px; }
@media (max-width: 1023px) {
      .section-comunications .section__content {
        padding: 30px 10px 10px 2px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__content {
        padding: 30px 0 10px; } }
.section-comunications .section__content h4 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px; }
@media (max-width: 1023px) {
      .section-comunications .section__content h4 {
        font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__content h4 {
        font-size: 20px;
        margin-bottom: 15px; } }
.section-comunications .section__content p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 47px; }
@media (max-width: 1023px) {
      .section-comunications .section__content p {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-comunications .section__content p {
        font-size: 18px;
        margin-bottom: 30px; } }
/* ------------------------------------------------------------ *\
	Section details
\* ------------------------------------------------------------ */
.section-details {
  padding: 20px 0 104px; }
@media (max-width: 1023px) {
    .section-details {
      padding: 80px 0 65px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-details {
      padding: 60px 0 45px; } }
.section-details .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5px 0 13px;
    color: #342E2E;
    margin-bottom: 38px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.section-details .section__titles h2 {
    text-transform: uppercase;
    color: #E06237;
    margin-bottom: 10px; }
.section-details .section__titles h5 {
    font-size: 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 4px; }
@media (max-width: 1023px) {
      .section-details .section__titles h5 {
        font-size: 18px; } }
.section-details .section__titles p {
    font-weight: 300; }
.section-details .section__info {
    padding-top: 18px;
    text-align: right; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__info {
        text-align: center; } }
.section-details .section__info p {
    margin-bottom: 13px; }
.section-details .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px 0 14px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__body {
        padding: 0 0 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.section-details .section__content {
    color: #342E2E; }
.section-details .section__content h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin-bottom: 26px; }
@media (max-width: 1023px) {
      .section-details .section__content h4 {
        font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__content h4 {
        font-size: 20px;
        margin-bottom: 15px; } }
.section-details .section__content p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 42px; }
@media (max-width: 1023px) {
      .section-details .section__content p {
        font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__content p {
        font-size: 18px;
        margin-bottom: 30px; } }
.section-details .section__entry {
    margin: 54px 0 65px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-details .section__entry {
        margin: 35px 0 40px; } }
.section-details .section__statement {
    padding-right: 6px; }
.section-details .section__statement p {
    font-style: italic; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-details .section__actions {
      margin-bottom: 30px; } }
.section-details .section__actions .btn + .btn {
    margin-left: 16px; }
/* ------------------------------------------------------------ *\
	Section jobs
\* ------------------------------------------------------------ */
.section-jobs {
  padding: 23px 0 67px; }
@media (max-width: 1023px) {
    .section-jobs {
      padding: 80px 0 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-jobs {
      padding: 60px 0 70px; } }
.section-jobs .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 12px;
    margin-bottom: 44px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__head {
        padding: 0 0 0;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.section-jobs .section__head h2 {
    text-transform: uppercase;
    color: #E06237;
    margin-right: 112px; }
@media (max-width: 1023px) {
      .section-jobs .section__head h2 {
        margin-right: 70px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__head h2 {
        margin-right: 0; } }
.section-jobs .section__body {
    padding: 0 9px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__body {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.section-jobs .section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5px;
    margin-bottom: 9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-jobs .section__info {
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section-primary {
  background-color: #EEEEEE;
  padding: 40px 0 40px; }
@media (max-width: 1023px) {
    .section-primary {
      padding: 90px 0 70px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary {
      padding: 65px 0 45px; } }
.section-primary .section__head {
    text-transform: uppercase;
    color: #E06237;
    margin-bottom: 40px; }
.section-primary .section__body {
    padding-right: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-primary .section__body {
        padding: 0 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-primary .section__actions {
      text-align: center; } }
/* ------------------------------------------------------------ *\
	Section search
\* ------------------------------------------------------------ */
.section-search {
  padding: 103px 0 95px; }
@media (max-width: 1023px) {
    .section-search {
      padding: 80px 0 75px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-search {
      padding: 60px 0 55px; } }
.section-search .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-search .section__inner {
        -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; } }
.section-search .section__head {
    text-transform: uppercase;
    color: #E06237;
    margin-right: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-search .section__head {
        margin: 0 0 20px; } }
/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */
.section-secondary {
  padding: 23px 0 114px; }
@media (max-width: 1023px) {
    .section-secondary {
      padding: 75px 0 90px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-secondary {
      padding: 50px 0 70px; } }
.section-secondary .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px;
    margin-bottom: 44px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__head {
        padding-left: 0;
        -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;
        margin-bottom: 30px; } }
.section-secondary .section__head h2 {
    text-transform: uppercase;
    color: #E06237;
    margin-right: 20px; }
.section-secondary .section__body {
    padding: 0 8px 0 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 0; } }
.section-secondary .section__content {
    width: 68.6%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__content {
        width: 100%; } }
.section-secondary .section__aside {
    margin-left: 35px;
    max-width: 363px;
    width: 100%; }
@media (max-width: 1023px) {
      .section-secondary .section__aside {
        max-width: 250px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-secondary .section__aside {
        max-width: 100%;
        margin: 20px 0 0 0;
        text-align: center; } }
.section-secondary .section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 9px; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 50px 0 50px; }
@media (max-width: 1023px) {
    .section {
      padding: 60px 0; } }
.section .section__head {
    text-transform: uppercase;
    color: #E06237;
    margin-bottom: 60px;
    margin-left: 6px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        margin-bottom: 30px; } }
.section .section__body {
    margin-bottom: 43px;
    padding: 0 40px 0 10px; }
@media (max-width: 1023px) {
      .section .section__body {
        padding: 0 0 0; } }
.section .section__actions {
    margin-left: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__actions {
        margin: 0 0 0;
        text-align: center; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative; }
.select select::-ms-expand {
    display: none; }
.select select {
    width: 100%;
    min-height: 77px;
    border: 1px solid #707070;
    font-weight: 300;
    padding: 25px 38px;
    color: #342E2E;
    font-size: 20px;
    background-color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
.select2 select {
    width: 100%;
    min-height: 27px;
    border: 1px solid #707070;
    font-weight: 300;
    padding: 5px 18px 5px 8px;
    color: #342E2E;
    font-size: 16px;
    background-color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select select {
        min-height: 50px;
        padding: 10px 38px;
        font-size: 18px; } }
@media (max-width: 374px) {
      .select select {
        padding: 10px 20px 10px 11px; } }
.select:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 11px;
    background-image: url(../images/arrow-down.svg);
    position: absolute;
    top: 36px;
    right: 27px; }
.select2:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 11px;
    background-image: url(../images/arrow-down.svg);
    position: absolute;
    top: 6px;
    right: 7px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .select:after {
        top: 21px; } }
@media (max-width: 374px) {
      .select:after {
        right: 9px; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1290px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  max-width: 363px;
  width: 100%;
  margin-left: 30px; }
@media (max-width: 1023px) {
    .sidebar {
      max-width: 250px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .sidebar {
      max-width: 100%;
      margin-left: 0;
      text-align: center; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1023px) {
    .socials ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.socials li {
  list-style-type: none; }
.socials li + li {
  margin-left: 9px; }
.socials a {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
.socials a:hover {
  opacity: .7; }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBFBFB;
  padding: 35px 0 22px;
  height: 100%; }
@media (max-width: 1023px) {
    .tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px 0 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile {
      text-align: center; } }
.tile .tile__image {
    width: 27%;
    text-align: center; }
@media (max-width: 1199px) {
      .tile .tile__image {
        padding: 0 5px; } }
@media (max-width: 1023px) {
      .tile .tile__image {
        width: 100%;
        text-align: center;
        margin-bottom: 15px; } }
.tile .tile__content {
    width: 83%;
    font-weight: 300; }
@media (max-width: 1023px) {
      .tile .tile__content {
        width: 100%;
        padding: 0 10px; } }
.tile .tile__content p {
    font-size: 20px;
    margin-bottom: 3px; }

.tile__content a {color:#E06237; text-decoration:none;}
.tile__content a:hover{text-decoration:underline;}

.tile .tile__content span {
    font-size: 16px;
    display: block;
    margin-bottom: 6px; }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  margin-bottom: 60px; }
.tiles .tiles__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
.tiles .tiles__item {
    width: 33.33%;
    padding: 3px 3px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tiles .tiles__item {
        width: 100%;
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Widget employers
\* ------------------------------------------------------------ */
.widget-employers {
  border: 1px solid #E1E1E1;
  color: #342E2E; }
.widget-employers .widget__head img {
    border-bottom: 2px solid #E06237; }
.widget-employers .widget__body {
    padding: 20px 20px 50px 25px; }
@media (max-width: 1023px) {
      .widget-employers .widget__body {
        padding: 15px 15px 30px 20px; } }
.widget-employers .widget__content h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1px; }
@media (max-width: 1023px) {
      .widget-employers .widget__content h3 {
        font-size: 26px; } }
.widget-employers .widget__content h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px; }
@media (max-width: 1023px) {
      .widget-employers .widget__content h5 {
        font-size: 18px; } }
.widget-employers .widget__content p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.12;
    margin-bottom: 18px; }
@media (max-width: 1023px) {
      .widget-employers .widget__content p {
        font-size: 17px; } }
/* ------------------------------------------------------------ *\
	Widget filter
\* ------------------------------------------------------------ */
.widget-filter {
  padding: 25px 10px 27px 25px;
  border: 1px solid #E1E1E1;
  color: #342E2E; }
.widget-filter .widget__title {
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px; }
@media (max-width: 1023px) {
      .widget-filter .widget__title {
        font-size: 26px; } }
.widget-filter .widget__body li + li {
    margin-top: 3px; }
.widget-filter .widget__body a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 300; }
@media (max-width: 1023px) {
      .widget-filter .widget__body a {
        font-size: 16px; } }
.widget-filter .widget__body a:hover {
    text-decoration: underline; }
.widget-filter .widget__body ul span {
    color: #E06237;
    font-weight: 400; }
/* ------------------------------------------------------------ *\
	Widget find us
\* ------------------------------------------------------------ */
.widget-find-us {
  padding: 27px 20px 48px 25px;
  border: 1px solid #E1E1E1;
  color: #342E2E; }
@media (max-width: 1023px) {
    .widget-find-us {
      padding: 18px 15px 25px 15px; } }
.widget-find-us .widget__title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 19px; }
@media (max-width: 1023px) {
      .widget-find-us .widget__title {
        font-size: 26px; } }
.widget-find-us .widget__image {
    margin-bottom: 17px; }
.widget-find-us .widget__body p {
    margin-bottom: 0; }
.widget-find-us .widget__address {
    font-weight: 300;
    line-height: 1.25; }
/* ------------------------------------------------------------ *\
	Widget job alerts
\* ------------------------------------------------------------ */
.widget-job-alerts {
  width: 100%;
  list-style-type: none;
  border: 1px solid #E1E1E1; }
.widget-job-alerts .widget__head {
    background-color: #E1E1E1;
    padding: 24px 10px 25px 29px; }
@media (max-width: 1023px) {
      .widget-job-alerts .widget__head {
        padding: 18px 10px 18px 20px; } }
.widget-job-alerts .widget__title {
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #342E2E;
    text-transform: uppercase; }
@media (max-width: 1023px) {
      .widget-job-alerts .widget__title {
        font-size: 26px; } }
.widget-job-alerts .widget__title:before {
    content: '';
    display: inline-block;
    background-image: url(../images/widget-mail-ico.svg);
    width: 32px;
    height: 23px;
    margin-right: 18px; }
.widget-job-alerts .widget__body {
    padding: 30px 21px 44px 26px; }
@media (max-width: 1023px) {
      .widget-job-alerts .widget__body {
        padding: 20px 15px 30px 20px; } }
/* ------------------------------------------------------------ *\
	Widget job listings
\* ------------------------------------------------------------ */
.widget-job-listings {
  padding: 27px 10px 45px 25px;
  border: 1px solid #E1E1E1;
  color: #342E2E; }
@media (max-width: 1023px) {
    .widget-job-listings {
      padding: 18px 10px 25px 15px; } }
.widget-job-listings .widget__title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 19px; }
@media (max-width: 1023px) {
      .widget-job-listings .widget__title {
        font-size: 26px; } }
.widget-job-listings .widget__body p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px; }
@media (max-width: 1023px) {
      .widget-job-listings .widget__body p {
        font-size: 16px; } }
.widget-job-listings .widget__body span {
    font-weight: 400;
    display: block;
    font-size: 18px;
    margin-bottom: 27px; }
@media (max-width: 1023px) {
      .widget-job-listings .widget__body span {
        font-size: 16px; } }
.widget-job-listings .widget__body a {
    font-size: 18px;
    font-weight: 400;
    color: #E06237;
    text-decoration: none; }
@media (max-width: 1023px) {
      .widget-job-listings .widget__body a {
        font-size: 16px; } }
.widget-job-listings .widget__body a:hover {
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets li {
  list-style: none; }
.widgets li + li {
  margin-top: 30px; }
/*  Widgets comunications  */
.widgets--comunications li + li {
  margin-top: 34px; }
/*  Widgets details  */
.widgets--details li + li {
  margin-top: 66px; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 10vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

.button {
		position: relative;
		color:#ffffff !important;
		text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
		border-top: rgba(255, 255, 255, .2) 1px solid;
		padding:0.7em 1.4em 0.8em 1.4em;
		line-height:1em;
		font-weight:bold;
		font-family:Verdana, Geneva, sans-serif;
		text-decoration:none !important;
		text-transform:uppercase;
		text-align:center;
		white-space: nowrap;
		outline: none;
		overflow: visible; /* removes extra side padding in IE */
		cursor: pointer;
		border: 1px solid #999;/* IE */
		border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
		border-bottom:rgba(0, 0, 0, .4) 1px solid;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		background: -moz-linear-gradient(
			center top,
			rgba(255, 255, 255, .1) 0%,
			rgba(0, 0, 0, .1) 100%
		);/* FF3.6 */
		background: -webkit-gradient(
			linear,
			center bottom,
			center top,
			from(rgba(0, 0, 0, .1)),
			to(rgba(255, 255, 255, .1))
		);/* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
		-moz-user-select: none;
		-webkit-user-select:none;
		-khtml-user-select: none;
		user-select: none;
		margin:0px;
	}
	
	.button:hover {
		color:#d91f27;
		text-decoration:none !important;
		text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
		background: -moz-linear-gradient(
			center top,
			rgba(255, 255, 255, .2) 0%,
			rgba(255, 255, 255, .1) 100% 
		);/* FF3.6 */
		background: -webkit-gradient(
			linear,
			center bottom,
			center top,
			from(rgba(255, 255, 255, .1)),
			to(rgba(255, 255, 255, .2))
		);/* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
	}
	.button:active {
		color:#d91f27;
		text-decoration:none;
		text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
		top:1px;
	}
	.button.orange {background-color: #f87d34;}
