@charset "UTF-8";
@font-face {
  font-family: "Brutal";
  src: url("../fonts/BrutalBold/BrutalBold.eot");
  src: local("☺"), url("../fonts/BrutalBold/BrutalBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrutalBold/BrutalBold.woff") format("woff"), url("../fonts/BrutalBold/BrutalBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Brutal";
  src: url("../fonts/BrutalLight/BrutalLight.eot");
  src: local("☺"), url("../fonts/BrutalLight/BrutalLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BrutalLight/BrutalLight.woff") format("woff"), url("../fonts/BrutalLight/BrutalLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Brutal";
  src: url("../fonts/BrutalMedium/BrutalMedium.eot");
  src: local("☺"), url("../fonts/BrutalMedium/BrutalMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrutalMedium/BrutalMedium.woff") format("woff"), url("../fonts/BrutalMedium/BrutalMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Brutal";
  src: url("../fonts/BrutalRegular/BrutalRegular.eot");
  src: local("☺"), url("../fonts/BrutalRegular/BrutalRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrutalRegular/BrutalRegular.woff") format("woff"), url("../fonts/BrutalRegular/BrutalRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.clearfix:before,
.container:after {
  content: "";
  display: table; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

html,
body {
  height: 100%;
  font-family: Brutal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px; }

.wrap {
  background: #000 url(../img/bg.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 100%;
  color: #f2eadd;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.contacts_line {
  padding-top: 50px; }
  .contacts_line .contact_item .markup span {
    width: 48px;
    height: 1px;
    background: #927e69;
    display: inline-block;
    vertical-align: middle; }
  .contacts_line .contact_item .markup i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .contacts_line .contact_item:nth-child(2) {
    font-size: 18px; }

nav {
  margin-top: 60px;
  height: 48px; }
  nav .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid #927e69;
    border-bottom: 1px solid #927e69;
    /* padding-top: 18px */
    /* padding-bottom: 18px */
    height: 100%; }
    nav .container a {
      text-transform: uppercase;
      color: #f2eadd;
      font-weight: 700;
      font-size: 12px;
      position: relative;
      padding: 0 30px;
      letter-spacing: 2px;
      line-height: 48px;
      height: 100%;
      text-shadow: 1px 1px 0px rgba(84, 69, 43, 0.3);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      nav .container a:hover {
        background: #927e69; }
      nav .container a:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px);
        width: 2px;
        height: 2px;
        background: #f2eadd; }
      nav .container a:first-child:before {
        content: "";
        position: absolute;
        left: 0px;
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px);
        width: 2px;
        height: 2px;
        background: #f2eadd; }
      nav .container a:hover {
        text-decoration: none; }

.logo {
  width: 558px;
  height: 325px;
  margin: 60px auto 40px; }

footer {
  background: #101010;
  height: 50px;
  width: 100%;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #797979; }
  footer .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .copyright {
    font-size: 12px; }
  footer .autor {
    font-size: 12px;
    color: #797979;
    background: url(../img/web.png) no-repeat right center;
    padding-right: 40px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    footer .autor:hover {
      background: url(../img/autor2.png) no-repeat right center;
      color: #fff; }
  footer .footer_nav {
    margin-top: 0; }
    footer .footer_nav a {
      font-size: 10px;
      text-transform: uppercase;
      color: #797979;
      text-decoration: none;
      text-shadow: 1px 2px 0px #000;
      margin: 0 22px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      footer .footer_nav a:hover {
        color: #fff; }

.banners {
  margin-bottom: 50px; }

.banner {
  height: 150px;
  /*background: #3b3b3b;
  border: 1px solid #f2eadd;*/ }
 
.banner img {
    width: 100%;
}

.burger {
  width: 24px;
  height: 24px;
  background: url(../img/menu.png);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: none; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none; }

.nav_mobile {
  display: none; }

.inside header {
  padding-top: 20px; }
  .inside header .contacts_line {
    padding-top: 0; }
    .inside header .contacts_line .contacts_text {
      font-size: 14px;
      margin: 0;
     
      padding-left: 25px;
      
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .inside header .contacts_line.flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .inside header #address {
    position: relative; }
    .inside header #address:before {
      width: 11px;
      height: 14px;
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      background: url(../img/address.svg);
      -webkit-background-size: cover;
              background-size: cover; }
  .inside header #mail {
    position: relative; }
    .inside header #mail:before {
      width: 17px;
      height: 13px;
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      background: url(../img/mail.svg);
      -webkit-background-size: cover;
              background-size: cover; }
  .inside header #phone {
    position: relative; }
    .inside header #phone:before {
      width: 17px;
      height: 17px;
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      background: url(../img/phone.svg);
      -webkit-background-size: cover;
              background-size: cover; }
  .inside header nav {
    display: inline-block;
    margin-top: 0;
    padding-top: 10px; }
    .inside header nav a {
      display: inline-block;
      margin: 0 20px;
      text-transform: uppercase;
      color: #f2eadd;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      position: relative; }
      .inside header nav a:before {
        content: '';
        width: 2px;
        height: 2px;
        position: absolute;
        left: -25px;
        top: -webkit-calc(50% - 1px);
        top: calc(50% - 1px);
        background: #f2eadd; }
      .inside header nav a:last-child:after {
        content: '';
        width: 2px;
        height: 2px;
        position: absolute;
        right: -25px;
        top: -webkit-calc(50% - 1px);
        top: calc(50% - 1px);
        background: #f2eadd; }

.nav_line {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

*.btn {
  position: relative;
  padding: 13px 10px 15px;
  border: 1px solid #f2eadd;
  display: inline-block;
  background: transparent;
  outline: none; }
  *.btn i {
    font-style: normal; }
  *.btn span {
    font-size: 12px;
    text-transform: uppercase;
    color: #f2eadd;
    font-weight: 700;
    letter-spacing: 2px; }
  *.btn:hover {
    text-decoration: none; }
  *.btn .ls {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    *.btn .ls:before {
      content: "";
      width: 2px;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      background: #f2eadd; }
    *.btn .ls:after {
      content: "";
      width: 2px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #f2eadd; }
  *.btn .rs {
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    *.btn .rs:before {
      content: "";
      width: 2px;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      background: #f2eadd; }
    *.btn .rs:after {
      content: "";
      width: 2px;
      height: 2px;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #f2eadd; }
  *.btn[type="submit"] {
    color: #1f1f1f;
    border: 1px solid #1f1f1f; }
    *.btn[type="submit"] span {
      color: #1f1f1f; }
    *.btn[type="submit"] .ls:before {
      background: #1f1f1f; }
    *.btn[type="submit"] .ls:after {
      background: #1f1f1f; }
    *.btn[type="submit"] .rs:before {
      background: #1f1f1f; }
    *.btn[type="submit"] .rs:after {
      background: #1f1f1f; }

.center {
  text-align: center; }

.separator {
  width: 100%;
  height: 4px;
  background: url(../img/separator.png);
  margin: 27px 0; }

.breadcrumbs {
  position: relative; }
  .breadcrumbs a {
    color: #f2eadd;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-left: 40px; }
    .breadcrumbs a:hover {
      text-decoration: none; }
    .breadcrumbs a:before {
      content: '';
      position: absolute;
      left: -26px;
      top: -webkit-calc(50% - 3px);
      top: calc(50% - 3px);
      width: 13px;
      height: 7px;
      background: url(../img/right.png); }
    .breadcrumbs a:first-child {
      margin-left: 0; }
      .breadcrumbs a:first-child:before {
        display: none; }
  .breadcrumbs span {
    color: #f2eadd;
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-left: 40px; }
    .breadcrumbs span:before {
      content: '';
      position: absolute;
      left: -26px;
      top: -webkit-calc(50% - 3px);
      top: calc(50% - 3px);
      width: 13px;
      height: 7px;
      background: url(../img/right.png); }

main h1 {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

.gallery_item {
  text-align: center;
  text-decoration: none;
  display: block;
  margin-bottom: 45px; }
  .gallery_item .image_box {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #51504a;
    border-bottom: 0px; }
  .gallery_item:hover {
    text-decoration: none;
    color: #6a6153; }
    .gallery_item:hover .gallery_text {
      color: #6a6153; }
  .gallery_item .gallery_text {
    color: #f2eadd;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    border: 2px solid #51504a;
    border-top: 0px;
    transition: all .2s ease; }

.content {
  margin-bottom: 30px;
  text-shadow: 2px 3px 5px #000;}
  .content h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 30px; }
  .content p {
    line-height: 1.6;
    color: #f2eadd; }
  .content ul {
    padding: 0;
    margin: 0;
    padding-left: 65px;
    list-style-type: none; }
    .content ul li {
      position: relative;
      margin-bottom: 10px; }
      .content ul li:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 8px;
        width: 5px;
        height: 8px;
        background: url(../img/caret-right.png); }
  .content ol {
    padding: 0;
    margin: 0;
    padding-left: 65px;
    list-style-type: none;
    counter-reset: list; }
    .content ol li {
      margin-bottom: 10px;
      position: relative; }
      .content ol li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: -32px;
        top: 8px;
        width: 15px;
        height: 15px;
        text-align: center;
        color: #1f1f1f;
        font-size: 12px;
        font-weight: 700;
        background: #fff; }



.contacts_list {
  list-style-type: none;
  text-decoration:none;
  color:#fff;
  margin-top: 30px;
  margin-bottom: 30px; }
  .contacts_list li {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    position: relative; }
    .contacts_list li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px; }
    .contacts_list li#cl1:before {
      background: url(../img/ct1.png) no-repeat;
      width: 14px;
      height: 18px; }
    .contacts_list li#cl2:before {
      background: url(../img/ct2.png) no-repeat;
      width: 14px;
      height: 18px; }
    .contacts_list li#cl3:before {
      background: url(../img/ct3.png) no-repeat;
      width: 18px;
      height: 12px; }
    .contacts_list li#cl4:before {
      background: url(../img/ct4.png) no-repeat;
      width: 16px;
      height: 23px; }
      
      .contacts_list a {
  list-style-type: none;
  text-decoration:none;
  color:#fff;
}
.map {
  width: 100%;
  height: 310px;
  background: #000; 
  overflow:hidden;    
}

.popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 95px 40px;
  background: #fff;
  margin: 0 auto;
  z-index: 20;
  width: 555px;
  position: relative; }
  .popup .mfp-close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../img/close.png);
    cursor: pointer;
    text-indent: -9999px; }
  .popup .form_name {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1f1f1f; }
  .popup form {
    margin-top: 40px; }
    .popup form label {
      margin-bottom: 50px;
      display: block;
      position: relative; }
      .popup form label span {
        position: absolute;
        left: 13px;
        top: 12px; }
    .popup form input {
      width: 100%;
      background: #ececec;
      height: 50px;
      font-size: 14px;
      padding-left: 45px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 0;
      outline: none; }
    .popup form textarea {
      height: 90px;
      width: 100%;
      background: #ececec;
      font-size: 14px;
      padding-left: 45px;
      padding-top: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 0;
      outline: none;
      resize: none; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .inside header nav a:last-child:after {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer_nav {
    display: none; }
  .inside header nav {
    padding-top: 0; }
  .inside .nav_line {
    padding-left: 7px; } }

@media (max-width: 767px) {
  .contacts_line {
    padding-top: 20px; }
  .contacts_text {
    font-size: 12px; }
  .contact_item {
    text-align: center; }
  nav {
    display: none; }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto; }
    .logo img {
      display: inline-block; }
  .autor {
    text-indent: -999999px; }
  .burger {
    display: block; }
  .nav_mobile {
    width: 80%;
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    height: 100%;
    display: block; }
    .nav_mobile a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .inside .nav_line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .inside .nav_line nav {
      display: none; }
  .inside header .contacts_line {
    margin-top: 20px; }
    .inside header .contacts_line.flex {
      display: block; }
    .inside header .contacts_line .contact_item {
      margin-bottom: 10px; }
      .inside header .contacts_line .contact_item:before {
        display: none; }
      .inside header .contacts_line .contact_item .contacts_text {
        padding-left: 0; }
  .inside .logo-col {
    text-align: center; }
  .gallery_item .image_box {
    text-align: center; }
    .gallery_item .image_box .img-responsive {
      display: inline-block; }
  .content ul {
    padding-left: 25px; }
  .content ol {
    padding-left: 25px; } }

@media (max-width: 600px) {
  .popup {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .popup .form_name {
      font-size: 20px; }
    .popup form label {
      margin-bottom: 10px; } 
    
    table{
        width: 100%!important;
    }
    table tr{
        border-bottom: 1px solid rgba(255,255,255, .5);
    }
}
     
      .contacts_text a {
    color: #fff;
}

.reviews .item {
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    margin-bottom: 40px;
}


img.img-responsive{
    max-height: 180px;
    display: initial;
}

.logo img.img-responsive{

     max-height: none;
}