.video-button-wrap {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }
  .video-button-wrap span:before {
    content: '\e80b';
    font-family: "fontello";
    display: block;
    position: relative;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    cursor: pointer;
    transition: .3s; }
  .video-button-wrap span:hover:before {
    opacity: .8; }

.video-pop-up-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center; }
  .video-pop-up-wrap.-show {
    display: flex !important;
    z-index: 9999; }
  .video-pop-up-wrap .video-player {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 85%; }

.tmg-logo {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  justify-content: flex-end;
  bottom: 50px;
  padding-right: 5%; }
  .tmg-logo img {
    width: 200px;
    height: auto; }

body.home .tmg-logo,
body#contact .tmg-logo {
  display: flex; }

.page-template-tpl_contact .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }
  .page-template-tpl_contact .contact-wrap .contacts {
    width: 100%; }

.page-template-tpl_contact .side-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-self: flex-end; }
  .page-template-tpl_contact .side-wrap .inner-wrap {
    width: 100%;
    padding: 0 20px 70px 35px; }
    @media (max-width: 992px) {
      .page-template-tpl_contact .side-wrap .inner-wrap {
        padding: 0 20px 150px 35px; } }
    @media (max-width: 768px) {
      .page-template-tpl_contact .side-wrap .inner-wrap {
        padding: 50px 20px 50px 35px; } }
  .page-template-tpl_contact .side-wrap .button_page_contact {
    margin: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page-template-tpl_contact .side-wrap .button_page_contact a {
      display: flex;
      flex-wrap: wrap;
      width: auto; }
  .page-template-tpl_contact .side-wrap .button_page_vision {
    width: 100%; }

.page-template-tpl_contact .-first-btn {
  margin-bottom: 20px; }

.-first-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 !important; }
  .-first-btn a {
    text-decoration: none !important;
    display: flex;
    background-color: #80ae3f;
    color: #fff;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 11px 15px 8px 15px;
    line-height: 1.1;
    font-family: "NeutraTextTF-Book";
    font-size: 20.38px; }
