/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  border-top: 55px solid #132F55;
  min-height: 100vh;
  color: #3C3C3B;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "azo-sans-web", sans-serif;
  box-sizing: border-box;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  body {
    line-height: 1.375;
  }
}
@media screen and (min-width: 1200px) {
  body {
    border-top-width: 110px;
  }
}
@media screen and (min-width: 1500px) {
  body {
    border-top-width: 178px;
  }
}

h1 {
  font-size: 2.6rem;
  color: #132F55;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2.2rem;
  color: #132F55;
}
h2:only-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-bottom: auto;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

input, textarea {
  margin-top: 20px;
  padding: 20px;
  display: block;
  width: 100%;
  border: 0;
  border: 1px solid #DADADA;
  box-sizing: border-box;
}
input:focus, textarea:focus {
  outline: 0;
}

select {
  border: 0;
  display: block;
  width: 100%;
}
select:focus {
  outline: 0;
}

textarea {
  height: 140px;
  resize: none;
  font-family: "azo-sans-web", sans-serif;
}

label {
  text-transform: uppercase;
  font-size: 1.4rem;
}

button {
  border: 0;
  cursor: pointer;
  background: transparent;
}
button:focus {
  outline: 0;
}

textarea {
  font-family: "azo-sans-web", sans-serif;
}

address {
  line-height: 1.5em;
}

ul {
  padding-left: 15px;
  box-sizing: border-box;
}

li {
  position: relative;
  padding-left: 15px;
  line-height: 1.7em;
  box-sizing: border-box;
}
li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #F7A823;
  border-radius: 50%;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
