.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
}
.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: #0A607D;
  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: 60px 0 20px
}
.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-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 30px
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.interior-video > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-right: 12px
}
.interior-video > div:last-child {
  margin: 0
}
.interior-video video {
  width: 100%
}
@media only screen and (max-width:800px) {
  .interior-video {
    display: block;
    padding: 20px 10px
  }
  .interior-video > div {
    margin-bottom: 12px;
    margin-right: 0
  }
}
.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
}
.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
}
@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
  }
}
@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
  }
}