@import url("cookies.css");
/************************************************************************************
RESET
*************************************************************************************/
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-size: 100%;
  font: inherit;*/
  vertical-align: baseline; }

html {
  font-size: 10px; }

html, body {
  height: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: inherit;
  min-width: 0;
  min-height: 0; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  max-height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

/* ! == ANIME ==*/
body {
  background-color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #010101;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  min-width: 320px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

/*@media screen and (min-width: 576px) {
  .container {
    max-width: 610px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1040px) {
  .container {
    max-width: 960px;
  }
}*/
@media (min-width: 1231px) {
  .container {
    max-width: 1230px; } }

@media (max-width: 1230px) {
  .container {
    max-width: 100%; } }

/*@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}*/
h1, h2 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; }

.full-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.full-width {
  max-width: 1920px;
  margin: 0 auto; }

.hide {
  display: none; }

.all-wrapp {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  position: relative;
  width: 100%; }

.btn {
  background-color: #a116a6;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  /*text-transform: uppercase;*/
  position: relative;
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  padding: 0 18px;
  cursor: pointer;
  /*border-radius: 5px;*/
  border: 1px solid #a116a6;
  z-index: 1;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .btn:hover {
    background-color: transparent;
    border-color: #a116a6;
    color: #a116a6; }
    .btn:hover:before {
      background-color: #fff;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.btn--2 {
  background: transparent;
  border-color: #fff;
  /*&:hover {
    color: #fff;
    &:before {
        background: transparent;
    }
  }*/ }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    height: 35px;
    line-height: 34px;
    padding: 0 20px; } }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/roboto-light.ttf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/roboto-regular.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/roboto-bold.ttf);
  font-weight: 700;
  font-style: normal; }

/*@import "vars";
@import "mix";*/
@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0); }
  40% {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  80% {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px); } }

/* ! == HEADER ==*/
.header {
  position: relative;
  z-index: 2;
  /*.btn {
        background-color: #dfb664;
        color: #202020;
        padding: 0 18px;
        border-color: #dfb664;
        &:hover {
            background-color: transparent;
            color: #FFFDFD;
        }
    }*/ }

/*.header .row {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
}*/
.header-one {
  background: #070707 url("../img/bg/bg_1.jpg") repeat;
  position: relative;
  width: 100%;
  padding: 25px 0 20px; }

.header-logo {
  flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  max-width: 280px; }

.logo {
  display: inline-block;
  line-height: 0; }

/*.header-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-basis: 47.6%;
    -ms-flex-preferred-size: 47.6%;
    max-width: 47.6%;
}*/
.header-contact {
  padding-left: 87px; }

