@charset "UTF-8";
/* шрифты */
@font-face {
  font-family: "ubuntu";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.eot");
  src: url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.woff") format("woff"), url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot");
  src: url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.woff") format("woff"), url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.eot");
  src: url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.woff") format("woff"), url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.ttf") format("truetype"); }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
          border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1140px;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  position: fixed;
  background: #383430;
  opacity: 0.8; }

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

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

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9998; }

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

.mfp-gallery .mfp-close {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 39px;
  top: 24px;
  opacity: 0.65;
  background: url(../images/background/sprite.png) -241px -184px; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9998;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button.mfp-arrow {
  background: transparent; }

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

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

#form-reservation .mfp-close {
  right: 39px;
  top: 24px;
  width: 17px;
  height: 17px;
  position: absolute;
  opacity: 0.65;
  background: url(../images/background/sprite.png) -219px -184px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  font-family: "ProximaNovaRegular", sans-serif;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/*  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }*/
.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

/*  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }*/
.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

/*  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }*/
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: transparent; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

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

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

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

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

.white-popup-block {
  position: relative;
  background: #FFF;
  margin: auto; }

.my-mfp-slide-bottom .white-popup-block {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .white-popup-block {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .white-popup-block {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  z-index: 200;
  bottom: 0;
  /*left: 205px;*/
  width: 100%;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  background-color: #e5e5e5;
  height: 15px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  width: 1260px !important;
  position: relative; }

.jspDrag {
  position: relative;
  top: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  /*width: 548px !important;*/
  height: 11px; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*---reset-стили---*/
body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal; }

i {
  display: inline-block;
  vertical-align: middle; }

sup {
  vertical-align: super;
  font-size: smaller; }

input, textarea {
  margin: 0;
  border: 0; }

textarea {
  resize: none; }

a {
  text-decoration: none;
  display: inline-block; }

img {
  display: inline-block;
  max-width: 100%; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

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

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

* {
  line-height: 1; }

:focus, :active, :visited {
  outline: 0; }

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

.transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.w45 {
  width: 45%; }

.w45.fl:last-child,
.w50.fl:last-child {
  margin-bottom: 0; }

.w45.fr:last-child,
.w50.fr:last-child {
  margin-bottom: 0; }

.w50 {
  width: 50%; }

.w30 {
  width: 30%;
  margin-right: 5%; }

.w30:nth-child(3n) {
  margin-right: 0; }

.w33 {
  width: 33.33%; }

.w100 {
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.hidden {
  display: none; }

.visible {
  display: block; }

.ttu {
  text-transform: uppercase; }

.vat {
  vertical-align: top; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #1D1D1D;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); }

/* шрифты */
@font-face {
  font-family: "ubuntu";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.eot");
  src: url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.woff") format("woff"), url("../fonts/Ubuntu/UbuntuRegular/UbuntuRegular.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot");
  src: url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.woff") format("woff"), url("../fonts/Ubuntu/UbuntuBold/UbuntuBold.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.eot");
  src: url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.woff") format("woff"), url("../fonts/Ubuntu/UbuntuLight/UbuntuLight.ttf") format("truetype"); }

/* элементы */
.btn {
  position: relative;
  display: inline-block;
  line-height: 1;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.btn-custom {
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0px 1px 1px rgba(46, 101, 7, 0.65);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 15px "ubuntu";
  text-align: center;
  -webkit-box-shadow: 0px 1px 1px rgba(46, 101, 7, 0.65);
          box-shadow: 0px 1px 1px rgba(46, 101, 7, 0.65); }
  .btn-custom.btn-mod {
    -webkit-border-radius: 0;
            border-radius: 0; }

.btn-gr {
  background: url("../images/background/bg-green-btn.jpg") no-repeat; }
  .btn-gr:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(46, 101, 7, 0.25);
            box-shadow: 0px 5px 10px 0px rgba(46, 101, 7, 0.25); }

.btn-or {
  background: url("../images/background/bg-orange-btn.jpg") no-repeat; }

.btn-tr {
  padding: 0px 20px;
  height: 34px;
  line-height: 32px;
  color: #46920c;
  border: 1px solid #46920c;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .btn-tr:hover {
    background-color: #59b210;
    color: #fff; }

.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li:after {
      content: ">";
      display: inline-block;
      margin: 0 6px;
      color: #d8d8d8;
      font-size: 12px; }
    .breadcrumbs li a {
      color: #47920c;
      font-size: 12px; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }
    .breadcrumbs li.is-active {
      color: #444; }
      .breadcrumbs li.is-active a {
        color: #444; }

/* Ширина слайдера */
.slider-ui {
  width: 200px;
  margin-bottom: 20px; }

/* Контейнер слайдера */
.ui-slider {
  position: relative; }

/* Ползунок */
.ui-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  z-index: 2;
  width: 8px;
  height: 11px;
  background: url("../images/icons/handle-slider-ico.svg");
  outline: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  overflow: hidden; }

/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.slider-ui.ui-widget-content {
  background: #e5e5e5; }

.slider-ui.ui-slider-horizontal {
  height: 2px; }
  .slider-ui.ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .slider-ui.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -4px; }
  .slider-ui.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .slider-ui.ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.slider-ui .ui-widget-header {
  background: #59b210; }
