@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Roboto:300,400");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

object {
  height: 100%;
  width: 100%; }

label.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

a.svg {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: relative; }
  a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

h1 {
  margin: 0; }

button,
input {
  border: none;
  outline: none; }

/*========== BOOTSRAP ===========*/
.container {
  max-width: 970px;
  width: auto; }

@media (min-width: 992px) {
  .container {
    width: auto; } }

@media (min-width: 768px) {
  .container {
    width: auto; } }

/*-------   Fonts   -------*/
/*=======   MAIN      =======*/
body {
  color: #fff;
  background: #2f2e2c url("../img/main-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 119px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    body {
      padding: 0; } }
  body.no-scroll {
    overflow: hidden; }

.main {
  padding: 140px 15px 0 15px; }
  @media (max-width: 520px) {
    .main {
      padding-top: 100px; } }

.large-container {
  max-width: 1280px;
  background-color: #151212;
  padding: 58px 50px 124px 50px;
  margin: auto; }
  @media (max-width: 424px) {
    .large-container {
      padding: 30px 20px 50px 20px; } }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2caee8;
    text-decoration: none; }

.btn {
  background: transparent;
  color: #000;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.ic {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: ''; }

.page-title {
  color: #2caee8;
  font-family: "Roboto Slab";
  font-size: 87px;
  font-weight: 700;
  line-height: 79px;
  text-transform: uppercase; }
  @media (max-width: 520px) {
    .page-title {
      font-size: 55px; } }

/*======= / MAIN end  =======*/
/*=======   MEDIA      =======*/
img, video {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*======= / MEDIA end  =======*/
/*=======   HEADER      =======*/
.page-nav {
  margin-top: 75px;
  padding-left: 16px; }
  @media (max-width: 608px) {
    .page-nav {
      padding-left: 0; } }
  @media (max-width: 520px) {
    .page-nav {
      margin-top: 40px; } }
  .page-nav__link {
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    vertical-align: middle;
    float: left;
    text-decoration: none; }
    @media (max-width: 520px) {
      .page-nav__link {
        font-size: 12px; } }
    @media (max-width: 400px) {
      .page-nav__link {
        font-size: 10px; } }
    .page-nav__link:hover, .page-nav__link_active {
      color: #2caee8;
      text-decoration: none; }
    .page-nav__link + .page-nav__link {
      margin-left: 36px; }
      @media (max-width: 608px) {
        .page-nav__link + .page-nav__link {
          margin-left: 15px; } }
      @media (max-width: 520px) {
        .page-nav__link + .page-nav__link {
          margin-left: 5px; } }
    .page-nav__link:before {
      display: inline-block;
      vertical-align: middle;
      content: '';
      background: url("../img/icons/nav-link-breacket-left.png") center no-repeat;
      width: 12px;
      height: 43px;
      margin-top: -3px;
      margin-right: 5px;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 520px) {
        .page-nav__link:before {
          margin-right: -5px;
          height: 30px;
          width: 8px;
          -webkit-background-size: cover;
                  background-size: cover; } }
    .page-nav__link:after {
      display: inline-block;
      vertical-align: middle;
      content: '';
      background: url("../img/icons/nav-link-breacket-right.png") center no-repeat;
      width: 12px;
      height: 43px;
      margin-top: -3px;
      margin-left: 5px;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 520px) {
        .page-nav__link:after {
          margin-left: -5px;
          height: 30px;
          width: 8px;
          -webkit-background-size: cover;
                  background-size: cover; } }
    .page-nav__link:hover:before, .page-nav__link:hover:after, .page-nav__link_active:before, .page-nav__link_active:after {
      opacity: 1; }

/*======= / HEADER end  =======*/
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  display: none; }
  @media (max-width: 991px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav__head {
    background: #212121;
    height: 50px;
    padding: 10px 0; }
  .mobile-nav__logo {
    float: right;
    height: 34px;
    width: 90px; }
  .mobile-nav__btn-toggle {
    float: left;
    padding: 8px;
    border-right: 5px;
    background: #323232;
    cursor: pointer; }
  .mobile-nav__toggle-menu {
    text-align: center;
    background: #323232;
    padding: 30px 0;
    display: none; }
  .mobile-nav__link {
    display: block;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 0; }
    .mobile-nav__link + .mobile-nav__link {
      margin-top: 15px; }

.menu-wrapper {
  margin: auto;
  width: 25px;
  height: 16px;
  cursor: pointer; }

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 25px;
  height: 2px; }

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  background: white;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  transition: all 0ms 300ms; }
  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0); }

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: white;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: white;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.side-bar {
  width: 119px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  @media (max-width: 991px) {
    .side-bar {
      display: none; } }
  .side-bar__logo {
    display: block;
    margin: 25px auto;
    width: 90px;
    height: 34px; }
  .side-bar__phone-link {
    font-size: 14px;
    display: block;
    margin: auto;
    text-align: center; }
  .side-bar__link-box {
    display: block;
    margin-top: 30px; }
  .side-bar__link {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 25px 0;
    line-height: 110px;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: 10px center; }
    .side-bar__link:hover {
      color: #fff;
      background: url("../img/icons/sidebar-link-active.png") no-repeat;
      background-position: 4px center; }
    .side-bar__link_sites:hover {
      background: url("../img/icons/sites-hover.png") no-repeat;
      background-position: 25px center;
      -webkit-background-size: 80px 90px;
              background-size: 80px 90px; }
    .side-bar__link_who {
      background-position: 10px 8px; }
      .side-bar__link_who:hover {
        background: url("../img/icons/who-hover.png") no-repeat;
        background-position: 20px 8px; }
  .side-bar__phone-btn {
    display: block;
    background: url("../img/icons/sidebar-phone.png") no-repeat center;
    width: 55px;
    height: 55px;
    cursor: pointer;
    margin: 25px auto 0 auto; }
    .side-bar__phone-btn:hover {
      background: url("../img/icons/sidebar-phone_hover.png") no-repeat center;
      width: 47px;
      height: 77px; }

/*========== contacts ===========*/
.contacts-info {
  margin-top: 45px; }
  @media (max-width: 991px) {
    .contacts-info__item {
      text-align: center;
      margin-bottom: 30px; } }
  .contacts-info__item-title {
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    margin-bottom: 25px;
    min-height: 42px; }
    @media (max-width: 424px) {
      .contacts-info__item-title {
        font-size: 18px; } }
  .contacts-info__item-title-text {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 2px; }
  .contacts-info__item-text {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 424px) {
      .contacts-info__item-text {
        font-size: 14px; } }

.contact-map {
  margin: 28px auto 0 auto;
  max-width: 1030px;
  height: 357px; }
  @media (max-width: 424px) {
    .contact-map {
      height: 250px; } }

/*===== End of contacts =========*/
/*========== ICONS ===========*/
.ic_earth {
  background-image: url("../img/icons/earth-globe.png");
  height: 42px;
  width: 32px; }

.ic_smartphone {
  background-image: url("../img/icons/smartphone-ic.png");
  height: 36px;
  width: 23px; }

.ic_mail {
  background-image: url("../img/icons/mail-icon.png");
  height: 39px;
  width: 35px; }

.ic_diamond-small {
  background-image: url("../img/icons/diamond-min.png");
  height: 12px;
  width: 14px; }

/*===== End of ICONS =========*/
/*========== FOOTER ===========*/
.footer {
  background-color: #000;
  padding: 35px 0 30px 0;
  margin-top: 80px;
  color: #fff; }
  @media (max-width: 424px) {
    .footer {
      margin-top: 45px; } }
  .footer__logo {
    margin-bottom: 58px;
    display: block; }
  .footer__contacts {
    max-width: 185px;
    margin: auto; }
    @media (max-width: 991px) {
      .footer__contacts {
        max-width: none;
        margin-top: 30px; } }
  .footer__contacts-item {
    margin-bottom: 13px; }
  .footer__contacts-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0; }
  .footer__contacts-inner-text {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    letter-spacing: 0.8px; }
  .footer__contacts-text-notify {
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    padding-left: 22px; }
  .footer__copyright {
    color: #fffefe;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px; }
  .footer__item-border {
    position: relative; }
    .footer__item-border:after {
      content: '';
      background: url("../img/footer-delimiter.png") no-repeat center;
      height: 131px;
      width: 1px;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (max-width: 991px) {
      .footer__item-border {
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px; }
        .footer__item-border:nth-last-of-type(1) {
          border-bottom: none; }
        .footer__item-border:after {
          display: none; } }

/*===== End of FOOTER =========*/

/*# sourceMappingURL=maps/common.css.map */