.b-contact {
  text-align: right; }
  .b-contact .b-contact__link {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
    .b-contact .b-contact__link:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 0; }
  .b-contact a.b-contact__link:hover {
    color: #d9ba8b; }
  .b-contact .b-contact__item--tel {
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 20px;
    /*&:first-child {
            margin-bottom: 6px;
        }*/ }
    .b-contact .b-contact__item--tel:before {
      background-image: url(sprite.png);
      background-position: -48px -49px;
      width: 12px;
      height: 13px;
      margin-top: -6px; }
  .b-contact .b-contact__item--email {
    font-weight: 300;
    font-size: 1.4rem;
    padding-left: 20px;
    margin-top: 8px; }
    .b-contact .b-contact__item--email:before {
      background-image: url(sprite.png);
      background-position: -58px -37px;
      width: 14px;
      height: 10px;
      margin-top: -4px; }

.box-main-menu {
  position: relative; }

/* ! ================================================================ MAIN MENU ====================================================*/
.main-menu {
  position: relative;
  width: 100%;
  /*display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;*/
  /*& > li {
        padding-bottom: 1px;
        & > a {
            font-weight: 500;
            font-size: 1.4rem;
            color: #fff;
            height: 55px;
            padding: 0 20px;
            display: flex;
            display: -ms-flexbox;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            @include link-transition();
        }
        &:hover {
            > a {
                background: #1c5e8e;
            }
        }
    }
    .sub-menu {
        > a {
            padding-right: 30px;
        }
    }*/ }
  .main-menu li {
    position: relative;
    display: block;
    margin-left: 50px;
    /*&:last-child {
            margin-right: 0;
        }*/
    /*&.active, &:hover {
            a {
                &:after {
                    display: none;
                }
            }
        }
        &.active:hover {
            cursor: default;
        }*/ }
    .main-menu li:first-child {
      margin-left: 0; }
    .main-menu li a {
      font-weight: 700;
      font-size: 1.8rem;
      color: #d9ba8b;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
      .main-menu li a:after {
        background: #ddd;
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        bottom: -1px;
        left: 0;
        transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: center center;
        -moz-transform-origin: center center;
        -webkit-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
      .main-menu li a:hover {
        color: #ddd; }
        .main-menu li a:hover:after {
          transform: scaleX(1);
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          -o-transform: scaleX(1);
          -ms-transform: scaleX(1); }

.sticky {
  /*background: #070707 url("../img/bg/bg_1.jpg") repeat;*/
  position: fixed;
  /*height: 42px;*/
  padding: 15px 0;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  /*border-bottom: 1px solid #ccc;*/
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  /*.box-main-menu {
        &:before, &:after {
            display: none;
        }
    }*/ }
  .sticky .header-logo {
    flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    max-width: 180px; }

.button-menu {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 43px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  text-align: center;
  padding: 0;
  /*.menu-fader {
         font-weight: 400;
         font-size:  1.4rem;
         color: #757575;
         text-transform: uppercase;
         margin-top: 18px;
    }*/ }
  .button-menu span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 7px;
    width: 100%;
    background-color: #d9ba8b;
    backface-visibility: hidden; }
    .button-menu span:before, .button-menu span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #d9ba8b;
      content: '';
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      backface-visibility: hidden; }
    .button-menu span:before {
      transform: translate3d(0, -180%, 0);
      -moz-transform: translate3d(0, -180%, 0);
      -webkit-transform: translate3d(0, -180%, 0);
      -ms-transform: translate3d(0, -180%, 0);
      -o-transform: translate3d(0, -180%, 0); }
    .button-menu span:after {
      transform: translate3d(0, 180%, 0);
      -ms-transform: translate3d(0, 180%, 0);
      -webkit-transform: translate3d(0, 180%, 0);
      -moz-transform: translate3d(0, 180%, 0);
      -o-transform: translate3d(0, 180%, 0); }

.button-menu.active span {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }
  .button-menu.active span:before {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .button-menu.active span:after {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); }

.close-menu {
  display: none; }

@media screen and (max-width: 1200px) {
  .main-menu li {
    margin-left: 20px; }
    .main-menu li a {
      font-size: 1.5rem; }
  .header-contact {
    padding-left: 50px; }
  .b-contact .b-contact__item--tel {
    font-size: 1.6rem; } }

/*@media screen and (max-width: 1300px) {
    .header .container {
        max-width: 100%;
    }
}*/
@media screen and (max-width: 1100px) {
  .header-logo {
    flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    max-width: 210px; } }

@media screen and (max-width: 991px) {
  .box-main-menu {
    background-color: rgba(22, 22, 22, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 0 20px;
    margin: 0;
    width: 260px;
    height: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transform: translateX(-550px);
    -moz-transform: translateX(-550px);
    -ms-transform: translateX(-550px);
    -o-transform: translateX(-550px);
    transform: translateX(-550px);
    transition: .7s; }
  .box-main-menu.open {
    overflow: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .close-menu {
    color: #ccc;
    display: block;
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 10px; }
  .main-menu {
    display: block;
    padding: 0 20px;
    /*li:hover {
            a:after {
                display: none;
            }
        }*/ }
    .main-menu li {
      display: block;
      text-align: left;
      margin-left: 0;
      /*a {
                font-weight: 400;
                padding: 8px 5px 8px 10px;
                line-height: 1.1em;
            }*/ }
  .main-menu > li {
    padding: 0;
    border-bottom: 1px dotted #ddd; }
    .main-menu > li > a {
      font-size: 1.5rem;
      display: inline-block;
      padding: 10px 0; }
  .main-menu a:hover:after {
    display: none; }
  /*.main-menu .active a, .main-menu  a:hover, .main-menu > li:hover > a {
        background: transparent;
    }*/
  /*.sub-menu {
        &:before {
            position: absolute;
            display: block;
            content: '\203A';
            font-weight: 300;
            font-size: 2.4rem;
            font-family: Tahoma, Arial, sans-serif;
            color: #fff;
            top: 7px;
            right: 0;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        }
        ul {
            background: transparent;
            position: relative;
            top: auto;
            left: auto;
            width: 100%;
            height: 0;
            @include scale-y();
            a {
                font-weight: 300;
                font-size: 1.3rem;
                color: #fff;
                padding: 4px 0;
                line-height: 1em;
            }
        }
        &:hover {
            ul {
                height: auto;
                padding-bottom: 10px;
                @include scale-y-hover();
            }
        }
    }*/
  .b-contact .b-contact__item--tel {
    font-size: 1.8rem; }
  .sticky .b-contact .b-contact__item--tel {
    font-size: 1.5rem; }
  .sticky .header-logo {
    flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    max-width: 150px; }
  .header-button {
    margin-left: 22px; } }

@media screen and (max-width: 767px) {
  .header-one {
    padding: 19px 0 18px; } }

@media screen and (max-width: 575px) {
  .header-one {
    padding: 17px 0; }
  .header-one.sticky {
    padding: 12px 0; }
  .header-logo {
    flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    max-width: 190px; }
  .box-main-menu.open .b-contact {
    text-align: center; }
  .main-menu > li {
    text-align: center; }
  .header-button {
    margin: -3px 0 0; }
  .sticky .button-menu span {
    height: 5px; }
  .sticky .b-contact .b-contact__item--tel {
    font-size: 1.8rem; } }

@media screen and (max-width: 380px) {
  .box-main-menu {
    width: 100%; } }

.title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #191915;
  text-transform: uppercase;
  /*height: 78px;*/
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding-left: 50px; }
  .title:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    background-image: url(sprite.png);
    background-position: 0px -49px;
    width: 32px;
    height: 36px;
    margin-top: -18px; }

.title--2 {
  color: #fff; }
  .title--2:before {
    background-image: url(sprite.png);
    background-position: -58px 0px;
    width: 32px;
    height: 36px; }

.box-top {
  background: url("../img/bg/bg_1.jpg") repeat left top;
  position: relative; }

/* ! == BLOCK TOP == */
.s-top {
  position: relative;
  /*&:before, &:after {
        @include pseudo();
    }
    &:before {
        background-color: #e8e8e8;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
    }*/ }

.slider-top {
  position: relative;
  z-index: 1; }

.slick-arrow {
  /*background: rgba(31,31,31,.8);*/
  background: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 28px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  outline: none;
  opacity: 0.2;
  z-index: 2;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /*&:after {
        position: relative;
        display: block;
        content: '';
        width: 16px;
        height: 28px;
        @include all-transition();
    }*/ }
  .slick-arrow:hover {
    opacity: 0.9; }

.slider-top .slick-prev {
  background-image: url(sprite.png);
  background-position: -29px 0px;
  width: 28px;
  height: 48px;
  left: 25px;
  /*&:after {
        @include sprite($s-prev);
    }*/ }

.slider-top .slick-next {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 28px;
  height: 48px;
  right: 25px;
  /*&:after {
        @include sprite($s-next);
    }*/ }

.item-slider {
  height: 455px;
  padding: 20px 93px;
  text-align: left;
  position: relative;
  /*.item-slider__desc {
        font-weight: 300;
        font-size: 1.6rem;
        color: #292929;
        text-transform: uppercase;
        display: block;
        margin-top: 20px;
    }*/ }
  .item-slider:before {
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(1, 3, 5, 0.72) 31%, rgba(0, 0, 0, 0.72) 32%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(1, 3, 5, 0.72) 31%, rgba(0, 0, 0, 0.72) 32%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(1, 3, 5, 0.72) 31%, rgba(0, 0, 0, 0.72) 32%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    right: 0; }
  .item-slider .item-slider__text {
    position: relative;
    max-width: 390px;
    z-index: 1; }
  .item-slider .item-slider__title {
    font-weight: 700;
    font-size: 3rem;
    /*font-family: 'Montserrat', sans-serif;*/
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.6em;
    /*span {
            background: #ad8d57;
            display: inline-block;
            padding: 17px 22px 19px;
            margin-bottom: 7px;
        }*/ }

@media screen and (max-width: 1300px) {
  .s-top .container {
    max-width: 100%;
    padding: 0; } }

@media screen and (max-width: 1040px) {
  .item-slider .item-slider__title {
    font-size: 2.4rem; }
  /*.item-slider {
        padding: 20px 60px;
    }
    .slick-prev {
        @include sprite($s-prev);
        left: 20px;
    }
    .slick-next {
        @include sprite($s-next);
        right: 20px;
    }*/ }

@media screen and (max-width: 991px) {
  .item-slider .item-slider__title {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .slider-top .slick-arrow {
    display: none !important; }
  .item-slider {
    height: 275px;
    padding: 20px 15px; }
    .item-slider .item-slider__title {
      font-size: 1.8rem; } }

@media screen and (max-width: 350px) {
  .item-slider {
    height: 250px; }
    .item-slider .item-slider__title {
      font-size: 1.6rem; } }

/* !== ABOUT US == */
.s-about {
  padding: 38px 0 47px; }

.item-about p {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 18px; }
  .item-about p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .title {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .s-about {
    padding: 32px 0 34px; }
  .title {
    font-size: 1.8rem; }
  .item-about .title {
    margin-bottom: 20px; }
  .item-about p {
    font-size: 1.2rem;
    line-height: 1.35em;
    margin-bottom: 16px; } }

@media screen and (max-width: 575px) {
  .s-about {
    padding: 27px 0 30px; }
  .item-about .title {
    margin-bottom: 20px; } }

/* ! == SERVICE == */
.s-service {
  padding: 46px 0 55px; }
  .s-service .title {
    margin-bottom: 33px; }

.b-bg {
  position: relative; }
  .b-bg:before {
    background: #fff url("../img/bg/bg_3.jpg") repeat left top;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1; }

.s-service__head {
  position: relative; }
  .s-service__head p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #191915;
    display: block;
    text-align: justify;
    line-height: 1.35em;
    margin-bottom: 18px; }

.service-list {
  padding: 45px 0 0 35px; }

.item-service {
  background: #fff;
  border: 1px solid #d9ba8b;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px; }
  .item-service:last-child {
    margin-bottom: 0; }
  .item-service .item-service__head, .item-service .item-service__text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .item-service .item-service__head {
    position: relative;
    flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    max-width: 330px;
    margin: 0; }
  .item-service .item-service__title {
    background: #bd9d76;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    width: 365px;
    /*position: absolute;
        top: -25px;
        left: -35px;*/
    display: block;
    line-height: 1.2em;
    padding: 15px 20px 15px 35px;
    margin: -25px 0 0 -35px; }
  .item-service .item-service__img {
    display: block;
    line-height: 0;
    overflow: hidden; }
  .item-service .item-service__text {
    padding: 5px 25px 5px 35px; }
    .item-service .item-service__text p {
      text-align: justify;
      margin-bottom: 18px; }
      .item-service .item-service__text p:last-child {
        margin-bottom: 0; }
    .item-service .item-service__text p, .item-service .item-service__text li {
      font-weight: 400;
      font-size: 1.4rem;
      color: #131313;
      position: relative;
      display: block;
      line-height: 1.3em; }
    .item-service .item-service__text ul {
      padding-left: 12px; }
    .item-service .item-service__text li {
      padding-left: 23px;
      overflow: hidden; }
      .item-service .item-service__text li:before {
        background: #bd9d76;
        position: absolute;
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        top: 7px;
        left: 0; }

@media screen and (max-width: 1140px) {
  .service-list {
    padding-left: 0; }
  .item-service .item-service__text p, .item-service .item-service__text li {
    font-size: 1.2rem; } }

@media screen and (max-width: 991px) {
  .s-service__head p {
    font-size: 1.2rem; }
  .service-list {
    padding-top: 8px; }
  .item-service {
    margin-bottom: 30px; }
    .item-service .item-service__head {
      flex-basis: 245px;
      -ms-flex-preferred-size: 245px;
      max-width: 245px;
      /*float: left;
            margin: 0 20px 20px 0;*/ }
    .item-service .item-service__title {
      font-size: 1.6rem;
      position: relative;
      /*top: auto;
            left: auto;*/
      width: 100%;
      line-height: 1.3em;
      padding: 11px 12px 11px 22px;
      margin: 0; }
    .item-service .item-service__text {
      padding-left: 20px; }
    .item-service:nth-child(1) .item-service__title, .item-service:nth-child(5) .item-service__title {
      font-size: 1.4rem;
      line-height: 1.15em; } }

@media screen and (max-width: 767px) {
  .s-service {
    padding: 37px 0 35px; }
    .s-service .title {
      margin-bottom: 22px; }
  .s-service__head {
    font-size: 1.2rem; }
  .item-service {
    display: block;
    padding-top: 25px;
    margin-bottom: 18px; }
    .item-service .item-service__head {
      float: left;
      margin: 0 20px 5px 0; }
    .item-service .item-service__text {
      position: relative;
      padding: 0 15px 15px 15px; } }

@media screen and (max-width: 575px) {
  .item-service .item-service__head {
    display: inline-block;
    float: none;
    margin: 0 0 20px; } }

@media screen and (max-width: 420px) {
  .s-service {
    /*padding: 29px 0 27px;*/
    padding: 29px 0; }
  .item-service {
    margin-bottom: 7px; } }

/* ! == SUPPLY CHAIN ==*/
.s-chain {
  position: relative; }
  .s-chain:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
    position: absolute;
    display: block;
    content: "";
    width: 65.5%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1; }
  .s-chain:after {
    background: url("../img/content/img_6.jpg") no-repeat left top;
    background-size: cover;
    position: absolute;
    display: block;
    content: "";
    width: 50.5%;
    height: 100%;
    top: 0;
    left: 0; }

.s-chain__text {
  position: relative;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
  height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1; }

.staticText p {
  font-weight: 300;
  font-size: 1.4rem;
  display: block;
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 18px; }
  .staticText p:last-child {
    margin-bottom: 0; }

.staticText--chain {
  color: #fff; }

@media screen and (max-width: 991px) {
  .s-chain:before {
    display: none; }
  .s-chain:after {
    background-image: url("../img/content/img_6-2.jpg");
    position: relative;
    width: 100%;
    height: 555px;
    top: auto;
    left: auto; }
  .s-chain__text {
    background: #000;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    height: auto; }
  /*.s-chain__figure {
        display: block;
        line-height: 0;
        margin: 0 -15px;
        img {
            width: 100%;
        }
    }*/
  .staticText--chain {
    padding: 37px 0; } }

@media screen and (max-width: 767px) {
  .staticText p {
    font-size: 1.2rem;
    line-height: 1.35em; } }

@media screen and (max-width: 700px) {
  .s-chain:after {
    background-image: url("../img/content/img_6-3.jpg");
    height: 350px; } }

@media screen and (max-width: 500px) {
  .s-chain:after {
    height: 255px; } }

@media screen and (max-width: 400px) {
  .s-chain:after {
    background-image: url("../img/content/img_6-4.jpg"); } }

/* ! == FOOTER == */
.footer {
  background: #bd9d76;
  position: relative;
  color: #fff;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  padding: 25px 0 60px; }

.footer-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  /* height: 78px; */
  position: relative;
  display: block;
  margin-bottom: 20px; }

.footer-one {
  flex-basis: 535px;
  -ms-flex-preferred-size: 535px;
  max-width: 535px; }
  .footer-one .footer-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-ms-flex-align: center;
        align-items: center;*/ }

/*.footer-address, .footer-contact {
    float: left;
}*/
.address {
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.55em;
  padding-left: 37px; }
  .address:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    background-image: url(sprite.png);
    background-position: -33px -49px;
    width: 14px;
    height: 19px;
    top: 4px; }

.footer-contact {
  padding-left: 64px; }
  .footer-contact .b-contact {
    text-align: left; }
    .footer-contact .b-contact .b-contact__item--tel:before {
      background-image: url(sprite.png);
      background-position: -61px -49px;
      width: 12px;
      height: 13px; }
    .footer-contact .b-contact .b-contact__item--tel:hover {
      color: #191915; }
    .footer-contact .b-contact .b-contact__item--email:before {
      background-image: url(sprite.png);
      background-position: -73px -37px;
      width: 14px;
      height: 10px; }
    .footer-contact .b-contact .b-contact__item--email:hover {
      color: #191915; }

.footer-second {
  text-align: right;
  flex-basis: 225px;
  -ms-flex-preferred-size: 225px;
  max-width: 225px; }

.copy, .footer-link .link, .link-studio {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff; }

.footer-link .link {
  /*border-bottom: 1px solid #fff;*/
  text-decoration: underline;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .footer-link .link:hover {
    /*border-bottom-color: transparent;*/
    text-decoration: none; }

.copy {
  margin: 17px 0; }

.link-studio {
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .link-studio span {
    /*border-bottom: 1px solid #fff;*/
    text-decoration: underline;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out; }
  .link-studio:hover span {
    /*border-bottom-color: transparent;*/
    text-decoration: none; }

.gdpr h2 {
	font-weight: 700;
    font-size: 2.4rem;
    color: #191915;
    text-transform: uppercase;
    margin: 40px 0px 30px;
    position: relative;
    display: block;
    padding-left: 50px;
}	
.gdpr h2:after {
	position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    background-image: url(sprite.png);
    background-position: 0px -49px;
    width: 32px;
    height: 36px;
    margin-top: -18px;
}
.gdpr h2:first-of-type {
	margin: 0px 0px 30px;
}
.gdpr ul {
	margin: 10px 0px 15px 30px;
}
.gdpr li {
	font-weight: 300;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.4em;
    margin-top: 10px;
	list-style-type: disc;
}
.gdpr li:first-child {
	margin-top: 0px;
}
.gdpr p {
	font-weight: 300;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.4em;
}
.gdpr p a {
	color: #d9ba8b;
	font-weight: 700;
}
	
@media screen and (max-width: 767px) {
  .footer {
    padding: 24px 0 19px; }
  .footer-one, .footer-second {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%; }
  .footer-contact {
    padding-left: 0; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px; }
  .copy {
    margin: 0; } }

@media screen and (max-width: 575px) {
  .footer-one .footer-box {
    display: block; }
  .footer-address {
    margin-bottom: 8px; }
  .footer-second {
    text-align: left;
    margin-top: 18px; } }

