@font-face {
  font-family: mavenproblack;
  src: url("../fonts/mavenproblack.ttf");
}

@font-face {
  font-family: mavenprobold;
  src: url("../fonts/mavenprobold.ttf");
}

@font-face {
  font-family: mavenpromedium;
  src: url("../fonts/mavenpromedium.ttf");
}

@font-face {
  font-family: mavenproregular;
  src: url("../fonts/mavenproregular.ttf");
}

@font-face {
  font-family: peignot;
  src: url("../fonts/Peignot.ttf");
}

h3 {
  color: white;
  font-family: mavenproregular;
  margin-bottom: 20px;
}

.center-block {
  color: white;
  padding: 70px 10px 10px 10px;
  margin-left: 20%;
}

.background-class,
.background-class-main {
  position: absolute;
  font-family: mavenproregular;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.background-class-main {
  background-image: url("../images/background03.jpg");
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

.clear-block {
  clear: both;
}

.new-line {
  display: none;
}

@media screen and (max-width: 750px) {
  h3 {
    margin-bottom: 10px;
  }

  .center-block {
    margin-left: 20px;
  }

  .left-side,
  .right-side {
    width: 100%;
  }
}
.firm-page .text-block {
  font-family: mavenproregular;
  width: 70%;
  height: 370px;
  max-width: 540px;
  padding-right: 20px;
  overflow-y: scroll;
  font-size: 15px;
}

.begin-part,
.end-part {
  color: grey;
}

.firm-page .text-block::-webkit-scrollbar {
  width: 2px;
  height: 120%;
  background: rgba(0, 0, 0, 0);
}

.firm-page .text-block::-webkit-scrollbar-button {
  background: grey;
}

.firm-page .text-block::-webkit-scrollbar-track {
  background: grey;
}

.firm-page .text-block::-webkit-scrollbar-thumb {
  background: #B22022;
  border: 4px solid #B22022;
  background: linear-gradient(to bottom, #B22022, #EB2125);
}

@media screen and (max-width: 750px) {
  .firm-page .text-block {
    height: 290px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .firm-page .text-block {
    font-size: 12px;
  }
}
.video-block {
  margin-left: 30%;
  /*margin-top:10%;*/
}

.video-block video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .video-block {
    margin-left: 0;
  }
}
.kontakt-page {
  /*margin-right: 10%;*/
}

.kontakt-page-description {
  margin-right: 10%;
}

.kontakt-page img {
  width: 100%;
}

.kontakt-page .image-div {
  width: 368px;
  margin-left: 15px;
  background-color: #333333;
  padding: 5px;
  border: 1px solid white;
}

.kontakt-page .contact-info-block {
  padding: 5px;
}

.kontakt-page .contact-info-block .show-map {
  color: grey;
  text-decoration: none;
}

.kontakt-page .show-number {
  color: grey;
  border: 1px solid grey;
  padding-left: 5px;
  padding-right: 5px;
}

.kontakt-page::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 0, 0, 0);
}

.kontakt-page::-webkit-scrollbar-button {
  background: grey;
}

.kontakt-page::-webkit-scrollbar-track {
  background: grey;
}

.kontakt-page::-webkit-scrollbar-thumb {
  background: #B22022;
  border: 7px solid #B22022;
  background: linear-gradient(to bottom, #B22022, #EB2125);
}

@media screen and (max-width: 1040px) {
  .kontakt-page .contact-face .right-side {
    width: 100%;
    float: none;
  }

  .kontakt-page .new-line {
    display: inline-block;
  }

  .kontakt-page .image-div {
    margin-top: 32px;
  }
}

@media screen and (max-width: 750px) {
  .kontakt-page {
    margin-right: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .kontakt-page .image-div {
    width: 99%;
    margin: 0 auto;
  }

  .kontakt-page .left-side.contact-info-block {
    margin-bottom: 10px;
  }

  .kontakt-page .kontakt-page-description {
    margin-right: 20px;
  }
}
.project-content .gallery {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.project-content .gallery .gallery-img {
  position: relative;
  display: inline-block;
  margin: 10px 5px;
}

.project-content .gallery .gallery-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.7;
}

.project-content .gallery .img-active img {
  border: 1px solid white;
}

.project-content .gallery .gallery-img.img-active:after {
  background: none;
  width: 10px;
  margin-left: 38%;
  content: '';
  position: absolute;
  top: -80px;
  border: 10px solid transparent;
  border-bottom: 10px solid white;
}

.project-content .gallery-page {
  text-align: center;
  margin: 0 auto;
}

.project-content .big-image img {
  border: 1px solid grey;
  padding: 5px;
  height: 100%;
  max-width: 100%;
}

.gallery-left-page,
.gallery-right-page {
  cursor: pointer;
  color: white;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  font-weight: bolder;
  padding-left: 4px;
  padding-top: 36px;
  height: 100%;
  width: 20px;
}

.gallery-left-page {
  left: 0;
}

.gallery-right-page {
  right: 0;
}

footer-directive {
  font-family: mavenpromedium;
  width: 100%;
  position: absolute;
  bottom: 0;
}

footer-directive hr {
  border-color: red;
  margin-bottom: 0;
}

.menu {
  padding: 0;
  width: 80%;
  margin: 10px auto;
  min-width: 250px;
  max-width: 965px;
}

.menu ul {
  display: table-row;
}

.menu ul li {
  display: table-cell;
  width: auto;
  height: 50px;
  vertical-align: bottom;
}

.menu .footer-logo {
  color: red;
  position: absolute;
  width: auto;
  height: 50px;
  right: 180px;
  top: 15px;
}

.menu ul li a {
  color: white;
  font: 14px Verdana;
  text-decoration: none;
  height: 50px;
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  text-align: center;
}

.menu .footer-site-href {
  width: 320px;
  padding-right: 15px;
}

.menu .footer-site-href a {
  text-align: right;
}

.active-tab a {
  color: red!important;
}

@media screen and (max-width: 750px) {
  .menu ul li {
    display: table-row;
    height: 25px;
  }

  .menu li.hide-footer-menu-mobile {
    display: none;
  }

  .menu ul li a {
    height: 20px;
  }

  .menu .footer-site-href a {
    text-align: center;
  }
}
.google-map-directive #map {
  max-width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #b9bbba;
  margin-top: 10px;
}
.gradient {
  height: 50px;
  background: #B22022;
  background: linear-gradient(to bottom, #B22022, #EB2125);
  margin-left: 300px;
  margin-top: 15px;
}

.center-block.image-logo {
  padding: 0;
  margin-left: 27%;
  margin-top: -48px;
}

.image-logo img {
  margin-top: 8px;
  height: 30px;
}

.gradient-sublime-text {
  font-family: mavenproregular;
  padding-top: 2px;
  font-size: 18px;
  margin-left: 210px;
  color: white;
}

.logo-description {
  font-family: peignot;
  color: white;
  font-size: 18px;
  padding-top: 8px;
  padding-left: 20px;
}

gradient-directive .menu {
  -webkit-transform: translateY(-260px);
  transform: translateY(-300px);
  transition-duration: 0.5s;
  position: fixed;
  padding: 0;
  z-index: 99;
  width: 100%;
  background: #B22022;
  background: linear-gradient(to bottom, #B22022, #EB2125);
  top: -10px;
}

gradient-directive .menu ul li a {
  border-top: 1px solid white;
}

gradient-directive .menu-toggle-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 15px;
}

gradient-directive .menu-toggle-btn img {
  height: 20px;
}

gradient-directive .menu ul li div {
  cursor: pointer;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1560px) {
  .center-block.image-logo {
    margin-left: 100px;
  }
}

@media screen and (max-width: 960px) {
  .header-logo {
    padding-left: 20px;
  }

  .gradient {
    margin-left: 150px;
  }
}

@media screen and (max-width: 760px) {
  gradient-directive .menu-toggle-btn {
    display: block;
  }

  gradient-directive .show-menu.menu {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition-duration: 0.5s;
  }

  gradient-directive .menu ul li a {
    height: 40px;
  }

  .header-logo {
    padding-left: 20px;
  }

  .center-block.image-logo {
    margin-left: 0;
  }

  .gradient {
    margin-left: 0;
  }

  .gradient-sublime-text {
    margin-left: 50px;
  }
}