.fa-phone {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.contact__form .form-group .float-icon.fa-phone-alt {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.slick-slide {
  float: left;
}

.view-unit .unit-wrapper .top-section .unit-slider .controllers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.view-unit .unit-wrapper .top-section .unit-slider .controllers button {
  margin: 2px;
}

.fixed-search button.close-search svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.fixed-search button.close-search:hover svg {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.pagination-wrap .pagination li:first-of-type a svg,
.pagination-wrap .pagination li:last-of-type a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-content {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
