@charset "UTF-8";
body {
  background: #fff;
  font-family: 'Helvetica-light';
  height: 100%;
}
html {
  height: 100%;
}
@font-face {
  font-family: 'Helvetica-light';
  src: url('../fonts/HelveticaNeueCyr-Light.otf');
}
@font-face {
  font-family: 'Helvetica-Thin';
  src: url('../fonts/HelveticaNeueCyr-Thin.otf');
}
@font-face {
  font-family: 'Helvetica-bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf');
}
@font-face {
  font-family: 'Helvetica-medium';
  src: url('../fonts/HelveticaNeueCyr-Medium.otf');
}
a:focus {
  outline: none !important;
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
}
#page-preloader .spinner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../images/spinner.gif') no-repeat 50% 50%;
  margin: -32px 0 0 -32px;
}
.btn-pur {
  border-radius: 20px;
  background-color: #ab218e;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 0.5rem 1.5rem;
  font-family: 'Helvetica-light';
  text-decoration: none;
}
.btn-pur:focus,
.btn-pur:hover,
.btn-pur:active {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
}
.bg-white {
  background-color: #fff !important;
}
.second {
  padding: 3rem 0;
  overflow: hidden;
}
.btn-play {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  text-align: center;
}
.btn-play .fa-play {
  margin-left: 6px;
}
.absolute-image img {
  position: absolute;
  right: 0;
  max-width: 68%;
  top: -12rem;
}
.videoCaption p {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  margin-top: 3rem;
  font-family: 'Helvetica-bold';
}
.second h1 {
  letter-spacing: 0.5px;
  margin: 2rem 0;
  text-transform: uppercase;
}
.second p {
  font-size: 14px;
  line-height: 1.57;
  color: #000;
  font-weight: 400;
}
.third {
  background-image: url('../images/bglogo.png');
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-top: 11rem;
}
.left-border {
  border-left: 1px solid #ab218e;
  padding-left: 2rem;
}
.third h3 {
  padding: 1.5rem 0;
  font-size: 2.2rem;
}
.third p {
  font-family: Helvetica-bold;
  font-size: 0.85rem;
}
.four {
  background: #ffe9fa;
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, #ffe9fa),
    color-stop(46%, white),
    color-stop(70%, white),
    color-stop(100%, white)
  );
  background: linear-gradient(
    45deg,
    #ffe9fa 0%,
    white 46%,
    white 70%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9fa', endColorstr='#ffffff', GradientType=1);
  margin-top: 5rem;
}
.sliderIcon .textElement p {
  font-size: 13px;
  font-family: Helvetica-medium;
}
.sliderIcon .textElement h3 {
  font-size: 18px;
  padding: 0.2rem 0;
  font-family: Helvetica-light;
  text-transform: uppercase;
}
.paralaxBlock {
  width: 100%;
  min-height: 100%;
}
.blockButton {
  min-height: 120px;
  background: #ab218e;
}
.btn-white {
  font-size: 16px;
  color: #ab218e;
  padding: 0.6rem 2.5rem;
  font-family: Helvetica-medium;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 14px 18px 0 rgba(255, 109, 225, 0.43),
    0 0 18px 0 rgba(255, 126, 228, 0.53), 0 0 10px 0 rgba(255, 255, 255, 0.36);
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  box-shadow: none;
  color: #ab218e;
}
.paralax2 {
  position: absolute;
  bottom: 0;
  z-index: 50;
}
.paralax1 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 100%;
  overflow: hidden;
}
.paralax3 {
  display: flex;
  align-items: flex-end;
  position: absolute;
  z-index: 62;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 50%;
  overflow: hidden;
}
.paralaxBlock {
  overflow: hidden;
}
.paralax1 img {
  max-height: 300px;
}
.five {
  background: #eeeeee;
}
.five p:first-child {
  font-family: Helvetica-medium;
  font-size: 0.8rem;
}
.five h2 {
  font-family: Helvetica-Thin;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.backgroundGentle {
  background: url('../images/bgGantle.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right 3rem;
}
.sex {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.card {
  padding: 15px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.3);
  border: solid 0.5px #f4f4f4;
}
.progressBlock p {
  font-family: Helvetica-medium;
  font-size: 0.8rem;
  margin: 0;
}
.progressBlock progress {
  margin-bottom: 1rem;
}
.progress-pur {
  width: 40%;
}
.progressbar {
  border: 0;
  height: 20px;
  border-radius: 5px;
}
.progressbar::-webkit-progress-bar {
  width: 100%;
  height: 20px;
  border-radius: 5px;
  background: #fff;
}
.progress-pur::-webkit-progress-value {
  border-radius: 5px;
  background: #ab218e;
  background: linear-gradient(to right, #ab218e 0%, #ff2e96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab218e', endColorstr='#ff2e96',GradientType=1);
}
.progress-pur::-moz-progress-bar {
  border-radius: 5px;
  background: #ab218e;
  background: linear-gradient(to right, #ab218e 0%, #ff2e96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab218e', endColorstr='#ff2e96',GradientType=1);
}
.progress-grey::-webkit-progress-value {
  border-radius: 5px;
  background: #eeeeee;
  background: linear-gradient(to right, #eeeeee 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=1);
}
.progress-grey::-moz-progress-bar {
  border-radius: 5px;
  background: #eeeeee;
  background: linear-gradient(to right, #eeeeee 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=1);
}
.grey-70 {
  width: 70%;
}
.grey-80 {
  width: 80%;
}
.pur-40 {
  width: 35%;
}
.grey-50 {
  width: 50%;
}
.treeline,
.treeline li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
}
.treeline > li:not(:only-child) {
  position: relative;
}
.imageGallery .img-fluid {
  max-height: 400px;
  display: block;
  margin: 0 auto;
}
.dev-company {
  height: 15rem;
}
.treeline li:not(:last-child) {
  border-left: 1px solid #ccc;
}
.treeline > li:not(:only-child):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  height: 2.5em;
  border-bottom: 1px solid #ccc;
}
.treeline li:last-child:before {
  width: calc(1.1em - 1px);
  border-left: 1px solid #ccc;
}
.treeline li {
  padding-top: 1rem;
  padding-left: 20px;
}
.seven {
  background: url(../images/bglogo7.png) no-repeat,
    url(../images/bglogo7.png) right bottom no-repeat,
    linear-gradient(to bottom, #f8f8f8, #dbdbdb);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.seven .card {
  box-shadow: none;
  color: #4a4a4a;
  font-size: 16px;
}
.feature p:first-child {
  margin: 0;
  padding: 1.3rem 1rem;
  text-align: center;
}
.feature p:not(:first-child) {
  background: url(../images/border-dotted.png);
  background-repeat: repeat-x;
  background-size: 200px 2px;
  margin: 0;
  padding: 1.3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.featureHead {
  border-bottom: 1px solid #f730ce;
  text-align: center;
}
.no-border {
  border-bottom: none !important;
}
.grey {
  background: #eee;
}
.seven .current-card {
  z-index: 99;
  border: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.35);
}
.seven .current-card .feature {
  color: #ab218e;
}
.seven .current-card .featureHead {
  color: #f730ce;
  display: block !important;
}
.seven .card .featureHead {
  display: flex;
  justify-content: center;
}
.seven .featureHead p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.box-shadow {
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.49);
}
.eighth {
  padding: 2.3rem 0;
}
.eighth h2 {
  font-size: 4rem;
  text-align: center;
  color: #4a4a4a;
}
.eighth .descH {
  font-size: 1rem;
  text-align: center;
  color: #4a4a4a;
}
.redColumn p {
  font-size: 2rem;
  color: #d0021b;
  line-height: 1;
  margin-top: 1rem;
}
.redColumn .minText {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 8px;
  margin-top: 0;
}
.greenColumn p {
  font-size: 2rem;
  color: #6aba23;
  line-height: 1;
  margin-top: 1rem;
}
.greenColumn {
  text-align: right;
}
.greenColumn .minText {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 8px;
  margin-top: 0;
}
.glamyr {
  margin-top: 11px;
  margin-bottom: 11px;
}
.glamyr::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #d0021b;
  background: linear-gradient(to right, #d0021b 0%, #6aba23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0021b', endColorstr='#6aba23',GradientType=1);
}
.glamyr::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #d0021b;
  background: linear-gradient(to right, #d0021b 0%, #6aba23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0021b', endColorstr='#6aba23',GradientType=1);
}
.glamyr p {
  font-size: 2rem;
  color: #f730ce;
  margin: 0;
  text-align: center;
}
.ninth {
  padding: 2rem 0;
}
.ninth h2 {
  text-align: center;
}
.img-shadow-pur {
  box-shadow: 0 0 45px 0 rgba(171, 33, 142, 0.41),
    0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
}
.img::after {
  content: '';
  width: 100%;
  height: 40px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.bigText {
  text-align: center;
  margin: 0;
  color: #ab218e;
  font-size: 3.4rem;
}
.photos img {
  border: 1px solid #d8d8d8;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url('../images/caret.png') !important;
  background-size: 20px;
  background-position: 94% center;
  background-repeat: no-repeat;
}
.numbersLoop p {
  color: #4a4a4a;
  text-align: center;
  margin: 0;
}
.numbersLoop .number {
  font-size: 5rem;
  color: #ab218e;
}
.numbersLoop .number .number-desc {
  font-size: 12px;
  color: #ab218e;
}
.numbersLoop .headnumeber {
  font-size: 18px;
  text-transform: uppercase;
}
.numbersLoop .descNumber {
  font-size: 14px;
}
.secondSlideList {
  padding-left: 0;
}
.secondSlideList li {
  display: flex;
  flex-direction: row;
}
.secondSlideList li::before {
  content: '';
  width: 10px;
  display: block;
  height: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background: #ab218e;
}
.carousel-caption h3 {
  font-size: 48px;
}
.carousel-caption p {
  font-size: 20px;
}
.carousel-caption ul {
  list-style: none;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.carousel-caption ul li p {
  display: inline-block;
  margin-left: 10px;
}
.carousel-caption .oneSliderList li::before {
  content: '';
  width: 10px;
  display: inline-block;
  height: 10px;
  margin-bottom: 2px;
  border-radius: 50%;
  background: #ab218e;
}
.carousel-caption .btn-pur {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5rem;
}
.carousel-caption .bottom-text {
  margin-top: 9%;
  color: #9b9b9b;
  margin-left: 3rem;
}
.carousel .btn-arrow {
  position: absolute;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  right: 0;
  bottom: 55px;
  margin: 0 auto;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.35), 0 0 14px 0 rgba(0, 0, 0, 0.35);
  border: solid 1px #ab218e;
}
.sliderIcon .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-nav i {
  margin-right: 9px;
  font-size: 22px;
  color: #a1a1a1;
  outline: 0;
}
.headNumeber {
  text-transform: uppercase;
}
.owl-nav button {
  outline: 0;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  outline: none;
}
.arrow img {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.modal-body iframe {
  width: 100%;
  height: 60vh;
  display: block;
}
select {
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none;
}
select:focus,
select:active,
select:hover {
  border: 0 !important;
  box-shadow: none !important;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(80%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sliderIcon .textElement p {
    font-size: 11px;
  }
  .third {
    margin-top: 6rem;
  }
  .carousel-caption ul {
    padding-bottom: 0;
    padding-top: 1rem;
  }
}
@media (max-width: 569px) {
  .bottom-border {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 250px;
    background: #fff;
    height: 100vh;
  }
  .close-menu {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .navbar-collapse.collapsing {
    height: auto;
    transition: right 0.3s ease;
    right: -100%;
  }
  .navbar-collapse.show {
    right: 0;
    transition: right 0.3s ease-in;
  }
  .navbar-nav {
    align-items: flex-end;
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
  .navbar-nav li a {
    font-family: Helvetica-medium;
    margin-bottom: 27px;
    color: #000;
  }
  .first {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .carousel-caption h3 {
    font-size: 37px;
  }
  .carousel-caption ul {
    list-style: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .carousel-caption .bottom-text {
    margin-top: 2%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }
  .first {
    padding-top: 70px;
  }
  .third {
    margin-top: 7rem;
  }
}
@media (min-width: 1100px) {
  .carousel-caption .bottom-text {
    margin-top: 7%;
  }
  .first {
    padding-top: 50px;
  }
}
@media (min-width: 1340px) {
  .carousel-caption .bottom-text {
    margin-top: 11%;
  }
  .carousel-caption {
    top: 20%;
  }
}
@media (min-width: 1540px) {
  .carousel-caption .bottom-text {
    margin-top: 18%;
  }
}
@media (min-width: 1640px) {
  .carousel-caption .bottom-text {
    margin-top: 25%;
  }
}
@media (min-width: 1710px) {
  .carousel-caption .bottom-text {
    margin-top: 30%;
  }
}
@media (min-width: 1910px) {
  .carousel-caption .bottom-text {
    margin-top: 27%;
  }
  .carousel-caption h3 {
    font-size: 60px;
  }
  .carousel-caption p {
    font-size: 24px;
  }
  .carousel-caption .btn-pur {
    font-size: 18px;
  }
}
.navbar .navbar-toggler .fa-bars {
  color: #ab218e;
}
@media (min-width: 769px) {
  .slideDesctop {
    display: block;
  }
  .slideMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .slideDesctop {
    display: none;
  }
  .slideMobile {
    display: block;
  }
  .carousel-caption h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .modal-body iframe {
    width: 100%;
    height: auto;
    display: block;
  }

  .carousel-caption p {
    font-size: 12px;
    margin: 0;
  }
  .carousel-caption {
    position: absolute;
    top: 2%;
    left: 3%;
  }
  .secondslide {
    position: absolute;
    top: 21%;
    left: 3%;
  }
  .mobile-white {
    width: 96%;
    background: rgba(255, 255, 255, 0.49);
    padding: 4px;
  }
  .secondslide .mobile-white {
    width: auto;
    background: none;
    padding: 4px;
  }
  .containerGallery {
    display: none;
  }
  .carousel-caption ul {
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .carousel-caption ul li::before {
    content: '';
    width: 5px;
    height: 5px;
  }
  .carousel .carousel-indicators {
    display: none;
  }
  .carousel .btn-pur {
    display: none;
  }
  .carousel-caption .bottom-text {
    margin: 0;
    position: relative;
    color: #9b9b9b;
    font-size: 10px;
    width: 85%;
  }
  .second {
    padding: 0;
  }
  .second h1 {
    margin: 1rem 0;
    font-size: 21px;
  }
  .second .absolute-image {
    display: none;
  }
  .second .videoCaption {
    flex-direction: column-reverse !important;
  }
  .videoCaption p {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Helvetica-medium';
  }
  .third {
    margin-top: 0;
    background-position: center bottom;
    background-size: 100%;
  }
  .left-border {
    border-left: 0;
    padding-left: 0;
  }
  .third h3 {
    font-size: 23px;
    padding-bottom: 0.3rem;
    padding-top: 3.3rem;
  }
  .third p {
    font-family: Helvetica-medium;
    font-size: 0.85rem;
  }
  .imageElement {
    padding-right: 2px;
  }
  .sliderIcon .textElement p {
    font-size: 11px;
  }
  .sliderIcon .textElement h3 {
    font-size: 16px;
  }
  .element {
    margin-bottom: 1.3rem;
  }
  .four {
    background-image: linear-gradient(187deg, #ffffff, #ffe9fa);
  }
  .backgroundGentle {
    display: none;
  }
  .five {
    background: url(../images/bgGantle.png) 10px 100px no-repeat,
      url(../images/bgObjectFive.png) 0 100% no-repeat, #eeeeee;
    background-size: 90%;
  }
  .five p:first-child {
    display: none;
  }
  .five h2 {
    display: none;
  }
  .sex h1 {
    font-size: 21px;
  }
  .sex .sex-first-p {
    font-family: Helvetica-medium;
    font-size: 12px;
  }
  .woodline h3 {
    font-size: 14px;
    font-family: Helvetica-medium;
  }
  .woodline {
    margin-bottom: 22px;
  }
  .progressBlock p {
    font-size: 10px;
  }
  .seven h2 {
    font-size: 21px;
  }
  .seven {
    background: url(../images/bglogo7.png) no-repeat,
      url(../images/bglogo7.png) no-repeat,
      linear-gradient(to bottom, #f8f8f8, #dbdbdb);
    background-position: 10px 10px, right bottom, 0 0;
    background-size: 29%, 21%, 100%;
    padding-top: 1rem;
  }
  .seven .first-p {
    font-size: 12px;
  }
  .card-hide {
    display: none;
  }
  .seven .card {
    padding: 3px;
  }
  .feature p:first-child {
    margin: 0;
    padding: 4px 0 4px 0;
    text-align: center;
    font-size: 11px;
  }
  .feature p:not(:first-child) {
    padding: 5px 0 5px 0;
    font-size: 11px;
    word-wrap: normal;
  }
  .seven .current-card .feature {
    color: #000;
    font-family: Helvetica-medium;
  }
  .seven .featureHead p {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px;
    margin-bottom: 0;
  }
  .grey .featureHead {
    border-bottom: 1px solid #9b9b9b;
  }
  .mobile-card {
    padding-left: 5px;
    padding-right: 5px;
  }
  .eighth h2 {
    font-size: 2.5rem;
  }
  .redColumn img,
  .greenColumn img {
    display: none;
  }
  .redColumn,
  .greenColumn {
    text-align: center;
  }
  .redColumn p,
  .greenColumn p {
    font-size: 18px;
    font-family: Helvetica-medium;
    line-height: 27px;
  }
  .redColumn .minText,
  .greenColumn .minText {
    font-size: 20px;
    font-family: Helvetica-light;
    margin-bottom: 8px;
    margin-top: 4px;
  }
  .mobile-black-color {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .glamyr p {
    font-size: 18px;
  }
  .ninth .container:first-child {
    display: none;
  }
  .bh-sl-loc-list {
    display: none;
  }
  .ninth select {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .eighth .blockButton {
    display: none !important;
  }
  .ninth .blockButton {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ninth .btn {
    margin: 0 auto;
    display: block;
    margin-top: 5px;
  }
  .mobile-hide {
    display: none;
  }
  .headNumeber {
    font-size: 18px;
    font-weight: 600;
  }
}
.list-content p {
  margin-bottom: 4px;
}
#galleryPhoto .card {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #ab218e;
  margin-bottom: 19px;
}
#galleryPhoto .card p {
  font-size: 36px;
  color: #ab218e;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2px;
}
#galleryPhoto .owl-nav .owl-prev {
  position: absolute;
  left: -8%;
  top: 0;
  bottom: 0;
}
#galleryPhoto .owl-nav .owl-next {
  position: absolute;
  right: -8%;
  top: 0;
  bottom: 0;
}
#galleryPhoto .owl-nav .owl-prev i,
#galleryPhoto .owl-nav .owl-next i {
  margin-right: 9px;
  font-size: 52px;
  color: #ffffff;
  outline: 0;
}
#galleryPhoto .element {
  padding-left: 15px;
  padding-right: 15px;
}
.company-info {
  flex-direction: column;
}
.company-info p {
  margin-bottom: 5px;
  font-size: 13px;
  color: white;
}
.company-info a {
  color: white;
}
.video {
  min-width: 75vw;
  height: auto;
  display: block;
}
.carousel-caption {
  left: 12% !important;
}
