/* Colors */
/* Fonts */
.trust p, .photo-section .title, .team .title, .map .title {
  font-size: 35px;
  font-family: "ProximaNova-Bold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.map .strokes span {
  font-size: 17px;
  color: white;
  line-height: 1.2;
}

.consultant-2 .btn {
  border-width: 1px;
  border-style: solid;
  font-family: 'effra',sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.trust .owl-prev, .trust .owl-next, .photo-modal .owl-prev, .photo-modal .owl-next, .map .svg-container {
  display: block;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


.map .strokes, .map .social {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Carousel component */
.trust .owl-prev, .trust .owl-next, .photo-modal .owl-prev, .photo-modal .owl-next {
  background: transparent !important;
  color: transparent !important;
  position: absolute;
}

/* trust-section */
.trust .companies-in-trust {
  padding: 0 100px;
}
@media screen and (min-width: 992px) {
    .trust .companies-in-trust {
        margin-top: 50px;
    }
}
.trust .owl-dots {
  display: none;
}
.trust .owl-prev {
  width: 45px;
  height: 45px;
  background-size: 45px 45px !important;
  background-image: url("../img/svg/back.svg") !important;
  margin-top: 0;
  margin-right: 0;
  left: 0;
  top: 50px;
}
@media screen and (max-width: 767.99px) {
  .trust .owl-prev {
    top: 32px !important;
  }
}
.trust .owl-next {
  width: 45px;
  height: 45px;
  background-size: 45px 45px !important;
  background-image: url("../img/svg/next.svg") !important;
  margin-top: 0;
  margin-right: 0;
  right: 0;
  top: 50px;
}
@media screen and (max-width: 767.99px) {
  .trust .owl-next {
    top: 32px;
  }
}


/* photo section */
.photo-modal .owl-prev {
  width: 45px;
  height: 45px;
  background-size: 45px 45px !important;
  background-image: url("../img/left-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  left: -15px;
  top: 50%;
}

.photo-modal .owl-next {
  width: 45px;
  height: 45px;
  background-size: 45px 45px !important;
  background-image: url("../img/right-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  right: -10px;
  top: 50%;
}
.photo-modal .owl-next:hover {
    background-image: url("../img/right-r.png") !important;
}
.photo-modal .owl-prev:hover {
    background-image: url("../img/left-r.png") !important;
}
.photo-modal .thumb-gallery-detail {
  padding: 20px 0px 0 0px;
}
.photo-modal .thumb-gallery-detail .img-thumbnail {
  overflow: hidden;
  background: black;
}

.photo-modal .thumb-gallery-detail img {
  margin: 0 auto;
  height: 600px;
  width: auto;
}
@media screen and (max-width: 767.99px) {
  .photo-modal .thumb-gallery-detail img {
    height: 455px;
  }
}
@media screen and (max-width: 767.99px) and (orientation: landscape) {
    .photo-modal .thumb-gallery-detail img {
        height: 185px;
    }
}

@media screen and (max-width: 575.99px) {
  .photo-modal .thumb-gallery-detail img {
    height: 200px;
  }
}
@media screen and (max-width: 479.99px) and (orientation: portrait) {
  .photo-modal .thumb-gallery-detail img {
    height: 350px;
  }
}
.photo-modal .thumb-gallery-thumbs {
    padding: 16px 32px;
    margin-top: 30px;
}
.photo-modal .thumb-gallery-thumbs img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 767.99px) {
  .photo-modal .thumb-gallery-thumbs img {
    height: 40px;
  }
}

.owl-carousel .item-video {
  height: 400px;
}

/* trust section */
.trust p {
  margin-top: -108px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1743.99px) {
  .trust p {
    margin-top: -95px;
  }
}
@media screen and (max-width: 991.99px) {
  .trust p {
    margin-top: -87px;
  }
}
@media screen and (max-width: 767.99px) {
  .trust p {
    margin-top: -62px;
  }
}
@media screen and (max-width: 683.99px) {
  .trust p {
    margin-top: -92px;
  }
}
.trust p.mirrored {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
  text-align: center !important;
  margin-top: -12px;
  opacity: 0.15;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.99px) {
  .trust p.mirrored {
    margin-bottom: 20px;
  }
}

.consultant-2 {
  position: relative;
  z-index: 3;
}
.consultant-2 p {
  padding-top: 380px;
}
@media screen and (max-width: 767.99px) {
  .consultant-2 p {
    font-size: 17px;
    padding-top: 330px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575.99px) {
  .consultant-2 p {
    padding-left: 90px;
    padding-top: 260px;
    margin-top: 45px;
  }
}
.consultant-2 .btn {
  color: #acb9ff;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.24);
  border-color: #791bef;
  padding-top: 11px;
  margin-top: 6px;
}
@media screen and (max-width: 767.99px) {
  .consultant-2 .btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575.99px) {
  .consultant-2 .btn {
    margin-left: 90px;
  }
}

/* Photo-section */
.photo-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/equalizer.png);
  min-height: 1070px;
}
@media screen and (max-width: 767.99px) {
  .photo-section {
    background-image: url(../img/equalizer-mobile.png);
  }
}
@media screen and (max-width: 991.99px) {
    .photo-section {
      min-height: 1170px;
    }
}
.photo-section .title {
  padding-bottom: 30px;
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767.99px) {
  .photo-section .title,
  .map .title {
    font-size: 27px;
  }
}
.photo-section .nav-tabs {
  border: none;
}
.photo-section .nav-tabs li {
  margin: 0 auto;
}
.photo-section .nav-link {
  border: none;
  background-color: transparent !important;
  font-size: 19px;
  color: white !important;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  padding-top: 14px;
  font-family: "ProximaNova-Light";
}
.photo-section .nav-link.active {
  color: #9b00ce !important;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.photo-section .tab-content {
  margin-top: 40px;
}


.photo-section .grid {
  margin: 0 auto;
  position: relative;
}
.photo-section .grid-item {
  padding: 12px;
}
@media screen and (max-width: 767.99px) {
  .photo-section .grid-item {
    width: 185px;
    padding: 8px;
  }
}
@media screen and (max-width: 419.99px) {
  .photo-section .grid-item {
    width: 140px;
    padding: 4px;
  }
}
.photo-section .grid-item .wrapper {
  position: relative;
}
.photo-section .grid-item .wrapper:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(17, 6, 50, 0.9), transparent);
}
.photo-section .grid-item .wrapper .some-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: white;
  display:none;
}
@media screen and (max-width: 567.99px) {
    .photo-section .grid-item .wrapper .some-text {
        display: block;
    }
    .photo-section .grid-item .wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      background-image: linear-gradient(to top, rgba(17, 6, 50, 0.9), transparent);
    }
}
@media screen and (max-width: 767.99px) {
  .photo-section .grid-item .wrapper .some-text {
    bottom: 4px;
    left: 8px;
    color: white;
    font-size: 11px;
  }
}

