@charset "UTF-8";
/*
* @subpackage variables.css
  @subpackage mixins.css
  @package animate.css
*/
/*@import url(../css/font-awesome.css);*/
/*
*  @section  Main Styles
*/

 
body {
  color: #2c2c2c;
  font: 300 17px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: 'Lora';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 3;
}

h1, .heading-1 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 415px) {
    h1, .heading-1 {
    font-size: 23px;
  }
}
@media (min-width: 767px) {
  h1, .heading-1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .heading-1 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}

h2, .heading-2 {
  font-size: 34px;
  line-height: 52px;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 60px;
  }
}

h3, .heading-3 {
  font-size: 30px;
  line-height: 52px;
}
@media (min-width: 1200px) {
  h3, .heading-3 {
    font-size: 36px;
  }
}

h4, .heading-4 {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}

h5, .heading-5 {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 26px;
  }
}

h6, .heading-6 {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h6, .heading-6 {
    font-size: 24px;
  }
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

p {
  padding: 0px 10px;
}
@media (min-width: 992px) {
  p {
    padding: 0;
  }
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  color: #b4ab9a;
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  color: #b4ab9a;
}
a[href^="tel:"]:active,
a[href^="callto:"]:active,
a[href^="mailto:"]:active {
  color: #b4ab9a;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
  text-align: center;
}
.lt-ie9 .page {
  min-width: 1200px;
}
@media (min-width: 992px) {
  .page {
    text-align: left;
  }
}

h2:before, .heading-1:before {
  display: none;
}
@media (min-width: 1800px) {
  h2:before, .heading-1:before {
    display: inline-block;
    border-bottom: 1px solid #b4ab9a;
    content: '';
    width: 121px;
    margin-right: 26px;
    margin-left: -151px;
  }
}

.heading-1:before {
  margin-bottom: -73px;
  display: none;
}
@media (min-width: 1800px) {
  .heading-1:before {
    display: inline-block;
  }
}

/*
*  @section  Main Layout
*/
.quote p + p {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .quote p + p {
    margin-top: 34px;
  }
}

.row + .row {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .row + .row {
    margin-top: 76px;
  }
}

.brand + .promo {
  margin-top: 50px;
}
@media (min-width: 992px) {
/*  .brand + .promo {
    margin-top: 149px;
  }*/
}

.link + .inline-list {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .link + .inline-list {
    margin-top: 45px;
  }
}

.inline-list + * {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .inline-list + * {
    margin-top: 90px;
  }
}

.h1, .heading-1 + p {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .h1, .heading-1 + p {
    margin-top: 44px;
  }
}

h2 + * {
  margin-top: 25px;
}
@media (min-width: 992px) {
  h2 + * {
    margin-top: 53px;
  }
}

h3 + .mailform {
  margin-top: 25px;
}
@media (min-width: 992px) {
  h3 + .mailform {
    margin-top: 42px;
  }
}

h3 + p {
  margin-top: 12px;
}
@media (min-width: 992px) {
  h3 + p {
    margin-top: 28px;
  }
}

h3 + .list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  h3 + .list {
    margin-top: 28px;
  }
}

p + .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  p + .btn {
    margin-top: 51px;
  }
}

.promo + address {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .promo + address {
    margin-top: 115px;
  }
}

address + a {
  margin-top: 17px;
}

@media (min-width: 992px) {
  .offset-1 {
    margin-top: 282px;
  }
}

