html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  //text-rendering: optimizeLegibility;
}

*, *:before, *:after {
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0; }

button,
fieldset,
iframe {
  border: 0; }

fieldset,
ul,
ol,
button,
menu {
  padding: 0; }

ol,
ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

*:focus {
  outline: none; }

::-webkit-input-placeholder {
  color: #1e1e1e; }

::-moz-placeholder {
  color: #1e1e1e; }

:-ms-input-placeholder {
  color: #1e1e1e; }

:-moz-placeholder {
  color: #1e1e1e; }
/*
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url('../fonts/nunitosans-bold.woff2') format('woff2'),
  url('../fonts/nunitosans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans-Regular';
  src: url('../fonts/nunitosans-regular.woff2') format('woff2'),
  url('../fonts/nunitosans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans-SemiBold';
  src: url('../fonts/nunitosans-semibold.woff2') format('woff2'),
  url('../fonts/nunitosans-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/oswald-bold.woff2') format('woff2'),
  url('../fonts/oswald-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/oswald-light.woff2') format('woff2'),
  url('../fonts/oswald-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
*/
html,
body {
  min-height: 100vh; }

html {
  scroll-behavior: smooth; }

body {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: "Oswald", sans-serif;
  //font-family: 'Oswald-Bold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-fixed {
    overflow: hidden; }

a {
  transition: 0.15s; }

address {
  font-style: normal; }

p[role='paragraph'] {
  margin-bottom: 20px;
  line-height: 1.6em; }

.wrapper {
  flex: 1 0 auto; }

.ds-none {
  display: none !important; }

.ds-block {
  display: block !important; }

@media (min-width: 576px) {
  .ds-none-sm {
    display: none !important; }
  .ds-block-sm {
    display: block !important; } }

@media (min-width: 768px) {
  .ds-none-md {
    display: none !important; }
  .ds-block-md {
    display: block !important; } }

@media (min-width: 991px) {
  .ds-none-lg {
    display: none !important; }
  .ds-block-lg {
    display: block !important; } }

@media (min-width: 1200px) {
  .ds-none-xl {
    display: none !important; }
  .ds-block-xl {
    display: block !important; } }

@media (min-width: 1400px) {
  .ds-none-xxlg {
    display: none !important; }
  .ds-block-xxlg {
    display: block !important; } }

.ps-relative {
  position: relative; }

.logo {
  position: relative;
  z-index: 201; }
  .logo-header img, .logo-footer img {
    width: 150px;
    display: block;
    height: auto; }
    @media (min-width: 991px) {
      .logo-header img, .logo-footer img {
        width: 100%; } }
  .logo-header {
    display: block;
    background-color: #ffffff; }
  .logo-footer {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto; }
    @media (min-width: 768px) {
      .logo-footer {
        margin-bottom: 0;
        margin-left: 0; } }

.title {
  /*
  &-subs-slider {
    //font-size: 13px;
    font-size: 17px;
    font-weight: 700;
    @include mq('small') {
      //font-size: 15px;
    }
    @include mq('large') {
      font-size: 19px;
    }
  }
  */ }
  .title-services {
    margin-bottom: 20px;
    font-size: 18px; }
    @media (min-width: 991px) {
      .title-services {
        font-size: 21px; } }
  .title_line {
    font-weight: 700;
    position: relative; }
    .title_line:before, .title_line:after {
      content: '';
      display: block;
      height: 2px;
      position: absolute; }
    .title_line:before {
      background-color: #e94e1d;
      bottom: -5px; }
    .title_line:after {
      background-color: #f08118;
      bottom: -7px; }
  .title-global {
    display: inline-flex;
    font-size: 20px; }
    .title-global:before {
      width: 115px; }
    .title-global:after {
      width: 100px; }
  .title_center {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center; }
  .title_space {
    margin-bottom: 25px; }
  .title-subs {
    display: inline-flex;
    font-size: 18px; }
    .title-subs:before {
      width: 50px; }
    .title-subs:after {
      width: 35px; }

.text {
  /*
  &-np {

  }
  */ }
  .text p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 22px; }
    @media (min-width: 991px) {
      .text p {
        line-height: 25px; } }
    .text p + p {
      margin-top: 15px; }
      @media (min-width: 991px) {
        .text p + p {
          margin-top: 20px; } }
  .text_big p {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    line-height: 22px; }
    @media (min-width: 991px) {
      .text_big p {
        line-height: 25px; } }
    .text_big p b {
      font-size: 15px;
      letter-spacing: -0.5px; }
      @media (min-width: 768px) {
        .text_big p b {
          font-size: 16px; } }
      @media (min-width: 991px) {
        .text_big p b {
          font-size: 18px; } }
  .text_space {
    margin-bottom: 15px; }
    @media (min-width: 991px) {
      .text_space {
        margin-bottom: 20px; } }

.dots {
  text-align: center;
  position: absolute;
  z-index: 1; }
  .dots span {
    width: 15px;
    height: 15px;
    opacity: 1;
    cursor: pointer;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .dots span {
        width: 17px;
        height: 17px; } }
    @media (min-width: 1200px) {
      .dots span {
        width: 21px;
        height: 21px; } }
    .dots span.swiper-pagination-bullet-active {
      background-color: #e94e1d; }

/*
.arrow {
  &-btn {
    width: 33px;
    height: 57px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  &_next {
    background-image: url('~icons/arrow_next.svg');
  }

  &_prev {
    background-image: url('~icons/arrow_prev.svg');
  }

  &-up {
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 17px solid #efefef;
    @include mq('medium') {
      border-left: 36px solid transparent;
      border-right: 36px solid transparent;
      border-bottom: 19px solid #efefef;
    }
    @include mq('large') {
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-bottom: 50px solid #efefef;
    }
  }
}
*/
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 14; }
  .arrow span {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 9px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff; }
    @media (min-width: 768px) {
      .arrow span {
        font-size: 12px; } }
  .arrow:before, .arrow:after {
    content: '';
    display: block;
    position: absolute;
    transition: all 300ms linear; }
  .arrow:before {
    background-color: #e94e1d;
    z-index: -1; }
  .arrow:after {
    background-color: #f08118;
    z-index: -2; }
  .arrow-carousel {
    font-size: 25px;
    cursor: pointer; }
    @media (min-width: 576px) {
      .arrow-carousel {
        font-size: 30px; } }
    .arrow-carousel, .arrow-carousel:before, .arrow-carousel:after {
      width: 1em;
      height: 1em; }
    .arrow-carousel.swiper-button-disabled {
      opacity: 0.7; }
    .arrow-carousel:before {
      font-size: inherit; }
    .arrow-carousel:after {
      font-size: 18px; }
      @media (min-width: 576px) {
        .arrow-carousel:after {
          font-size: 24px; } }
    .arrow-carousel_rgt:after {
      right: -3px; }
    .arrow-carousel_rgt span {
      margin-left: 4px;
      transform: rotate(-45deg); }
    .arrow-carousel_lft:after {
      left: -3px; }
    .arrow-carousel_lft span {
      margin-right: 4px;
      transform: rotate(135deg); }

.carousel-arrows {
  display: flex;
  width: 70px;
  justify-content: space-between; }
  @media (min-width: 576px) {
    .carousel-arrows {
      width: 90px; } }

.ellipsis {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.tabs {
  display: flex;
  width: 100%; }
  .tabs-item {
    cursor: pointer; }
  .tabs-content {
    display: none;
    width: 100%; }
    .tabs-content.current {
      display: flex; }
  .tabs-wrapper {
    width: 100%; }

.outer {
  position: relative; }
  .outer:before {
    display: block;
    content: '';
    width: 100%; }

.inner,
.aspect-ratio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.inner {
  background-position: center center;
  background-repeat: no-repeat; }

.aspect-ratio {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.social {
  display: flex; }
  .social-item {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    /*
    img {
      display: block;
      height: 15px;
      @include mq('xlarge') {
        height: 20px;
      }
      @include mq('xxlarge') {
        height: auto;
      }
    }
    */ }
    @media (min-width: 991px) {
      .social-item {
        width: 30px;
        height: 30px; } }
    .social-item + .social-item {
      margin-left: 30px; }
  .social_hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all 100ms linear; }
    .social_hover:hover {
      -webkit-filter: none;
      filter: none; }
  .social_footer {
    display: flex;
    margin-right: -8px; }
    .social_footer .social-item + .social-item {
      margin-left: 20px; }

.copyright {
  margin-top: 20px;
  order: 2;
  color: #c6c6c6;
  font-size: 12px; }
  @media (min-width: 768px) {
    .copyright {
      margin-top: 0;
      order: 0; } }

.act {
  display: block;
  margin-top: 20px;
  color: #d8d8d8;
  text-align: center;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .act {
      margin-top: 60px;
      text-align: left; } }
  @media (min-width: 991px) {
    .act {
      margin-top: 125px; } }

.button {
  display: flex;
  width: 95px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
  transition: all 300ms linear;
  background-color: #e94e1d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative; }
  .button:hover {
    background-color: #f08118; }
    .button:hover:after {
      background-color: #e94e1d; }
  .button:after {
    content: '';
    display: block;
    width: 2px;
    height: 34px;
    background-color: #f08118;
    transition: all 300ms linear;
    position: absolute;
    top: 3px;
    right: -2px; }

.card-photos {
  overflow: hidden; }
  .card-photos img {
    transform: scale(1);
    transition: all 300ms linear; }
  .card-photos.outer:before {
    padding-top: 75%; }

.card-title {
  display: flex;
  width: calc(100% - 30px);
  padding: 10px;
  font-size: 15px;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 300ms linear;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 19; }
  @media (min-width: 768px) {
    .card-title {
      height: 82px;
      padding: 15px 20px;
      font-size: 18px; } }
  .card-title span {
    display: flex;
    flex-direction: column; }
  .card-title_secondary {
    margin-top: 1px;
    opacity: 0.5; }

.card-index, .card-gallery, .card-ref-box {
  margin-bottom: 20px; }
  @media (min-width: 991px) {
    .card-index, .card-gallery, .card-ref-box {
      margin-bottom: 30px; } }

.card-index, .card-gallery, .card-ref {
  display: block;
  position: relative; }
  .card-index:hover figure img, .card-gallery:hover figure img, .card-ref:hover figure img {
    transform: scale(1.1); }
  .card-index:before, .card-index:after, .card-gallery:before, .card-gallery:after, .card-ref:before, .card-ref:after {
    content: '';
    position: absolute; }
  .card-index:before, .card-gallery:before, .card-ref:before {
    height: 2px;
    background-color: #e94e1d;
    left: -15px;
    z-index: 13; }
  .card-index:after, .card-gallery:after, .card-ref:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; }

.card-index:before, .card-ref:before {
  width: 105px;
  transition: all 300ms linear;
  top: 30px; }

.card-index:hover:before, .card-ref:hover:before {
  width: 200px; }

.card-index:hover .card-title {
  color: #ffffff;
  background-color: #e94e1d; }

.card-index:hover .card-arrow:before {
  background-color: #ffffff; }

.card-index:hover .card-arrow span {
  border-top-color: #e94e1d;
  border-left-color: #e94e1d; }

.card-index:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }

.card-arrow {
  margin-left: auto;
  font-size: 35px;
  transition: all 300ms linear; }
  .card-arrow, .card-arrow:before, .card-arrow:after {
    width: 1em;
    height: 1em; }
  .card-arrow span {
    margin-right: 5px;
    transition: all 300ms linear;
    transform: rotate(135deg); }
  .card-arrow:before {
    font-size: inherit; }
  .card-arrow:after {
    font-size: 31px;
    left: -4px; }

.card-ref:after {
  opacity: 0.1;
  background: #11110e; }

.card-gallery:before {
  width: 50px;
  top: 20px;
  transition: all 300ms linear; }

.card-gallery:after {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/icon-zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms linear; }

.card-gallery:hover:before {
  width: 75px; }

.card-gallery:hover:after {
  opacity: 1; }

.card-g {
  /*
    &-arrow {
      display: flex;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: center;
      background-repeat: $color-white;
    }
    */ }
  .card-g-carousel {
    display: block; }

.pdf-list {
  display: flex;
  flex-wrap: wrap; }

.pdf-card {
  display: flex;
  width: 100%; }
  .pdf-card + .pdf-card {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .pdf-card {
      width: 50%; }
      .pdf-card + .pdf-card {
        margin-top: 0;
        margin-bottom: 20px; } }
  @media (min-width: 991px) {
    .pdf-card {
      width: 100%; }
      .pdf-card + .pdf-card {
        margin-top: 20px;
        margin-bottom: 0; } }
  .pdf-card:hover span:after {
    width: 50px; }
  .pdf-card i {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: url(../images/icon-pdf.svg) no-repeat center center; }
  .pdf-card span {
    display: flex;
    font-size: 13px;
    flex-direction: column; }
    .pdf-card span:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      margin-top: 10px;
      background-color: #e94e1d;
      transition: all 300ms linear; }
    .pdf-card span b + b {
      margin-top: 2px; }

.pdf-page {
  margin-top: 30px;
  padding-left: 15px;
  align-items: center;
  position: relative; }
  .pdf-page:before, .pdf-page:after {
    content: '';
    width: 3px;
    position: absolute; }
  .pdf-page:before {
    height: 66px;
    background-color: #e94e1d;
    left: 0; }
  .pdf-page:after {
    height: 60px;
    background-color: #f08118;
    left: 3px; }

.ref {
  /*
  &:before {
    content: '';
    width: 105px;
    height: 2px;
    background-color: $color-secondary;
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 13;
  }
   */ }
  .ref-photo {
    margin-bottom: 15px;
    position: relative; }
  .ref-title {
    display: flex;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: -0.5px;
    justify-content: center;
    flex-direction: column;
    position: relative; }
    .ref-title:before, .ref-title:after {
      content: '';
      position: absolute; }
    .ref-title:before {
      width: 10px;
      height: 41px;
      background-color: #e94e1d;
      left: -10px; }
    .ref-title:after {
      width: 5px;
      height: 33px;
      background-color: #f08118;
      left: -15px; }
    .ref-title span {
      font-weight: 400;
      font-family: "Nunito Sans", sans-serif; }

.form {
  /*
  &-file {
    display: flex;
    font-size: 12px;
    font-style: italic;
    align-items: center;
    @include position(absolute, $top: 50px, $left: 0);
    @include mq('medium') {
      margin-right: auto;
      margin-left: 10px;
      font-size: 13px;
      position: static;
    }
  }
  */ }
  .form-row {
    display: flex;
    flex-direction: column; }
    .form-row + .form-row {
      margin-top: 10px; }
    .form-row label {
      margin-bottom: 5px;
      color: #11110e;
      font-family: "Nunito Sans", sans-serif;
      letter-spacing: -0.5px; }
  .form-btn {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 40px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.5px;
    color: #ffffff;
    background-color: #11110e;
    transition: all 300ms linear;
    /*
    &_cv {
      line-height: 19px;
      font-weight: 300;
      border: 1px solid #b5b3b3;
      box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
      &:after {
        content: '';
        width: 22px;
        height: 22px;
        margin-left: 15px;
        //background: url('~icons/cv-browse.svg') no-repeat center center / cover;
      }
    }
    &_center {
      margin-left: auto;
      margin-right: auto;
      @include mq('medium') {
        margin-right: 0;
      }
    }
    */ }
    .form-btn:hover {
      background-color: #e94e1d; }
    @media (min-width: 768px) {
      .form-btn {
        max-width: 120px; } }
  .form-style {
    border: 1px solid #cccccc; }

input[type='text'],
input[type='date'],
textarea {
  display: flex;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Nunito Sans", sans-serif;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='button'] {
  width: 100px;
  border: none;
  font-weight: 600;
  cursor: pointer; }

input[type='text'], input[type='date'] {
  height: 40px;
  align-items: center; }

textarea {
  padding: 10px;
  resize: none; }
  textarea.h120 {
    min-height: 210px; }
    @media (min-width: 768px) {
      textarea.h120 {
        min-height: 130px; } }

button[type='submit'] {
  display: flex;
  width: 100px;
  height: 40px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  background-color: #11110e;
  cursor: pointer;
  font-family: "Oswald", sans-serif; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none; }

button {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

.select {
  display: block;
  max-width: 60px;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.select::-ms-expand {
  display: none; }

.select:hover {
  border-color: #888; }

.select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

.select option {
  font-weight: normal; }

.container {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /*
  @include mq('xlarge') {
    // desktops, 1400px and up
    max-width: 1320px;
  }
  @include mq('wide') {
    //1920
    max-width: 1600px;
  }
  */ }
  @media (min-width: 991px) {
    .container {
      max-width: 1170px; } }

.container-large {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 1200px) {
    .container-large {
      max-width: 1450px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box; }

.g-0 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media (min-width: 576px) {
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media (min-width: 768px) {
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media (min-width: 991px) {
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-xl-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-xl-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-xl-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-xl-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-1 {
    margin-left: 8.333%; }
  .col-xl-offset-2 {
    margin-left: 16.667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.333%; }
  .col-xl-offset-5 {
    margin-left: 41.667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.333%; }
  .col-xl-offset-8 {
    margin-left: 66.667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.333%; }
  .col-xl-offset-11 {
    margin-left: 91.667%; }
  .start-xl {
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    justify-content: center;
    text-align: center; }
  .end-xl {
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    align-items: flex-start; }
  .middle-xl {
    align-items: center; }
  .bottom-xl {
    align-items: flex-end; }
  .around-xl {
    justify-content: space-around; }
  .between-xl {
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; } }

.nav {
  display: flex;
  width: 100%;
  height: 95vh;
  height: calc(100vh - 70px);
  margin-right: 38px;
  box-sizing: border-box;
  flex-direction: column;
  transform-origin: 0 0;
  background-color: #ffffff;
  transform: translateX(-120%);
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 127;
  /*@include mq('medium') {
    top: 90px;
    max-height: 95%;
    max-height: -webkit-calc(100% - 90px);
    max-height: -moz-calc(100% - 90px);
    max-height: calc(100% - 90px);
    overflow-y: scroll;
    overflow-x: hidden;
  }*/
  /*
  button:hover {
    color: lighten($buttonColor, 15%);
  }
  */ }
  @media (min-width: 991px) {
    .nav {
      width: auto;
      height: 100%;
      max-height: initial;
      margin-left: auto;
      margin-right: 0;
      flex-direction: row;
      overflow: initial;
      align-items: center;
      background-color: transparent;
      position: relative;
      top: inherit;
      transform: translateX(0%); } }
  .nav.current {
    transform: translateX(0%); }
  .nav-container {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      .nav-container {
        flex-wrap: nowrap; } }
    @media (min-width: 991px) {
      .nav-container {
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
        flex-direction: row; } }
  .nav-col {
    display: flex; }
    @media (min-width: 991px) {
      .nav-col {
        height: 100%;
        align-items: center;
        position: relative; }
        .nav-col + .nav-col {
          padding-left: 12px; } }
    .nav-col:hover .nav-button, .nav-col.current .nav-button {
      color: #e94e1d; }
      .nav-col:hover .nav-button:before, .nav-col.current .nav-button:before {
        width: 100%;
        opacity: 1;
        visibility: visible; }
    @media (min-width: 991px) {
      .nav-col:hover .nav-subs_primary {
        opacity: 1;
        visibility: visible; } }
  .nav-offer {
    display: block; }
    @media (min-width: 991px) {
      .nav-offer {
        display: none; } }
  .nav-item {
    transition: all 400ms ease-in-out;
    background-color: #ffffff; }
    @media (min-width: 991px) {
      .nav-item {
        margin-bottom: 1px;
        position: relative; } }
    @media (min-width: 991px) {
      .nav-item:hover {
        background-color: #e94e1d; }
        .nav-item:hover > a {
          padding-left: 10px; }
          .nav-item:hover > a > span {
            color: #ffffff; } }
  .nav-link {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
    position: relative;
    transition: padding-left 200ms linear; }
    @media (min-width: 991px) {
      .nav-link {
        padding-right: 12px;
        padding-left: 12px;
        border-bottom: none; } }
    .nav-link span {
      color: #11110e;
      transition: color 200ms linear; }
  @media (min-width: 991px) {
    .nav-button:before {
      content: '';
      width: 0;
      opacity: 0;
      visibility: hidden;
      background-color: #e94e1d;
      transition: width 400ms linear;
      position: absolute;
      left: 12px;
      max-width: 25px;
      height: 2px;
      bottom: 10px; } }
  .nav-expand {
    flex-direction: column; }
    @media (min-width: 991px) {
      .nav-expand {
        flex-direction: row; }
        .nav-expand > a > span:after {
          display: none; } }
    .nav-expand > a:after {
      content: '';
      height: 9px;
      width: 9px;
      margin-top: 2px;
      margin-right: 5px;
      margin-left: 5px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      box-sizing: border-box;
      transform: rotate(-45deg); }
      @media (min-width: 991px) {
        .nav-expand > a:after {
          margin-top: -2px;
          margin-right: 0;
          margin-left: -6px;
          position: absolute;
          left: 100%;
          transform: rotate(45deg); } }
    .nav-expand.active > .nav-subs {
      visibility: visible;
      transform: translateX(0%); }
      @media (min-width: 991px) {
        .nav-expand.active > .nav-subs {
          max-height: 1000px;
          transition: max-height 1s ease-in-out; } }
      @media (min-width: 991px) {
        .nav-expand.active > .nav-subs_primary {
          transform: translateX(-50%);
          left: 50%; } }
  .nav-subs {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 0.9375rem 0;
    flex-direction: column;
    visibility: hidden;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: all 300ms linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 191; }
    @media (min-width: 991px) {
      .nav-subs {
        max-height: 0;
        padding: 0;
        margin-left: 35px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
        position: static;
        box-shadow: 0 5px 25px -15px rgba(0, 0, 0, 0.5); } }
    @media (min-width: 991px) {
      .nav-subs {
        width: 310px;
        padding: 20px 30px;
        height: auto;
        opacity: 0;
        max-height: inherit; } }
    .nav-subs .nav-link {
      padding-right: 0;
      padding-left: 0; }
    @media (min-width: 991px) {
      .nav-subs_primary {
        transform: translateX(-50%);
        position: absolute;
        top: 100%;
        left: 50%; } }
  .nav-back, .nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 991px) {
      .nav-back, .nav-toggle {
        display: none; } }
  .nav-back {
    justify-content: flex-end;
    position: absolute;
    top: -56px;
    right: 55px;
    z-index: 101; }
    @media (min-width: 768px) {
      .nav-back {
        top: -51px; } }
    .nav-back:before {
      content: '';
      height: 15px;
      width: 15px;
      margin-right: 8px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      box-sizing: border-box;
      transform: rotate(135deg); }
      @media (min-width: 991px) {
        .nav-back:before {
          display: none; } }
  .nav-toggle {
    margin-left: auto;
    justify-content: center; }
    .nav-toggle.is-active span {
      border-color: transparent; }
      .nav-toggle.is-active span:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .nav-toggle.is-active span:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .nav-toggle span {
      display: block;
      width: 30px;
      height: 18px;
      border-top: 2px solid;
      border-bottom: 2px solid;
      color: #000000;
      transition: all 0.25s ease-in-out;
      position: relative; }
      .nav-toggle span:before, .nav-toggle span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: currentColor;
        transform: translate(-50%, -50%);
        transition: transform 0.25s ease-in-out; }

.header {
  width: 100%;
  background-color: #ffffff;
  transform-origin: 0 0;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  /*
  &.scrollFixed {
    //width: 100%;
    //position: fixed;
    //left: 0;
    //z-index: 1001;
    @include mq('large') {
      .header {

        &-social {
          .container {
            height: 12px;

            .social-title,
            .social_header {
              opacity: 0;
              visibility: hidden;
            }
          }
        }

        &-content {
          .container {
            height: 70px;
          }
        }
      }
      .nav {
        &-button {
          span {
            &:before {
              opacity: 0;
              visibility: hidden;
            }
          }
        }
      }
    }
    @include mq('xlarge') {
      .logo-header {
        max-width: 120px;
      }
    }
  }
  */
  /*
  &-social {
    background-color: $color-primary;

    .container {
      display: flex;
      height: 20px;
      align-items: center;
      justify-content: flex-end;
      //transition: all 300ms linear;
      transform-origin: 0 0;
      transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      @include mq('small') {
        height: 45px;
      }
      @include mq('large') {
        height: 30px;
      }
      @include mq('xlarge') {
        height: 40px;
      }
      @include mq('xxlarge') {
        height: 45px;
      }

      .social-title,
      .social_header {
        opacity: 1;
        visibility: visible;
        //transition: all 300ms linear;
        transform-origin: 0 0;
        transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
      }
    }
  }
  */
  /*
  &-wrap {
    width: 112px;
    @include mq('xlarge') {
      width: 187px;
    }
  }
  */ }
  .header-nav {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px 0.9375rem 0;
    align-items: center;
    border-top: 1px solid rgba(216, 216, 216, 0.7);
    position: relative; }
    @media (min-width: 991px) {
      .header-nav {
        display: flex;
        max-width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border-top: none; } }
  .header-content .container {
    display: flex;
    height: 70px;
    align-items: center; }
    @media (min-width: 768px) {
      .header-content .container {
        height: 80px; } }
    @media (min-width: 991px) {
      .header-content .container {
        height: 100px; } }
  .header-offer {
    display: none !important; }
    @media (min-width: 991px) {
      .header-offer {
        display: flex !important;
        width: auto;
        max-width: 120px;
        margin-right: auto;
        flex-shrink: 0;
        margin-left: 30px; } }

.aside-btn {
  display: flex;
  height: 44px;
  padding-right: 15px;
  padding-left: 15px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  align-items: center;
  position: relative;
  background-color: rgba(247, 247, 247, 0.3);
  transition: all 300ms ease-in-out; }
  .aside-btn:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: all 200ms ease-in-out;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(135deg);
    position: absolute;
    left: 0; }
  .aside-btn.current, .aside-btn:hover {
    background-color: #e94e1d; }
    .aside-btn.current:before, .aside-btn:hover:before {
      left: 10px; }
    .aside-btn.current span, .aside-btn:hover span {
      color: #ffffff;
      padding-left: 20px; }
  .aside-btn span {
    color: #000000;
    transition: all 200ms ease-in-out; }

.footer {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 35px;
  color: #d8d8d8;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #e94e1d;
  background-color: #11110e;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../images/footer-bg_xs.png); }
  @media (min-width: 576px) {
    .footer {
      background-image: url(../images/footer-bg_md.png); } }
  @media (min-width: 768px) {
    .footer {
      margin-top: 70px;
      padding-top: 70px;
      border-bottom-width: 10px; } }
  @media (min-width: 991px) {
    .footer {
      margin-top: 100px;
      background-image: url(../images/footer-bg.png); } }
  .footer-top, .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer-top, .footer-bottom {
        flex-direction: row; } }
  .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8; }
    @media (min-width: 768px) {
      .footer-top {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
  .footer-bottom {
    align-items: center; }
    @media (min-width: 768px) {
      .footer-bottom {
        align-items: flex-start; } }
  .footer-contact {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    letter-spacing: -0.1px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 25px; }
    @media (min-width: 768px) {
      .footer-contact {
        font-size: 13px;
        text-align: left;
        align-items: flex-end; } }
    @media (min-width: 768px) {
      .footer-contact address br {
        display: none; } }

.slider {
  position: relative;
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  /*
  &_pd {
    margin-top: 90px;
    @include mq('small') {
      //margin-top: 45px;
      margin-top: 115px;
    }
    @include mq('large') {
      margin-top: 104px;
    }
    @include mq('xlarge') {
      margin-top: 138px;
    }
    @include mq('wide') {
      margin-top: 157px;
    }
  }

  &_sb {
    margin-bottom: 15px;
    @include mq('medium') {
      margin-bottom: 20px;
    }
    @include mq('large') {
      margin-bottom: 30px;
    }
    @include mq('xlarge') {
      margin-bottom: 45px;
    }
  }
  */ }
  .slider .swiper-wrapper {
    box-sizing: border-box; }
  .slider-subs-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/slider-sub-bg_xs.jpg);
    position: absolute; }
    @media (min-width: 576px) {
      .slider-subs-img {
        background-position: top center;
        background-image: url(../images/slider-sub-bg_md.jpg); } }
    @media (min-width: 768px) {
      .slider-subs-img {
        background-position: top center; } }
    @media (min-width: 991px) {
      .slider-subs-img {
        background-image: url(../images/slider-sub-bg_lg.jpg); } }
    .slider-subs-img:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(17, 17, 14, 0.5);
      background-image: url(../images/pattern-slider.png);
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: right center;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .slider-subs-img:before {
          background-size: 315px; } }
  .slider-subs .container {
    display: flex;
    height: 175px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .slider-subs .container {
        height: 250px; } }
    @media (min-width: 991px) {
      .slider-subs .container {
        padding-bottom: 40px; } }
  .slider-subs-slogan {
    display: flex;
    width: 145px;
    font-size: 10px;
    align-items: center;
    color: #ffffff;
    position: absolute;
    top: 30px; }
    @media (min-width: 768px) {
      .slider-subs-slogan {
        top: inherit;
        left: 15px;
        transform: rotate(-90deg) translateX(55px);
        transform-origin: 0 0; } }
    @media (min-width: 991px) {
      .slider-subs-slogan {
        left: 30px;
        transform: rotate(-90deg) translateX(10px); } }
    @media (min-width: 768px) {
      .slider-subs-slogan:after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        margin-left: 10px;
        font-size: 12px;
        background-color: #ffffff; } }
  .slider-subs-title {
    color: #ffffff;
    font-size: 18px; }
    @media (min-width: 991px) {
      .slider-subs-title {
        font-size: 20px; } }
    .slider-subs-title:before {
      width: 140px; }
      @media (min-width: 768px) {
        .slider-subs-title:before {
          width: 160px; } }
      @media (min-width: 991px) {
        .slider-subs-title:before {
          width: 230px; } }
    .slider-subs-title:after {
      width: 110px; }
      @media (min-width: 768px) {
        .slider-subs-title:after {
          width: 130px; } }
      @media (min-width: 991px) {
        .slider-subs-title:after {
          width: 200px; } }
  .slider-container {
    display: flex;
    height: 300px;
    align-items: center; }
    @media (min-width: 576px) {
      .slider-container {
        height: 310px; } }
    @media (min-width: 991px) {
      .slider-container {
        height: 515px; } }
  .slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .slider-bg_item {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    @media (min-width: 576px) {
      .slider-bg_mobile {
        background-position: right 50px center; } }
  .slider-title {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #e94e1d;
    position: relative; }
    @media (min-width: 576px) {
      .slider-title {
        width: 65%; } }
    @media (min-width: 768px) {
      .slider-title {
        width: 550px;
        padding-left: 30px;
        border-left-width: 5px; } }
    @media (min-width: 991px) {
      .slider-title {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .slider-title:before, .slider-title:after {
      content: '';
      width: 120px;
      height: 3px;
      background-color: #e94e1d;
      position: absolute;
      left: 0; }
      @media (min-width: 768px) {
        .slider-title:before, .slider-title:after {
          width: 150px;
          height: 5px; } }
    .slider-title:before {
      top: 0; }
    .slider-title:after {
      bottom: 0; }
    .slider-title-primary {
      margin-bottom: 10px;
      color: rgba(0, 0, 0, 0.75);
      font-size: 23px;
      line-height: 27px; }
      @media (min-width: 768px) {
        .slider-title-primary {
          width: 50%;
          padding-right: 0;
          font-size: 30px;
          line-height: 35px; } }
      @media (min-width: 991px) {
        .slider-title-primary {
          width: 100%;
          font-size: 50px;
          line-height: 60px; } }
    .slider-title-secondary {
      margin-bottom: 20px;
      padding-right: 50px;
      color: #11110e;
      font-family: "Nunito Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: -0.5px; }
      @media (min-width: 768px) {
        .slider-title-secondary {
          width: 80%;
          padding-right: 0;
          margin-bottom: 10px;
          line-height: 20px; } }
      @media (min-width: 991px) {
        .slider-title-secondary {
          width: 100%;
          margin-bottom: 50px;
          font-size: 16px;
          line-height: 25px; } }
  .slider-link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    border-bottom: 2px solid #e94e1d; }
    @media (min-width: 991px) {
      .slider-link {
        font-size: 15px; } }
  .slider-pagination {
    width: 100%;
    bottom: 50px;
    right: 0;
    position: absolute; }
    @media (min-width: 768px) {
      .slider-pagination {
        text-align: right;
        bottom: 100px; } }
    @media (min-width: 991px) {
      .slider-pagination {
        bottom: 150px; } }
    @media (min-width: 1200px) {
      .slider-pagination {
        bottom: 125px; } }
    @media (min-width: 1400px) {
      .slider-pagination {
        bottom: 250px; } }
    .slider-pagination span + span {
      margin-left: 20px; }

.section_sp {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section_sp {
      margin-bottom: 40px; } }
  @media (min-width: 991px) {
    .section_sp {
      margin-bottom: 60px; } }

.partners_index {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .partners_index {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 991px) {
    .partners_index {
      padding-top: 40px;
      padding-bottom: 40px; } }

.partners_subs {
  padding-bottom: 40px;
  background-color: rgba(247, 247, 247, 0.4); }

.partners-services {
  margin-top: 40px;
  margin-bottom: 10px; }

.partners-box {
  display: flex;
  height: 90px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px -30px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  position: relative; }
  .partners-box:after {
    content: '';
    width: 70%;
    height: 1px;
    background-color: rgba(216, 216, 216, 0.5);
    transform: translateX(-50%);
    position: absolute;
    bottom: -1px;
    left: 50%; }
  .partners-box:hover .partners-item {
    opacity: 1; }
    .partners-box:hover .partners-item img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }

.partners-item {
  display: flex;
  height: 55px;
  opacity: 0.7;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear; }
  @media (min-width: 768px) {
    .partners-item {
      height: 45px; } }
  @media (min-width: 991px) {
    .partners-item {
      height: 65px; } }
  .partners-item img {
    display: block;
    max-width: 100px;
    height: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    transition: all 200ms linear; }
    @media (min-width: 768px) {
      .partners-item img {
        max-width: 150px; } }

.about {
  /*
  &-title {
    margin-bottom: 25px;
  }
  */ }
  .about-secondary {
    margin-bottom: 10px;
    font-size: 17px; }
  .about-txt {
    margin-bottom: 10px; }
  .about-text {
    margin-bottom: 30px; }
  .about-link {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    opacity: 0.5;
    position: relative; }
    @media (min-width: 768px) {
      .about-link {
        margin-top: 5px; } }
    .about-link:hover {
      opacity: 1; }
    .about-link span {
      display: block;
      width: 24px;
      height: 24px;
      margin-left: 5px;
      position: relative; }
      .about-link span b {
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #000000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .about-link span b:before, .about-link span b:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 2px;
          right: 0px;
          background-color: inherit; }
        .about-link span b:after {
          top: -3px;
          transform: rotate(35deg); }
        .about-link span b:before {
          top: 3px;
          transform: rotate(-35deg); }
  .about-steps {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .about-steps {
        justify-content: center; } }
    @media (min-width: 576px) {
      .about-steps span + span {
        margin-left: 30px; } }
    .about-steps span:hover strong {
      opacity: 1; }
    .about-steps span b {
      font-size: 16px; }
      @media (min-width: 768px) {
        .about-steps span b {
          font-size: 18px; } }
    .about-steps span strong {
      font-size: 13px;
      opacity: 0.5; }
      @media (min-width: 768px) {
        .about-steps span strong {
          font-size: 15px; } }

.offer {
  display: flex;
  background: #f08118;
  background: linear-gradient(90deg, #f08118 0%, #ee7619 20%, #ed6c1a 40%, #ec621b 60%, #ea571c 80%, #e94e1d 100%); }
  .offer_xl {
    width: 100%; }
    .offer_xl .offer-title {
      text-align: center; }
      @media (min-width: 768px) {
        .offer_xl .offer-title {
          text-align: left; } }
      .offer_xl .offer-title b {
        font-size: 15px; }
        @media (min-width: 576px) {
          .offer_xl .offer-title b {
            font-size: 16px; } }
        @media (min-width: 768px) {
          .offer_xl .offer-title b {
            text-align: left; } }
        @media (min-width: 991px) {
          .offer_xl .offer-title b {
            font-size: 21px; } }
      .offer_xl .offer-title small {
        font-size: 13px; }
        @media (min-width: 768px) {
          .offer_xl .offer-title small {
            font-size: 14px;
            text-align: left; } }
  .offer_md {
    max-width: 920px;
    margin-right: -25px;
    margin-left: -25px; }
    @media (min-width: 576px) {
      .offer_md {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 768px) {
      .offer_md {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 991px) {
      .offer_md {
        padding-right: 60px;
        padding-left: 60px; } }
    .offer_md .offer-title b {
      font-size: 15px; }
      @media (min-width: 576px) {
        .offer_md .offer-title b {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .offer_md .offer-title b {
          text-align: left; } }
      @media (min-width: 991px) {
        .offer_md .offer-title b {
          font-size: 18px; } }
    .offer_md .offer-title small {
      font-size: 13px; }
      @media (min-width: 768px) {
        .offer_md .offer-title small {
          text-align: left; } }
  .offer-container {
    display: flex;
    width: 100%;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: right -115px center; }
    @media (min-width: 768px) {
      .offer-container {
        flex-direction: row;
        justify-content: space-between;
        background-position: right 40px center; } }
    @media (min-width: 991px) {
      .offer-container {
        height: 200px; } }
  .offer-title {
    display: flex;
    color: #ffffff;
    flex-direction: column; }
    .offer-title small {
      margin-top: 5px;
      font-weight: 300; }
  .offer-btn {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    height: 36px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 300ms linear; }
    @media (min-width: 768px) {
      .offer-btn {
        height: 41px; }
        .offer-btn:before, .offer-btn:after {
          content: '';
          position: absolute;
          transition: all 300ms linear; }
        .offer-btn:before {
          width: 88px;
          height: 1px;
          bottom: -5px;
          left: 15px; }
        .offer-btn:after {
          width: 1px;
          height: 41px;
          top: 15px;
          right: -5px; } }
  .offer_wht:hover, .offer_clr:hover {
    color: #ffffff;
    background-color: #11110e; }
    .offer_wht:hover:before, .offer_wht:hover:after, .offer_clr:hover:before, .offer_clr:hover:after {
      background-color: #11110e; }
  .offer_wht {
    margin-top: 20px;
    color: #e94e1d;
    background-color: #ffffff; }
    .offer_wht:before, .offer_wht:after {
      background-color: #ffffff; }
  .offer_clr {
    color: #ffffff;
    background-color: #e94e1d; }
    .offer_clr:before, .offer_clr:after {
      background-color: #e94e1d; }

.references-box {
  position: relative; }
  .references-box:after {
    content: '';
    width: 80%;
    height: 5px;
    background-color: #e94e1d;
    transform: translateX(-50%);
    position: absolute;
    left: 50%; }
  .references-box .outer {
    z-index: -1; }
    .references-box .outer:before {
      padding-top: 75%; }
  .references-box-img {
    position: relative; }
    .references-box-img .outer .inner {
      background-size: cover; }
    .references-box-img:before {
      content: '';
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, #000000 100%);
      position: absolute;
      top: 0;
      right: 0; }
  .references-box-title {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px; }
    @media (min-width: 768px) {
      .references-box-title {
        bottom: 30px;
        left: 30px; } }
    .references-box-title span {
      font-size: 16px;
      font-family: "Nunito Sans", sans-serif;
      letter-spacing: -1px; }
    .references-box-title b {
      display: block;
      font-size: 14px; }

.references-text {
  margin-bottom: 25px; }

.references_index {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .references_index {
      padding-bottom: 50px;
      background: url(../images/bg-references.png) no-repeat right bottom; } }
  @media (min-width: 991px) {
    .references_index {
      padding-bottom: 75px; } }

.references-order {
  margin-bottom: 40px;
  order: -1; }
  @media (min-width: 768px) {
    .references-order {
      margin-bottom: 0;
      order: 1; } }

.references-prev, .references-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.references-prev {
  left: 0; }

.references-next {
  right: 0; }

@media (min-width: 991px) {
  .catalog {
    margin-bottom: -100px; } }

.catalog-text {
  margin-bottom: 30px; }

.catalog-img {
  margin-top: 45px; }

.services {
  display: flex;
  flex-wrap: wrap; }
  .services-carousel {
    margin-top: 40px; }
  .services-box, .services-item {
    display: flex; }
    .services-box i, .services-item i {
      width: 1em;
      height: 1em;
      font-size: 20px;
      margin-right: 5px;
      background-repeat: no-repeat;
      background-position: center center; }
    .services-box span, .services-item span {
      font-size: 12px; }
      @media (min-width: 576px) {
        .services-box span, .services-item span {
          font-size: 13px; } }
      .services-box span b, .services-item span b {
        display: block; }
        .services-box span b:last-child, .services-item span b:last-child {
          margin-top: 5px;
          color: rgba(0, 0, 0, 0.5); }
  .services-box {
    width: 50%;
    margin-bottom: 30px; }
    .services-box:last-child {
      width: 100%; }
      @media (min-width: 576px) {
        .services-box:last-child {
          width: 35%; } }
    @media (min-width: 576px) {
      .services-box {
        width: 30%;
        margin-bottom: 25px; }
        .services-box:nth-child(3n + 0) {
          width: 35%; } }
    @media (min-width: 1200px) {
      .services-box {
        margin-right: 12px; }
        .services-box:nth-child(3n + 0) {
          margin-right: 0; } }

.list {
  display: flex;
  flex-wrap: wrap; }
  .list-item {
    display: flex;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 15px;
    align-items: center;
    letter-spacing: -0.5px;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
    border-left: 2px solid #000;
    transition: all 300ms linear; }
    .list-item:nth-child(2n + 2) {
      border-left-color: rgba(15, 15, 11, 0.5);
      color: rgba(15, 15, 11, 0.5); }
    @media (min-width: 576px) {
      .list-item {
        width: 50%; }
        .list-item:nth-child(2n + 2) {
          border-left-color: black;
          color: black; }
        .list-item:nth-child(4n + 3), .list-item:nth-child(4n + 4) {
          border-left-color: rgba(15, 15, 11, 0.5);
          color: rgba(15, 15, 11, 0.5); } }
    @media (min-width: 768px) {
      .list-item {
        width: 33%; }
        .list-item:nth-child(4n + 3), .list-item:nth-child(4n + 4) {
          border-left-color: black;
          color: black; }
        .list-item:nth-child(6n + 4), .list-item:nth-child(6n + 5), .list-item:nth-child(6n + 6) {
          border-left-color: rgba(15, 15, 11, 0.5);
          color: rgba(15, 15, 11, 0.5); } }
    @media (min-width: 991px) {
      .list-item {
        width: 25%; }
        .list-item:nth-child(6n + 4), .list-item:nth-child(6n + 5), .list-item:nth-child(6n + 6) {
          border-left-color: black;
          color: black; }
        .list-item:nth-child(8n + 5), .list-item:nth-child(8n + 6), .list-item:nth-child(8n + 7), .list-item:nth-child(8n + 8) {
          border-left-color: rgba(15, 15, 11, 0.5);
          color: rgba(15, 15, 11, 0.5); } }
    .list-item:hover {
      border-left-color: #e94e1d;
      color: #e94e1d; }

@media (min-width: 768px) {
  .gallery-arrows {
    display: none; } }

.partners,
.gallery,
.services,
.services-carousel {
  position: relative; }
  .partners-arrows,
  .gallery-arrows,
  .services-arrows,
  .services-carousel-arrows {
    position: absolute;
    top: 0;
    right: 0; }

.contact-box {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contact-box {
      margin-top: 30px;
      margin-bottom: 40px; } }
  @media (min-width: 991px) {
    .contact-box {
      margin-bottom: 50px; } }

.contact-row {
  padding-left: 40px;
  position: relative; }
  .contact-row:before {
    content: '';
    width: 1em;
    height: 1em;
    margin-right: 10px;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0; }
  .contact-row_address:before {
    background-image: url(../images/icon-address.svg); }
  .contact-row_mail:before {
    background-image: url(../images/icon-mail.svg); }
  .contact-row_phone:before {
    background-image: url(../images/icon-phone.svg); }
  .contact-row + .contact-row {
    margin-top: 20px; }
  .contact-row b {
    display: block;
    margin-bottom: 5px; }
  .contact-row p {
    line-height: normal;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif; }

.contact-social {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contact-social {
      margin-bottom: 40px; } }
  @media (min-width: 991px) {
    .contact-social {
      margin-bottom: 50px; } }

.address {
  line-height: normal;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif; }

.map {
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  align-items: center;
  justify-content: center; }
  .map-title {
    display: block;
    margin-top: 40px; }
  .map-box {
    width: 100%;
    height: 100%; }

.mfp-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1e1e1e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042; }

.mfp-wrap {
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043; }

.mfp-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top:before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  padding: 44px;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  position: relative;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-counter {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-preloader {
  width: auto;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-close {
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  position: absolute;
  top: 0;
  right: 0; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow {
  display: block;
  background-color: transparent; }

button.mfp-close, button.mfp-arrow {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  touch-action: manipulation;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #1e1e1e; }

.mfp-arrow {
  width: 80px;
  height: 80px;
  margin: 0;
  margin-top: -40px;
  padding: 0;
  opacity: 0.65;
  position: absolute;
  top: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow-left {
    left: 50px; }
    .mfp-arrow-left:after {
      border-right: 17px solid #fff; }
  .mfp-arrow-right {
    right: 50px; }
    .mfp-arrow-right:after {
      border-left: 17px solid #fff; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .mfp-iframe-scaler iframe {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }

img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1; }
  .mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  display: flex;
  width: 100%;
  height: 44px;
  margin-top: -44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: auto; }

.mfp-title {
  line-height: 18px;
  color: #1e1e1e;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    padding: 3px 5px;
    margin: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: auto;
    bottom: 0; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    width: 35px;
    height: 35px;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
  .mfp-arrow {
    transform: scale(0.75); }
    .mfp-arrow-left {
      transform-origin: 0; }
    .mfp-arrow-right {
      transform-origin: 100%; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

