/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
@charset "UTF-8";
.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #666;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
          box-shadow: inset 0 -3px 6px #AAA; }

.jq-checkbox.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 270px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  width: 200px;
  padding: 11px 10px;
  padding-right: 25px;
  border: 1px solid #646464;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #46c5ca; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 7px;
  height: 7px;
  background-image: url(../img/v-icon.png); }

.jq-selectbox.focused .jq-selectbox__trigger-arrow {
  background-image: url(../img/v-icon-act.png); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 237px !important;
  margin: 43px 0;
  padding: 0;
  border: 1px solid #646464;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  font-size: 14px; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 11px 10px;
  padding-right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20; }

.jq-selectbox li.selected {
  color: #46c5ca; }

.jq-selectbox li:hover {
  background-color: #46c5ca;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

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

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  outline: none; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s; }

button {
  -webkit-transition: .35s;
  transition: .35s; }

html, body {
  font: 400 16px/1.1 'Open Sans', sans-serif; }

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }
  .container:after {
    content: "";
    clear: both;
    display: block; }

.osb18, .osb14, .osb22, .osb21 {
  font-size: 18px;
  font-weight: 700;
  padding: 28px 0;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  margin: auto; }

.osb14 {
    font-size: 12px;
    font-weight: 700;
    padding: 25px 0; 
}

.osb21 {
  font-size: 21px;
  margin: 10px 0;
  padding: 0; }

.osb22 {
  font-size: 22px;
  padding: 35px 0 0; }

