.x-mobile {
  display: none!important
}
.x-tablet {
  display: none!important
}
@media only screen and (max-width:1200px) {
  .x-tablet {
    display: block!important
  }
  .x-desktop {
    display: none!important
  }
}
@media only screen and (max-width:800px) {
  .x-mobile {
    display: block!important
  }
  .x-tablet {
    display: none!important
  }
  .x-desktop {
    display: none!important
  }
}
.resp img {
  display: block;
  width: 100%;
  height: auto
}
.catalog-img {
  display: block;
  position: relative
}
.catalog-img a {
  display: block
}
.catalog-img img {
  width: 100%!important;
  height: auto;
  display: block
}
.catalog-img video {
  width: 100%
}
.catalog-img__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  z-index: 2;
  pointer-events: none
}
.catalog-item-slider__dots {
  width: 30px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  position: relative;
  overflow: hidden;
  right: 5px
}
.catalog-item-slider__dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  max-width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #aaa;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: relative;
  left: 6px;
  margin: 0 2px
}
.catalog-item-slider__dots .owl-dot.next,
.catalog-item-slider__dots .owl-dot.prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.catalog-item-slider__dots .owl-dot.active {
  background-color: #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.banner-slider__download img,
.banner-slider__item img {
  height: auto;
  width: 100%
}
.banner-slider__wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto
}
.main-button {
  display: inline-block;
  border: 3px solid #3b9e23;
  background: #3b9e23;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 30px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 810px);
  font-weight: 700;
  z-index: 2;
  white-space: nowrap;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.main-button:hover {
  background-color: #fff;
  color: #3b9e23
}
@media only screen and (max-width:1920px) {
  .main-button {
    border-width: .15625vw;
    font-size: .9375vw;
    padding: .78125vw 1.5625vw;
    left: calc(50% - 42.1875vw);
    bottom: 1.5625vw
  }
}
.banner-slider {
  display: none
}
.banner-slider .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #fff!important;
  opacity: .5
}
.banner-slider .owl-dot.active {
  opacity: 1
}
.banner-slider .owl-dots {
  text-align: center;
  padding-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%
}
.banner-slider__inner {
  position: absolute;
  z-index: 2;
  width: 380px;
  background: rgba(255,255,255,.85);
  border-radius: 2px;
  padding: 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 5%;
  top: 10%
}
.banner-slider__inner .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px
}
.banner-slider__inner .description {
  font-size: 20px;
  margin-bottom: 10px
}
.banner-slider__inner a {
  display: block;
  text-decoration: none;
  background: #23429e;
  color: #fff;
  width: 100%;
  padding: 13px 15px 13px 15px;
  margin: 10px auto;
  text-align: center;
  font-weight: 700;
  border: none!important;
  cursor: pointer;
  font-size: 20px
}
@-webkit-keyframes text {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
  }
  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0)
  }
}
@keyframes text {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
  }
  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0)
  }
}
.ticker {
  position: relative;
  overflow: hidden
}
.ticker {
  white-space: nowrap;
  display: block
}
.ticker > div {
  width: 100%
}
.video {
  background-color: #e3e5e6;
  padding: 50px 0
}
.video video {
  margin: 0 auto;
  display: block
}
.video__container {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 10px
}
.video__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 30px
}
@media only screen and (max-width:992px) {
  .banner-slider__inner {
    position: relative;
    right: auto;
    width: 100%;
    background-color: #e3e5e6
  }
}
@media only screen and (max-width:800px) {
  .video__title {
    font-size: 20px
  }
  .video video {
    width: 100%!important;
    height: 56.25vw!important
  }
}
.video-widget {
  position: fixed;
  text-align: left;
  bottom: 50px;
  left: 50px;
  width: 130px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  z-index: 1010;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background-color: rgba(0,0,0,.5)
}
.video-widget video {
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: opacity .5s ease,border-radius .3s ease;
  -o-transition: opacity .5s ease,border-radius .3s ease;
  transition: opacity .5s ease,border-radius .3s ease;
  width: 100%;
  height: 100%
}
@media only screen and (min-width:800px) {
  .video-widget {
    cursor: pointer
  }
  .video-widget:hover {
    width: 136px;
    height: 190px;
    border-color: #000
  }
  .video-widget:hover .video-widget__close {
    opacity: 1;
    pointer-events: auto
  }
}
.video-widget__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 3;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  pointer-events: none
}
.video-widget__close svg {
  width: 22px!important;
  height: 22px!important;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}