.grid-item {
    height: 277px;
    float:  left;
    width: 25%;
}
.grid-item:nth-child(3) {
  height: 554px;
  position : absolute;
  top : 0; right: 0;
}
.grid-item:first-child {
  width: 50%;
}
@media screen and (min-width: 991.99px) {
  .grid-item:nth-child(n+4) { clear: left; }
  .grid-item:nth-child(n+5) { clear: none; }
}
.grid .wrapper {
    height:  100%;
}
.grid-item a {
    height:  100%;
    display:  block;
    background-size:  cover;
}

@media screen and (max-width: 991.99px) {
  .grid-item {
    height: 185px;
    width: 50% !important;
  }
  .grid-item:first-child {
    width: 100% !important;
  }

  .grid-item:nth-child(3) {
      height: 370px;
      position : absolute;
      top : 185px; right: 0;
  }
  .grid-item:nth-child(n+4) { clear: left; }
  .grid-item:nth-child(n+6) { clear: none; }
}


.photo-modal .close {
  position: absolute;
  z-index: 911;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.photo-modal .img-thumbnail{
  border: none;
  padding: 0;
}
.photo-modal .modal-content {
  background: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.photo-modal .modal-dialog {
  max-width: 845px !important;
      padding-top: 25px;
}

.video-section {
  margin-top: -200px;
}
.video-section .owl-video-wrapper {
    height: 60% !important;
}
.video-section .owl-carousel {
    padding: 0 110px;
}

@media screen and (max-width: 991.99px) {
    .video-section .owl-carousel {
        padding: 0 30px;
    }
}
@media screen and (max-width: 440.99px) {
    .video-section {
        margin-top:-140px;   
    }
}
.video-section p.title {
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 35px;
    font-family: "ProximaNova-Bold";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .video-section p.title,
    .photo-section p.title {
        font-size: 27px !important;
    }
}

.video-section p.line {
  height: 150px;
  width: 2px;
  background: white;
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
.video-section p.name {
  font-size: 28px;
  color: white;
  line-height: 1.2;
  text-align: center;
  margin: 5px auto 25px;
  font-weight: bold;
}
.video-section p.desc {
  font-size: 18px;
  color: #afaeae;
  line-height: 1.2;
  text-align: center;
  margin: -10px auto 0;
}
.video-section .owl-carousel .item-video {
  padding: 0px 15px;
}

.video-section .owl-dots {
    display: none;
}

.video-section .owl-prev {
  width: 75px;
  height: 72px;
  background-size: 75px 72px !important;
  background-image: url("../img/left-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  left: 0;
  top: 50px;
  background-color: transparent !important;
  color: transparent !important;
  position: absolute;
  top: 25%;
}
.video-section .owl-prev:hover {
    background-image: url("../img/left-r.png") !important;
}

.owl-video-wrapper {
    background: transparent !important;
}

@media screen and (max-width: 991.99px) {
  .video-section .owl-prev {
    width: 45px;
    height: 43px;
    background-size: 45px 43px !important;
  }
}
@media screen and (max-width: 479.99px) {
  .video-section .owl-prev {
    left: 10px;
  }
}
.video-section .owl-next {
  width: 75px;
  height: 72px;
  background-size: 75px 72px !important;
  background-image: url("../img/right-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  left: 0;
  top: 50px;
  background-color: transparent !important;
  color: transparent !important;
  position: absolute;
  top: 25%;
  left: calc(100% - 90px);
}
.video-section .owl-next:hover {
  background-image: url("../img/right-r.png") !important;
}
@media screen and (max-width: 991.99px) {
  .video-section .owl-next {
    width: 46px;
    height: 43px;
    background-size: 46px 43px !important;
  }
}
@media screen and (max-width: 479.99px) {
  .video-section .owl-next {
    left: calc(100% - 60px);
  }
}

/* Team section */
.team {
  color: white;
  font-family: "ProximaNova-Regular";
  line-height: 1.2;
  height: 903px;
  margin-top: 166px;
}
@media screen and (max-width: 991.99px) {
  .team {
    height: 703px;
    margin-top: -262px;
  }
}
@media screen and (max-width: 767.99px) {
  .team {
    margin-top: -244px;
  }
}
@media screen and (max-width: 683.99px) {
  .team {
    margin-top: -214px;
  }
}
@media screen and (max-width: 479.99px) {
  .team {
    margin-top: -214px;
    height: 670px;
  }
}
.team #team-carousel {
  padding: 0 140px;
}
@media screen and (max-width: 1199.99px) {
  .team #team-carousel {
    padding: 0 50px;
  }
}
.team .owl-prev {
  width: 75px;
  height: 72px;
  background-size: 75px 72px !important;
  background-image: url("../img/left-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  left: 0;
  top: 50px;
  background-color: transparent !important;
  color: transparent !important;
  position: absolute;
  top: 40%;
}
.team .owl-prev:hover {
  background-image: url("../img/left-r.png") !important;
}
@media screen and (max-width: 991.99px) {
  .team .owl-prev {
    width: 46px;
    height: 43px;
    background-size: 46px 43px !important;
  }
}
@media screen and (max-width: 479.99px) {
  .team .owl-prev {
    left: 10px;
  }
}
.team .owl-next {
  width: 75px;
  height: 72px;
  background-size: 75px 72px !important;
  background-image: url("../img/right-w.png") !important;
  margin-top: 0;
  margin-right: 0;
  left: 0;
  top: 50px;
  background-color: transparent !important;
  color: transparent !important;
  position: absolute;
  top: 40%;
  left: calc(100% - 90px);
}
.team .owl-next:hover {
    background-image: url("../img/right-r.png") !important;
}
@media screen and (max-width: 991.99px) {
  .team .owl-next {
    width: 46px;
    height: 43px;
    background-size: 46px 43px !important;
  }
}
@media screen and (max-width: 479.99px) {
  .team .owl-next {
    left: calc(100% - 60px);
  }
}
.team .title {
  padding-bottom: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 495.99px) {
  .team .title {
    padding-bottom: 42px;
    font-size: 30px;
  }
}
.team .item {
  height: 430px;
  width: 258px;
  margin: 0 auto;
}
@media screen and (max-width: 991.99px) {
  .team .item {
    height: 280px;
    width: 165px;
  }
}
.team .item-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team .top-wrapper {
  position: relative;
  left: 80%;
  max-width: 108px;
  top: 40px;
  display: block;
  height: 50%;
}
@media screen and (max-width: 991.99px) {
  .team .top-wrapper {
    left: 18%;
    top: 35%;
  }
}
.team .top-wrapper .name {
  font-size: 28px;
  font-family: "CorporateS-Bold";
  font-weight: bold;
}
.team .top-wrapper .description {
  font-size: 13px;
  color: #919191;
  margin-bottom: 30px;
  font-weight: bold;
}
.team .top-wrapper .line {
  width: 50px;
  height: 1px;
  background: white;
  margin-left: -25px;
}
.team .top-wrapper .titul {
  font-size: 13px;
  margin-top: 20px;
}
.team .bottom-wrapper {
  height: 50%;
}
.team .bottom-wrapper p {
  font-size: 22px;
  font-family: "CorporateS-Bold";
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 991.99px) {
  .team .bottom-wrapper {
    display: none !important;
  }
}

/* Map section */
.map {
  position: relative;
  z-index: 4;
  margin-top: -499px;
}
@media screen and (max-width: 1032.99px) {
  .map {
    margin-top: -269px;
  }
}
@media screen and (max-width: 991.99px) {
  .map {
    margin-top: -272px;
  }
}
@media screen and (max-width: 767.99px) {
  .map {
    margin-top: -222px;
  }
}
@media screen and (max-width: 567.99px) {
  .map {
    margin-top: -248px;
  }
}
@media screen and (max-width: 491.99px) {
  .map {
    margin-top: -208px;
  }
}
@media screen and (max-width: 440px) {
  .map {
    margin-top: -158px;
  }
}
.map .title {
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 991.99px) {
  .map .title {
    padding-bottom: 35px;
  }
}
.map .strokes {
  padding-bottom: 20px;
}
.map .strokes .place {
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
  background-image: url("../img/svg/map-pointer.svg") !important;
  margin-top: 1px;
  margin-right: 15px;
}
.map .strokes .number {
  width: 18px;
  height: 18px;
  background-size: 18px 18px !important;
  background-image: url("../img/svg/call-answer.svg") !important;
  margin-top: 1px;
  margin-right: 15px;
}
.map .strokes .email {
  width: 18px;
  height: 20px;
  background-size: 18px 20px !important;
  background-image: url("../img/svg/envelope.svg") !important;
  margin-top: 1px;
  margin-right: 15px;
}
.map .social {
  cursor: pointer;
  padding: 27px 0 50px 40px;
}
@media screen and (max-width: 575.99px) {
  .map .social {
    padding-bottom: 0 !important;
  }
}
.map .social .svg-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: 20px 20px !important;
  border: 0.6px solid white;
}
.map .social .vk {
  width: 38px;
  height: 38px;
  background-size: 38px 38px !important;
  background-image: url("../img/svg/vk.svg") !important;
  margin-top: 0px;
  margin-right: 15px;
  background-size: 22px 22px !important;
}
.map .social .vk:hover {
  background-color: #508eb2;
}
.map .social .instagram {
  width: 38px;
  height: 38px;
  background-size: 38px 38px !important;
  background-image: url("../img/svg/instagram.svg") !important;
  margin-top: 0px;
  margin-right: 15px;
  background-size: 18px 18px !important;
}
.map .social .instagram:hover {
  background-color: #508eb2;
}
.map .map-on-mobile {
  display: none;
}
@media screen and (max-width: 1031.99px) {
  .map .map-on-mobile {
    display: block;
  }
}
.map .map-on-mobile img {
  width: 100%;
}

#aboutModal {
  z-index: 10000;
}
#aboutModal .close {
  position: absolute;
  z-index: 911;
  right: 10px;
  top: 10px;
  opacity: 1;
}
#aboutModal #slide {
  max-width: 100%;
  min-height: 150px;
}
@media screen and (max-width: 767.99px) {
  #aboutModal #slide {
    display: none;
  }
}
@media screen and (max-width: 767.99px) {
  #aboutModal .modal-body:after {
    content: "";
    background: url(../img/about/about.jpg);
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: cover;
  }
}
#aboutModal .modal-dialog {
  max-width: 864px;
}
#aboutModal .modal-content {
  background: black;
}
#aboutModal p.title {
  font-size: 24px;
  font-family: "ProximaNova-ExtraBold";
  color: white;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
}
#aboutModal p.title:before {
  content: "";
  background-color: #874b9a;
  width: 75px;
  height: 2px;
  display: inline-block;
  margin: 6px 17px 7px -86px;
}
@media screen and (max-width: 567.99px) {
  #aboutModal p.title {
    padding-top: 0 !important;
  }
}
#aboutModal p {
  font-size: 16px;
  font-family: "ProximaNova-Light";
  color: #b3b3b3;
  line-height: 1.2;
  text-align: left;
}
#aboutModal p.regime {
  font-weight: 500;
}
#aboutModal p.regime span {
  color: #cafff7;
}
#aboutModal p.regime span.title {
  color: #df7cff;
  text-transform: uppercase;
}