@media (min-width: 768px) {
/*  .offset-2 {
    margin-top: 151px;
  }*/
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

/*
*  @section   Helpers
*/
.big {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .big {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 54px;
  }
}

.small {
  font-size: 12px;
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.round {
  border-radius: 50%;
}

.box-skin-1, .box-skin-2 {
  display: inline-block;
}
.box-skin-1 img, .box-skin-2 img {
  min-width: 100%;
}

.box-skin-1 {
  width: 63.9%;
}

.box-skin-2 {
  width: 36.1%;
}

.text-size-md {
  font-size: 21px;
  line-height: 1.44;
}

@media (min-width: 992px) {
  .inset-1 {
    padding-right: 17px;
  }
}

.inset-2 {
  padding-left: 0;
}
@media (min-width: 1800px) {
  .inset-2 {
    padding-left: 100px;
    
  }
}

.inset-3 {
  padding-right: 0;
}
@media (min-width: 1800px) {
  .inset-3 {
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .inset-4 {
    padding-right: 42px;
  }
}

.inset-5 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .inset-5 {
    padding-left: 106px;
    padding-right: 0;
  }
}

@media (min-width: 1800px) {
  .inset-6 {
    padding-left: 140px;
  }
}

.prefix-1 {
  margin-left: -4px;
}

@media (min-width: 1800px) {
  .prefix-2 {
    margin-left: 150px;
  }
}

.prefix-3 {
  margin-left: -7px;
}

@media (min-width: 992px) {
  .prefix-4 {
    margin-left: 50px;
  }
}
@media (min-width: 1800px) {
  .prefix-4 {
    margin-left: 135px;
  }
}

@media (min-width: 992px) {
  .prefix-5 {
    margin-left: 150px;
  }
}
@media (min-width: 1600px) {
  .prefix-5 {
    margin-left: 368px;
  }
}

@media (min-width: 1600px) {
  .prefix-6 {
    margin-left: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1800px) {
  .postfix-1 {
    margin-right: 65px;
  }
}

.position {
  position: relative;
}

/*
*  @section     Components
*/
/*
*  @subsection    Form
*/
@media (min-width: 992px) {
  .mailform .select + .select {
    margin-left: 11px;
  }
}
@media (min-width: 1200px) {
  .mailform .select + .select {
    margin-left: 17px;
  }
}

/*
*  @subsection   List
*/
.list {
  font-family: 'Lora';
  font-size: 16px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .list {
    font-size: 20px;
  }
}
.list span {
  color: #b4ab9a;
  display: block;
  line-height: 1.9;
}
.list li + li {
  margin-top: 12px;
}

/*
*  @subsection   Link
*/
.link {
  font-size: 20px;
  display: inline-block;
}
.link:hover {
  color: #fff;
}

/*
*  @subsection   Inline List
*/
.inline-list {
  word-spacing: 18px;
  font-size: 23px;
  line-height: 27px;
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list li:hover {
  color: #b4ab9a;
}

/*
*  @subsection   Address
*/
address {
  font-size: 20px;
}
address a {
  line-height: 72px;
  letter-spacing: 1.5px;
  font-family: 'Lora';
  font-size: 30px;
}
@media (min-width: 1200px) {
  address a {
    font-size: 40px;
  }
}
address a:hover {
  color: #b4ab9a;
}

/*
*  @subsection   Blockquote
*/
.quote {
  display: inline-block;
  position: relative;
}
.quote::before {
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  content: '';
  background-image: url("../images/page-1_img06.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 39px;
  height: 29px;
}
@media (min-width: 992px) {
  .quote::before {
    left: 0;
    margin-top: -10px;
    margin-left: 1px;
    transform: translateX(0%);
  }
}
.quote .content {
  color: #888888;
}
@media (min-width: 992px) {
  .quote .content {
    text-indent: 50px;
  }
}

cite {
  color: #2c2c2c;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: "Lora";
}
@media (min-width: 1200px) {
  cite {
    font-size: 20px;
  }
}

/*
*  @subsection   Colors
*/
.text-contrast {
  color: #fff;
}

.text-primary {
  color: black;
  opacity: 0.8;
}

.text-secondary {
   color: black;
  opacity: 0.8;
}

.ppss span{
font-family: 'Lora';
    font-weight: 400;
    margin-left: 14px;
    color: #b15656;
}
.text-secondary2 {
    text-align: left;
    font-size: 31px;
    color: black;
    font-weight: 400;
     opacity: 0.8;
}

/*
*  @subsection   Backgrounds
*/
.bg-default {
  background: #2c2c2c;
  color: #fff;
}

.bg-contrast {
  background: #fff;
  color: #000;
}

.bg-primary {
  background: #b4ab9a;
  color: #fff;
}

/*
*  @subsection   Buttons
*/
.btn {
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary {
  font-family: 'Lora';
  color: #fff;
  border: 2px solid #b4ab9a;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background: #b4ab9a;
}
.btn-secondary {
  border: 2px solid #b4ab9a;
  font-family: 'Lora';
  color: #fff;
  background: #b4ab9a;
}
.btn-secondary:hover, .btn-secondary:active {
  background: none;
  border: 2px solid #b4ab9a;
}
.btn-md {
  font-size: 23px;
  padding: 16px 47px;
}

/*
*  @subsection   Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.icon-md {
  font-size: 24px;
  line-height: 27px;
}
.icon-primary {
  color: #fff;
}
.icon-primary :hover {
  color: #b4ab9a;
}

/*
*  @subsection  Parallax
*/
.parallax {
  color: #fff;
}

/*
*  @subsection    Box
*/
@media (min-width: 480px) {
  .absolute-vertical-xs {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .absolute-vertical-sm {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-vertical-md {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-vertical-lg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt {
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 480px) {
  .box_cnt {
    text-align: left;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*
*  @subsection  Brand
*/
.brand {
  display: inline-block;
  text-align: left;
  position: relative;
  color: #b4ab9a;
  opacity: 1;
}
.brand_name {
  overflow: hidden;
  font-size: 35px;
  line-height: 1;
  font-family: 'Lora';
/*  margin-top: 5px;*/
}
.brand_name:first-letter {
  font-size: 50px;
}
@media (min-width: 1200px) {
  .brand_name {
    font-size: 40px;
  }
}

@media (max-width: 415px) {
  .brand_name {
    font-size: 23px;
  }
}




.brand_slogan {
    overflow: hidden;
    font-size: 32px;
    line-height: 1;
    font-family: 'Lora';
    margin-top: 5px;
}
.brand a {
  display: inline-block;
  padding-left: 92px;
}
.brand a:before {
  content: '';
  width: 77px;
  height: 83px;
  background: url("../images/logo.svg");
  background-size: 77px 83px;
  position: absolute;
  top: 0;
  left: 0;
}

/*
*  @subsection   Imports
*
* @subpackage  menu.scss
* @subpackage  navbar.scss
* @subpackage  stuck-menu.scss
* @subpackage  to-top.scss


*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #7B7A7A;
  background: #b4ab9a;
}
.sf-menu > li.active > a {
  color: #212121;
  background: #b4ab9a;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #2c2c2c;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #b4ab9a;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #b4ab9a;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #b4ab9a;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #b4ab9a;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 992px) {
/*  .header { height: 1150px;}*/
}
@media (max-width: 415px) {
  .header
  { height: 1150px;}
}

@media (max-width: 767px) {
/*  .header { height: 1350px;}*/
}


@media (max-width: 767px) {
/*  body {
    padding-top: 56px;
  }*/

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  } 
}

@media (max-width: 415px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  } 
}

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #2c2c2c;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #b4ab9a;
  text-decoration: none;
}
.toTop:active {
  color: #fff;
  background: #b4ab9a;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
*  @section   HEADER
*/
header,footer {
  position: relative;
}
header .brand,footer .brand {
/*  float: left;*/
}
header .brand img,footer .brand img {
  vertical-align: baseline;
}
@media (max-width: 767px) {
  header,footer {
    text-align: center;
  }
  header .brand, header .nav,footer .brand, footer .nav  {
    float: none;
  }
}
header .promo .heading-1,footer .promo .heading-1  {
  z-index: 2;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1800px) {
  header .promo .heading-1,footer .promo .heading-1 {
    margin-right: -241px;
  }
}
header:before,footer:before  {
  top: 51%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
/*  background-image: url("/web/20220609141616im_/https://pentagon-pominki.com.ua/images/header_pic_cut.jpg");*/
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
@media (min-width: 480px) {
/*  header:before {
    top: 46%;
  }*/
}
@media (min-width: 992px) {
  header:before,footer:before {
    top: 0;
    left: 40%;
  }
}
@media (min-width: 1800px) {
  header:before,footer:before {
    left: 36%;
  }
}
header h3,footer h3 {
  position: relative;
}

/*
*  @section   CONTENT
*/
main {
  display: block;
}

/*
*  @subsection  Well
*/
.well {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .well {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.well--inset-1 {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .well--inset-1 {
    padding-top: 128px;
  }
}
.well--inset-2 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .well--inset-2 {
    padding-bottom: 130px;
  }
}
.well--inset-3 {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .well--inset-3 {
    padding-bottom: 108px;
  }
}
.well--inset-4 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .well--inset-4 {
    padding-top: 135px;
  }
}

/*
*  @section    FOOTER
*/
footer .copyright {
  padding-left: 3px;
  font-size: 12px;
}
@media (min-width: 480px) {
  footer .copyright {
    font-size: 16px;
  }
}
footer .copyright a:hover {
  color: #2c2c2c;
  white-space: nowrap;
}
.section4 img
{
 height: 100vh; 
 width: 100%; 
 object-fit: cover;   
}
.map_model
{
max-height: 600px;   
}




@media (max-width: 1300px) {
.section4 img
{
 height: 500px; 
}
.map_model
{
max-height: 500px;   
}
}


@media (max-width: 768px) {
.map .map_model
{
height: 500px;
max-height:100vh;
}
}

.section4{
    margin:10px 0px;
}
.box-skin-12
{
 position: relative;   
}
.box-skin-12 .img-backround
{
    max-width: 100%;
    height: 700px;
    max-height: 100vh;
    width: 100%;
    object-fit: cover; 
}
.image-title .text-primary
{
 
}

.image-title
{
    transform: scale(0.8); 
  transform-origin: left top;
    position: absolute;
    background: white;
   background-color: rgba(44, 44, 44, 0.5);
    left: 25px;
    top: 25px;
   padding: 20px; 
   min-width: 520px;
}

.image-title .text{
box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
  
    line-height: 30px;
  
    text-align: left;
    text-size-adjust: 100%;
   
}

@media (max-width: 992px) {
.image-title
{
transform: scale(0.7); 
}




}


@media (max-width: 768px) {
.image-title
{
transform: scale(0.6); 
}
}
@media (max-width: 568px) {
.image-title
{
transform: scale(0.5); 
}
}


@media (min-width: 992px) {
.row .video-js
{
position: absolute;   
height: 100%;
width: auto;
}
}

@media (max-width: 992px) {
.video_wrap
{
  padding: 0px;  
}
}


.video-js
{
width: 100%;

}
/*
     FILE ARCHIVED ON 14:16:16 Jun 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:56:38 Feb 11, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 64.984
  exclusion.robots: 0.159
  exclusion.robots.policy: 0.152
  RedisCDXSource: 0.621
  esindex: 0.007
  LoadShardBlock: 46.028 (3)
  PetaboxLoader3.datanode: 58.882 (6)
  CDXLines.iter: 16.337 (3)
  load_resource: 246.765 (2)
  PetaboxLoader3.resolve: 58.347 (2)
  loaddict: 59.425
*/