.video-widget__close:hover {
  background-color: rgba(0,0,0,.5)
}
.video-widget_active {
  width: 318px!important;
  height: 530px!important;
  border-color: #000
}
.video-widget_active .video-widget__close,
.video-widget_active .video-widget__sound {
  width: 28px;
  height: 28px;
  opacity: 1;
  pointer-events: auto
}
.video-widget_active .video-widget__close svg,
.video-widget_active .video-widget__sound svg {
  width: 28px!important;
  height: 28px!important
}
.video-widget_active .video-widget__close:hover,
.video-widget_active .video-widget__sound:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.video-widget_active .video-widget__sound {
  top: 44px
}
.video-widget_active .widget-video-button {
  opacity: 1;
  -webkit-transition: .5s all 5s ease;
  -o-transition: .5s all 5s ease;
  transition: .5s all 5s ease;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.video-widget__sound {
  position: absolute;
  top: 36px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: rgba(0,0,0,.1);
  z-index: 3;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  pointer-events: none
}
.video-widget__sound:hover {
  background-color: rgba(0,0,0,.5)
}
.video-widget__sound svg {
  width: 22px!important;
  height: 22px!important;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}
.video-widget__sound svg:last-child {
  display: none
}
.video-widget__sound_active svg:first-child {
  display: none
}
.video-widget__sound_active svg:last-child {
  display: block
}
.widget-video-play {
  width: 72px;
  height: 72px;
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  z-index: 3;
  pointer-events: none;
  opacity: .5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.widget-video-play svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.widget-video-play_active {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}
.widget-video-play_active.widget-video-play_stop svg:first-child {
  opacity: .5
}
.widget-video-play_active.widget-video-play_stop svg:last-child {
  opacity: 0
}
.widget-video-play_active svg:first-child {
  opacity: 0
}
.widget-video-play_active svg:last-child {
  opacity: .5
}
.widget-video-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #23429e;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  width: 270px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  font-size: 14px;
  pointer-events: none;
  z-index: 3;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%)
}
@media only screen and (max-width:600px) {
  .video-widget {
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 135px
  }
  .video-widget_active {
    width: 280px!important;
    height: 480px!important
  }
  .widget-video-button {
    width: 234px
  }
}
.team {
  padding: 50px 0 120px
}
.team__container {
  max-width: 1295px;
  margin: 0 auto;
  padding: 0 10px
}
.team__container .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #23429e!important;
  opacity: .5
}
.team__container .owl-dot.active {
  opacity: 1
}
.team__container .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%
}
.team__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 30px
}
.team__title span {
  font-size: 20px;
  display: block
}
.team__img {
  margin-bottom: 20px
}
.team__prof {
  font-size: 16px
}
.team__name {
  font-size: 22px;
  margin-bottom: 8px
}
@media only screen and (max-width:800px) {
  .team__title {
    font-size: 24px
  }
  .team__name {
    font-size: 18px
  }
  .team__prof {
    font-size: 15px
  }
  .team {
    padding: 30px 0 80px
  }
}
.gallery {
  padding: 50px 0 120px
}
.gallery__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 30px
}
.gallery__img_video {
  position: relative
}
.gallery__img_video:hover:before {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}
.gallery__img_video:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='95' height='95' viewBox='0 0 95 95'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.5 95C73.7335 95 95 73.7335 95 47.5C95 21.2665 73.7335 0 47.5 0C21.2665 0 0 21.2665 0 47.5C0 73.7335 21.2665 95 47.5 95ZM65.3239 46.5297C64.8815 45.7836 64.2472 45.1736 63.4888 44.7649L43.2587 33.6165C40.0012 31.8229 36 34.1573 36 37.8531V60.1485C36 63.8428 40.0012 66.1787 43.2587 64.382L63.4888 53.2351C64.2472 52.8264 64.8815 52.2164 65.3239 51.4704C65.7663 50.7243 66 49.8704 66 49C66 48.1297 65.7663 47.2757 65.3239 46.5297Z' fill='%23ffffff' /%3E%3C/svg%3E")
}
.gallery__container {
  max-width: 1295px;
  margin: 0 auto;
  padding: 0 10px
}
.gallery__container .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #23429e!important;
  opacity: .5
}
.gallery__container .owl-dot.active {
  opacity: 1
}
.gallery__container .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%
}
@media only screen and (max-width:800px) {
  .gallery__title {
    font-size: 24px
  }
}
.interior-video {
  max-width: 1295px;
  margin: 0 auto;
  padding: 30px 10px
}
.interior-video__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}
.interior-video__row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 12px
}
.interior-video__row video {
  width: 100%
}
@media only screen and (max-width:800px) {
  .interior-video {
    padding: 20px 10px
  }
  .interior-video__row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}