.consultant-2 {
  position: relative;
  z-index: 3;
}
.consultant-2 p {
  padding-top: 380px;
}
@media screen and (max-width: 767.99px) {
  .consultant-2 p {
    font-size: 17px;
    padding-top: 330px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 567.99px) {
  .consultant-2 p {
    padding-left: 90px !important;
    margin-top: 45px !important;
    padding-top: 250px !important;
  }
}
@media screen and (max-width: 567.99px) {
  .consultant-2 p {
    padding-left: 50px;
    margin-top: -4px;
  }
}
.consultant-2 .btn {
  color: #acb9ff;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.24);
  border-color: #791bef;
  padding-top: 7px;
  margin-top: 6px;
}
@media screen and (max-width: 767.99px) {
  .consultant-2 .btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 567.99px) {
  .consultant-2 .btn {
    margin-left: 90px;
  }
}
@media screen and (max-width: 491.99px) {
  .consultant-2 p {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 439.99px) {
  .consultant-2 p {
    padding-left: 50px !important;
    max-width: 280px;
  }
  .consultant-2 .btn {
    margin-left: 50px !important;
  }
}

#orderModal {
  z-index: 10000;
  text-align: left;
}
@media screen and (max-width: 575.99px) {
  #orderModal {
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
  }
}
#orderModal #breaker {
  position: absolute;
  left: 0;
  rigth: 0;
  top: 65px;
}
#orderModal .close {
  position: absolute;
  z-index: 911;
  right: 27px;
  top: 25px;
  opacity: 1;
}
#orderModal .modal-dialog {
  background: url(../img/wave-modal.png);
  background-size: cover;
  pointer-events: initial;
  max-width: 400px;
  margin: 0 auto;
}
#orderModal .modal-header {
  background: black;
  padding-left: 0 !important;
  border: none;
}
#orderModal .modal-content {
  padding: 34px;
  padding-top: 0;
  background-color: transparent;
}
#orderModal .form-group {
  margin-bottom: 28px;
}
#orderModal .form-group:nth-child(3) {
  margin-bottom: 42px;
}
#orderModal input {
  font-size: 15px;
  color: #184d64;
  line-height: 1.214;
  border-width: 1px;
  border-color: #353382;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(11, 9, 65, 0.58);
  height: 36px;
}
#orderModal p.title {
  font-size: 26px;
  color: #a3ddf5;
  line-height: 1.214;
}

