@charset "UTF-8";
@font-face {
  font-family: TTT;
  /* Имя шрифта */
  src: url(../fonts/TTTravels-Medium.otf);
  /* Путь к файлу со шрифтом */
  font-weight: 500; }

@font-face {
  font-family: TTT;
  /* Имя шрифта */
  src: url(../fonts/TTTravels-DemiBold.otf);
  /* Путь к файлу со шрифтом */
  font-weight: 800; }

@font-face {
  font-family: TTT;
  /* Имя шрифта */
  src: url(../fonts/TTTravels-Bold.otf);
  /* Путь к файлу со шрифтом */
  font-weight: 700; }

body {
  font-family: TTT,sans-serif;
  margin: 0; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.text_center {
  text-align: center; }

header.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

header.header .logo_block {
  background: #000;
  padding: 16px;
  margin-right: 100px; }
  header.header .logo_block img {
    margin-right: 15px;
    width: 30px;
    height: 30px; }
  header.header .logo_block .logo_block_title {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Helvetica';
    font-weight: 400; }
    header.header .logo_block .logo_block_title span {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.5);
      text-transform: capitalize;
      margin-top: -1px;
      font-family: 'Helvetica'; }

header.header nav.header_nav a {
  text-decoration: none;
  margin-right: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000; }
  header.header nav.header_nav a:last-child {
    margin-right: 0; }

.header_content {
  background-size: cover;
  height: calc(100vh - 64px); }
  .header_content .text_block {
    background: #fff;
    padding: 60px 30px; }
    .header_content .text_block .h1 {
      font-size: 42px; }
      .header_content .text_block .h1 span {
        font-weight: bold; }
      .header_content .text_block .h1 .h5 {
        font-size: 1rem;
        margin-top: 20px; }
  .header_content ul {
    font-size: 1.3rem;
    color: #fff;
    margin-top: 80px; }
    .header_content ul li {
      margin-bottom: 40px; }

.padding_container {
  padding-bottom: 90px;
  padding-top: 90px;
  overflow: hidden; }
  .padding_container h2 {
    font-size: 1.9rem;
    margin-bottom: 40px;
    position: relative; }
    .padding_container h2:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 103%;
      width: 100px;
      height: 2px;
      background: rgba(255, 255, 255, 0.6); }
    .padding_container h2 span {
      font-weight: 400; }
  .padding_container.white_block {
    color: #fff;
    background: #000; }
  .padding_container.black_block {
    color: #000;
    background: #fff; }
    .padding_container.black_block h2:after {
      background: rgba(0, 0, 0, 0.6); }
  .padding_container.gray_block {
    background: rgba(172, 182, 191, 0.08);
    color: #000; }
    .padding_container.gray_block h2:after {
      background: rgba(0, 0, 0, 0.6); }
  .padding_container .icon_wrapper {
    margin-top: 40px; }
    .padding_container .icon_wrapper .icon_block {
      border-right: 1px solid rgba(255, 255, 255, 0.6);
      padding: 20px;
      flex: 1; }
      .padding_container .icon_wrapper .icon_block:last-child {
        border-right: 0; }
    .padding_container .icon_wrapper p {
      margin-top: 30px;
      text-align: center;
      font-weight: 400;
      line-height: 25px; }
      .padding_container .icon_wrapper p a {
        color: #fff;
        text-decoration: none;
        font-size: 1.3rem; }
  .padding_container .h3 {
    font-size: 2.5rem; }
  .padding_container .long_title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 20px; }
  .padding_container .product_block {
    margin-bottom: 20px; }
    .padding_container .product_block img {
      margin: 20px auto; }
    .padding_container .product_block p {
      font-weight: bold;
      text-align: center;
      font-size: 1.2rem; }
  .padding_container .toggle_block_wrapper {
    text-align: center;
    margin-top: 40px; }
    .padding_container .toggle_block_wrapper .toggle_block {
      cursor: pointer; }
      .padding_container .toggle_block_wrapper .toggle_block .round {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        background: #000;
        margin-right: 20px; }
        .padding_container .toggle_block_wrapper .toggle_block .round img {
          margin-top: 2px; }
  .padding_container .gallery_block {
    margin-top: 30px;
    border: 1px solid #ccc;
    background-size: cover;
    height: 270px;
    display: block; }

footer.footer {
  background: #000;
  padding: 40px 0 20px 0;
  color: #fff; }
  footer.footer .logo_block {
    text-decoration: none;
    margin-right: 30px; }
    footer.footer .logo_block span {
      font-style: 1rem;
      text-transform: uppercase;
      margin-left: 15px;
      color: #fff; }
  footer.footer nav a {
    display: block;
    margin-bottom: 20px;
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
  footer.footer nav.phones a img {
    margin-right: 15px; }
  footer.footer .socials p {
    margin-top: 0; }
  footer.footer .socials a {
    margin-right: 15px; }
    footer.footer .socials a img {
      width: 30px;
      height: 30px; }

.menu {
  display: none;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  opacity: 1;
  z-index: 2; }

.menu span {
  width: 16px;
  position: absolute;
  left: 7px;
  top: 15px;
  border-bottom: 1px solid #000; }

.menu span:before, .menu span:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000;
  width: 100%;
  top: -5px; }

.menu span:before {
  top: 5px; }

.side-menu {
  position: fixed;
  right: -360px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  height: 100%;
  background: #fff;
  min-width: 250px;
  z-index: 15;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.side-menu.active {
  right: 0; }

.side-menu header {
  padding: 10px;
  background: #4A90E2; }

.side-menu header img {
  width: 30px; }

.side-menu nav {
  padding: 0 30px; }

.side-menu nav ul {
  list-style: none;
  padding: 0; }

.side-menu nav ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }

.side-menu nav ul li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none; }
