@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 h4 {
    color: #333;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 28px; }
  .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 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);
}
@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){
  .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){

  .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;
  }
}