.col-lg-6 {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
    float: left;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.6666%;
  }

  .col-sm-9 {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-2-4, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 {
    float: left;
  }

  .col-md-2-4 {
    width: 20%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.6666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.6666%;
  }

  .col-lg-9 {
    width: 75%;
  }
}
.flexbox, .stretchbox, .wpm-language-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.flexbox--col {
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexbox--sbet {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flexbox--saro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flexbox--fstart {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.flexbox--fend {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flexbox--baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.flexbox--astart {
  -ms-flex-align: start;
      align-items: flex-start;
}
.flexbox--aend {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flexbox--aselfstart {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.flexbox--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox--sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .flexbox--sm {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--md {
  display: block;
}
@media screen and (min-width: 992px) {
  .flexbox--md {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--lg {
  display: block;
}
@media screen and (min-width: 1200px) {
  .flexbox--lg {
    display: -ms-flexbox;
    display: flex;
  }
}
.flexbox--xxl {
  display: block;
}
@media screen and (min-width: 2000px) {
  .flexbox--xxl {
    display: -ms-flexbox;
    display: flex;
  }
}

.stretchbox {
  -ms-flex-align: stretch;
      align-items: stretch;
}

@supports (display: grid) {
  .grid {
    display: -ms-grid;
    display: grid;
  }
  .grid:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .grid--col-2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .grid--col-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid--col-3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-4 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .grid--col-5 {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .grid--col-6 {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}
.grid--gap-15 {
  grid-gap: 15px;
}
.grid--gap-30 {
  grid-gap: 30px;
}
.grid--gap-50 {
  grid-gap: 50px;
}
.grid--center {
  place-items: center;
}
@supports (display: grid) {
  .grid__item {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .grid__item--span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 /span 2;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text-xs-left {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .text-xs-left {
    text-align: left;
  }
}

.text-sm-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

.text-md-left {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

.text-md-right {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

.text-lg-left {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.text-14 {
  font-size: 1.4rem;
}

.text-white {
  color: #fff;
}

.text-bold, strong {
  font-weight: 700;
}

.text-orange {
  color: #F7A823;
}

.pointer {
  cursor: pointer;
}

.img {
  max-width: 100%;
}

.relative {
  position: relative;
}

.no-margin > *:first-child {
  margin-top: 0;
}

.no-dots {
  padding-left: 0;
}
.no-dots li {
  line-height: normal;
  padding-left: 0;
}
.no-dots li:before {
  display: none;
}

.mgtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mgtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mgtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mgtb-40 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .mgtb-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mgtb-50 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgtb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.mgtb-60 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgtb-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.mgtb-80 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .mgtb-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mgtb-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .mgtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.mgtb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mgt-10 {
  margin-top: 10px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgt-70 {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .mgt-70 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .mgt-70 {
    margin-top: 70px;
  }
}

.mgb-10 {
  margin-bottom: 10px;
}
.mgb-30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgb-30 {
    margin-bottom: 30px;
  }
}
.mgb-20 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgb-20 {
    margin-bottom: 20px;
  }
}
.mgb-60 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mgb-60 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-60 {
    margin-bottom: 60px;
  }
}
.mgb-80 {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .mgb-80 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-80 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .mgb-80 {
    margin-bottom: 80px;
  }
}
.mgb-160 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .mgb-160 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mgb-160 {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1500px) {
  .mgb-160 {
    margin-bottom: 160px;
  }
}

.mgr-5 {
  margin-right: 5px;
}
.mgr-10 {
  margin-right: 10px;
}
.mgr-20 {
  margin-right: 20px;
}

.mgl-60 {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .mgl-60 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mgl-60 {
    margin-left: 60px;
  }
}

.mglr-70 {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .mglr-70 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mglr-70 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .mglr-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
}
.mglr-30 {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .mglr-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.mglr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 600px) {
  .mglr-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.pdtb-70 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pdtb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .pdtb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pdtb-140 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pdtb-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pdtb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .pdtb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.pdtb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .col-2 {
    columns: 2;
    column-gap: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .col-2 {
    column-gap: 200px;
  }
}

.btn {
  position: relative;
  padding: 10px 25px;
  display: inline-block;
  background-color: #F7A823;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  .btn {
    font-size: 1.6rem;
    padding: 10px 40px;
  }
}
.btn--border {
  background-color: transparent;
  border: 1px solid #F7A823;
  transition: 300ms;
}
.btn--border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F7A823;
  transform: translateY(100%);
  transition: 300ms;
  z-index: -1;
}
.btn--border:hover {
  color: #fff;
}
.btn--border:hover:before {
  transform: translateY(0);
}
.btn--simple {
  padding: 0;
  background: transparent;
  border: 0;
}
.btn--arrow {
  padding-right: 20px;
  position: relative;
}
.btn--arrow:before, .btn--arrow:after {
  content: '';
  position: absolute;
  display: block;
}
.btn--arrow:before {
  top: 50%;
  right: 2px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.btn--arrow:after {
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.btn--orange {
  color: #F7A823;
}
.btn--orange:after {
  border-color: #F7A823;
}
@media screen and (min-width: 1500px) {
  .btn--small {
    font-size: 1.4rem;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  background-color: #132F55;
  z-index: 999;
  transition: 200ms;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .header {
    padding: 50px;
  }
}
@media screen and (min-width: 2000px) {
  .header {
    padding: 80px;
  }
}
.header__item {
  -ms-flex: 1;
      flex: 1;
}
.header__item--wide {
  -ms-flex: 3;
      flex: 3;
}
@media screen and (min-width: 1200px) {
  .header--active {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .header--active {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.logo__img {
  width: 100px;
  transition: 200ms;
}
@media screen and (min-width: 1200px) {
  .logo__img {
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .logo__img {
    width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .header--active .logo__img {
    width: 150px;
  }
}
@media screen and (min-width: 1500px) {
  .header--active .logo__img {
    width: 150px;
  }
}

.header--active .social--header {
  bottom: -25px;
}

.burger {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}
.burger__bar {
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: 200ms;
}
.burger__bar:before, .burger__bar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.burger__bar:before {
  top: -6px;
  transition: transform 200ms 0ms, top 200ms 200ms;
}
.burger__bar:after {
  bottom: -6px;
  transition: transform 200ms 0ms, bottom 200ms 200ms;
}
@media screen and (min-width: 992px) {
  .burger__bar {
    width: 40px;
  }
  .burger__bar:before {
    top: -9px;
  }
  .burger__bar:after {
    bottom: -9px;
  }
}
.burger--active .burger__bar {
  background-color: rgba(255, 255, 255, 0);
  transition: 200ms;
}
.burger--active .burger__bar:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 200ms 0ms, transform 200ms 200ms;
}
.burger--active .burger__bar:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 200ms 0ms, transform 200ms 200ms;
}

.navbar {
  position: fixed;
  top: 50px;
  left: 0;
  padding: 15px;
  bottom: 0;
  background-color: #132F55;
  transform: translateX(-100%);
  transition: 400ms;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: border-box;
  -ms-flex-align: start;
      align-items: flex-start;
  box-sizing: border-box;
}
.navbar--active {
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .navbar {
    position: static;
    padding: 0;
    height: auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    transform: translate(0);
  }
}

.nav {
  padding-left: 0;
  -ms-flex: 2;
      flex: 2;
}
.nav__item {
  padding: 0;
  margin: 0 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1500px) {
  .nav__item {
    letter-spacing: 2.4px;
    font-size: 1.6rem;
  }
}
.nav__item:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -28px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgba(218, 218, 218, 0.66);
}
@media screen and (min-width: 1200px) {
  .nav__item:first-child:before {
    display: none;
  }
}
.nav a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.nav a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #F7A823;
  transition: 300ms;
  transform: scaleX(0);
  transform-origin: left;
}
.nav a:hover:after {
  transform: scaleX(1);
}

.navbar__contact {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .navbar__contact {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
}

.wpm-language-switcher {
  padding-left: 0;
  -ms-flex-order: 1;
      order: 1;
  margin-right: 50px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .wpm-language-switcher {
    -ms-flex-order: 0;
        order: 0;
  }
}
.wpm-language-switcher li {
  padding: 0 10px;
  color: #fff;
}
.wpm-language-switcher li:first-child {
  padding-left: 0;
}
.wpm-language-switcher li:before {
  content: '/';
  top: 0;
  display: inline;
  background-color: transparent;
  transform: translateX(-50%);
}
.wpm-language-switcher li:first-child:before {
  display: none;
}

.switcher-list li a, .switcher-list li a:hover, .switcher-list li > span:hover {
  color: #fff;
}

.switcher-list li.active > span, .switcher-list li.active a:hover, .switcher-list li.active > span:hover {
  color: #F7A823;
}

.footer {
  background-color: #3C3C3B;
  color: #fff;
}
.footer__top {
  padding: 60px 0;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__top {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer__logo {
  width: 150px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .footer__logo {
    width: 250px;
  }
}
.footer__informations {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__col {
  margin: 15px 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
@media screen and (min-width: 600px) {
  .footer__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer__col {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
@media screen and (min-width: 1500px) {
  .footer__col {
    margin: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .footer__col--double {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.footer__header {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.footer__nav--inline .footer__nav-item {
  margin-top: 0;
}
.footer__nav-item {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.footer__credentials {
  padding: 20px 0;
  font-size: 1.2rem;
  opacity: 0.3;
}

.social--header {
  -ms-flex-order: 2;
      order: 2;
  color: #fff;
  transition: 200ms;
}
@media screen and (min-width: 1200px) {
  .social--header {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 165px;
  }
}
@media screen and (min-width: 1500px) {
  .social--header {
    bottom: -40px;
  }
}
.social__icon {
  margin-top: 15px;
  margin-right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center /contain no-repeat;
}
.social--no-mgt .social__icon {
  margin-top: 0;
}
.social--header .social__icon {
  margin: 0 10px;
}

.header--active .social--header {
  opacity: 0;
  visibility: hidden;
}

.slick-slider, .slick-list, .slick-track {
  height: 100%;
}

.slick-slide:focus {
  outline: 0;
}

.arrow-box {
  display: -ms-flexbox;
  display: flex;
}

.arrow {
  position: relative;
  width: 30px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: 200ms;
}
.arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 1500px) {
  .arrow:before {
    width: 15px;
    height: 15px;
  }
}
.arrow--left:before {
  border-left: 2px solid #132F55;
  border-bottom: 2px solid #132F55;
}
.arrow--right:before {
  border-top: 2px solid #132F55;
  border-right: 2px solid #132F55;
}

.slider {
  position: relative;
  height: calc(100vh - 150px);
}
@media screen and (min-width: 1200px) {
  .slider {
    height: calc(100vh - 180px);
  }
}
@media screen and (min-width: 1500px) {
  .slider {
    height: calc(100vh - 230px);
  }
}
.slider__item {
  position: relative;
  height: 100%;
  color: #fff;
  background: center /cover no-repeat;
}
.slider__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider__header {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #fff;
  transform: translateY(-50%);
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .slider__header {
    top: auto;
    bottom: 60px;
    left: 90px;
    transform: translate(0);
  }
}
@media screen and (min-width: 1200px) {
  .slider__header {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  .slider__header {
    font-size: 5rem;
  }
}
.slider__video-btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  border: 1px solid #F7A823;
  background-color: rgba(0, 0, 0, 0.5);
  color: #F7A823;
}
@media screen and (min-width: 992px) {
  .slider__video-btn {
    bottom: 60px;
    right: 90px;
    left: auto;
  }
}
.slider__video-btn-arrow {
  margin-right: 5px;
  display: inline-block;
  border-left: 18px solid #F7A823;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 2px;
  vertical-align: sub;
}
.slider__go-bot {
  cursor: pointer;
}
.slider__mouse-icon {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/mouse.svg") center/contain no-repeat;
  transform: translateY(10px);
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .section {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 2000px) {
  .section {
    margin-top: 220px;
    margin-bottom: 220px;
  }
}
.section--no-mgr {
  margin-top: 0;
  margin-bottom: 0;
}
.section__img-box {
  position: relative;
  -ms-flex: 0 0 280px;
      flex: 0 0 280px;
  height: 250px;
  background: center /cover no-repeat;
}
.section__img-box:before, .section__img-box:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.section__img-box:before {
  top: 0;
  left: 0;
  border-left: 90px solid #fff;
  border-top: 90px solid transparent;
  transform: rotate(90deg);
}
.section__img-box:after {
  bottom: 0;
  right: 0;
  border-right: 90px solid #fff;
  border-bottom: 90px solid transparent;
  transform: rotate(90deg);
}
.section__img-box--border {
  border-bottom: 6px solid #F7A823;
  border-top: 6px solid #132F55;
  border-right: 6px solid #132F55;
}
.section__img-box--border:before {
  top: -7px;
  left: -1px;
}
.section__img-box--border:after {
  bottom: -7px;
  right: -7px;
}
.section__img-box--bot-border {
  border-bottom: 6px solid #F7A823;
}
.section__img-box--bot-border:after {
  bottom: -7px;
}
@media screen and (min-width: 992px) {
  .section__img-box--big {
    height: 350px;
  }
}
.section__img-box--auto {
  height: auto;
}
@media screen and (min-width: 1500px) {
  .section__img-box--auto {
    max-height: 500px;
  }
}
.section__img-box--no-mob:before, .section__img-box--no-mob:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .section__img-box--no-mob:before, .section__img-box--no-mob:after {
    display: block;
  }
}
.section__img-border {
  width: 100%;
  height: 100%;
  border-width: 10px 10px 10px 0;
  border-color: #fff;
  border-style: solid;
  box-sizing: border-box;
}
.section__img-box--bot-border .section__img-border {
  border-right: 0;
}
.section__content-box {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (min-width: 992px) {
  .section__content-box:first-child {
    margin-right: 50px;
  }
  .section__content-box:last-child {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .section__content-box:first-child {
    margin-right: 80px;
  }
  .section__content-box:last-child {
    margin-left: 80px;
  }
}
.section__col {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
@media screen and (min-width: 1200px) {
  .section__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .section__col:first-child {
    margin-right: 40px;
  }
  .section__col:last-child {
    margin-left: 40px;
  }
  .section__col--4 {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
  .section__col--8 {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
  }
}
.section__header {
  margin-bottom: 10px;
  color: #F7A823;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.section__excerpt {
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .section__excerpt {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .section__excerpt {
    font-size: 4rem;
  }
}
.section__excerpt > * {
  line-height: 1.2em;
}
@media screen and (min-width: 1500px) {
  .section__excerpt--small {
    font-size: 3rem;
  }
  .section__excerpt--small > * {
    line-height: 1.5em;
  }
}

.offer-slider {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 1500px) {
  .offer-slider {
    padding: 100px 0;
  }
}
@media screen and (min-width: 2000px) {
  .offer-slider {
    padding: 120px 0;
  }
}
.offer-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 25%;
  background-color: #132F55;
  z-index: -1;
}
.offer-slider__left {
  -ms-flex: 1 1 40%;
      flex: 1 1 40%;
}
@media screen and (min-width: 992px) {
  .offer-slider__left {
    width: 40%;
  }
}
.offer-slider__right {
  margin-top: 40px;
  -ms-flex: 1 1 60%;
      flex: 1 1 60%;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .offer-slider__right {
    margin-top: -152px;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-slider__right {
    margin-top: -142px;
  }
}
@media screen and (min-width: 1500px) {
  .offer-slider__right {
    margin-top: -190px;
  }
}
@media screen and (min-width: 2000px) {
  .offer-slider__right {
    margin-top: -209px;
    margin-right: -20%;
  }
}
.offer-slider__dots .slick-active .offer-slider__dot {
  opacity: 1;
}
.offer-slider__dot {
  padding: 7px 0;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
  transition: 300ms;
}
@media screen and (min-width: 992px) {
  .offer-slider__dot {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .offer-slider__dot {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .offer-slider__item {
    height: 429px;
  }
}
@media screen and (min-width: 1200px) {
  .offer-slider__item {
    height: 440px;
  }
}
@media screen and (min-width: 1500px) {
  .offer-slider__item {
    height: 625px;
  }
}
@media screen and (min-width: 2000px) {
  .offer-slider__item {
    height: 660px;
  }
}
.offer-slider__img {
  height: 101%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.offer-slider__number {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(50%);
}
@media screen and (min-width: 1200px) {
  .offer-slider__number {
    bottom: 25px;
    left: 40%;
    right: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .offer-slider__number {
    bottom: 50px;
    left: 42.5%;
  }
}
.offer-slider__number:after {
  content: '';
  margin-left: 15px;
  -ms-flex: 1;
      flex: 1;
  height: 2px;
  display: block;
  background-color: #F7A823;
}
.offer-slider__pager {
  display: none;
}
@media screen and (min-width: 1200px) {
  .offer-slider__pager {
    position: absolute;
    left: 75%;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    transform: translateX(50px);
  }
}
@media screen and (min-width: 1500px) {
  .offer-slider__pager {
    height: 100px;
  }
}

.aside {
  -ms-flex: 0 1 33%;
      flex: 0 1 33%;
}
@media screen and (min-width: 1200px) {
  .aside {
    margin-right: 40px;
  }
}
.aside__list-item {
  padding: 7px 0;
  color: rgba(19, 47, 85, 0.3);
}
@media screen and (min-width: 1500px) {
  .aside__list-item {
    font-size: 3rem;
  }
}
.aside__list-item--active {
  color: #132F55;
}

.blog {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media screen and (min-width: 1200px) {
  .blog {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
.blog__grid-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 992px) {
  .blog__grid-img {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__grid-img {
    height: 300px;
  }
}
.blog__grid-item {
  height: 100%;
}
.blog__category {
  color: rgba(60, 60, 59, 0.3);
  font-weight: 700;
  letter-spacing: 2.4px;
}
.blog__grid-header {
  font-size: 2rem;
}
.blog__date {
  padding: 30px 0;
  font-weight: 700;
  border-bottom: 1px solid #DADADA;
}
.blog__navs {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .blog__navs {
    margin: 0 0 10px;
    display: block;
  }
}
.blog__navs a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .blog__navs a {
    margin-left: 40px;
  }
}
.blog__navs a:before, .blog__navs a:after {
  content: '';
  position: absolute;
  display: block;
}
.blog__navs a:before {
  top: 45%;
  width: 12px;
  height: 1px;
}
.blog__navs a:after {
  top: 31%;
  width: 6px;
  height: 6px;
}
.blog__navs-prev a {
  padding-left: 20px;
  color: #DADADA;
}
.blog__navs-prev a:before {
  left: 4px;
  background-color: #DADADA;
}
.blog__navs-prev a:after {
  left: 2px;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  transform: rotate(135deg);
}
.blog__navs-next a {
  padding-right: 20px;
  color: #F7A823;
}
.blog__navs-next a:before {
  right: 4px;
  background-color: #F7A823;
}
.blog__navs-next a:after {
  right: 2px;
  border-right: 1px solid #F7A823;
  border-bottom: 1px solid #F7A823;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1500px) {
  .blog-slider .slick-track {
    margin-left: 12%;
    box-sizing: border-box;
  }
}
.blog-slider__item {
  padding: 0 15px;
  min-height: 375px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .blog-slider__item {
    min-height: 385px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-slider__item {
    min-height: 475px;
  }
}
.blog-slider__img {
  margin: 20px 0;
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  .blog-slider__img {
    margin: 30px 0;
    height: 290px;
  }
}
.blog-slider__desc {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 1.4rem;
  -ms-flex: 1;
      flex: 1;
}
.blog-slider__desc:after {
  content: '';
  margin-left: 15px;
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  display: block;
  background-color: rgba(60, 60, 59, 0.5);
}
.blog-slider__pager {
  display: none;
}
@media screen and (min-width: 1200px) {
  .blog-slider__pager {
    position: absolute;
    top: -10px;
    left: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    transform: translateX(-100%);
  }
  .blog-slider__pager--static {
    position: static;
    padding-left: 20px;
  }
}

.gallery__item {
  padding: 0 20px;
  opacity: 0.3;
  transition: 300ms;
}
.gallery__item.slick-center {
  opacity: 1;
}
.gallery__img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  .gallery__img {
    height: 500px;
  }
}
@media screen and (min-width: 1500px) {
  .gallery__img {
    height: 800px;
  }
}

.table table {
  margin-top: 15px;
  border-collapse: collapse;
}
.table table th, .table table td {
  padding: 10px;
  border: 1px solid #DADADA;
}

.testimonial {
  padding: 50px 0;
  background-color: #132F55;
}
@media screen and (min-width: 1500px) {
  .testimonial {
    padding: 80px 0;
  }
}
@media screen and (min-width: 2000px) {
  .testimonial {
    padding: 130px 0;
  }
}
.testimonial--gray {
  background-color: #DADADA;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .testimonial--gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .testimonial--gray {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 2000px) {
  .testimonial--gray {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.testimonial__content {
  position: relative;
  -ms-flex: 1 1 40%;
      flex: 1 1 40%;
  color: #fff;
  z-index: 2;
}
.testimonial__numbers {
  -ms-flex: 1 1 60%;
      flex: 1 1 60%;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .testimonial__numbers {
    margin-top: 0;
    margin-left: 80px;
  }
}
.testimonial__numbers-item {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.testimonial__numbers-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.testimonial__number {
  display: inline-block;
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
  font-size: 5rem;
  color: #F7A823;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .testimonial__number {
    line-height: 0.8;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial__number {
    font-size: 8rem;
  }
}
.testimonial__number-text {
  -ms-flex: 1;
      flex: 1;
  margin-left: 40px;
}
.testimonial__item {
  position: relative;
  padding: 30px 15px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .testimonial__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .testimonial__item {
    padding: 60px;
  }
}
@media screen and (min-width: 992px) {
  .testimonial__logo {
    padding-top: 30px;
    padding-right: 30px;
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    border-right: 1px solid #DADADA;
  }
}
.testimonial__text {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .testimonial__text {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex: 1 1 70%;
        flex: 1 1 70%;
  }
}

.banner {
  padding: 25px 0;
  background: center /cover no-repeat;
  color: #fff;
}
@media screen and (min-width: 1500px) {
  .banner {
    min-height: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content {
    width: 50%;
  }
}

.history {
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .history {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1500px) {
  .history {
    padding: 160px 0;
  }
}
.history__col {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .history__col {
    width: 60%;
  }
}

.specialisations__item {
  padding: 15px;
  border-bottom: 1px solid #DADADA;
}
.specialisations__item:first-child {
  border-top: 1px solid #DADADA;
}
@media screen and (min-width: 1200px) {
  .specialisations__item {
    padding: 30px 50px;
  }
}
.specialisations__header {
  position: relative;
  cursor: pointer;
  color: #132F55;
  font-weight: 400;
  transition: 200ms;
}
@media screen and (min-width: 1200px) {
  .specialisations__header {
    font-size: 2.4rem;
  }
  .specialisations__header:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3C3C3B;
    border-right: 2px solid #3C3C3B;
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    transition: 200ms 400ms;
  }
}
.specialisations__header--active {
  color: #F7A823;
}
.specialisations__header--active:before {
  opacity: 0.5;
  transform: translateX(0) rotate(45deg);
}
.specialisations__content {
  display: none;
}
.specialisations__img {
  margin: 0 auto;
  margin-top: 20px;
  height: 250px;
}
@media screen and (min-width: 992px) {
  .specialisations__img {
    margin-top: 0;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .specialisations__img {
    height: 500px;
    max-width: 380px;
  }
}

.management__bg {
  margin-top: 170px;
  background-color: #f0f0f0;
}
.management__list {
  transform: translateY(-90px);
}
@media screen and (min-width: 500px) {
  .management__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .management__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .management__list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
.management__img-box {
  line-height: 0;
  height: 400px;
}
@media screen and (min-width: 500px) {
  .management__img-box {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .management__img-box {
    height: 400px;
  }
}
.management__img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.management__item {
  background-color: #fff;
}
.management__text {
  padding: 15px;
  color: #132F55;
  box-sizing: border-box;
}

.partners {
  border: 1px solid #DADADA;
}
.partners__item {
  border-right: 1px solid #DADADA;
}
.partners__img-box {
  height: 150px;
}
.partners__img-box:first-child {
  border-bottom: 1px solid #DADADA;
}
.partners__img {
  max-height: 100%;
  filter: grayscale(1);
}

.map {
  height: 250px;
  background-color: #ccc;
}
@media screen and (min-width: 992px) {
  .map {
    position: absolute;
    right: 0;
    left: 50%;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .map {
    height: 420px;
  }
}

.map-big {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
@media screen and (min-width: 992px) {
  .map-big {
    top: -20px;
    bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .map-big {
    top: -50px;
    bottom: 150px;
  }
}
@media screen and (min-width: 1500px) {
  .map-big {
    top: -80px;
    left: 12.5%;
    bottom: 300px;
  }
}

.map-box {
  position: relative;
  height: 300px;
  background-color: #DADADA;
}
@media screen and (min-width: 992px) {
  .map-box {
    height: 500px;
  }
}
@media screen and (min-width: 1500px) {
  .map-box {
    height: 900px;
  }
}

.form-box {
  padding: 50px 0;
  background: center /cover no-repeat;
  color: #fff;
}
@media screen and (min-width: 1500px) {
  .form-box {
    padding: 200px 0;
  }
}

.form {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  background-color: #fff;
  color: #3C3C3B;
}
@media screen and (min-width: 992px) {
  .form {
    padding: 50px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .form {
    padding: 100px;
    margin-top: -300px;
  }
}
.form__item {
  position: relative;
}
.form__rodo {
  font-size: 1rem;
  color: #132F55;
}
.form__rodo label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.form__rodo input {
  margin-top: 3px;
  margin-right: 10px;
  width: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  padding: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(50%);
  text-transform: lowercase;
}

textarea + .wpcf7-not-valid-tip {
  top: 35%;
  transform: none;
}

.wpcf7-form-control-wrap {
  position: static;
}

div#__bs_notify__ {
  display: none !important;
}