@media screen and (max-width: 339.99px) {
    #orderModal p.title {
      font-size: 22px;
    }
}    

#orderModal p.desc {
  font-size: 12px;
  color: #d4f2ff;
  line-height: 2.5;
  font-family: "ProximaNova-Thin";
}
@media screen and (max-width: 567.99px) {
  #orderModal p.desc {
    font-size: 17px;
  }
}
#orderModal #submit {
  height: 54px;
  padding-top: 14px;
  display: block;
  width: 148px;
}
#orderModal #submit button {
  cursor: pointer;
  padding-top: 10px;
  height: 100%;
  border-width: 1px;
  border-color: #791bef;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #1e073c;
  width: 150px;
  font-size: 12px;
  font-family: 'effra',sans-serif;
  color: #acb9ff;
  text-transform: uppercase;
  text-align: center;
}

/* Footer section */
#footer {
  background-color: rgba(30, 10, 159, 0.471);
  margin-top: -18px;
  z-index: 4;
  position: relative;
  font-family: "ProximaNova-Light";
}
@media screen and (max-width: 1031.99px) {
  #footer {
    margin-top: -40px;
  }
}
#footer .row {
  width: 100%;
}
#footer .navbar {
  height: 40px;
}
#footer .nav-link {
  font-size: 15px;
  color: white;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 577.99px) {
  #footer .nav-link {
    font-size: 11px;
    padding: 0;
  }
}
@media screen and (max-width: 440px) {
  #footer .nav-link {
    font-size: 10px;
  }
}