@media only screen and (max-width:600px) {
  .interior-video__row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.taxi {
  padding: 100px 0;
  background-image: url(/assets/images/taxi.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden
}
.taxi:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .65
}
.taxi__container {
  position: relative;
  z-index: 2;
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 30px
}
.taxi__title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 20px
}
.taxi__text {
  margin: 0;
  font-size: 21px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px
}
.taxi__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: -50px;
  position: relative;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.taxi__row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.taxi__list {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 550px
}
.taxi__list li {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 20px
}
.taxi__bottom {
  text-align: center;
  color: #fff
}
.taxi__bottom a {
  color: #fff
}
.taxi__input {
  margin-bottom: 20px
}
.taxi__input input {
  width: 100%;
  font-size: 17px
}
.taxi__button {
  display: block;
  width: 100%;
  background-color: #b91a23;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}
.taxi__button:hover {
  background-color: #a3171f
}
.text {
  padding: 50px 0
}
.text__container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 10px
}
.text__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.text__row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}
.text__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 20px
}
.text__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.text__content h2 {
  margin: 0;
  margin-bottom: 20px
}
.text__content p {
  margin: 0;
  margin-bottom: 10px
}
.yandex-rating {
  max-width: 150px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden
}
.yandex-rating img {
  width: 100%;
  display: block;
  height: auto
}
.timer {
  padding: 30px 0
}
.timer__container {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 20px
}
.textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.textDiv_Days span,
.textDiv_Hours span,
.textDiv_Minutes span,
.textDiv_Seconds span {
  position: relative;
  top: -10px;
  font-size: 30px!important
}
.textDiv_Days h4,
.textDiv_Hours h4,
.textDiv_Minutes h4,
.textDiv_Seconds h4 {
  position: relative;
  top: -5px;
  font-size: 11px!important
}
.time_circles {
  max-width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px
}
.timer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.timer__title {
  font-size: 35px;
  font-weight: 700;
  max-width: 350px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  margin: 0;
  margin-right: 20px
}
.timer-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}
.timer__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px)
}
.timer__link {
  display: inline-block;
  background-color: #23429e;
  border: 3px solid #23429e;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  font-size: 20px
}
.timer__link:hover {
  color: #23429e;
  background-color: #fff
}
.timer__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  border-radius: 5px
}
.timer-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
.timer__button {
  padding: 15px
}
.timer__input input {
  width: 100%;
  padding: 13px;
  border: 1px solid #000!important;
  outline: 0!important;
  border-radius: 5px
}
.timer__checkbox {
  position: relative;
  cursor: pointer
}
.timer__checkbox a {
  text-decoration: none;
  color: #23429e
}
.timer__checkbox input {
  position: absolute;
  visibility: hidden
}
.timer__checkbox input:checked ~ span:before {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.0625 6.5625L4.6875 9.1875L9.9375 3.5625' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
}
.timer__checkbox span {
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 24px
}
.timer__checkbox span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%
}
.timer-form {
  padding-left: 20px
}
.new-header .container {
  padding: 0 10px
}
.new-header__contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.new-header__address,
.new-header__phone,
.new-header__time {
  font-size: 18px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  color: #000;
  text-decoration: none
}
.new-header__address {
  background-image: url(../assets/icons/address_g.svg)
}
.new-header__phone {
  background-image: url(../assets/icons/phone_g.svg)
}
.new-header__time {
  background-image: url(../assets/icons/time_g.svg)
}
.new-header__button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #3b9e23;
  border: 1px solid #3b9e23;
  color: #fff
}
.new-header__button:hover {
  background-color: #fff;
  color: #3b9e23
}
.new-header__buttons {
  display: none
}
@media only screen and (max-width:1200px) {
  .taxi {
    padding: 60px 0
  }
  .taxi__title {
    font-size: 38px
  }
  .taxi__row {
    margin-right: -20px;
    margin-left: -20px
  }
  .taxi__row > * {
    padding-right: 20px;
    padding-left: 20px
  }
  .main-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 3px;
    font-size: 18px;
    padding: 15px 30px
  }
  .timer__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .timer-form {
    padding-left: 0
  }
  .timer__title {
    margin-bottom: 20px
  }
  .new-header__time {
    display: none
  }
  .new-header__contacts {
    padding-left: 30px
  }
}
@media only screen and (max-width:900px) {
  .taxi {
    padding: 40px 0
  }
  .taxi__row {
    display: block;
    margin-bottom: 30px
  }
  .taxi__row > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .taxi__container {
    padding: 0 10px;
    max-width: 400px
  }
  .taxi__title {
    font-size: 28px;
    margin-bottom: 20px
  }
  .taxi__text {
    font-size: 16px;
    margin-bottom: 30px
  }
  .taxi__list {
    margin-bottom: 30px
  }
  .taxi__list li {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
  }
  .timer-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px
  }
  .timer__button,
  .timer__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px)
  }
  .new-header__button,
  .new-header__phone {
    display: none
  }
  .new-header__contacts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .new-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none
  }
  .new-header__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
  }
  .new-header__buttons li:first-child {
    border-right: 1px solid #fff
  }
  .new-header__buttons a {
    padding: 15px 5px;
    color: #fff;
    background-color: #23429e;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
  }
  #DateCountdown {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:500px) {
  .text__content,
  .text__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .text__img {
    padding-right: 10px
  }
  .text__img {
    margin-bottom: 20px
  }
  .timer__button,
  .timer__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .timer__input {
    margin-bottom: 10px
  }
  .textDiv_Days,
  .textDiv_Hours,
  .textDiv_Minutes,
  .textDiv_Seconds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .textDiv_Days span,
  .textDiv_Hours span,
  .textDiv_Minutes span,
  .textDiv_Seconds span {
    position: relative;
    top: -5px;
    font-size: 20px!important
  }
  .textDiv_Days h4,
  .textDiv_Hours h4,
  .textDiv_Minutes h4,
  .textDiv_Seconds h4 {
    position: relative;
    top: -5px;
    font-size: 8px!important
  }
  .timer__title {
    font-size: 26px;
    margin-bottom: 10px
  }
  .timer-form {
    margin-top: 10px
  }
  .new-header__contacts {
    padding-left: 20px
  }
  .new-header__address {
    font-size: 16px
  }
  .timer__link {
    width: 100%;
    display: block;
    text-align: center
  }
  #DateCountdown {
    margin-bottom: 0
  }
}