/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

@media (min-width: 576px) {
  body.home .brands_wrapper {
    position: absolute;
    width: 100%;
  }
}

body.home .brands {
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(3, 13, 22, 0.3);
          box-shadow: 0 5px 25px 0 rgba(3, 13, 22, 0.3);
}

@media (min-width: 576px) {
  body.home .brands {
    -webkit-transform: translate(0, -100%);
         -o-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@media (max-width: 576px) {
  body.home .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
  }
}

body.home .brands__item-title {
  display: none;
}

body.home .brands__prev,
body.home .brands__next {
  display: none;
}

body #product-brands-content {
  position: relative;
  overflow: hidden;
}

body .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* autoprefixer: ignore next */
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 18px;
  background-color: #f0f0f0;
  z-index: 10;
  position: relative;
}

body .brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  outline: none;
  /* autoprefixer: ignore next */
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* autoprefixer: ignore next */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* autoprefixer: ignore next */
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* autoprefixer: ignore next */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  min-height: 56px;
}

@media (max-width: 576px) {
  body .brands__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 15px;
  }
}

body .brands__item .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* autoprefixer: ignore next */
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* autoprefixer: ignore next */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .brands__item:hover img {
  opacity: 1;
}

body .brands__item:hover [class$=__title] {
  color: #c69046;
}

body .brands__item-title {
  font-size: 14px;
  color: #0b0c0f;
  margin-top: 15px;
  text-align: center;
}

body .brands__img {
  opacity: .5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 991px) {
  body .brands__img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  body .brands__img {
    max-width: 75%;
  }
}

body .brands__prev,
body .brands__next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 25px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #53514d;
  z-index: 11;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body .brands__prev:before,
body .brands__next:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