#footer .about {
  font-size: 14px;
  color: #bebebe;
  line-height: 1.2;
  text-align: left;
  background-color: black;
}

.owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
}

.owl-video-playing p.line {
    z-index: -1;
}

#logo-block {
    padding-left: 80px;
}

#layer3 {
  transform: scale(1.1);
  transition: all .1s linear;
}

#layer4 {
  transform: scale(1.2);
  transition: all .1s linear;
}

#layer3[attr-reset='active'],
#layer4[attr-reset='active']{
  transition: all 2s linear;
}

#mobile-header {
    top: -104px !important;
}
@media screen and (min-width: 480px) {
    #mobile-header {
        top: -138px !important;
    }
}

.mechanics {
    margin-top: 100px;
}

.mechanics .row-main {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px; 
}

@media screen and (min-width: 992px) {
    .mechanics .row-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

.mechanics .item {
    display: flex;
}

.mechanics header {
    color: rgb(164, 239, 255);
    font-weight: bold;
    text-align: center;
    margin-bottom: 68px;
    display: block;
    font-size: 35px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    line-height: 1.2;
}

.mechanics .wrapper {
    border-width: 2px;
    border-color: rgb(40, 214, 243);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 24px;
}

.mechanics .row {
    height: 100%;
}

.mechanics img {
    width: 100%;
}

.mechanics .right-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mechanics .right-column {
    margin-top: 0;
    font-size: 18.423px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.mechanics button {
    border-radius: 5px;
    background-color: rgb(13, 21, 142);
    color: rgb(40, 214, 243);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0px 24px;
    height: 45px;
    font-size: 14px;
}

.mechanics button:hover {
  background-color: rgb(207, 6, 214);
  color: white;
}