@charset "UTF-8";
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  background-color: #000;
  /* Цвет фона */
  color: #d7d7d7;
  font-family: 'CenturyGothic','helioscondregular', Arial,SansSerif; }

.container {
  background: #000; }

.container.main {
  border: 1px solid #2d2d2d;
  border-radius: 15px;
  background-color: #0d0d0d; }

.container.about {
  background-color: #0d0d0d; }

h1, h2, h3, h4, h5 {
  color: #f7d75d; }

a {
  color: #939393;
  transition: .8s; }

a:hover {
  color: #c8c8c8;
  text-decoration: none; }

hr {
  border: 0;
  height: 1px;
  background: #fff;
  background-image: -webkit-linear-gradient(left, #000, #fff, #000);
  background-image: -moz-linear-gradient(left, #000, #fff, #000);
  background-image: -ms-linear-gradient(left, #000, #fff, #000);
  background-image: -o-linear-gradient(left, #000, #fff, #000); }

strong {
  color: #f7d75d; }

.modal {
  z-index: 2000; }

header.top {
  position: relative;
  margin-right: 200px; }

.breadcrumbs {
  box-sizing: border-box;
  margin-right: 200px; }

section.main {
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-right: 200px;
  min-height: calc( 100vh - 540px ); }

.partner-auth {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0; }

.partner-auth a {
  color: #d7d7d7;
  text-decoration: none;
  transition: all 0.6s; }

.partner-auth a:hover {
  transition: all 0.6s;
  color: #f7d75d; }

.partner-auth a.auth-link:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #f7d75d;
  transition: all 0.3s; }

.partner-auth a.auth-link:hover:before {
  width: 57px;
  left: 72px;
  background: #f7d75d; }

.bx-system-auth-form br {
  margin-bottom: 15px; }

.top-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 100vh;
  z-index: 40; }

.mod-about {
  margin-top: 80px; }

/****************************************************/
/*Поиск*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetine"], input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="tel"], input[type="month"], input[type="week"], select, textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal; }

input[type="text"].search-suggest {
  height: 28px;
  line-height: 28px;
  width: 154px;
  background-color: #626262;
  border: 1px solid #6a6a6a;
  margin-left: 10px;
  color: #f7d75d; }

.search-page input[type="text"].search-suggest {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 5px; }

.search-area-inner {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 8px; }

.search-area-submit {
  position: absolute;
  top: 0;
  right: 10px;
  width: 18px;
  height: 17px;
  background-image: url("/bitrix/templates/amigo/images/icons/search.png");
  background-repeat: no-repeat;
  text-indent: -999px;
  cursor: pointer;
  height: 28px;
  background-color: #fff;
  width: 26px;
  background-position: 50% 50%; }

a.search-link {
  color: #f7d75d; }

p.search-text {
  box-sizing: border-box;
  padding: 0 0 10px 10px; }

.btn-submit {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 15px; }

.btn-submit input {
  background-color: #e7e7e7;
  border: 1px solid #000;
  /* Green */
  color: black;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }

.btn-submit input:hover {
  background-color: #000;
  /* Green */
  border: 1px solid #939393;
  color: #f7d75d;
  cursor: pointer; }

/**********************************************************/
/*Вывод меню разделов */
.inner-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px; }

.secondary-nav {
  overflow: hidden;
  padding: 0 0 19px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  text-align: center; }

.secondary-list {
  margin: 0 0 0 -12px; }

nav li, nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.secondary-item.active a.secondary-link {
  color: #f7d75d; }

.secondary-item + .secondary-item {
  position: relative;
  margin: 0 0 7px 12px;
  display: inline-block; }

.secondary-item + .secondary-item::before {
  content: " ";
  color: #939393;
  font-size: 17px;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #939393;
  margin-top: -10px; }

a, .secondary-item a, .secondary-link {
  text-decoration: none;
  text-transform: uppercase; }

.gallery-work h2,
.about_shtory h2,
.about_markizy h2 {
  text-align: center; }
  
.about_markizy ul,
.markizy-detail ul{
    margin-left: 15px;
}  
.about_markizy ul li,
.markizy-detail ul li{
    margin-left: 15px;
}
.gallery-work p,
.about_shtory p,
.about_markizy p {
  text-indent: 15px; }

footer {
  box-sizing: border-box;
  padding: 50px 0; }

footer, footer .container {
  background: none; }

footer {
  box-sizing: border-box;
  padding: 30px 0; }

footer {
  background-image: url("/images/footer.png");
  border-top: 1px solid #353535;
  height: 300px; }

footer strong {
  color: #d7d7d7; }

footer .social img {
  display: block;
  margin: 0 auto; }

footer .social,
footer .phones,
footer .adress {
  text-align: center; }

.top-back {
  height: 200px;
  /* задаем произвольную высоту и ширину блока */
  width: 120%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  animation: animatedBackground 30s linear infinite;
  -moz-animation: animatedBackground 30s linear infinite;
  -webkit-animation: animatedBackground 30s linear infinite;
  -o-animation: animatedBackground 30s linear infinite;
  border-bottom: 1px solid #353535; }

.top-back.shtory {
  background-image: url("/images/top-shtory.jpg"); }

.top-back.zhalyuzi {
  background-image: url("/images/top-zhalyuzi.jpg"); }

.top-back.markizy {
  background-image: url("/images/top-markizy.jpg"); }

.top-back.gallery {
  background-image: url("/images/top-gallery.jpg"); }

.top-back.contacts {
  background-image: url("/images/top-contacts.jpg"); }

.top-back.services {
  background-image: url("/images/top-services.jpg"); }

.top-back.search {
  background-image: url("/images/top-services.jpg"); }

.top-back.personal {
  background-image: url("/images/top-personal.jpg"); }

.top-back.sitemap {
  background-image: url("/images/top-sitemap.jpg"); }

.top-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

@keyframes animatedBackground {
  from {
    background-position: 50% 50%; }
  25% {
    background-position: 8px -8px; }
  50% {
    background-position: 50% 50%; }
  75% {
    background-position: -8px 8px; }
  100% {
    background-position: 50% 50%; } }
@-moz-keyframes animatedBackground {
  from {
    background-position: 50% 50%; }
  25% {
    background-position: 8px -8px; }
  50% {
    background-position: 50% 50%; }
  75% {
    background-position: -8px 8px; }
  100% {
    background-position: 50% 50%; } }
@-webkit-keyframes animatedBackground {
  from {
    background-position: 50% 50%; }
  25% {
    background-position: 8px -8px; }
  50% {
    background-position: 50% 50%; }
  75% {
    background-position: -8px 8px; }
  100% {
    background-position: 50% 50%; } }
@-o-keyframes animatedBackground {
  from {
    background-position: 50% 50%; }
  25% {
    background-position: 8px -8px; }
  50% {
    background-position: 50% 50%; }
  75% {
    background-position: -8px 8px; }
  100% {
    background-position: 50% 50%; } }
.modal-content {
  box-sizing: border-box;
  border-radius: 5px;
  background: #262626;
  border: 1px solid #828282;
  width: 100%;
  padding: 0 15px; }

.modal-dialog {
  width: 300px; }

.modal-body .title,
.modal-body .row {
  margin-bottom: 15px; }

.modal-body input {
  height: 34px;
  width: 100%;
  padding: 7px 5px !important;
  font-size: 14px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #919191;
  background: #262626;
  color: #f7d75d; }

.modal-body .forgot {
  font-size: 14px; }

.pagination-sm .page-item:first-child .page-link {
  background-color: #0d0d0d; }

.pagination {
  border: none; }

.page-link {
  border: 1px solid #0d0d0d;
  background-color: #0d0d0d; }

.page-item.disabled .page-link {
  border: 1px solid #0d0d0d; }

.page-item.active .page-link {
  border: 1px solid #0d0d0d;
  color: #f7d75d; }

.page-item .page-link:hover {
  background-color: #0d0d0d;
  border: 1px solid #737373;
  border-radius: 3px; }

.page-item.disabled .page-link {
  background-color: #0d0d0d; }

.slider-button span.alx_feedback_popup {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 10px;
  color: #514f4f;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s; }

.slider-button span.alx_feedback_popup:hover {
  background-color: white;
  border: 1px solid #7f7f7f; }

/*********************************************/
/*main page*/
.mod-main {
  text-align: center; }

.main-item {
  display: inline-block;
  vertical-align: top;
  margin: 25px; }

.mod-main .main-design-item {
  position: relative;
  display: block;
  height: 465px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.mod-main .image {
  height: 455px;
  width: 100%; }

.mod-main .title, .mod-main .subtitle {
  max-width: 350px; }

.main-design-item .subtitle {
  padding: 0;
  background: rgba(23, 23, 23, 0.7); }

.mod-main .subtitle .title {
  top: 0;
  position: relative;
  padding: 20px 25px;
  background: #808080; }

.mod-main .title, .mod-main .subtitle {
  z-index: 10;
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  letter-spacing: .08em;
  width: 100%;
  text-align: left; }

.mod-main a {
  text-transform: unset; }

.mod-main .subtitle ul {
  display: block;
  list-style: none;
  font-size: 18px;
  z-index: 1;
  padding: 15px 0 14px 37px;
  line-height: 1.4;
  color: #c1c0c0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  letter-spacing: normal;
  overflow: hidden;
  width: 100%;
  transition: .5s; }

.mod-main .description {
  color: #fff;
  padding: 20px 40px 40px;
  min-height: 150px;
  font-size: 15px;
  line-height: 1.5;
  max-width: 310px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.mod-main .main-design-item::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid #4f4f4f;
  z-index: 5;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.mod-main .main-design-item:hover::after {
  bottom: 0px;
  border: 1px solid #f7d75d; }

.mod-main .main-design-item:hover .subtitle ul {
  color: #dbdbdb; }

.mod-main .main-design-item:hover .description {
  padding: 40px 40px 40px;
  color: #f7d75d; }

.mod-main .main-design-item:hover .title {
  color: #f7d75d;
  padding-left: 33px;
  padding-right: 33px; }

/**********************************/
/*Меню*/
@media (min-width: 300px) and (max-width: 767px) {
  section.main,
  .breadcrumbs,
  header.top {
    margin-right: 0; }

  [id='nav-toggle'] ~ .right {
    width: 0px;
    height: 100%;
    position: fixed;
    padding-top: 25px;
    top: 0;
    bottom: 0;
    margin: 0;
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 2s;
    transition: width 0.5s;
    overflow-y: auto;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    background: #000;
    z-index: 0; }

  /**
   * Кнопка переключения панели
   * тег <label>
   */
  .nav-toggle {
    position: fixed;
    right: -2px;
    top: 50vh;
    padding: 2px;
    background: #000;
    cursor: pointer;
    font-size: 2.2em;
    line-height: 1;
    z-index: 2001;
    transition: width 0.3s;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    border: 1px solid #808080;
    border-radius: 5px; }

  /* определяем текст кнопки
   * символ Unicode (TRIGRAM FOR HEAVEN)
  */
  .nav-toggle:after {
    content: '\2630';
    text-decoration: none;
    transition: color .25s ease-in-out;
    color: #dadada; }

  /* цвет текста при наведении */
  .nav-toggle:hover {
    color: #f7d75d; }

  /**
   * Скрытый чекбокс (флажок)
   * невидим и недоступен :)
   * имя селектора атрибут флажка
   */
  [id='nav-toggle'] {
    position: absolute;
    display: none; }

  /**
   * изменение положения переключателя
   * при просмотре на мобильных устройствах
   * когда навигация раскрыта, распологаем внутри панели
  */
  [id='nav-toggle']:checked ~ .right > .nav-toggle {
    left: 0;
    top: 0;
    width: 30px;
    border: none; }

  /**
   * Когда флажок установлен, открывается панель
   * используем псевдокласс:checked
   */
  [id='nav-toggle']:checked ~ .right {
    width: 210px;
    min-width: 210px;
    height: 100%;
    position: fixed;
    padding-top: 25px;
    top: 0;
    bottom: 0;
    margin: 0;
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    overflow-y: auto;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    background: #000;
    z-index: 2000; }

  /*
   * смещение контента страницы
   * на размер ширины панели,
   * фишка необязательная, на любителя
  */
  [id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-210px);
    -moz-transform: translateX(-210px);
    transform: translateX(-210px); }

  /*
   * изменение символа переключателя,
   * привычный крестик (MULTIPLICATION X),
   * вы можете испльзовать любой другой значок
  */
  [id='nav-toggle']:checked ~ .nav-toggle:after {
    content: '\2715';
    color: #dadada; }

  /**
   * профиксим баг в Android <= 4.1.2
   * см: http://timpietrusky.com/advanced-checkbox-hack
   */
  body {
    -webkit-animation: bugfix infinite 1s; }

  @-webkit-keyframes bugfix {
    to {
      padding: 0; } }
  /**
   * позаботьтимся о средних и маленьких экранах
   * мобильных устройств
   */
  /*плавное появление заголовка (логотипа) при раскрытии панели */
  [id='nav-toggle']:checked ~ .right img {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }

  /**
   * формируем непосредственно само меню
   * используем неупорядоченный список для пунктов меню
   * прикрутим трансфомации и плавные переходы
   */
  .right > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }

  .right > ul > li {
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s; }

  [id='nav-toggle']:checked ~ .right > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  /* определяем интервалы появления пунктов меню */
  .right > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s; }

  .right > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s; }

  .right > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s; }

  .right > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s; }

  .right > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s; }

  .right > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s; }

  /**
   * оформление ссылок пунктов меню
   */
  .right > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #dadada;
    width: 100%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease; }

  /**
   * состояние ссылок меню при наведении
   */
  .right > ul > li > a:hover,
  .right > ul > li > a:focus {
    padding-left: 15px; }

  /**
   * линия подчеркивания ссылок меню
   */
  /**
   * анимируем линию подчеркивания
   * ссылок при наведении
   */
  .right > ul > li > a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease; }

  .right > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease; } }
/***********************************/
/*Галерея раскрывающийся блок*/
.reference {
  display: none; }

.more-link, .more-link label {
  text-align: center; }

.reference ~ .more {
  overflow: Hidden;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  max-height: 245px; }

.reference ~ .more-link .arrow-top,
.reference ~ .more-link span.hide-caption {
  display: none; }

.reference + label {
  font-size: 16px;
  padding: 0;
  color: green;
  cursor: pointer;
  display: inline-block; }

.reference:checked ~ .more {
  max-height: 10000px; }

.reference:checked ~ .more-link .arrow-bottom {
  display: none; }

.reference:checked ~ .more-link .arrow-top,
.reference:checked ~ .more-link span.hide-caption {
  display: block; }

.reference:checked ~ .more-link span.more-caption {
  display: none; }

.arrow-bottom {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 7px 0 30%; }

.arrow-bottom:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-left: 3px solid #f7d75d;
  border-bottom: 3px solid #f7d75d;
  transform: translate(5px, 25px) rotate(-45deg);
  animation: arrow-bottom 3s linear infinite; }

.arrow-bottom:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-left: 3px solid #f7d75d;
  border-bottom: 3px solid #f7d75d;
  transform: translate(13px, 0px) rotate(-45deg);
  animation: arrow-bottom 3s linear infinite -1.5s; }

@keyframes arrow-bottom {
  0% {
    opacity: 0;
    transform: translate(-3px, -3px) rotate(-45deg); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    border-left: 3px solid #f7d75d;
    border-bottom: 3px solid #f7d75d;
    transform: translate(-3px, 0px) rotate(-45deg); }
  100% {
    opacity: 0;
    transform: translate(-3px, 15px) rotate(-45deg); } }
.arrow-top {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 15px 0 0 30%; }

.arrow-top:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-top: 3px solid #f7d75d;
  border-right: 3px solid #f7d75d;
  transform: translate(25px, 5px) rotate(-45deg);
  animation: arrow-top 3s linear infinite reverse; }

.arrow-top:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-top: 3px solid #f7d75d;
  border-right: 3px solid #f7d75d;
  transform: translate(0px, 13px) rotate(-45deg);
  animation: arrow-top 3s linear infinite -1.5s reverse; }

@keyframes arrow-top {
  0% {
    opacity: 0;
    transform: translate(-3px, -3px) rotate(-45deg); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    border-top: 3px solid #f7d75d;
    border-right: 3px solid #f7d75d;
    transform: translate(-3px, 0px) rotate(-45deg); }
  100% {
    opacity: 0;
    transform: translate(-3px, 15px) rotate(-45deg); } }
.social-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px; }

/***********************************/
@media screen and (min-width: 300px) {
  html,
  body {
    margin: 0;
    overflow-x: hidden; } }
@media screen and (max-width: 400px) {
  html,
  body {
    margin: 0;
    overflow-x: hidden; }

  .right {
    width: 100%;
    box-shadow: none; } }
@media (min-width: 768px) {
  .right {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    box-sizing: border-box; }

  .right {
    padding-top: 210px; }

  ul.right-menu {
    background-color: #000; }

  .right .logo {
    width: 200px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center; }

  .right img {
    width: 100%;
    height: auto; } }
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (min-width: 320px) and (max-width: 480px) {
  section.main,
  .breadcrumbs {
    width: 100%;
    margin-right: 0; }

  .right {
    width: 0; }

  header.top {
    margin-right: 0; }

  img.slider-logo {
    top: 30%;
    left: 15%; }

  .slider-logo {
    left: 15%;
    width: 70%; }

  .slider-text {
    top: 55%;
    left: 5%;
    width: 90%;
    min-height: 15%; }

  hr.slider-hr {
    top: 50%;
    left: 5%;
    width: 90%; }

  .nav-toggle {
    display: block; } }
/*******************************************************/
#left-buttons {
  display: block;
  left: 1;
  position: fixed;
  top: 50vh;
  z-index: 100;
  box-sizing: border-box;
  border: 1px solid #808080;
  border-radius: 2px; }

#left-buttons div > span.field-tip {
  background: #141414;
  border-top: 1px solid #4c4c4c;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center; }

#left-buttons div.buy-supplement > spa9n.field-tip {
  border-top: 0;
  border-top-right-radius: 3px;
  moz-border-radius-topright: 3px;
  webkit-border-top-right-radius: 3px; }

#left-buttons div.support > span.field-tip {
  border-bottom-right-radius: 3px;
  moz-border-radius-bottomright: 3px;
  webkit-border-bottom-right-radius: 3px; }

#left-buttons div > span.field-tip:hover {
  background: #939393;
  color: #000; }

#left-buttons div > span.field-tip i {
  color: #fff;
  font-size: 18px;
  line-height: 30px; }

.field-tip {
  position: relative; }

.field-tip .tip-content {
  background: #141414;
  box-shadow: 2px 2px 5px #aaa;
  color: #fff;
  margin-right: -220px;
  moz-box-shadow: 2px 2px 5px #aaa;
  moz-transition: opacity 250ms ease-out;
  ms-transition: opacity 250ms ease-out;
  opacity: 0;
  o-transition: opacity 250ms ease-out;
  padding: 10px;
  position: absolute;
  right: 9999px;
  top: 4px;
  transition: opacity 250ms ease-out;
  webkit-box-shadow: 2px 2px 5px #aaa;
  webkit-transition: opacity 250ms ease-out;
  width: 200px; }

.field-tip .tip-content:before {
  border: 8px solid transparent;
  border-right-color: #141414;
  color: #141414;
  content: ' ';
  height: 0;
  left: -16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0; }

.field-tip:hover .tip-content {
  opacity: 1;
  right: 0px; }

table {
  border: 1px solid white;
}

td {
  border: 1px solid white;
  padding: 15px;
}

th {
  border: 1px solid white;
}

/*# sourceMappingURL=template_styles.css.map */