body .brands__prev.swiper-button-disabled,
body .brands__next.swiper-button-disabled {
  opacity: .5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

body .brands__prev {
  left: 0;
}

body .brands__prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
       -o-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

body .brands__next {
  right: 0;
}

body .brands__next:before {
  -webkit-transform: translate(-75%, -50%) rotate(-135deg);
       -o-transform: translate(-75%, -50%) rotate(-135deg);
          transform: translate(-75%, -50%) rotate(-135deg);
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.our_clients {
  padding: 50px 0 90px;
  background-color: #ffffff;
}

.clients-carousel,
.specials-carousel {
  position: relative;
}

@media (max-width: 576px) {
  .clients-carousel,
  .specials-carousel {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.clients-carousel .swiper-container,
.specials-carousel .swiper-container {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.clients-carousel__item,
.specials-carousel__item {
  width: 133px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients-carousel .swiper-slide,
.specials-carousel .swiper-slide {
  width: 200px;
}

.clients-carousel__img,
.specials-carousel__img {
  width: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.clients-carousel__button,
.specials-carousel__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #53514d;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  z-index: 3;
  outline: none;
}

.clients-carousel__button:hover,
.specials-carousel__button:hover {
  -webkit-box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
          box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
}

.clients-carousel__button--prev,
.specials-carousel__button--prev {
  right: -webkit-calc(100% - 5px);
  right: calc(100% - 5px);
}

.clients-carousel__button--prev .clients-carousel__arrow,
.clients-carousel__button--prev .specials-carousel__arrow,
.specials-carousel__button--prev .clients-carousel__arrow,
.specials-carousel__button--prev .specials-carousel__arrow {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.clients-carousel__button--next,
.specials-carousel__button--next {
  left: -webkit-calc(100% - 5px);
  left: calc(100% - 5px);
}

.clients-carousel__arrow,
.specials-carousel__arrow {
  position: relative;
  width: 6px;
  height: 6px;
}

.clients-carousel__arrow:before,
.clients-carousel__arrow:after,
.specials-carousel__arrow:before,
.specials-carousel__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.clients-carousel__arrow:before,
.specials-carousel__arrow:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.clients-carousel__arrow:after,
.specials-carousel__arrow:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.finance {
  position: relative;
  padding: 20px 0 50px;
  background-color: #393939;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .finance {
    padding-bottom: 0;
  }
}

.finance:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #976e34;
  z-index: -1;
}

@media (max-width: 991px) {
  .finance:after {
    display: none;
  }
}

.finance .section-title {
  max-width: 430px;
  color: #d3b07f;
  text-align: left;
}

.finance__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .finance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.finance__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .finance__part:nth-of-type(2) {
    position: relative;
    padding-bottom: 20px;
    margin-top: 30px;
    z-index: 1;
  }

  .finance__part:nth-of-type(2):after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #976e34;
    z-index: -1;
  }
}

.finance__link {
  color: #fff;
  margin-top: 70px;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.finance__link:hover {
  color: #d3b07f;
}

@media (max-width: 991px) {
  .finance__link {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .finance__link {
    margin-top: 30px;
  }
}

.finance .biglink {
  margin-top: 35px;
}

.finance__grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .finance__grid {
    text-align: center;
  }
}

.finance__item {
  margin-top: 30px;
  height: auto;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }

  71% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-o-keyframes slideRight {
  0% {
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 0;
    -o-transform: translateX(150%);
       transform: translateX(150%);
  }

  71% {
    opacity: 0;
    -o-transform: translateX(-40%);
       transform: translateX(-40%);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 0;
    -webkit-transform: translateX(150%);
         -o-transform: translateX(150%);
            transform: translateX(150%);
  }

  71% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
         -o-transform: translateX(-40%);
            transform: translateX(-40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.home .partners {
  padding: 35px 0 45px;
  -webkit-box-shadow: 0px 5px 25px 0 rgba(3, 13, 22, 0.3);
          box-shadow: 0px 5px 25px 0 rgba(3, 13, 22, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  .home .partners {
    padding: 35px 0 25px;
  }
}

.home .partners__item {
  display: block;
  outline: none;
}

.home .partners__item:hover .partners__img {
  opacity: 1;
}

.home .partners__img {
  opacity: .5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 991px) {
  .home .partners__img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .home .partners__img {
    max-width: 75%;
  }
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.slider-main.swiper-container {
  background-color: #505455;
}

.slider-main.swiper-container .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  padding-bottom: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .slider-main.swiper-container .slide-inner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .slider-main.swiper-container .slide-inner {
    padding-bottom: 150px;
  }
}

.slider-main.swiper-container .slide-inner a,
.slider-main.swiper-container .slide-inner a:hover {
  color: #ffffff;
  text-decoration: none;
}

.slider-main.swiper-container .slide-inner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .slider-main.swiper-container .slide-inner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slider-main {
  color: #fff;
}

.slider-main__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 300;
  max-width: 625px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .slider-main__title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .slider-main__title {
    font-size: 24px;
  }
}

.slider-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .slider-main__content {
    font-size: 16px;
  }
}

.slider-main__content img {
  margin-right: 25px;
}

.slider-main__icon {
  max-width: 150px;
}

.slider-main__description {
  max-width: 150px;
  margin: 0;
}

.slider-main .swiper-pagination {
  width: auto;
  left: 50% !important;
  max-width: 1140px;
  bottom: 200px !important;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}

@media (max-width: 767px) {
  .slider-main .swiper-pagination {
    bottom: 150px !important;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .slider-main .swiper-pagination {
    bottom: 30px !important;
  }
}

.slider-main .swiper-pagination-bullet {
  width: 35px;
  height: 7px;
  border-radius: 0;
  background-color: #bababa;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider-main .swiper-pagination-bullet-active {
  background-color: #cb912e;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.technics {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 50px 0;
}

.technics__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
  margin-bottom: 18px;
  z-index: 1;
}

.technics__bigtext {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 45%);
       -o-transform: translate(-50%, 45%);
          transform: translate(-50%, 45%);
  width: 100vw;
  text-align: center;
  font-size: -webkit-calc(30px + 7.4vw);
  font-size: calc(30px + 7.4vw);
  font-weight: bold;
  color: #f7f7f7;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .technics__bigtext {
    font-size: -webkit-calc(30px + 5vw);
    font-size: calc(30px + 5vw);
  }
}

.technics__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc((100% / 2) - 10px);
  width: calc((100% / 2) - 10px);
  height: 340px;
  margin: 0 5px 10px;
  padding: 33px 36px 28px;
  background-color: #a2a2a2;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 991px) {
  .technics__item {
    height: auto;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .technics__item {
    width: 100%;
  }
}

.technics__item:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4e391a), to(#966d34));
  background-image: -webkit-linear-gradient(bottom, #4e391a, #966d34);
  background-image: -o-linear-gradient(bottom, #4e391a, #966d34);
  background-image: linear-gradient(to top, #4e391a, #966d34);
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.technics__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  display: block;
  width: 50%;
  height: 50%;
  -webkit-transform: translateY(-40%);
       -o-transform: translateY(-40%);
          transform: translateY(-40%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  will-change: transform;
}

.technics__item:hover {
  -webkit-box-shadow: 0px 5px 25px 0 rgba(3, 13, 22, 0.75);
          box-shadow: 0px 5px 25px 0 rgba(3, 13, 22, 0.75);
}

.technics__item:hover .technics__img {
  -webkit-transform: translateX(3%);
       -o-transform: translateX(3%);
          transform: translateX(3%);
}

.technics__item:hover:before {
  opacity: 1;
}

.technics__item:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.technics__heading,
.technics__heading a {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.technics__img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  will-change: transform;
}

.technics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 90%;
}

.technics__link {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}

.technics__link:hover {
  color: #fff;
  text-decoration: none;
}

.technics__link:hover:after {
  opacity: 1;
}

.technics__link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: -webkit-calc(100% + 18px);
  width: calc(100% + 18px);
  height: -webkit-calc(100% + 8px);
  height: calc(100% + 8px);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #714e1c;
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.technics .button {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

body.age-template-404 .content .block-title,
body.error404 .content .block-title {
  font-size: 24px;
  font-weight: 300;
  color: #c69046;
  margin-bottom: 25px;
}

body.age-template-404 .content .search-box,
body.error404 .content .search-box {
  margin-bottom: 40px;
}

body.age-template-404 .content .search-box .search-form,
body.error404 .content .search-box .search-form {
  position: relative;
  max-width: 460px;
}

body.age-template-404 .content .search-box .search-form label,
body.error404 .content .search-box .search-form label {
  width: 100%;
  margin-bottom: 0;
}

body.age-template-404 .content .search-box .search-form .search-field,
body.error404 .content .search-box .search-form .search-field {
  width: 100%;
  padding: 9px 14px;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  color: #0b0c0f;
  border-color: #0b0c0f;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.age-template-404 .content .search-box .search-form .search-field::-webkit-input-placeholder,
body.error404 .content .search-box .search-form .search-field::-webkit-input-placeholder {
  color: #b3a89a;
}

body.age-template-404 .content .search-box .search-form .search-field::-moz-placeholder,
body.error404 .content .search-box .search-form .search-field::-moz-placeholder {
  color: #b3a89a;
}

body.age-template-404 .content .search-box .search-form .search-field:-ms-input-placeholder,
body.error404 .content .search-box .search-form .search-field:-ms-input-placeholder {
  color: #b3a89a;
}

body.age-template-404 .content .search-box .search-form .search-field::-ms-input-placeholder,
body.error404 .content .search-box .search-form .search-field::-ms-input-placeholder {
  color: #b3a89a;
}

body.age-template-404 .content .search-box .search-form .search-field::placeholder,
body.error404 .content .search-box .search-form .search-field::placeholder {
  color: #b3a89a;
}

body.age-template-404 .content .search-box .search-form .search-submit,
body.error404 .content .search-box .search-form .search-submit {
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  color: #e7b560;
}

body.age-template-404 .content .categories-block,
body.error404 .content .categories-block {
  margin-bottom: 40px;
}

body.age-template-404 .content .categories-block .main-categories,
body.error404 .content .categories-block .main-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.age-template-404 .content .categories-block .main-categories li a,
body.error404 .content .categories-block .main-categories li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  text-decoration: none;
  color: #a5a5a5;
  padding: 6px 40px 6px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.age-template-404 .content .categories-block .main-categories li a:before,
body.error404 .content .categories-block .main-categories li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  margin-right: 5px;
}

body.age-template-404 .content .categories-block .main-categories li a:hover,
body.error404 .content .categories-block .main-categories li a:hover {
  background-color: #e3e3e3;
  border-radius: 15px;
  color: #c69046;
}

body.age-template-404 .content .categories-block .main-categories li a:hover:before,
body.error404 .content .categories-block .main-categories li a:hover:before {
  background-color: #c69046;
}

body.age-template-404 .content .logo-404,
body.error404 .content .logo-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body.age-template-404 .content .logo-404 .logo-404__number,
body.error404 .content .logo-404 .logo-404__number {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  line-height: 1;
  font-weight: bold;
  color: #c69046;
}

body.age-template-404 .content .logo-404 img,
body.error404 .content .logo-404 img {
  width: auto;
  height: 100%;
  -webkit-animation: bounce 1s alternate cubic-bezier(0.5, 0.05, 1, 0.5) 5, rotating 1s linear 5s infinite;
       -o-animation: bounce 1s alternate cubic-bezier(0.5, 0.05, 1, 0.5) 5, rotating 1s linear 5s infinite;
          animation: bounce 1s alternate cubic-bezier(0.5, 0.05, 1, 0.5) 5, rotating 1s linear 5s infinite;
}

body.age-template-404 .content .logo-404 .img_box,
body.error404 .content .logo-404 .img_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  padding: 50px 15px 0 0;
}

@media (max-width: 1200px) {
  body.age-template-404 .content .logo-404 .img_box,
  body.error404 .content .logo-404 .img_box {
    padding: 40px 15px 0 0;
  }
}

@media (max-width: 1200px) {
  body.age-template-404 .content .logo-404 .img_box,
  body.error404 .content .logo-404 .img_box {
    padding: 30px 10px 0 0;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  to {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@-o-keyframes rotating {
  from {
    -o-transform: rotateZ(360deg);
       transform: rotateZ(360deg);
  }

  to {
    -o-transform: rotateZ(0deg);
       transform: rotateZ(0deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotateZ(360deg);
         -o-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }

  to {
    -webkit-transform: rotateZ(0deg);
         -o-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes bounce {
  from {
    transform: translate3d(0, -100px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounce-2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-o-keyframes bounce-2 {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-80px);
       transform: translateY(-80px);
  }

  60% {
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
}

@keyframes bounce-2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-80px);
         -o-transform: translateY(-80px);
            transform: translateY(-80px);
  }

  60% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.clients_page .row {
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
}

.clients_page .col-md-6 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 50%;
}

@media (max-width: 767px) {
  .clients_page .col-md-6 {
    /* autoprefixer: ignore next */
    -webkit-flex: 0 0 100%;
  }
}

.clients_page .client {
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.clients_page .client:hover {
  background-color: #ffffff;
}

.clients_page .client .logo {
  margin-bottom: 20px;
}

.clients_page .client .logo img {
  width: 175px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.clients_page .client .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.clients_page .client .description {
  font-size: 13px;
  line-height: 1.54;
}

.clients_page .client .link {
  font-size: 13px;
}

.clients_page .client .link a {
  color: #1577e6;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

body.template-contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  position: relative;
}

@media (max-width: 1200px) {
  body.template-contacts .contacts {
    /* autoprefixer: ignore next */
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 1200px) {
  body.template-contacts .contacts .back-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.template-contacts .contacts .back-layer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 1;
  }
}

body.template-contacts .contacts .back-layer .g-map,
body.template-contacts .contacts .back-layer #map {
  width: 100%;
  min-height: 400px;
}

body.template-contacts .contacts .inner-layer {
  width: 100%;
}

body.template-contacts .contacts .inner-layer > div {
  padding: 50px 0;
}

body.template-contacts .contacts .contacts-info-row {
  background-color: #ffffff;
}

body.template-contacts .contacts .contacts-info-row .row {
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
}

body.template-contacts .contacts .contacts-info-line {
  margin-bottom: 30px;
}

body.template-contacts .contacts .contacts-info .item-value {
  font-size: 16px;
  font-weight: bold;
}

body.template-contacts .contacts .contacts-form-row {
  background-color: #f7f7f7;
}

body.template-contacts .contacts .contacts-form-row .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.template-contacts .contacts .contacts-form .form-title {
  font-size: 24px;
  font-weight: 300;
  color: #c69046;
  margin-bottom: 15px;
  text-align: center;
}

body .wpcf7 .submit-row {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body .wpcf7 .submit-row span {
  display: inline-block;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.history .years_list {
  top: 15px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 500px) {
  .history .years_list {
    display: none;
  }
}

.history .years_list ul {
  padding-top: 11px;
  padding-left: 0;
  padding-right: 70px;
  margin-bottom: 0;
}

.history .years_list ul li {
  position: relative;
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
}

.history .years_list ul li a {
  color: #858585;
  text-decoration: none;
}

.history .years_list ul li.active a {
  color: #c69046;
}

.history .years_list ul li.active:before {
  content: '';
  left: 0;
  top: 4px;
  position: absolute;
  width: 20px;
  height: 13px;
  background-color: #c69046;
  display: inline-block;
  margin-right: 8px;
}

.history .mod_cont {
  position: relative;
  display: inline-block;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  vertical-align: top;
}

@media only screen and (max-width: 500px) {
  .history .mod_cont {
    width: 100%;
  }
}

.history .mod_cont .sub_title {
  font-size: 24px;
  color: #474747;
  font-weight: bold;
  margin-bottom: 40px;
}

.history .event-list .category {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #c69046;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.history .event-list .category.active:before {
  width: 75px;
  margin-right: 25px;
}

.history .event-list .category:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 20px;
  height: 13px;
  background-color: #c69046;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.history .event-list .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
  .history .event-list .event {
    display: block;
    margin-bottom: 30px;
  }
}

.history .event-list .event:last-child {
  margin-bottom: 50px;
}

.history .event-list .event.main {
  border: 1px solid #c69046;
  padding: 10px;
  margin-bottom: 40px;
}

.history .event-list .event.main .title {
  min-width: 90px;
}

.history .event-list .event.main .description p {
  font-weight: bold;
  font-size: 24px;
}

.history .event-list .event .title {
  font-size: 14px;
  font-weight: bold;
  color: #c69046;
  min-width: 100px;
}

@media only screen and (max-width: 500px) {
  .history .event-list .event .title {
    margin-bottom: 10px;
  }
}

.history .event-list .event .description p {
  font-size: 14px;
  color: #474747;
  margin-bottom: 0;
}

.history .signature .line {
  height: 22px;
  border: solid 1px #cf9a46;
  width: 1px;
  margin-left: 35px;
  margin-bottom: 40px;
}

.history .signature .details {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.57;
  margin-bottom: 50px;
}

@media only screen and (max-width: 500px) {
  .history .signature .details {
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .history .signature .details .position {
    margin-bottom: 15px;
  }
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

body.template-production .page-title {
  text-align: center;
}

body.template-production .description {
  margin-bottom: 40px;
}

body.template-production .section-title {
  font-size: 24px;
  font-weight: 300;
}

body.template-production section.brands {
  background-color: #ffffff;
  padding: 35px 0;
}

body.template-production section.brands .section-title {
  margin-bottom: 30px;
}

body.template-production section.brands .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  body.template-production section.brands .section-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.template-production section.brands .section-inner .brands__item__title {
  display: none;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.gradient_btn_dark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 16px 30px;
  color: #f0f0f0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#966d34), to(#c69046));
  background-image: -webkit-linear-gradient(bottom, #966d34, #c69046);
  background-image: -o-linear-gradient(bottom, #966d34, #c69046);
  background-image: linear-gradient(to top, #966d34, #c69046);
  border: 0;
  border-radius: 2px;
}

.gradient_btn_dark:hover {
  color: #f0f0f0;
}

.gradient_btn_light {
  color: #0b0c0f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7ae50), to(#f9d163));
  background-image: -webkit-linear-gradient(bottom, #e7ae50, #f9d163);
  background-image: -o-linear-gradient(bottom, #e7ae50, #f9d163);
  background-image: linear-gradient(to top, #e7ae50, #f9d163);
}

.gradient_btn_light:hover {
  color: #333;
}

.brown_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 40px;
  color: #f0f0f0;
  background-color: #966d34;
  border: 1px solid #966d34;
  border-radius: 100px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.brown_btn,
.brown_btn:hover,
.brown_btn:focus {
  outline: none;
}

.brown_btn:hover {
  background-color: transparent;
  color: #966d34;
}

.trns_btn,
.search .search_row .search-submit {
  background-color: transparent;
  color: #966d34;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 40px;
  border: 1px solid #966d34;
  border-radius: 100px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.trns_btn,
.search .search_row .search-submit,
.trns_btn:hover,
.search .search_row .search-submit:hover,
.trns_btn:focus,
.search .search_row .search-submit:focus {
  outline: none;
}

.trns_btn:hover,
.search .search_row .search-submit:hover {
  color: #f0f0f0;
  background-color: #966d34;
}

.search .search_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #694b1e;
}

@media (max-width: 767px) {
  .search .search_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search .search_row .search_label {
  font-size: 24px;
  font-weight: 300;
  margin-right: 30px;
  color: #c69046;
}

@media (max-width: 767px) {
  .search .search_row .search_label {
    margin-bottom: 1rem;
  }
}

.search .search_row .search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .search .search_row .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search .search_row .search-form label {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .search .search_row .search-form label {
    width: 100%;
    margin-right: 0;
  }
}

.search .search_row .search-form label input {
  width: 100%;
  border-radius: 0;
  border-color: #383838;
  background-color: #f0f0f0;
}

.search article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a2a2a2;
}

.search .pagination {
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search .no_result_text {
  font-size: 14px;
  font-weight: bold;
}

.search .found {
  background-color: #fdadad;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

footer.content-info {
  padding: 40px 0 23px 0;
  background-color: #131416;
  color: #c3ccd7;
}

footer.content-info .container {
  position: relative;
}

footer.content-info .col-md-3 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 25%;
}

@media (max-width: 767px) {
  footer.content-info .col-md-3 {
    /* autoprefixer: ignore next */
    -webkit-flex: 0 0 100%;
  }
}

footer.content-info .footer-widget p {
  margin-bottom: 10px;
}

footer.content-info .footer-widget i {
  font-size: 14px;
  color: #c69046;
  margin-right: 8px;
}

footer.content-info .footer-widget i.fa-phone {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

footer.content-info .footer-widget .footer-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

footer.content-info .copyrights {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
}

footer.content-info .to-up {
  position: absolute;
  z-index: 9999;
  top: -70px;
  right: -30px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c69046;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 991px) {
  footer.content-info .to-up {
    width: 50px;
    height: 50px;
    font-size: 20px;
    right: 10px;
  }
}

footer.content-info .sitemap_link {
  color: #c69046;
  text-decoration: underline;
  margin-top: 30px;
  display: block;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.form_overflow {
  overflow: hidden;
}

.form_overflow .form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  width: 200%;
}

.form_overflow .form_container .form_result {
  padding-top: 70px;
}

.form_overflow .form_container .form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  /* autoprefixer: ignore next */
  -webkit-flex-grow: 1;
  /* autoprefixer: ignore next */
  -webkit-flex-shrink: 1;
  /* autoprefixer: ignore next */
  -webkit-flex-basis: 100%;
  /* autoprefixer: ignore next */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* autoprefixer: ignore next */
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}

.form_overflow .form_container .form_inner:before,
.form_overflow .form_container .form_inner:after {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 90px;
  width: 90px;
}

.form_overflow .form_container .form_inner:before {
  content: '';
  border: 3px solid #49bb7b;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) scale(1, 0);
       -o-transform: translateX(-50%) scale(1, 0);
          transform: translateX(-50%) scale(1, 0);
  opacity: 0;
}

.form_overflow .form_container .form_inner:after {
  content: '\2713';
  line-height: 90px;
  font-size: 75px;
  color: #49bb7b;
  text-align: center;
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}

.form_overflow .form_container .form_inner .wpcf7 {
  width: 100%;
}

.form_overflow .form_container .form_inner .col-md-4,
.form_overflow .form_container .form_inner .col-12 {
  /* autoprefixer: ignore next */
  /* autoprefixer: ignore next */
}

.form_overflow .form_container .form_inner .col-md-4 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 33.333333%;
}

.form_overflow .form_container .form_inner .col-12 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 100%;
}

.form_overflow .form_container .form_inner .col-12.col-md-6 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 50%;
}

@media (max-width: 767px) {
  .form_overflow .form_container .form_inner .col-12.col-md-6 {
    /* autoprefixer: ignore next */
    -webkit-flex: 0 0 100%;
  }
}

.form_overflow .form_container.success .form_inner {
  -webkit-transform: translate(-100%, 0);
       -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.form_overflow .form_container.success .form_inner:before {
  -webkit-animation: show-icon-cirlce 0.4s forwards 0.2s;
       -o-animation: show-icon-cirlce 0.4s forwards 0.2s;
          animation: show-icon-cirlce 0.4s forwards 0.2s;
}

.form_overflow .form_container.success .form_inner:after {
  -webkit-animation: show-icon 0.4s forwards 0.4s;
       -o-animation: show-icon 0.4s forwards 0.4s;
          animation: show-icon 0.4s forwards 0.4s;
}

@-moz-document url-prefix()  {
@media only screen and (min-width: 1200px) {
    .col-lg-4 .form_overflow,
    .sidebar .form_overflow {
      max-width: 299px;
    }
}
}

/**
 * Icon animations.
 */

@-webkit-keyframes show-icon {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@-o-keyframes show-icon {
  0% {
    -o-transform: translateX(-50%) scale(0);
       transform: translateX(-50%) scale(0);
    opacity: 0;
  }

  100% {
    -o-transform: translateX(-50%) scale(1);
       transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes show-icon {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
         -o-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes show-icon-cirlce {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    opacity: 1;
  }
}

@-o-keyframes show-icon-cirlce {
  0% {
    -o-transform: translateX(-50%) scale(1, 0);
       transform: translateX(-50%) scale(1, 0);
    opacity: 0;
  }

  100% {
    -o-transform: translateX(-50%) scale(1, 1);
       transform: translateX(-50%) scale(1, 1);
    opacity: 1;
  }
}

@keyframes show-icon-cirlce {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
         -o-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
         -o-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    opacity: 1;
  }
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

header.site-header {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  header.site-header {
    height: auto;
  }
}

header.site-header .header-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#966c34), to(#5a421e));
  background-image: -webkit-linear-gradient(bottom, #966c34, #5a421e);
  background-image: -o-linear-gradient(bottom, #966c34, #5a421e);
  background-image: linear-gradient(to top, #966c34, #5a421e);
}

header.site-header .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 10px 0;
}

header.site-header .brand img,
header.site-header .brand svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  header.site-header .brand img,
  header.site-header .brand svg {
    height: auto;
  }
}

header.site-header .header-info > a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color, .3s;
  -o-transition: color, .3s;
  transition: color, .3s;
}

header.site-header .header-info > a:hover {
  color: #ccc;
}

header.site-header .header-info i {
  margin-right: 9px;
  color: #e7b560;
}

header.site-header .search-form {
  position: relative;
}

@media (max-width: 991px) {
  header.site-header .search-form {
    /* autoprefixer: ignore next */
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

header.site-header .search-form label {
  width: 100%;
  margin-bottom: 0;
}

header.site-header .search-form .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 14px;
  padding-right: 30px;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  color: #b3a89a;
  border-color: #bb9a71;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  header.site-header .search-form .search-field {
    height: 100%;
    padding: 9px 14px;
  }
}

header.site-header .search-form .search-field::-webkit-input-placeholder {
  color: #b3a89a;
}

header.site-header .search-form .search-field::-moz-placeholder {
  color: #b3a89a;
}

header.site-header .search-form .search-field:-ms-input-placeholder {
  color: #b3a89a;
}

header.site-header .search-form .search-field::-ms-input-placeholder {
  color: #b3a89a;
}

header.site-header .search-form .search-field::placeholder {
  color: #b3a89a;
}

header.site-header .search-form .search-submit {
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  color: #e7b560;
}

header.site-header .navbar {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0 0;
  width: 100%;
}

header.site-header .navbar svg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  header.site-header .navbar {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

header.site-header .navbar .row {
  width: 100%;
}

header.site-header .navbar .row .brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 991px) {
  header.site-header .navbar .row .brand {
    /* autoprefixer: ignore next */
    display: -webkit-flex;
    /* autoprefixer: ignore next */
    -webkit-flex-grow: 0;
    /* autoprefixer: ignore next */
    -webkit-flex-shrink: 0;
    /* autoprefixer: ignore next */
    -webkit-flex-basis: 100%;
    width: 100%;
    padding-left: 15px;
  }
}

header.site-header .navbar img.icon-img {
  max-height: 12px;
}

header.site-header .navbar .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* autoprefixer: ignore next */
  -webkit-flex-direction: column;
}

@media (min-width: 992px) {
  header.site-header .navbar .main-header {
    /* autoprefixer: ignore next */
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* autoprefixer: ignore next */
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  header.site-header .navbar .main-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    /* autoprefixer: ignore next */
    -webkit-align-items: flex-end;
  }
}

header.site-header .navbar .nav-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* autoprefixer: ignore next */
  -webkit-align-items: center;
}

@media (max-width: 991px) {
  header.site-header .navbar .nav-above {
    /* autoprefixer: ignore next */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* autoprefixer: ignore next */
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header.site-header .navbar .nav-above .nav-menu {
  border-top: 1px solid #694b1e;
}

header.site-header .navbar .nav-above > div {
  line-height: 1.2;
}

@media (max-width: 991px) {
  header.site-header .navbar .nav-above > div {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  header.site-header .navbar .nav-above > div:not(:last-child) {
    margin-left: auto;
    padding-right: 10px;
    border-right: 1px solid #694b1e;
    color: #fff;
  }
}

@media (max-width: 767px) {
  header.site-header .navbar .nav-above > div.phone {
    display: none;
  }
}

@media (max-width: 767px) {
  header.site-header .navbar .nav-above > div.email {
    display: none;
  }
  header.site-header .navbar .nav-above > div.work_time {
    display: none;
  }
}

@media (max-width: 576px) {
  header.site-header .navbar .nav-above > div.languages {
    margin: 10px;
    margin-top: 0;
  }
}

@media (max-width: 540px) {
  header.site-header .navbar .nav-above > div.currency {
    display: none;
  }
}

@media (max-width: 991px) {
  header.site-header .navbar .nav-above > div.search {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* autoprefixer: ignore next */
    -webkit-flex-grow: 1;
    /* autoprefixer: ignore next */
    -webkit-flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    /* autoprefixer: ignore next */
    -webkit-align-items: stretch;
    max-width: 410px;
  }
}

@media (min-width: 992px) {
  header.site-header .navbar .nav-above > div.search {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 768px) {
  header.site-header .navbar .nav-above > div.search {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  header.site-header .navbar .nav-above > div.search {
    display: none;
  }
}

@media (min-width: 768px) {
  header.site-header .navbar .nav-menu {
    width: 100%;
  }
}

header.site-header .navbar .navbar-toggler {
  width: 60px;
  height: 50px;
  padding: 0;
  /* autoprefixer: ignore next */
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* autoprefixer: ignore next */
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 0;
  outline: none;
  /* autoprefixer: ignore next */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  header.site-header .navbar .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* autoprefixer: ignore next */
    display: -webkit-flex;
  }
}

header.site-header .navbar .navbar-toggler .flex_hamburger {
  padding: 10px 15px;
}

header.site-header .navbar .navbar-toggler .flex_hamburger--close {
  background-color: #9b7136;
}

header.site-header .navbar .primary_navigation {
  border-top: 1px solid #694b1e;
  margin-top: 10px;
}

header.site-header .navbar .primary_navigation .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item {
  font-size: 14px;
  line-height: normal;
  position: relative;
}

@media (min-width: 1024px) {
  header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.menu-item-has-children .dropdown-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 1024px) {
  header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.menu-item-has-children:hover .dropdown-menu {
    display: block;
  }
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .menu-item-inner {
  padding: 0 25px;
}

@media (min-width: 991px) and (max-width: 1335px) {
  header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .menu-item-inner {
    padding: 0 15px;
  }
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .menu-item-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
  background: #4f3f26;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .menu-item-inner > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #bba588;
  text-decoration: none;
  -webkit-transition: color, .3s;
  -o-transition: color, .3s;
  transition: color, .3s;
  padding-top: 10px;
  padding-bottom: 10px;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item:hover .menu-item-inner:before,
header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.active .menu-item-inner:before,
header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.current-menu-parent .menu-item-inner:before {
  opacity: 1;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item:hover .menu-item-inner a,
header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.active .menu-item-inner a,
header.site-header .navbar .primary_navigation .navbar-nav > .menu-item.current-menu-parent .menu-item-inner a {
  color: #cfc0ab;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  vertical-align: top;
  padding: 0;
  margin-left: 10px;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-toggle:after {
  margin-top: 0.2em;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-menu {
  background-color: #f0f0f0;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  padding: 0;
  min-width: 100%;
  margin-top: 0;
  border: 0;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-menu .menu-item a {
  color: #966d34;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-menu .menu-item:hover a,
header.site-header .navbar .primary_navigation .navbar-nav > .menu-item .dropdown-menu .menu-item.active a {
  background-color: #966d34;
  color: #f0f0f0;
}

header.site-header .header-mobile {
  background-color: #9b7136;
}

header.site-header .header-mobile .currency {
  display: none;
}

@media (max-width: 767px) {
  header.site-header .header-mobile .currency {
    display: block;
  }
}

header.site-header .header-mobile .mobile_navigation {
  padding-top: 15px;
}

header.site-header .header-mobile .mobile_navigation .mb-2 {
  display: none;
}

@media (max-width: 767px) {
  header.site-header .header-mobile .mobile_navigation .mb-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header.site-header .header-mobile .mobile_navigation .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 576px) {
  header.site-header .header-mobile .mobile_navigation .navbar-nav {
    text-align: left;
  }
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item span,
header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item a {
  display: inline-block;
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item a {
  font-size: 14px;
  color: #bba588;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item a {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item:hover > span > a,
header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item.active > span > a {
  color: #f0f0f0;
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu {
  position: relative !important;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  background: transparent;
  text-align: center;
  padding: 0;
  border: 0;
}

@media (max-width: 576px) {
  header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu {
    text-align: left;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item {
    background-color: #926629;
  }
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item span,
header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item a {
  display: inline-block;
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item a {
  font-size: 14px;
  color: #bba588;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item a {
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item a:before {
    content: " - ";
  }
}

header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item:hover > span > a,
header.site-header .header-mobile .mobile_navigation .navbar-nav li.menu-item .dropdown-menu li.menu-item.active > span > a {
  color: #f0f0f0;
}

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.gallery-grid {
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
}

.gallery-grid.row {
  display: -webkit-flex;
}

.gallery-grid .grid-item {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 33.33333%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gallery-grid .grid-item {
    /* autoprefixer: ignore next */
    -webkit-flex: 0 0 100%;
  }
}

.gallery-grid .grid-item a,
.gallery-grid .grid-item a:hover,
.gallery-grid .grid-item a:focus {
  outline: none;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.pagination {
  position: relative;
  text-align: center;
  margin-bottom: 90px;
  padding: 15px;
}

@media (max-width: 991px) {
  .pagination {
    margin-bottom: 80px;
  }
}

.pagination .navigation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .pagination .navigation {
    padding: 10px 0;
  }
}

.pagination .navigation .page-numbers {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  color: #0b0c0f;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination .navigation .page-numbers:last-child {
  margin-right: 0;
}

.pagination .navigation .page-numbers:hover {
  color: #fff;
  background-color: #c69046;
  -webkit-box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
          box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
  border: 1px solid transparent;
}

.pagination .navigation .page-numbers.next,
.pagination .navigation .page-numbers.prev {
  width: auto;
  border: none;
  position: relative;
  font-size: 0;
}

.pagination .navigation .page-numbers.next--disabled,
.pagination .navigation .page-numbers.prev--disabled {
  opacity: .3;
  pointer-events: none;
}

.pagination .navigation a:hover {
  color: #0b0c0f;
  border-color: #0b0c0f;
}

.pagination .navigation .current {
  border: 1px solid transparent;
  color: #fff;
  background-color: #c69046;
  -webkit-box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
          box-shadow: 0px 5px 16px 0 rgba(203, 145, 46, 0.73);
}

@charset "UTF-8";

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

body.banks .content {
  padding-top: 0 !important;
}

.banks_archive .banks-carousel {
  position: relative;
}

@media (max-width: 576px) {
  .banks_archive .banks-carousel {
    margin-left: 23px;
    margin-right: 23px;
  }
}

.banks_archive .sliderWr {
  background-color: #fff;
  margin-bottom: 54px;
  padding-bottom: 40px;
}

.banks_archive .sliderWr .swiper-banks .swiper-slide {
  padding: 15px;
}

.banks_archive .sliderWr .swiper-banks .banks_item {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
  padding: 20px 12px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 500px) {
  .banks_archive .sliderWr .swiper-banks .banks_item {
    height: auto;
  }
}

.banks_archive .sliderWr .swiper-banks .banks_item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.banks_archive .sliderWr .page-title {
  padding-top: 32px;
}

.banks_archive .main {
  margin-bottom: 30px;
}

.banks_archive .main p {
  line-height: 1.43;
  margin-bottom: 20px;
}

.banks_archive .main ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.banks_archive .main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.banks_archive .main ul li::before {
  content: "■";
  font-size: 20px;
  color: #c69046;
  padding-right: 15px;
}

.banks_archive .banks-carousel__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #53514d;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  z-index: 3;
  outline: none;
}

.banks_archive .banks-carousel__button:hover {
  -webkit-box-shadow: 0 5px 16px 0 rgba(203, 145, 46, 0.73);
          box-shadow: 0 5px 16px 0 rgba(203, 145, 46, 0.73);
}

.banks_archive .banks-carousel__button--prev {
  right: -webkit-calc(100% - 5px);
  right: calc(100% - 5px);
}

.banks_archive .banks-carousel__button--prev .banks-carousel__arrow {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banks_archive .banks-carousel__button--next {
  left: -webkit-calc(100% - 5px);
  left: calc(100% - 5px);
}

.banks_archive .banks-carousel__arrow {
  position: relative;
  width: 6px;
  height: 6px;
}

.banks_archive .banks-carousel__arrow:before,
.banks_archive .banks-carousel__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.banks_archive .banks-carousel__arrow:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banks_archive .banks-carousel__arrow:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.banks_single .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.banks_single .info .preview img {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.11);
  padding: 20px 10px;
  background-color: #fff;
}

.banks_single .info .contactsWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banks_single .single_content {
  margin-bottom: 50px;
}

.banks_single .foot .contacts {
  padding: 0;
}

.banks_single .contacts {
  margin-bottom: 0;
}

.banks_single .contacts li {
  list-style-type: none;
  margin-bottom: 5px;
}

.banks_single .contacts li i {
  color: #c69046;
  margin-right: 10px;
}

.banks_single .contacts li.phone i {
  margin-right: 14px;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.home .news {
  padding: 50px 0 90px;
  background-color: #ffffff;
}

.news.archive {
  background-color: #f0f0f0;
  padding: 0;
}

.news__grid {
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
}

.news__grid.row {
  /* autoprefixer: ignore next */
  display: -webkit-flex;
}

.news__item-wrapper {
  /* autoprefixer: ignore next */
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-flex-grow: 0;
  /* autoprefixer: ignore next */
  -webkit-flex-shrink: 0;
  /* autoprefixer: ignore next */
  -webkit-flex-basis: 33.333333%;
  /* autoprefixer: ignore next */
  -webkit-align-items: stretch;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .news__item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    /* autoprefixer: ignore next */
    -webkit-flex-grow: 0;
    /* autoprefixer: ignore next */
    -webkit-flex-shrink: 0;
    /* autoprefixer: ignore next */
    -webkit-flex-basis: 100%;
    max-width: 100%;
  }
}

.news__item {
  position: relative;
  height: 100%;
  padding: 15px 15px 20px;
  border: 1px solid #976e34;
  color: #0b0c0f;
  font-size: 13px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .news__item {
    height: auto;
  }
}

.news__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news__item:hover {
  background-color: #8d6f39;
  color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(3, 13, 22, 0.75);
          box-shadow: 0px 5px 15px 0 rgba(3, 13, 22, 0.75);
}

.news__heading {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}

.news__heading:hover {
  color: inherit;
}

.news__text {
  margin-top: 10px;
  line-height: 1.38;
}

.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__link {
  color: inherit;
  margin-top: 20px;
}

.news__link:hover {
  color: inherit;
}

.news__link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news__date {
  margin-top: 20px;
  margin-left: auto;
  font-size: 12px;
}

.news .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@charset "UTF-8";

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.sigle_news .post_thumbnail {
  margin-bottom: 35px;
}

.sigle_news .title {
  font-size: 36px;
  color: #c69046;
  margin-bottom: 30px;
}

.sigle_news .public_date {
  color: #919191;
  font-size: 12px;
  margin-bottom: 45px;
}

.sigle_news .s_content {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 75px;
}

.sigle_news .s_content img {
  padding: 5px 15px;
}

.sigle_news .s_content p {
  margin-bottom: 20px;
}

.sigle_news .s_content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.sigle_news .s_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.sigle_news .s_content ul li::before {
  content: "■";
  font-size: 20px;
  color: #c69046;
  padding-right: 15px;
}

.sigle_news .s_content ol {
  padding-left: 0;
  counter-reset: item;
  margin-bottom: 50px;
}

.sigle_news .s_content ol li {
  line-height: 1.43;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.sigle_news .s_content ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #c69046;
  padding-right: 15px;
  font-weight: bold;
  font-size: 14px;
}

.sigle_news .s_content ol li:after {
  position: absolute;
  right: 0;
  top: 100%;
  content: '';
  display: block;
  width: -webkit-calc(100% - 26px);
  width: calc(100% - 26px);
  height: 1px;
  background-color: #c69046;
}

.sigle_news .s_content blockquote {
  border: solid 2px #c69046;
  margin: 35px 0;
}

.sigle_news .s_content blockquote::before,
.sigle_news .s_content blockquote::after {
  content: '"';
  display: block;
  text-align: center;
  font-size: 52px;
  line-height: 15px;
  padding: 28px 0 11px 0;
  font-style: italic;
  color: #c69046;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: bold;
}

.sigle_news .s_content blockquote::after {
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin-left: -13px;
}

.sigle_news .s_content blockquote p {
  padding: 0 22px;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  line-height: 1.43;
  font-weight: bold;
}

.sigle_news .navigation {
  margin-bottom: 40px;
}

.sigle_news .navigation a {
  font-size: 13px;
  color: #c69046;
}

.sigle_news .navigation a[rel="next"] {
  float: right;
}

.share_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.share_btns p {
  color: #919191;
  margin-bottom: 0;
}

.share_btns .social_share {
  margin: 0;
  padding-left: 23px;
}

.share_btns .social_share .item_social {
  display: inline-block;
  margin: 0 20px 0 0;
  list-style: none;
  padding: 0;
}

.share_btns .social_share .item_social:before {
  content: none;
}

.share_btns .social_share .item_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 1em;
  text-align: left;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 620px) {
  .share_btns .social_share .item_social a {
    padding: 7px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 580px) {
  .share_btns .social_share .item_social a {
    font-size: 19px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 580px) {
  .share_btns .social_share .item_social a .txt {
    display: none;
  }
}

.share_btns .social_share .item_social a:hover {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.share_btns .social_share .item_social a .fa {
  margin-right: 10px;
}

@media only screen and (max-width: 580px) {
  .share_btns .social_share .item_social a .fa {
    margin-right: 0;
  }
}

.share_btns .social_share .item_social.facebook a {
  background: #38559c;
}

.share_btns .social_share .item_social.twitter a {
  background: #00aaf3;
}

.share_btns .social_share .item_social.vk a {
  background: #0064aa;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.search-results .type-product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.4;
  color: #c69046;
  margin-bottom: 15px;
  display: block;
  padding: 0;
}

.search-results .type-product .woocommerce-product-details__short-description {
  font-size: 14px;
}

.search-results .type-product .price {
  color: #0b0c0f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 180px;
}

.search-results .type-product .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search-results .type-product .price-row button {
  margin-left: 30px;
}

.search-results .type-product .price-label {
  margin-right: 8px;
}

.search-results .type-product .price-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-results .type-product .price-value > * {
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}

.search-results .type-product .price-value del {
  color: #ff2d2d;
}

.search-results .type-product .price-value ins {
  background-color: #ffdb85;
  font-weight: bold;
  text-decoration: none;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.service_station .amcharts-chart-div > a {
  display: none !important;
}

.service_station .station__list {
  margin: 25px 0;
}

@media only screen and (min-width: 992px) {
  .service_station .station__list {
    display: none;
  }
}

.service_station .station__list--items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service_station .station__list li:not(:last-child) {
  margin-bottom: 5px;
}

.service_station .pdf_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
}

.service_station .pdf_download a {
  text-decoration: none;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  /* autoprefixer: ignore next */
  -webkit-flex-basis: 48%;
  border: 2px solid #966d34;
  padding: 10px 15px;
  font-size: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* autoprefixer: ignore next */
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* autoprefixer: ignore next */
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .service_station .pdf_download a {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    /* autoprefixer: ignore next */
    -webkit-flex-basis: 100%;
    margin-right: 0;
    padding: 8px 12px;
    font-size: 12px;
  }
}

.service_station .pdf_download a:nth-child(2n) {
  margin-right: 0;
}

.service_station .pdf_download a i {
  font-size: 33px;
}

.service_station .pdf_download a:hover {
  background-color: #966d34;
  color: #fff;
}

@media (max-width: 991px) {
  .ukraine_map {
    display: none;
  }
}

/*#ukraine {

  @include tablet {
    height: 350px !important;
  }
}*/

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

body.tax-districts article.type-service_stations a {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 25px;
}

body.tax-districts article.type-service_stations a .img_box {
  width: auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
}

body.tax-districts article.type-service_stations a .address-label {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

body.tax-districts article.type-service_stations a .address-label i {
  margin-right: 15px;
}

body.tax-districts article.type-service_stations a .address-label span {
  display: block;
  color: #0b0c0f;
}

body.tax-districts article.type-service_stations a:hover {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(29, 24, 24, 0.25);
          box-shadow: 0px 10px 20px 0 rgba(29, 24, 24, 0.25);
  text-decoration: none;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.type-service_stations .sub-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.type-service_stations .contact_info .info_wrap {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .type-service_stations .contact_info .info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.type-service_stations .contact_info .info_wrap i {
  color: #c69046;
  margin-right: 15px;
  margin-top: 3px;
}

.type-service_stations .contact_info .info_wrap i.fa-phone {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.type-service_stations .contact_info .info_wrap ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.type-service_stations .contact_info .info_wrap ul li {
  line-height: 1.6;
}

.type-service_stations .contact_info .info_wrap ul.working_time .list-title {
  margin-bottom: 10px;
}

.type-service_stations .contact_info .info_wrap ul.working_time li.off {
  color: #c69046;
}

.type-service_stations .contact_info .staff .name {
  font-size: 16px;
  margin-bottom: 15px;
}

.type-service_stations .contact_info .certificates {
  margin-top: 30px;
}

/** Import Bootstrap functions */

/** Import Bootstrap functions */

/* Tablets / Mobile in landscape / portrait */

/* iPad in portrait */

.staff__grid {
  /* autoprefixer: ignore next */
  -webkit-flex-wrap: wrap;
}

.staff__grid.row {
  display: -webkit-flex;
}

.staff__grid .col-lg-6.col-md-12 {
  /* autoprefixer: ignore next */
  -webkit-flex: 0 0 50%;
}

@media (max-width: 991px) {
  .staff__grid .col-lg-6.col-md-12 {
    /* autoprefixer: ignore next */
    -webkit-flex: 0 0 100%;
  }
}

.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  max-height: 230px;
  margin-bottom: 30px;
  background-color: #ffffff;
  color: #333;
  font-size: 15px;
}

@media (max-width: 767px) {
  .staff__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.staff__picture {
  /* autoprefixer: ignore next */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .staff__picture img {
    width: 100%;
  }
}

.staff__info {
  padding: 30px 45px;
}

.staff__name {
  font-size: 21px;
  margin-bottom: 6px;
  font-weight: bold;
}

.staff__position {
  margin-bottom: 10px;
  font-weight: 700;
}

.staff__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff__phone ul {
  margin: 0;
  margin-left: 5px;
  padding: 0;
}

.staff__phone ul li {
  list-style: none;
}

.staff__mail {
  margin-top: 10px;
}

.staff__mail a {
  color: #c69046;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.staff__mail a:hover,
.staff__mail a:focus,
.staff__mail a:active {
  color: #a67533;
}


/*# sourceMappingURL=components.css.map*/