.os14 {
  font-size: 16px;
  padding: 25px 0;
  color: #000; }

.p_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .p_df img {
    margin: auto; }
.main_4_list_holder{
    display: block;
    height: 380px;
    overflow: auto;
    max-height: 380px;
    position: relative;
}
.btn, .btn__ {
  width: 210px;
  height: 44px;
  background: #455B45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #F0F0F0;
  border: 3px solid #455B45;
  cursor: pointer; }
  .btn span, .btn__ span {
    
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: auto;
    text-transform: uppercase; }
  .btn:hover, .btn__:hover {
    border: 3px solid #455B45;
    background: transparent;
    color: #455B45; }

.btn__ {
  border: 3px solid #455B45;
  background: transparent;
  color: #455B45; }
  .btn__:hover {
    background: #455B45;
    color: #f0f0f0; }

#bestcoffee2{
  background: #455B45;
  color: #f0f0f0;
}
#bestcoffee2:hover{
    background: transparent;
    color: #455B45;
}
.title {
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase; }
  .title .title__item {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc; }
    .title .title__item:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid #6D2937;
      width: 88px;
      height: 1px;
      left: 0px;
      bottom: -1px; }
    .title .title__item:before {
      content: "";
      position: absolute;
      background-color: #6D2937;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      width: 8px;
      height: 8px;
      left: 0px;
      bottom: -4px; }
  .title .title--red {
    color: #6D2937; }

.main_head {
  margin: auto;
  height: 200px;
  min-width: 200px; }

.content__text {
  font-size: 16px;
  line-height: 1.5; }

/* ===header=== */
.header .container{
  text-align: center;
}
.header .container .logo {
  display: inline-block;
  padding: 25px 0; }
  .header .container .logo .logo_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header .container .logo .logo_item a {
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .header .container .logo .logo_item a img {
        max-width: 200px;
        margin: auto; }
  .header .container .logo p {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #333; }
    .header .container .logo p a{
    font-size: 16px;
    color: #333;
    }
    .header .container .logo p a:hover{
    color:#6D2937;
    }

.burger {
  display: none;
  z-index: 30;
  position: relative; }

.burger__item {
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 18px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: none;
          border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 3; }
  .burger__item:focus {
    outline: none; }
  .burger__item span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #6D2937; }
    .burger__item span::before {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #6D2937;
      content: "";
      top: -8px;
      -webkit-transition: .3s;
      transition: .3s; }
    .burger__item span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #6D2937;
      content: "";
      top: 8px;
      -webkit-transition: .3s;
      transition: .3s; }

.mob-nav {
  background: url(../img/11.png?u=1);
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 75px;
  z-index: 5;
  height: 635px;
  display: none; }
  .mob-nav a {
    text-transform: uppercase;
    color: #000; }
  .mob-nav li {
    padding: 17px 0;
    text-align: center; }

.burger__item--active span {
  height: 0; }
  .burger__item--active span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0; }
  .burger__item--active span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0; }

/* ===main_1=== */
.main_1 {
  background: url("../img/11.png?u=1");
  padding: 95px 0 80px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  .main_1 .container .main_1_item {
    max-width: 1030px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main_1 .container .main_1_item .main_1__ {
      width: 230px;
      display: block; }
      .main_1 .container .main_1_item .main_1__ p {
        line-height: 28px;
        height: 75px; }
        .main_1 .container .main_1_item .main_1__ p img {
          max-width: 70px;
          margin: auto; }
          .main_1 .container h1,
  .main_1 .container h4 {
    color: #333;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 28px; }
    .main_1 .container h3,
  .main_1 .container h5 {
    padding: 0 0 40px;
    color: #333;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400; }
    .main_1 .container h3 span,
    .main_1 .container h5 span {
      font-size: 27px;
      font-weight: 700; }

/* ===main_2=== */
.main_2 {
  padding: 90px 0 80px; }
  .main_2__text {
    padding-top: 25px;
    width: 400px;
    line-height: 1.4; }

.main_2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.main_2__title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase; }
  .main_2__title span {
    color: #6D2937; }

.main_2__content h4 {
  width: 570px; }

/* ===main_3=== */
.main_3 {
  padding: 85px 0;
  background: url("../img/11.png?u=1"); }
  .main_3__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 55px; }
  .main_3__img {
    text-align: center; }
    .main_3__img .auto-free {
      padding-bottom: 11px; }
  .main_3__item {
    padding: 0 40px;
    max-width: 360px;
    line-height: 1.5; }

/* ===main_4=== */
.main_4 .slick-slide img{
	margin: 0px auto;
  max-width: 100%;
}
.main_4 .slick-prev{
	left: 0px;
    z-index: 2;
}
.main_4 .slick-next{
	right: 0px;
    z-index: 2;
}
.main_4 {
  padding: 85px 0; }
  .main_4__body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: spece-between;
    -webkit-justify-content: spece-between;
        -ms-flex-pack: spece-between;
            justify-content: spece-between;
    padding-top: 90px; }
  .main_4__col {
    width: 387px; }
  .main_4 .content__title {
    padding-bottom: 5px;
    text-align: left; }
    .main_4 .content__title span {
      position: relative;
      bottom: 20px;
      left: 12px; }
  .main_4 .content__text {
    padding-left: 100px;
    font-weight: 400; }
  .main_4__list {
    font-size: 14px;
    padding-left: 120px;
    padding-top: 20px; }
    .main_4__list li {
      font-size: 16px;
      padding: 10px 0;
      list-style-type: disc;
      color: #6D2937; }
      .main_4__list li span {
        color: #000; }
  .main_4 .red-coffee-bag {
    padding-top: 30px; }
  .main_4__down-P {
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    margin-top: -20px;
    margin-bottom: 20px; }
  .main_4__slider .slick-arrow {
    background-image: url("../img/slick-arrow.png?u=1");
    width: 16px;
    height: 30px; }
    .main_4__slider .slick-arrow:before {
      display: none; }
  .main_4__slider .slick-next {
    -webkit-transform: rotate(180deg) translateY(17px);
        -ms-transform: rotate(180deg) translateY(17px);
            transform: rotate(180deg) translateY(17px); }
  .main_4 .btn {
    margin-top: 15px; }

/* ===main_5=== */
.main_5 {
  padding: 10px 0;
  background: url("../img/33.png?u=1"); }
  .main_5 .osb21 {
    text-align: left;
    margin-left: 90px;
    line-height: 1.5; }
  .main_5 .container .main_5_box {
    position: relative;
    width: 170px; }
    .main_5 .container .main_5_box img {
      position: absolute;
      top: -39px; }
  .main_5 .container .main_5_free {
    width: 430px; }
    .main_5 .container .main_5_free .main_5_free_item {
      margin: auto; }
  .main_5 .container form {
    margin-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main_5 .container form input {
      text-indent: 20px;
      width: 300px;
      border: 1px solid #cccccc;
      height: 42px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      margin: auto 0;
      color: #939393;
      font-size: 13px; }
    .main_5 .container form button {
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      margin: 20px auto; }
  .main_5 .container .mail1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }

/* === main_6 + main_7=== */
.main_6, .main_7, .main_7-5 {
  padding: 50px 0 80px; }
  .main_6 .container .main_6_head .main_6_head_item, .main_7 .container .main_6_head .main_6_head_item, .main_7-5 .container .main_6_head .main_6_head_item {
    background: url("../img/big-office.png?u=1") no-repeat;
    background-position: center; }



  .main_6 .container .main_6_head .main_12_head_item{
    background: url("../img/big-export.png?u=1") no-repeat;
    background-position: center; }

  .main_6 .container .main_6_head .main_11_head_item{
    background: url("../img/big-shop.png?u=1") no-repeat;
    background-position: center; }

  .main_6 .container .main_6_head .main_7-5_head_item, .main_7 .container .main_6_head .main_7-5_head_item, .main_7-5 .container .main_6_head .main_7-5_head_item {
    background: url("../img/big-office.png?u=1") no-repeat;
    background-position: center; }
  .main_6 .container .main_6_bot .main_6_left, .main_7 .container .main_6_bot .main_6_left, .main_7-5 .container .main_6_bot .main_6_left {
    width: 52%;
    font-size: 0;
    margin: auto 50px auto 0;
    margin-left: 50px; }
  .main_6 .container .main_6_bot .main_6_right, .main_7 .container .main_6_bot .main_6_right, .main_7-5 .container .main_6_bot .main_6_right {
    width: 41%;
    /* 	#office-present{
					position: absolute;
					left: -9999px;
				} */ }

    .main_6 .container .main_6_bot .main_6_right .os14, .main_7 .container .main_6_bot .main_6_right .os14, .main_7-5 .container .main_6_bot .main_6_right .os14 {
      padding: 5px 0;
      line-height: 1.3; 
    }
    .main_6 .container .main_6_bot .main_6_right_btn, .main_7 .container .main_6_bot .main_6_right_btn, .main_7-5 .container .main_6_bot .main_6_right_btn {
      padding-top: 10px; }
    .main_6 .container .main_6_bot .main_6_right .btn, .main_6 .container .main_6_bot .main_6_right .btn__, .main_7 .container .main_6_bot .main_6_right .btn, .main_7 .container .main_6_bot .main_6_right .btn__, .main_7-5 .container .main_6_bot .main_6_right .btn, .main_7-5 .container .main_6_bot .main_6_right .btn__ {
      width: 195px; }
  .main_6__row, .main_7__row, .main_7-5__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 0; }
    .main_6__row--center, .main_7__row--center, .main_7-5__row--center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .main_6__row--center img, .main_7__row--center img, .main_7-5__row--center img {
        height: 108px; }
  .main_6_left_link, .main_7_left_link, .main_7-5_left_link {
    width: 180px; }
    .main_6_left_link .hight-stan, .main_7_left_link .hight-stan, .main_7-5_left_link .hight-stan {
      padding: 30px 0 20px; }
  .main_6 input[type="file"], .main_7 input[type="file"], .main_7-5 input[type="file"] {
    position: absolute;
    left: -9999px; }

.main_6__row--center img {
  height: auto; }
.main_6_left_link .p_df {
	height: 65px;
}

.rent_b{
  background: url("../img/big-rent.png?u=1") no-repeat!important;
  background-position: center!important;
}
.main_7 {
  padding: 50px 0;
  background: url("../img/11.png?u=1");
  /* #restorant-present{
		position: absolute;
		left: -9999px;
	} */ }
  .main_7 .main_7_head .main_7_head_item {
    background: url("../img/big-rest.png?u=1") no-repeat;
    background-position: center; }
  .main_7 .main_6_left_link {
    width: 215px; }


/* ===main_8=== */
.main_8 {
  padding: 85px 0 75px;
  background: url("../img/11.png?u=1"); }
  .main_8__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 95px; }
  .main_8_link {
    width: 290px;
    margin: auto; }
  .main_8 .os14 {
    line-height: 1.4; }
  .main_8 .container .main_8__ .main_8_item img {
    height: 60px; }
  .main_8 .container .main_8__ .main_8_item ul {
    margin-left: 20px;
    margin-top: 20px;
    list-style-type: square;
    color: #6D2937; }
    .main_8 .container .main_8__ .main_8_item ul li {
      padding: 8px 0; }
      .main_8 .container .main_8__ .main_8_item ul li .os14 {
        padding: 0; }
  .main_8 .container .main_8__ .main_8_item .hour__list {
    width: 225px; }
  .main_8 .container .lt {
    width: 38%;
    margin-right: 14%; }
  .main_8 .container .rt {
    width: 48%; }
  .main_8__  {
    width: 33.3%;
  }
/* ===main_9=== */
.main_9 {
  padding: 75px 0 80px;
  background: url("../img/22.png?u=1"); }
  .main_9 .container .main_9_calc {
    margin: auto;
    width: 370px; }
    .main_9 .container .main_9_calc h5 {
      text-align: center;
      color: #333;
      font-size: 13px; }
    .main_9 .container .main_9_calc h6 {
      text-align: center;
      color: #939393;
      font-size: 13px;
      margin: 35px 0 10px; }
    .main_9 .container .main_9_calc .runner {
      width: 370px; }
      .main_9 .container .main_9_calc .runner .runner_item {
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        width: 370px;
        /* Ширина слайдера */
        /* Контейнер слайдера */
        /* Ползунок */
        /* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
        /* позиционируем ползунки */
        /* оформление полосы по которой ходит ползунок */
        /* оформление активного участка (между двумя ползунками) */
        /* скругление для полосы слайдера */ }
        .main_9 .container .main_9_calc .runner .runner_item .inp__val {
          color: #939393;
          font-size: 13px;
          position: absolute;
          top: 0;
          right: 100px;
          border: none;
          background: none;
          width: 30px; }
        .main_9 .container .main_9_calc .runner .runner_item .inp_right {
          height: 42px;
          width: 70px;
          border: 1px solid #cccccc;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          text-align: center;
          color: #939393; }
        .main_9 .container .main_9_calc .runner .runner_item #slider, .main_9 .container .main_9_calc .runner .runner_item #slider_cup {
          width: 270px;
          margin: auto 0; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider {
          position: relative; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider .ui-slider-handle {
          position: absolute;
          z-index: 2;
          width: 13px;
          /* Задаем нужную ширину */
          height: 13px;
          /* и высоту */
          background: #455B45;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          cursor: pointer; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider .ui-slider-range {
          position: absolute;
          z-index: 1;
          font-size: .7em;
          display: block;
          border: 0;
          overflow: hidden; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider-horizontal {
          height: 3px;
          /* задаем высоту согласно дизайна */ }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider-horizontal .ui-slider-handle {
          top: -5px;
          margin-left: -6px; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider-horizontal .ui-slider-range {
          top: 0;
          height: 100%; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider-horizontal .ui-slider-range-min {
          left: 0; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-slider-horizontal .ui-slider-range-max {
          right: 0; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-widget-content {
          border: none;
          background: #ccc; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-widget-header {
          background: #455B45; }
        .main_9 .container .main_9_calc .runner .runner_item .ui-corner-all {
          -webkit-border-radius: 4px;
          border-radius: 4px; }
    .main_9 .container .main_9_calc p {
      text-transform: uppercase; }
      .main_9 .container .main_9_calc p span:first-child {
        color: #6D2937;
        margin-left: 30px; }
      .main_9 .container .main_9_calc p span:nth-child(2) {
        color: #6D2937; }
      .main_9 .container .main_9_calc p span:last-child {
        color: #8d8d8d;
        text-transform: lowercase; }
    .main_9 .container .main_9_calc a {
      margin-top: 20px; }

/* ===main_10=== */
.main_10 {
  padding: 80px 0; }
  .main_10 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .main_10 .scheme {
    margin-top: 85px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .main_10 .scheme__item {
    text-align: center;
    width: 270px;
    position: relative;
    font-size: 14px; }
    .main_10 .scheme__item h4 {
      text-transform: uppercase; }
    .main_10 .scheme__item:not(:last-child):before {
      content: "";
      position: absolute;
      max-width: 125px;
      width: 63%;
      min-width: 70px;
      border-bottom: 1px dashed #cccccc;
      top: 33px;
      left: 170px; }
    .main_10 .scheme__item img {
      padding-bottom: 25px; }
    .main_10 .scheme__item .ptop-10 {
      padding-top: 11px; }
  .main_10 .content--f {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px;
    margin-top: 40px; }
  .main_10 .slider__scheme {
    display: none; }

/* ===main_11=== */
.main_11 {
  background: url("../img/33.png?u=1");
  padding: 75px 0; }
  .main_11 form {
    width: 340px;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center; }
  .main_11 .mail2 {
    display: inline-block;
    margin: auto;
    width: 260px; }
  .main_11 .form__title {
    padding-bottom: 30px; }
    .main_11 .form__title--mobile {
      display: none; }
  .main_11 input {
    text-align: center;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 17px 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    margin-bottom: 19px;
    font-size: 13px; }
  .main_11 button {
    display: block;
    font-size: 13px;
    color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase; }
  .main_11__content {
    position: relative;
    display: inline-block;
  }
    .main_11__content img {
    display: inline-block;
      width: 200px; }
  .main_11__text {
    display: inline-block;
    width: 350px;
    margin-right: 100px;
    margin-left: 50px; }
  .main_11__p {
    line-height: 1.2;
    padding-bottom: 18px;
    font-size: 14px;
    padding-right: 0;
  }
    .main_11__p span {
      color: #6D2937; }
  .scroll_to_top{
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 10%;
    right: 50px;
    width: 50px;
    height: 50px;
    background: url("../img/to_top.png?u=1") no-repeat;
    background-size: 50px 50px;
  }
/* ===footer=== */
.footer {
  background: url("../img/footer-back.png?u=1") no-repeat;
  background-size: cover; }
  .footer .contact {
    padding: 50px 0 75px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .footer .contact__item {
    text-align: center;
    width: 25%;
    padding: 0 25px;
    position: relative; }
    .footer .contact__item:not(:last-child):after {
      content: "";
      position: absolute;
      height: 100px;
      border-right: 1px solid #ccc;
      right: -15px;
      top: 40px; }
  .footer .contact__address {
    font-size: 14px;
    line-height: 1.2; }
  .footer .contact__tel {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.2; }
  .footer .copy-right {
    font-size: 14px;
    line-height: 1.4;
    padding: 25px 0;
    text-align: center; }
  .footer__numb {
    text-align: center;
    color: #6D2937;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px; }
  .footer__numb a{
    color: #6D2937;
    font-size: 14px;
  }
  .footer .osb21 {
    padding-top: 50px;
    margin-top: 0; }

/* ====errors form==== */
.mail1 .error, .mail1 .empty{display: none; position:absolute; color:red;font: 400 16px/1.1 'Open Sans', sans-serif;text-transform: none;}
.mail2 .error, .mail2 .empty, .mail2 .city {display:none;position:relative; color:red;font: 400 16px/1.1 'Open Sans', sans-serif;text-transform: none;}




.header_pusher{

}
.header.header_fixed .container .logo{
  display: inline-block;
}
.top_navi{
  display: none;
  float: right;
  margin: 25px 0px;
}

.header.header_fixed{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 0px 30px 0px #ddd;
    top: 0px;
}
.header.header_fixed .top_navi{
  display: inline-block;
}
.top_navi .top_navi_link_rent,
.top_navi .top_navi_link{
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}
.top_navi .top_navi_link_rent .top_navi_link_img,
.top_navi .top_navi_link .top_navi_link_img{
  display: block;    
  width: 35px;
  height: 38px;
  overflow: hidden;
  margin: 0px auto;
}
.top_navi .top_navi_link_rent .top_navi_link_img img,
.top_navi .top_navi_link .top_navi_link_img img{
  display: block;
  width: 100%;
}
.top_navi .top_navi_link_rent .top_navi_link_title,
.top_navi .top_navi_link .top_navi_link_title{
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  margin: auto;
  max-width: 85px;
}
.top_navi .top_navi_link_rent .top_navi_link_title:last-child, 
.top_navi .top_navi_link .top_navi_link_title:last-child{
  max-width: 100px;
}
.header_pusher.header_fixed{
  height: 121px;
}
.quantity{
  position: relative;
}
.quantity_plus{
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}
.quantity_minus{
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
}
.map_img{
    max-width: 100%;
    display: block;
    width: 100%;
    text-align: center;
}



.map_holder{
  position: relative;
  max-width: 600px;
}
.map_holder .map_b{
  max-width: 100%;
}
.map_holder .map_city{
  position: absolute;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  transition:1s;
}
.map_holder .map_city:hover{
  opacity: 1;
}
.map_holder .map_city img{

}
.map_holder .map_city img.focus{
  display: none;
  width: 100%;
}
.map_holder .map_city img.no_focus{
  display: block;
  width: 100%;
}
.map_holder .map_city:hover img.focus{
  display: block;
}
.map_holder .map_city:hover img.no_focus{
  display: none;
}



.map_holder .map_city .map_description{
  display: block;
  position: absolute;
  top: -90px;
  left: -60px;
  background: #fff;
  font-size: 13px;
  width: 180px;
  z-index: 2;
  opacity: 0;
  line-height: 18px;
  transition: 1s;
  border: 3px solid #6D2937;
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  pointer-events:none;
}

.map_holder .map_city .map_title{
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    margin: auto;
    color: #fff;
    background: #005b86;
    border-radius: 2px;
}


.map_holder .map_city:hover .map_title{
  background:#6D2937;
}

.map_holder .map_city:hover .map_description{

  pointer-events:inherit;
}
.map_holder .map_city:hover .map_description{
  opacity: 1;
}

.map_holder .map_city .map_description a{
  color: #000;
}
.map_holder .map_city .map_description a:hover{
  font-weight: bold;
  color: #6D2937;
  text-decoration: none;
}
.harkov{
  top: 107px;
  left: 414px;
  width: 97px;
}
.kiev{
  top: 53px;
  left: 247px;
  width: 87px;
}
.dnepr{
  top: 171px;
  left: 362px;
  width: 123px;
}
.odessa{
  top: 218px;
  left: 204px;
  width: 104px;
}
.nikolaev{
  top: 215px;
  left: 274px;
  width: 92px;
}
.poltava{
  top: 102px;
  left: 333px;
  width: 110px;
}
.priluki{
  top: 12px;
  left: 280px;
  width: 88px;
}
.privat_head{
  margin: auto;
  height: 100px;
  position: relative;
  min-width: 200px;
}
.privat_label_subtitle{
  display: block;
  z-index: 2;
  font-weight: 100;
  line-height: 42px;
  position: relative;
}
.privat_head .title .title__item{
  padding-bottom: 50px;
  z-index: 2;
}
.privat_head:after{
    content: "";
    display: block;
    position: absolute;
    width: 220px;
    height: 150px;
    background: url(/assets/templates/img/privatlabel/privat_label_back.png?u=1);
    top: -25px;
    left: 100px;
    background-size: 220px 150px;
    background-repeat: no-repeat;
}

.privat_label_holder{
  align-items: center;
  display: flex;
  position: relative;
}
.privat_label_holder .privat_latel_img{
  width: 25%;
  display: inline-block;

}
.privat_label_holder .privat_latel_img img{
  display: block;
  max-width: 100%;
}
.privat_label_holder .privat_label_adv{
  width: 44%;
  display: inline-block;
}

.privat_label_holder .privat_label_adv .privat_label_adv_item{
  display: inline-block;
  width: 49%;
}
.privat_label_holder .privat_label_adv .privat_label_adv_item.centered_item{
  display: inline-block;
  width: 100%;
}
.privat_label_holder .privat_label_adv .privat_label_adv_item img{
  width: 45px;
  display: block;
  margin: 0px auto;
  height: 45px;
}
.privat_label_holder .privat_label_text{
  width: 30%;
  display: inline-block;
}
.privat_label_holder .privat_label_text p{
    padding: 5px 0;
    line-height: 1.3;
    font-size: 16px;
}
.privat_label_adv .privat_label_adv_item .osb14{
    max-width: 110px;
    line-height: 18px;
    padding: 10px 0;
}
.icon_telegram{
  background: url('../img/icon_telegram.png?u=1');
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 10px 5px;
  transition:0.5s;
}
.icon_facebook{
  background: url('../img/icon_facebook.png?u=1');
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 10px 5px;
  transition:0.5s;
}
.icon_viber{
  background: url('../img/icon_viber.png?u=1');
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 10px 5px;
  transition:0.5s;
}
.icon_whatsapp{
  background: url('../img/icon_whatsapp.png?u=1');
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 10px 5px;
  transition:0.5s;
}

.icon_facebook:hover,
.icon_whatsapp:hover,
.icon_telegram:hover,
.icon_viber:hover{
  opacity: 0.7;
}
.lang_selector{
  display: inline-block;
  width: 65px;
  height: 50px;
  vertical-align: top;
  margin: 40px 15px;
  position: relative;
  float: right;
}
.lang_selector ul{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65px;
    height: 50px;
    text-align: left;
    overflow: hidden;
    background: #fff;
    transition:all 0.5s;
    z-index: 3;
}
.lang_selector ul:after{
    content: "";
    background: url(../img/lang_marker.png?u=1);
    background-size: 12px 16px;
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.lang_selector.active ul,
.lang_selector ul:hover{
    height: auto;
    box-shadow: 0px 0px 30px 0px #ececec;
}
.lang_selector ul li{
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.lang_selector ul li a{
    color: #6D2937;
    font-weight: normal;
    font-size: 20px;
    transition:0.5s;
}
.lang_selector ul li a:hover{
    color: #6D2937;
    text-decoration: underline;
}

.map_n_history{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.map_n_history span{
  display: block;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
}
.map_n_history span i{
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}


.tab_title a{
    display: inline-block;
    color: #979696;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    border: 3px solid transparent;
    padding: 10px 15px;
    transition:0.5s;
}
.tab_title a:hover{
    color: #6D2937;
}
.tab_title a.active{
    border: 3px solid #6D2937;
    color: #6D2937;
}
.tab_title{
  display: block;
  margin-bottom: 20px;
}
.tab_block{
  display: none;
}
.tab_block.active{
  display: block;
}
.map_w_title{
  font-size: 18px;
  color: #979696;
  font-weight: normal;
  display: block;
  margin: 10px 0px;
}
.map_w_history{
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
.map_w_history .map_w_history_col{
  width: 33%;
  display: inline-block;
}
.map_w_history .map_w_history_col span{
    width: 100%;
    display: block;
    color: #979696;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.map_w_history .map_w_history_col span i{
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #979696;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 10px;
    font-style: normal;
    vertical-align: middle;
}
#rent .p_df img{
  max-width: 70px;
}

.mobile_view_h_list{
  display: none;
}
.map_w_history_mobile{
  display: none;
}

.footer .contact__address a,
.footer .contact__address a:hover,
.footer .contact__address a:focus{
  color: #000;
}

.overflow{
  display: none;
}
.overflow.active{
  display: block;
  background: rgba(0,0,0,0.4);
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.oh{
    overflow: hidden;
    height: 100%;
    position: absolute;
}
.top_navi_mtop{
  display: none;
}
.mobile_only{
  display: none;
}
.main_video{
    text-align: center;
    display: block;
    margin: auto;
    background: url(../img/11.png?u=1);
    padding: 40px 0 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.main_video video,
.main_video iframe{
  width: 600px;
  height: 335px;
}
.tophead_block{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tophead_phone{
  margin-left: 20px;
  text-align: center;
}
.top_head_logo_f{
  display: none;
}
.header .container .logo .logo_item a img.top_head_logo{
  max-width: 200px;
}
.header .container .logo .logo_item a img.top_head_logo_f{
  max-width: 75px;
}
.header.header_fixed .top_head_logo_f{
  display: block;
}
.header.header_fixed .top_head_logo{
  display: none;
}


.contact_data {
    border: 2px solid #6D2937;
    padding: 10px;
    border-radius: 20px;
}

.contact_data select {
    margin: 0 0 15px 0;
}

.contact_data .contact_row.adress {
    margin: 7px 0;
    font-weight: bold;
    font-size: 12px;
}

.contact_data [type="text"],
.contact_data [type="tel"]{
    padding: 8px 5px;
    background: #e4e4e4;
    color: #444!important;
    border: none!important;
    margin: 5px auto;
}
.contact_data [type="text"].error_input,
.contact_data [type="tel"].error_input{
    border: 1px solid #ff0000!important;
}
.contact_data{
    position: fixed;
    width: 240px;
    background: #fff;
    z-index: 100;
    right: 70px;
    bottom: 20%;
    transform: translate(350px);
    transition: 0.5s;
    text-align: center;
}
.contact_data.active{
    transform: translate(0px);
}
.feedTextTop{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 5px auto;
}
.feedPhoneText{
    display: block;
    text-align: center;
    font-size: 14px;
}
.feedPhone{
    color: #6d2937;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
}
#send_callback{
      position: relative;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1.34em;
    padding: 0.667em 2em;
    border-bottom: none;
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    border-radius: 20px;
    margin: 10px auto;
    background-color: rgb(98 43 57);
    border: none;
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.778em !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.714em !important;
    cursor: pointer;
}
#send_callback:hover{
  opacity: 0.7;
}
.other_data #success{
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.call_me{
    position: fixed;
    right: 0px;
    bottom: 30%;
    width: 70px;
    height: 70px;
    z-index: 11;
    padding: 10px;
}
.call_me_icon{
  background: url('../img/call_me.png?u=1');
  width: 50px;
  height: 50px;
  margin: 0px auto;
  animation-name: shakecall;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
  transition:0.5s;
}
.call_me.unvisible .call_me_icon{
    /*display: none;*/
}

.call_me.unvisible .call_me_icon{
  background: url('../img/call_me_h.png?u=1');
  width: 50px;
  height: 50px;
  margin: 0px auto;
  animation-name: shakecall;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
  transition:0.5s;
}
@keyframes shakecall {
  0% { transform: translate(0px); }
  4% { transform: translate(5px); }
  8% { transform: translate(-5px); }
  12% { transform: translate(3px); }
  17% { transform: translate(-3px); }
  21% { transform: translate(1px); }
  25% { transform: translate(0px); }
}
.a_c_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.a_c_block img{
    width: 100%;
    max-width: 100%;
}
.a_c_title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
}
.a_c_description{
    font-size: 17px;
    text-transform: initial;
    text-align: center;
    line-height: 22px;
    margin-bottom: 10px;
}
.main_2__pict{
	max-width: 225px;margin-right: 55px;
}
.content h1{
  width: 100%;
  float: left;
  font-weight: bold;
  line-height: normal;
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
  line-height: 42px;
}
.content h2{
  width: 100%;
  float: left;
  font-size: 24px;
  position: relative;
  line-height: 36px;
  margin-bottom: 15px;
}
.content h3{
  width: 100%;
  float: left;
  font-size: 20px;
  position: relative;
  line-height: 34px;
  margin-bottom: 15px;
}
.content h4{
  line-height: normal;
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
}
.content h5{
  line-height: normal;
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
}
.content a,
.content i,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content strong,
.content b{
  font-weight: bold;
}
.content i{
  font-style: italic;
}
.content a{
  color: #8339B6;
  display: contents;
  text-decoration: none;
}
.content a:hover{
  color: #1d1d1b;
  text-decoration: none;
}

.content ol{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  padding-right: 15px;
  list-style: inside;
  list-style-type: decimal;
  width: 100%;
  display: flex;
  flex-direction: column;
} 
.content ol li{
  width: 100%;
  float: left;
  padding-left: 0px;
  position: relative;
  margin-bottom: 5px;
}
.content ul{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content ul li {
  width: 100%;
  float: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.content ul li:after {
  position: absolute;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #475b46;
  border-radius: 100%;
  top: 10px;
  transform: translateY(-50%);
  content: "";
}
.faq_block{
  display: flex;
  flex-direction: column;
  margin: 60px auto 20px auto;
}
.faq{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
    border-top: 1px solid #e0e0e0;
}
.faq .faq_question{
  padding: 16px 16px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s;
}
.faq .faq_answer{
  display: none;
}
.faq.active .faq_answer{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 15px;
}
.faq .faq_question svg{
  position: relative;
  display: block;
  transition:0.5s;
}
.faq.active .faq_question svg{
  transform: rotate(180deg);
}
.blog_block{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  gap:10px;
  width:100%;
  flex-wrap: wrap;
  margin: 50px auto 20px auto;
}
.tpl_blog{
  display:flex;
  flex-direction:column;
  width:calc(100% / 3 - 10px);
}
.blog_image{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: -1px 2px 3px 0px #00000057;
}
.blog_image img{
  display:block;
  width:100%;
  transition:0.5s;
}
.tpl_blog:hover .blog_image img{
  opacity:0.7;
}
.blog_title{
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  margin: auto;
  width: 100%;
  transition:0.5s;
}
.tpl_blog:hover .blog_title{
  color: #6D2937;
}
.blog_date{
  position: absolute;
  bottom: 0px;
  z-index: 1;
  right: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #ffffff85;
  padding: 5px 15px;
  border-top-left-radius: 20px;
}
.pagination{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}
.pagination span,
.pagination a{
  display:flex;
  flex-direction:column;
  padding: 10px 15px;
  background:#fff;
  color:#333333;
  border:1px solid #eee;
  border-radius:5px;
  overflow:hidden;
}
.pagination span{
    background: #6d2937;
    color:#fff;
}
@media (max-width: 1200px){
  .top_navi .top_navi_link_rent,
  .top_navi .top_navi_link{
    max-width: 100px;
  }
}


@media (max-width: 1170px){
  .mobile_only{
    display: block;
  }
  .top_navi_mtop{
    display: block;
  }
  #opt-dillers.main_6 .container .main_6_bot .main_6_left{
    margin-left: -30px;
  }
  .top_navi button{
      margin: 20px auto;
  }
  .top_navi{
    float: none;
  }
  .privat_label_holder{
    padding-top: 330px;
  }
  .privat_label_holder .privat_latel_img{
    width: 49%;
  }
  .privat_label_holder .privat_label_text{
    width: 49%;
    vertical-align: top;
    margin-top: 50px;
  }
  .privat_label_holder .privat_label_adv{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 40px;
  }
  .map_holder .map_city .map_description{
    top:-100px;
  }
  .harkov{
    top: 70px;
    left: 268px;
    width: 61px;
  }
  .kiev{
    top: 36px;
    left: 160px;
    width: 55px;
  }
  .dnepr {
    top: 111px;
    left: 234px;
    width: 79px;
  }
  .nikolaev {
    top: 140px;
    left: 177px;
    width: 59px;
  }
  .odessa {
    top: 143px;
    left: 133px;
    width: 65px;
  }
  .poltava{
    top: 67px;
    left: 216px;
    width: 69px;
  }
  .priluki {
    top: 8px;
    left: 155px;
    width: 47px;
}
  .burger {
    position: fixed;
    top: 55px;
    right: 20px;
    display: block; }
  .burger__item {
    display: block; }




  .top_navi{
    display: block;
    text-align: center;
    float: none;
    margin: 5px 0px;
  }
  .top_navi .top_navi_link_rent .top_navi_link_title, .top_navi .top_navi_link .top_navi_link_title,
  .top_navi .top_navi_link_rent, .top_navi_link_title,
  .top_navi .top_navi_link .top_navi_link_title{
    font-size: 8px;
    padding: 5px 0;
  }
  .header .top_navi a.top_navi_mtop{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 75px;
    position: relative;
    line-height: 75px;
    padding-left:70px;
    color: #000;
    font-size: 18px;
    border: none;
    margin-bottom: 5px;
  }
  .header .top_navi a.top_navi_mtop:before{
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 32px;
    width: 32px;
    background: url(../img/mphone.png?u=1);
    background-size: 32px 32px;
  }

  .header.header_fixed .top_navi,
  .top_navi{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 85%;
    background: #fff;
    z-index: 45;
    border-right: 2px solid #ddd;
    height: 100%;
    text-align: left;
    margin: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .header .top_navi > a{
    width: 100%;
    display: block;
    max-width: inherit!important;
    border-bottom: 2px solid #ddd;
    padding: 0px;
    margin: 0px;
  }
  .header .top_navi > a .top_navi_link_img{
    display: inline-block;
    vertical-align: top;
    margin: 7px 15px 7px 20px;
  }
  .header .top_navi > a .top_navi_link_title{
    display: inline-block;
    vertical-align: top;
    max-width: inherit!important;
    font-size: 14px;
    line-height: 42px;
  }
  .header .top_navi > a .top_navi_link_img img{
    filter: grayscale(1);
    opacity: 0.5;
  }
  .header.header_fixed .top_navi.top_navi--active,
  .top_navi.top_navi--active{
    display: block;
  }
  .burger{
    z-index: 45;
  }

  .burger__item.burger__item--active{
    position: fixed;
    top: 55px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    padding: 2px;
    z-index: 45;
  }
  .burger__item.burger__item--active span{
    top: 12px;
    width: 22px;
    left: 2px;
  }

}
@media (max-width: 992px){

  .tpl_blog{
    display:flex;
    flex-direction:column;
    width:calc(100% / 2 - 10px);
  }
  .top_navi .top_navi_link_rent,
  .top_navi .top_navi_link{
    max-width: 100px;
  }
  #opt-dillers.main_6 .container .main_6_bot .main_6_left{
    margin-left: -10px;
    margin-right: 0px;
  }

}

@media (max-width: 768px){
  .main_2__pict{margin: 0px auto;}
  .call_me{
    position: fixed;
    right: 0px;
    bottom: 70px;
    width: 35px;
    height: 35px;
    z-index: 11;
    padding: 10px;
  }
  .call_me_icon {
    background: url(../img/call_me.png?u=1);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  .call_me.unvisible .call_me_icon{
    background: url(../img/call_me_h.png?u=1);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  .scroll_to_top {
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url("../img/to_top.png?u=1") no-repeat;
    background-size: 36px 36px;
  }
  .tophead_phone{
    display: none;
  }
  .top_head_logo_f{
    display: none;
  }
  .header .container .logo .logo_item a img.top_head_logo{
    max-width: 150px;
    vertical-align: top;
    max-height: 50px;
  }
  .header.header_fixed .top_head_logo_f{
    display: none;
  }
  .header.header_fixed .top_head_logo{
    display: block;
  }

  .tophead_block{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .main_video{
    padding: 0px;
  }
  .main_video video,
  .main_video iframe{
    width: 100%;
    height: 200px;
  }

  .burger__item.burger__item--active{
    right: 10px;
    top: 30px;
  }
  .main_2 .main_2__text,
  #privat-label .privat_label_text p,
  #opt-restor .main_6_right p,
  #opt-office .main_6_right p{
    font-size: 14px;
    line-height: 1.5;
  }
  .footer{
    background: #ececec!important;
  }
  .footer .osb18{
    padding: 10px 0px;
  }
  .footer .contact__item{
    padding-bottom: 10px!important;
  }
  .footer .contact__tel{
    margin-top: 5px!important;
  }
  #opt-dillers.main_6{
     padding: 10px 0 25px;
  }

  .map_w_history .map_w_history_col{
    width: 50%!important;
    vertical-align: top;
  }
  .map_w_history .map_w_history_col span{
    font-size: 15px;
  }
  .map_w_history_mobile{
    display: block;
  }
  .map_n_history span{
    font-size: 11px;
  }
  .map_holder .map_city .map_title{
    font-size: 9px;
  }
  .harkov{
    top: 59px;
    left: 229px;
    width: 52px;
  }
  .kiev{
    top: 31px;
    left: 138px;
    width: 45px;
  }
  .dnepr{
    top: 95px;
    left: 201px;
    width: 66px;
  }
  .nikolaev{
    top: 119px;
    left: 152px;
    width: 49px;
  }
  .odessa{
    top: 122px;
    left: 115px;
    width: 54px;
  }
  .poltava{
    top: 57px;
    left: 184px;
    width: 59px;
  }
  #opt-dillers.main_6 .container .main_6_head .main_12_head_item{
    padding-top: 100px;
    margin-bottom: -40px;
  }
  #opt-dillers.main_6 .container .main_6_head .main_11_head_item{
    padding-top: 90px;
    margin-bottom: -40px;
  }
  #rent.main_6 .container .rent_b{
    padding-top: 30px;
    margin-bottom: -40px;
  }
  #opt-restor.main_7 .container .main_6_bot .main_6_left,
  #opt-office.main_6 .container .main_6_bot .main_6_left,
  #opt-dillers.main_6 .container .main_6_bot .main_6_left,
  #rent.main_6 .container .main_6_bot .main_6_left{
    padding: 0px;
  }
  #opt-restor.main_7 .main_6_left_link{
    width: auto!important;
  }
  #opt-restor.main_7 .main_6__row,
  #opt-office.main_6 .main_6__row,
  #rent.main_6 .main_6__row{
    display: block;
    width: 100%;
  }
  #opt-restor.main_7 .main_6_left_item,
  #opt-office.main_6 .main_6_left_item,
  #rent.main_6 .main_6_left_item{
    width: 49%;
    display: inline-block;
  }
  #opt-restor.main_7 .main_6__row--center,
  #opt-office.main_6 .main_6__row--center,
  #rent .main_6__row--center{
    order: inherit;
    -webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    -webkit-order: inherit;
  }


  #opt-restor.main_7 .main_6_right,
  #opt-office .main_6_right,
  #rent.main_6 .main_6_right{
    text-align: left;
  }
  #rent #bestcoffee2{
    display: block;
    width: 100%;
  }
  #rent .main_6_right_btn .btn__{
    width: 100%!important;
  }

  .mobile_hidden{
    display: none;
  }
  .mobile_view_h_list{
    display: block;
    color: #6D2937;
    text-align: center;
  }
  /*
  .mobile_h_list{
    height: 76px;
    overflow: hidden;
  }
  */
  .mobile_h_list.active{
    height: auto;
  }
  .lang_selector{
    margin: 10px 15px;
  }
  .popupform{
    padding-bottom: 30px;
  }
  .top_navi .top_navi_link_rent,
  .top_navi .top_navi_link{
    max-width: 50px;
  }
  .header_pusher.header_fixed{
    height: 157px;
  }
  .header.header_fixed .container .logo{
    display: inline-block;
  }
  .header .container .logo{
    padding: 10px 0px;
  }
  
  #main-3 .main_3__row{
    text-align: center;
  }
  #main-3 .main_3__item{
    padding: 0 0px;
    margin: 0 auto;
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  #main-3 .main_3__item .osb18{
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .main_1 .container .main_1_item{
    text-align: center; 
  }
  .main_1 .container .main_1_item a{
    width: 32%!important;
    display: inline-block!important;
    vertical-align: top!important;
  }
  .main_1 .container .main_1_item a .osb18{
    padding: 12px 0;
    font-size: 10px!important;
    line-height: 18px!important;
  }
}

@media (max-width: 744px){
  .blog_title{
    font-size: 13px;
  }
  .tpl_blog{
    display:flex;
    flex-direction:column;
    width:100%;
  }
  .header.header_fixed .top_navi,
  .top_navi{
    display: none;
  }
  .top_navi.top_navi--active{
    display: block;
  }
  .privat_label_holder .privat_latel_img img {
    margin: 0px auto;
    width: 200px;
  }
  .privat_label_holder .privat_latel_img{
    text-align: center;
    width: 100%;
  }
  .privat_label_holder .privat_label_text{
    width: 100%;
  }
  .privat_head:after{
    width: 170px;
    height: 125px;
    background: url(/assets/templates/img/privatlabel/privat_label_back.png?u=1);
    top: -25px;
    left: 30px;
    background-size: 170px 125px;
  }
}
@media (max-width: 370px){
  .lang_selector {
    margin: 10px 45px 0px 0px;
  }
}
@media (max-width: 320px){
  .lang_selector {
    margin: 10px 45px 0px 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 744px) {
  .btn span, .btn__ span {
    text-align: center;
    line-height: 1.4; }
  .container {
    width: 744px; }
  .main_2__text {
    width: auto; }
  .main_4 .content__text {
    padding-left: 35px; }
  .main_4__list {
    padding-left: 35px; }
  .main_4__slider {
    margin-top: 100px; }
    .main_4__slider img {
      width: 376px; }
  .main_4 .slick-prev {
    left: 20px; }
  .main_4 .slick-next {
    right: 20px; }
  .main_5 .container form {
    display: block;
    width: auto; }
    .main_5 .container form input {
      margin-top: 30px;
      margin-bottom: 30px; }
    .main_5 .container form a {
      margin: 0 auto; }
  .main_6 .container .main_6_bot .main_6_left {
    margin-left: 0px;
    margin-right: 70px; }
  .main_6 .container .main_6_bot .main_6_right {
    padding-left: 10px; }
  .main_6 .container .main_6_bot .main_6_right_btn {
    display: block; }
    .main_6 .container .main_6_bot .main_6_right_btn .btn__ {
      margin-bottom: 10px; }
  .main_6__row {
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main_7 .container .main_6_bot .main_6_left {
    margin-left: 16px;
    margin-right: 0px; }
  .main_7 .container .main_6_bot .main_6_right_btn {
    display: block; }
    .main_7 .container .main_6_bot .main_6_right_btn .btn__ {
      margin-bottom: 10px; }
  .main_7-5 .container .main_6_bot .main_6_left {
    margin-left: 0;
    margin-right: 30px; }
  .main_7-5 .container .main_6_bot .main_6_right_btn {
    display: block; }
    .main_7-5 .container .main_6_bot .main_6_right_btn .btn__ {
      margin-bottom: 10px; }
  .main_8_link {
    width: 170px; }
  .main_8 .osb22 {
    font-size: 16px;
    height: 30px; }
  .main_8 .container .main_8__ .main_8_item ul {
    margin-left: 0;
  }
  .main_10 {
    line-height: 1.4; }
    .main_10 .scheme__item:not(:last-child):before {
      left: 113px;
      width: 50%; }
  .main_11 .container .p_df {
    display: block; }
  .main_11 form {
    width: auto;
    margin-top: 40px; }
  .main_11 input {
    width: 45%; }
  .main_11__text {
    margin-right: 0px; }
  .main_11 .mail2 {
    display: block;
    width: 100%; } }

@media (max-width: 768px) {
.main_1_item .p_df{
  display: block;
}
}

@media screen and (max-width: 743px) {
  .container {
    width: 320px; }
  .title {
    font-size: 18px; }
  .main_head {
    margin: auto;
    height: 170px;
    min-width: 200px; }
  html, body {
    overflow-x: hidden; }
  .burger {
    position: fixed;
    top: 25px;
    right: 10px;
    display: block; }
  .burger__item {
    display: block; }
  /* ======header======= 
  .header {
    background: url(../img/11.png); }
    */
    .header .logo img {
      width: 75%; }
  /* ======main-1======= */
  .main_1 {
    padding: 25px 0 30px; }
    .main_1 .container .main_1_item {
      display: block; }
      .main_1 .container .main_1_item .main_1__ {
        width: auto; }
        .main_1 .container .main_1_item .main_1__ p {padding: 0px;margin: 0px;line-height: auto;
          height: auto; }
        .main_1 .container .main_1_item .main_1__ .osb18 {
          padding: 20px 0;
          font-size: 16px; }
    .main_1 .container h4 {
      font-size: 26px;
      padding: 20px 0 15px; }
    .main_1 .container h5 {
      font-size: 13px;
      padding-bottom: 25px; }
      .main_1 .container h5 span {
        font-size: 13px;
        font-weight: 400; }
  /* ======main-2======= */
  .main_2 {
    padding: 40px 0 50px;
    background: none;
    background-position: bottom; }
    .main_2__body {
      display: block; }
    .main_2__title {
      text-align: center;
      font-size: 20px; }
    .main_2__text {
      text-align: center;
      width: auto;
      padding: 15px 10px;
      line-height: 1.4;
      font-size: 14px; }
    .main_2__pict {
      display: block; }
  /* ======main-3======= */
  .main_3 {
    padding: 35px 0 10px; }
    .main_3__row {
      display: block;
      padding: 0; }
    .main_3__item {
      padding: 0 10px;
      margin: 0 auto; }
      .main_3__item .osb18 {
        font-size: 16px;
        padding-top: 20px; }
  /* ======main-4======= */
  .main_4 {
    padding: 25px 0 50px; }
    .main_4__body {
      display: block;
      padding-top: 50px; }
    .main_4__slider {
      display: none; }
    .main_4 .content__title {
      padding-bottom: 15px; }
      .main_4 .content__title img {
        display: block;
        margin: 0 auto; }
      .main_4 .content__title span {
        display: block;
        margin: 0 auto;
        position: static;
        padding-top: 25px;
        text-align: center;
        font-size: 16px; }
    .main_4 .content__text {
      padding-left: 0;
      padding: 0 10px;
      text-align: center; }
    .main_4__col {
      width: auto; }
    .main_4__list {
      padding-left: 50px;
      padding-top: 15px; }
    .main_4__down-P {
      margin-top: 25px; }
  /* ======main-5======= */
  .main_5 {
    background: url(../img/mobile-coffee-dark-bg.jpg); }
    .main_5 .p_df {
      display: block; }
    .main_5 .container .main_5_free {
      width: auto;
      margin-bottom: 55px; }
    .main_5 .container .main_5_box img {
      left: -103px;
      top: -30px; }
    .main_5 .container form {
      display: block;
      margin-left: 0;
      text-align: center;
      width: auto; 
      margin: 30px 0 0;}
      .main_5 .container form a {
        margin: 20px auto; }
    .main_5_free_item br {
      display: none; }
    .main_5 .osb21 {
      margin-left: 85px; }
  /* === main_6 + main_7+ main_7-5=== */
  .main_6, .main_7, .main_7-5 {
    padding: 40px 0 40px; }
    .main_6 .container .p_df, .main_7 .container .p_df, .main_7-5 .container .p_df {
      display: block;
      text-align: center; }
    .main_6 .container .main_6_head, .main_7 .container .main_6_head, .main_7-5 .container .main_6_head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex; }
      .main_6 .container .main_6_head .main_6_head_item, .main_7 .container .main_6_head .main_6_head_item, .main_7-5 .container .main_6_head .main_6_head_item {
        background: url("../img/main-6-mobile-bg.png") no-repeat;
        background-position: top;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex; }
      .main_6 .container .main_6_head .main_7-5_head_item, .main_7 .container .main_6_head .main_7-5_head_item, .main_7-5 .container .main_6_head .main_7-5_head_item {
        background: url("../img/big-office.png") no-repeat;
        background-position: center; }
    .main_6 .container .main_6_bot .main_6_left, .main_7 .container .main_6_bot .main_6_left, .main_7-5 .container .main_6_bot .main_6_left {
      margin: 0 auto;
      padding: 0 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .main_6 .container .main_6_bot .main_6_right, .main_7 .container .main_6_bot .main_6_right, .main_7-5 .container .main_6_bot .main_6_right {
      width: auto;
      padding: 0 10px;
      margin-top: 15px; }
      .map_w_history .map_w_history_col{
        width: 100%;
      }
      .main_6 .container .main_6_bot .main_6_right_btn, .main_7 .container .main_6_bot .main_6_right_btn, .main_7-5 .container .main_6_bot .main_6_right_btn {
        padding-top: 10px; }
      .main_6 .container .main_6_bot .main_6_right .btn, .main_6 .container .main_6_bot .main_6_right .btn__, .main_7 .container .main_6_bot .main_6_right .btn, .main_7 .container .main_6_bot .main_6_right .btn__, .main_7-5 .container .main_6_bot .main_6_right .btn, .main_7-5 .container .main_6_bot .main_6_right .btn__ {
        margin-top: 20px; }
      .main_6 .container .main_6_bot .main_6_right .os14, .main_7 .container .main_6_bot .main_6_right .os14, .main_7-5 .container .main_6_bot .main_6_right .os14 {
        padding: 10px 0; }
    .main_6__row, .main_7__row, .main_7-5__row {
      display: block;
      padding: 0; }
      .main_6__row--center, .main_7__row--center, .main_7-5__row--center {
        order: -1;
        -webkit-box-ordinal-group: -1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: -1;
        /* OLD - Firefox 19- */
        -ms-flex-order: -1;
        /* TWEENER - IE 10 */
        -webkit-order: -1; }
    .main_6_left_item, .main_7_left_item, .main_7-5_left_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      padding: 10px 0; }
    .main_6_left_link, .main_7_left_link, .main_7-5_left_link {
      width: auto; }
  .main_7 {
    background-size: auto;
    background-repeat: repeat; }
    .main_7 .main_7_head .main_7_head_item {
      background: url("../img/main-7-mobile-bg.png") no-repeat;
      background-position: top;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex; }
    .main_7 .container .main_6_bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .main_7 .main_6_right {
      order: 1;
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* TWEENER - IE 10 */
      -webkit-order: 1; }
  .main_7-5 .container .main_6_head .main_7-5_head_item {
    background: url("../img/shop.png") no-repeat;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .main_7-5 .container .main_6_bot .main_6_right .bnt__ {
    width: 205px; }
  /* ============= main_8============= */
  .main_8 {
    padding: 60px 0 35px;
    background-size: auto;
    background-repeat: repeat; }
    .main_8__body {
      margin-top: 65px;
      display: block; }
    .main_8__ {
      width: auto;
      margin-bottom: 35px; }
    .main_8 .osb22 {
      font-size: 16px;
      width: 240px;
      line-height: 1.5; }
    .main_8 .container .main_8__ .main_8_item .hour__list--mobile {
      width: 205px;
      margin-left: 30px; }
  /* ============= main_9============= */
  .main_9 {
    padding: 35px 0 35px; }
    .main_9 .osb21 {
      font-size: 16px; }
    .main_9 .container .main_9_calc .runner {
      width: auto; }
      .main_9 .container .main_9_calc .runner .runner_item {
        width: auto; }
        .main_9 .container .main_9_calc .runner .runner_item #slider {
          margin-right: 20px;
          margin-left: 10px;
          width: 210px; }
        .main_9 .container .main_9_calc .runner .runner_item #slider_cup {
          margin-right: 20px;
          margin-left: 10px;
          width: 210px; }
    .main_9 .container .main_9_calc p {
      padding: 10px; }
      .main_9 .container .main_9_calc p span:first-child {
        margin-left: 10px; }
  /* ============= main_10============= */
  .main_10 {
    padding: 40px 0 50px; }
    .main_10 .scheme {
      display: none; }
    .main_10 .scheme__item:before {
      display: none; }
    .main_10 .slider__scheme {
      margin-top: 65px;
      display: block; }
    .main_10 .slick-slide img {
      display: inline; }
    .main_10 .slick-dots {
      position: relative;
      top: 10px; }
      .main_10 .slick-dots li button {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        background-color: #ebebeb; }
        .main_10 .slick-dots li button:before {
          display: none; }
      .main_10 .slick-dots li.slick-active button {
        background-color: #ed1b23; }
  /* ============= main_11============= */
  .main_11 {
    padding: 40px 0; }
    .main_11__content {
      display: none; }
    .main_11 .form__title {
      display: none; }
      .main_11 .form__title--mobile {
        display: block;
        padding-bottom: 25px; }
    .main_11 form {
      width: auto;
      margin-top: 40px; }
  /* ============= footer============= */
  .footer {
    background: url(../img/footer-mobile-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .footer .osb21 {
      padding-top: 35px; }
    .footer .contact {
      padding: 15px 0;
      display: block;
      border: none; }
      .footer .contact__item {
        width: auto;
        padding-bottom: 35px;
        border-bottom: 1px solid #b8b8b8; }
        .footer .contact__item:after {
          display: none; }
    .footer .copy-right {
      padding: 25px 60px; }

    .popupwrapper {
      display: flex;
      margin: auto;
      max-width: 744px;
      text-align: center;
    }
    .popup {
      width: 100%;
    } }

/* @media screen and (max-width: 525px){
	.container{
		overflow: hidden;
	}
} */
/* ==============popup============ */
.popupwrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
  z-index: 5; }

.popup {
  padding: 20px 0;
	position: fixed;
  width: 100%;
  margin-top: 5%;
}
.popupform {
  margin-bottom: 40px;
}
  .popup__layer {
    position: fixed;
    display: none;
    left: 0;
    z-index: 5;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/11.png"); }
  .popup .close {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 10px; }
  .popup .btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .popup__title {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
    margin-top: 20px; }
    .popup__title{
      font-size: 15px;
      padding-right: 25px;
    }
  .popup__body {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .popup__row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 770px;
    margin: 0 auto; }
  .popup label {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
    position: relative; }
  .popup__col {
    width: 48%;
    position: relative; }
  .popup textarea, .popup input, .popup select {
    padding: 13px 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 22px;
            border-radius: 22px;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .popup textarea option, .popup input option, .popup select option {
      text-align: center;
      padding: 5px; }
  .popup select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .popup textarea {
    font: 400 13.3333px Arial;
    width: 100%;
    height: 85px;
    resize: none; }
    .popup .jq-selectbox__select-text{
      font: 400 13.3333px Arial;
    }
  .popup .jqselect {
    width: 100%; }
  .popup .jq-selectbox__select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cccccc !important;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    background-color: #FFF;
    text-align: center;
    color: #939393;
    padding: 13px 0; }
  .popup .jq-selectbox__dropdown {
    margin: 0;
    margin-top: 44px;
    width: 350px !important;
    left: 10px; }
    .popup .jq-selectbox__dropdown li:hover {
      background-color: #cccccc;
      color: #222222; }
    .popup .jq-selectbox__dropdown li.selected {
      color: #000; }
  .popup .jq-selectbox__trigger-arrow {
    height: 5px;
    width: 9px;
    top: 19px;
    right: 25px; }

.error {
  border-color: #b94a48 !important; }
  .error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b94a48; }
  .error::-moz-placeholder {
    /* Firefox 19+ */
    color: #b94a48; }
  .error::-ms-input-placeholder {
    /* IE 10+ */
    color: #b94a48; }
  .error::-moz-placeholder {
    /* Firefox 18- */
    color: #b94a48; }

label.error {
  border: 1px solid #b94a48 !important;
  position: absolute;
  opacity: 0.9;
  top: -41px;
  left: 10px;
  color: #b94a48;
  padding: 5px 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: white;
  font-size: 12px;
  z-index: 105;
  width: 70%; }
  label.error:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #b94a48;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 10px;
    bottom: -9px; }

.thanks {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/11.png); }
  .thanks .footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .thanks__text {
    text-align: center;
    padding-top: 120px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px; }
  .thanks__back {
    margin-top: 20px; }
    .thanks__back a {
      font-size: 16px;
      text-transform: none;
      color: #333;
      text-decoration: underline; }

@media screen and (max-width: 744px) and (min-width: 320px) {
  .popup__row {
    display: block;
    width: 100%; }
  .popup__col {
    width: 95%;
    margin: 0 auto; }
  .popup textarea {
    margin-bottom: 20px; }
  .popup .jq-selectbox__dropdown {
    width: 90% !important; }
.popup {height: 100vh; overflow-y: auto; z-index: 50; margin-top: 0;}
.popupwrapper, .popup__layer {z-index: 50;} }

