/* Colors */
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic);
/* line 7, ../sass/screen.scss */
ul {
  margin-bottom: 0;
}
/* line 10, ../sass/screen.scss */
ul li {
  list-style-type: none;
  list-style-position: inside;
}

/* line 16, ../sass/screen.scss */
body, body a, body p, #error404 h6 {
  color: #545454;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px 0;
}

/* line 26, ../sass/screen.scss */
.red {
  color: #cf1a22;
}

/* line 29, ../sass/screen.scss */
.blue {
  color: #004289;
}

/* line 32, ../sass/screen.scss */
.bg_red {
  background: #cf1a22;
}

/* line 35, ../sass/screen.scss */
.bg_blue {
  background: #004289;
}

/* line 48, ../sass/screen.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 50, ../sass/screen.scss */
body {
  padding: 0;
  margin: 0;
  min-width: 960px;
  background: #a18e76 url(images/bg_goldflowers_2.jpg) center 0 repeat;
}
@media only screen and (max-width: 991px) {
  /* line 50, ../sass/screen.scss */
  body {
    min-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 50, ../sass/screen.scss */
  body {
    min-width: 200px;
    padding: 0;
  }
}





/* line 69, ../sass/screen.scss */
body a {
  text-decoration: underline;
  color: #044F91;
}
/* line 74, ../sass/screen.scss */
body a:hover {
  text-decoration: none;
}
/* line 79, ../sass/screen.scss */
body span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 11px;
  line-height: 1.1;
  padding-top: 2px;
}
/* line 87, ../sass/screen.scss */
body strong, body b {
  font-weight: bold;
}
/* line 94, ../sass/screen.scss */
body p:empty {
  display: none !important;
}
/* line 97, ../sass/screen.scss */
body .inline {
  display: inline-block;
  margin-right: 10px;
}
/* line 102, ../sass/screen.scss */
body .fancy {
  display: none;
}

/*  end of body */
/* line 108, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans";
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

/* line 116, ../sass/screen.scss */
::selection {
  background: #d9d9ed;
  color: #000;
}

/* line 117, ../sass/screen.scss */
::-moz-selection {
  background: #d9d9ed;
  color: #000;
}

/* line 118, ../sass/screen.scss */
img::selection {
  background: transparent;
}

/* line 119, ../sass/screen.scss */
img::-moz-selection {
  background: transparent;
}

/* line 120, ../sass/screen.scss */
body {
  -webkit-tap-highlight-color: #d9d9ed;
  color: #000;
}

/* line 122, ../sass/screen.scss */
html {
  min-width: 960px;
}
@media only screen and (max-width: 991px) {
  /* line 122, ../sass/screen.scss */
  html {
    min-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 122, ../sass/screen.scss */
  html {
    min-width: 200px;
  }
}

/* line 132, ../sass/screen.scss */
.spacer_super_small {
  display: block;
  overflow: hidden;
  clear: both;
  height: 15px;
}

/* line 138, ../sass/screen.scss */
.spacer_small {
  display: block;
  overflow: hidden;
  clear: both;
  height: 30px;
}

/* line 144, ../sass/screen.scss */
.spacer_big {
  display: block;
  overflow: hidden;
  clear: both;
  height: 60px;
}

/* line 151, ../sass/screen.scss */
#main {
  position: relative;
  z-index: 999;
}

/* line 156, ../sass/screen.scss */
body a.btn, body button.submit, input[type="submit"], body a.btn.btn-small {
  color: #231915;
  font-family: "Philosopher";
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 0 rgba(255, 255, 255, 0.6);
  line-height: 1.2;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #9e8b51;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0.7px 0.7px 1px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0.7px 0.7px 1px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0.7px 0.7px 1px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.2);
  background-image: -moz-linear-gradient(bottom, #D1B83E 0%, #F2E89D 70%, #D8BE61 100%);
  background-image: -o-linear-gradient(bottom, #D1B83E 0%, #F2E89D 70%, #D8BE61 100%);
  background-image: -webkit-linear-gradient(bottom, #D1B83E 0%, #F2E89D 70%, #D8BE61 100%);
  background-image: linear-gradient(to top, #D1B83E 0%, #F2E89D 70%, #D8BE61 100%);
}
/* line 185, ../sass/screen.scss */
body a.btn:hover, body button.submit:hover, input[type="submit"]:hover {
  color: #241a16;
  background: #c6b449;
}

/* end of %bigBtn */
/* line 194, ../sass/screen.scss */
body a.btn {
  display: inline-block;
}

/* line 198, ../sass/screen.scss */
body button.submit, input[type="submit"] {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  height: 43px;
}

/* line 207, ../sass/screen.scss */
body a.btn.btn-small {
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}

/* line 220, ../sass/screen.scss */
body h1, #error404 .error404-num {
  color: #FEFEFE;
  font-family: "Philosopher";
  font-size: 50px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  line-height: 1.2;
  padding: 0 0 60px 0;
  margin: 0 0 20px 0;
  position: relative;
}
/* line 231, ../sass/screen.scss */
body h1:after, #error404 .error404-num:after {
  position: absolute;
  content: '';
  display: block;
  background: url(images/icon_sprite.png) -12px -8px no-repeat;
  width: 388px;
  height: 66px;
  left: 50%;
  margin-left: -194px;
  bottom: 0;
}
/* line 243, ../sass/screen.scss */
body h1 span, #error404 .error404-num span {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  /* line 220, ../sass/screen.scss */
  body h1, #error404 .error404-num {
    font-size: 20px;
    line-height: 1.1;
  }
}

/* line 253, ../sass/screen.scss */
body h2 {
  color: #044F91;
  font-family: "Philosopher";
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}

/* line 265, ../sass/screen.scss */
body h3 {
  color: #044F91;
  font-family: "Philosopher";
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}

/* line 276, ../sass/screen.scss */
body h4 {
  color: #545454;
  font-family: "Philosopher";
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-transform: none;
}

/* line 312, ../sass/screen.scss */
body p, body a, body h1, body h2, body h3, body h4, body h5, body h6, body strong, body em, body span {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 317, ../sass/screen.scss */
p.map_marker, p.phone, p.email, p.instagram {
  position: relative;
  color: #FFF;
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  padding-left: 35px;
  margin: 0 0 10px 0;
}
/* line 327, ../sass/screen.scss */
p.map_marker:after, p.phone:after, p.email:after, p.instagram:after {
  position: absolute;
  content: '';
  left: 0;
  top: -4px;
  background: url(images/icon_sprite.png) 0 -80px no-repeat;
  display: block;
  height: 34px;
  width: 26px;
}

/* line 339, ../sass/screen.scss */
p.phone {
  padding-left: 45px;
  margin-bottom: 14px;
  text-align: left;
}
/* line 344, ../sass/screen.scss */
p.phone:after {
  width: 40px;
  top: -2px;
  background-position: -93px -80px;
}

/* line 351, ../sass/screen.scss */
p.email {
  padding-left: 45px;
  margin-bottom: 13px;
  text-align: left;
}
/* line 356, ../sass/screen.scss */
p.email a {
  color: #FFF;
  font-family: 'Philosopher', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  text-decoration: none;
  text-transform: lowercase;
}
/* line 365, ../sass/screen.scss */
p.email:after {
  left: 7px;
  top: 3px;
  background-position: -30px -80px;
}

/* line 372, ../sass/screen.scss */
p.instagram {
  padding-left: 45px;
}
/* line 375, ../sass/screen.scss */
p.instagram:after {
  top: -8px;
  background-position: -63px -80px;
}

/* line 381, ../sass/screen.scss */
.beauty_separator {
  background: url(images/icon_sprite.png) -135px -80px no-repeat;
  width: 56px;
  height: 18px;
  display: block;
  clear: both;
  overflow: hidden;
}

/* line 392, ../sass/screen.scss */
#footer p.map_marker, #footer p.email, #footer p.instagram, #footer p.phone {
  color: #CFB169;
  font-family: "Philosopher";
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
}
/* line 399, ../sass/screen.scss */
#footer p.map_marker a, #footer p.email a, #footer p.instagram a, #footer p.phone a {
  color: #CFB169;
  font-family: "Philosopher";
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  text-decoration: none;
  text-transform: lowercase;
}

/* line 413, ../sass/screen.scss */
#header {
  position: relative;
  z-index: 1000;
  padding-top: 75px;
  background: url(images/bg_header.jpg) center 0 no-repeat;
  height: 200px;
  overflow: hidden;
}
/* line 421, ../sass/screen.scss */
#header:before {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(images/new_header.jpg) center 0 repeat-x;
}
@media only screen and (max-width: 767px) {
  /* line 421, ../sass/screen.scss */
  #header:before {
    background: none !important;
  }
}
/* line 438, ../sass/screen.scss */
#header > * {
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 991px) {
  /* line 413, ../sass/screen.scss */
  #header {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 413, ../sass/screen.scss */
  #header {
    text-align: center;
    height: auto;
    background-repeat: repeat;
    padding-top: 20px;
  }
}
/* line 453, ../sass/screen.scss */
#header .wrapMainLogo {
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  /* line 453, ../sass/screen.scss */
  #header .wrapMainLogo {
    top: 0;
    /* padding-bottom: 25px; */
  }
}
/* line 463, ../sass/screen.scss */
#header #main_logo {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 255px;
  height: 173px;
  position: relative;
  margin-top: -12px;
}
/* line 473, ../sass/screen.scss */
#header #main_logo img {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 463, ../sass/screen.scss */
  #header #main_logo {
    margin-top: 0;
  }
  /* line 482, ../sass/screen.scss */
  #header #main_logo img {
    opacity: 1;
  }
}
/* line 489, ../sass/screen.scss */
#header .container .row {
  position: relative;
}
/* line 492, ../sass/screen.scss */
#header .container .row .wrapLeftPart {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 60px;
  text-align: left;
}
/* line 499, ../sass/screen.scss */
#header .container .row .wrapLeftPart .inn {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  /* line 492, ../sass/screen.scss */
  #header .container .row .wrapLeftPart {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 492, ../sass/screen.scss */
  #header .container .row .wrapLeftPart {
    position: relative;
    text-align: center;
    padding: 0 15px;
  }
}
/* line 515, ../sass/screen.scss */
#header .container .row .wrapRightPart {
  text-align: right;
  padding-right: 60px;
  position: relative;
  top: -41px;
}
@media only screen and (max-width: 991px) {
  /* line 515, ../sass/screen.scss */
  #header .container .row .wrapRightPart {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 515, ../sass/screen.scss */
  #header .container .row .wrapRightPart {
    position: relative;
    text-align: center;
    top: 0;
    padding: 0 15px;
  }
}
/* line 531, ../sass/screen.scss */
#header .container .row .wrapRightPart .inn {
  display: inline-block;
  vertical-align: top;
}

/* line 540, ../sass/screen.scss */
#wrapNav {
  background: url(images/bg_main_nav.jpg) 0 0 repeat-x;
  border-top: 1px solid #b35d24;
  border-bottom: 2px solid #331b0a;
}
/* line 550, ../sass/screen.scss */
#wrapNav #topnav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 -2px;
  position: relative;
  background: url(images/bg_main_nav_separator.png) right 0 no-repeat;
}
/* line 559, ../sass/screen.scss */
#wrapNav #topnav > li:first-child {
  position: relative;
}
/* line 562, ../sass/screen.scss */
#wrapNav #topnav > li:first-child:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url(images/bg_main_nav_separator.png) 0 0 no-repeat;
}
/* line 575, ../sass/screen.scss */
#wrapNav #topnav > li > a {
  color: #fff;
  font-family: "Philosopher";
  font-size: 20px;
  line-height: 67px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  /* line 575, ../sass/screen.scss */
  #wrapNav #topnav > li > a {
    font-size: 17px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 575, ../sass/screen.scss */
  #wrapNav #topnav > li > a {
    font-size: 14px;
    padding: 0 14px;
  }
}
/* line 604, ../sass/screen.scss */
#wrapNav #topnav > li:hover a, #wrapNav #topnav > li.current-menu-item a {
  background: #331808;
}
/* line 611, ../sass/screen.scss */
#wrapNav #topnav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: none;
  padding: 1px 0 0;
}
/* line 620, ../sass/screen.scss */
#wrapNav #topnav .sub-menu li {
  display: block;
  margin: 0;
  padding: 0 15px;
  background: #145c9a;
}
/* line 626, ../sass/screen.scss */
#wrapNav #topnav .sub-menu li a {
  display: block;
  padding: 8px 0;
  margin: 0;
  position: relative;
  text-transform: none;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 639, ../sass/screen.scss */
#wrapNav #topnav .sub-menu li:last-child a {
  border-bottom: none;
}
/* line 641, ../sass/screen.scss */
#wrapNav #topnav .sub-menu li:hover, #wrapNav #topnav .sub-menu li.current-menu-item {
  background: #0b3d6b;
}
/* line 644, ../sass/screen.scss */
#wrapNav #topnav .sub-menu li:hover > a, #wrapNav #topnav .sub-menu li:hover > a span, #wrapNav #topnav .sub-menu li.current-menu-item > a, #wrapNav #topnav .sub-menu li.current-menu-item > a span {
  color: #fff;
}

/* line 661, ../sass/screen.scss */
.primary-wrapper img.alignleft,
.primary-wrapper img.alignright {
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 661, ../sass/screen.scss */
  .primary-wrapper img.alignleft,
  .primary-wrapper img.alignright {
    max-width: 43%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 661, ../sass/screen.scss */
  .primary-wrapper img.alignleft,
  .primary-wrapper img.alignright {
    max-width: 100%;
  }
}

/* line 674, ../sass/screen.scss */
.primary-wrapper img.alignleft {
  float: left;
  margin: 0 18px 10px 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 683, ../sass/screen.scss */
.primary-wrapper img.alignleft + br {
  display: none;
}

/* line 686, ../sass/screen.scss */
.primary-wrapper img.alignright {
  float: left;
  margin: 0 0 10px 18px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 694, ../sass/screen.scss */
.primary-wrapper img.alignright + br {
  display: none;
}

/* line 697, ../sass/screen.scss */
.primary-wrapper img.alignnone {
  width: auto;
  max-width: 100%;
  margin: 0 15px 15px 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 707, ../sass/screen.scss */
.primary-wrapper img.aligncenter {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 720, ../sass/screen.scss */
#hamburger {
  display: block;
  width: 50px;
  height: 36px;
  margin: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
  background: none;
}

/* line 733, ../sass/screen.scss */
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #E5CA62;
  content: '';
  display: block;
  width: 40px;
  height: 6px;
  position: absolute;
  left: 5px;
}

/* line 745, ../sass/screen.scss */
#hamburger:before {
  top: 5px;
}

/* line 748, ../sass/screen.scss */
#hamburger:after {
  bottom: 5px;
}

/* line 751, ../sass/screen.scss */
#hamburger span {
  top: 50%;
  margin-top: -3px;
}

/* line 756, ../sass/screen.scss */
.mm-list, .mm-list > li, .mm-list > li a {
  color: rgba(255, 255, 255, 0.6) !important;
}

@media all and (min-width: 767px) {
  /* line 763, ../sass/screen.scss */
  #hamburger {
    display: none;
  }
}
/* Hamburger animation */
/* line 769, ../sass/screen.scss */
#hamburger:before,
#hamburger:after,
#hamburger span {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

/* line 776, ../sass/screen.scss */
html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}

/* line 781, ../sass/screen.scss */
html.mm-opening #hamburger:before {
  transform: rotate(45deg);
  top: 15px;
}

/* line 786, ../sass/screen.scss */
html.mm-opening #hamburger:after {
  transform: rotate(-45deg);
  bottom: 15px;
}

/* line 792, ../sass/screen.scss */
#menu_mobile {
  display: none;
}
/* line 794, ../sass/screen.scss */
#menu_mobile.mm-opened {
  display: block;
}

/* line 797, ../sass/screen.scss */
#page {
  overflow: hidden;
  position: static;
  z-index: 1;
  /* padding-bottom: 100px; */
}
@media only screen and (max-width: 991px) {
  /* line 797, ../sass/screen.scss */
  #page {
    /* padding-bottom: 130px; */
  }
}
@media only screen and (max-width: 767px) {
  /* line 797, ../sass/screen.scss */
  #page {
    padding-bottom: 0;
  }
}

/* line 811, ../sass/screen.scss */
.mm-list > li > a, .mm-list > li > span {
  font-family: Arial, sans-serif;
}

/* line 813, ../sass/screen.scss */
html.mm-opening #hamburger {
  display: none;
}

/* line 815, ../sass/screen.scss */
.mm-page {
  position: static;
}

/* line 817, ../sass/screen.scss */
#menu_mobile_list {
  padding-top: 15px;
  margin: 0;
}
/* line 821, ../sass/screen.scss */
#menu_mobile_list li {
  list-style-type: none;
}
/* line 823, ../sass/screen.scss */
#menu_mobile_list li a {
  padding: 8px 15px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

/* line 829, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form, #popup-iframe-box .in .wpcf7-form, .wrapForm .wpcf7 {
  /* end of @include break(small) */
}
/* line 830, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form input[type="text"], #popup-iframe-box .in .wpcf7-form input[type="text"], .wrapForm .wpcf7 input[type="text"], #popUp-call-box .in .wpcf7-form input[type="email"], #popup-iframe-box .in .wpcf7-form input[type="email"], .wrapForm .wpcf7 input[type="email"], #popUp-call-box .in .wpcf7-form input[type="file"], #popup-iframe-box .in .wpcf7-form input[type="file"], .wrapForm .wpcf7 input[type="file"],
#popUp-call-box .in .wpcf7-form input[type="url"],
#popup-iframe-box .in .wpcf7-form input[type="url"],
.wrapForm .wpcf7 input[type="url"], #popUp-call-box .in .wpcf7-form input[type="tel"], #popup-iframe-box .in .wpcf7-form input[type="tel"], .wrapForm .wpcf7 input[type="tel"], #popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form textarea, .wrapForm .wpcf7 textarea, #popUp-call-box .in .wpcf7-form select, #popup-iframe-box .in .wpcf7-form select, .wrapForm .wpcf7 select {
  width: 100%;
  max-width: 100%;
  height: 41px;
  background-color: #FFF;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #2A2A2A;
  font-family: "PT Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 6px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -ms-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
/* line 860, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form input[type="text"]:focus, #popup-iframe-box .in .wpcf7-form input[type="text"]:focus, .wrapForm .wpcf7 input[type="text"]:focus, #popUp-call-box .in .wpcf7-form input[type="email"]:focus, #popup-iframe-box .in .wpcf7-form input[type="email"]:focus, .wrapForm .wpcf7 input[type="email"]:focus, #popUp-call-box .in .wpcf7-form input[type="file"]:focus, #popup-iframe-box .in .wpcf7-form input[type="file"]:focus, .wrapForm .wpcf7 input[type="file"]:focus,
#popUp-call-box .in .wpcf7-form input[type="url"]:focus,
#popup-iframe-box .in .wpcf7-form input[type="url"]:focus,
.wrapForm .wpcf7 input[type="url"]:focus, #popUp-call-box .in .wpcf7-form input[type="tel"]:focus, #popup-iframe-box .in .wpcf7-form input[type="tel"]:focus, .wrapForm .wpcf7 input[type="tel"]:focus, #popUp-call-box .in .wpcf7-form textarea:focus, #popup-iframe-box .in .wpcf7-form textarea:focus, .wrapForm .wpcf7 textarea:focus, #popUp-call-box .in .wpcf7-form select:focus, #popup-iframe-box .in .wpcf7-form select:focus, .wrapForm .wpcf7 select:focus {
  border: 1px solid #009cff !important;
}
/* line 863, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form input[type="text"].wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form input[type="text"].wpcf7-not-valid, .wrapForm .wpcf7 input[type="text"].wpcf7-not-valid, #popUp-call-box .in .wpcf7-form input[type="email"].wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form input[type="email"].wpcf7-not-valid, .wrapForm .wpcf7 input[type="email"].wpcf7-not-valid, #popUp-call-box .in .wpcf7-form input[type="file"].wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form input[type="file"].wpcf7-not-valid, .wrapForm .wpcf7 input[type="file"].wpcf7-not-valid,
#popUp-call-box .in .wpcf7-form input[type="url"].wpcf7-not-valid,
#popup-iframe-box .in .wpcf7-form input[type="url"].wpcf7-not-valid,
.wrapForm .wpcf7 input[type="url"].wpcf7-not-valid, #popUp-call-box .in .wpcf7-form input[type="tel"].wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form input[type="tel"].wpcf7-not-valid, .wrapForm .wpcf7 input[type="tel"].wpcf7-not-valid, #popUp-call-box .in .wpcf7-form textarea.wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form textarea.wpcf7-not-valid, .wrapForm .wpcf7 textarea.wpcf7-not-valid, #popUp-call-box .in .wpcf7-form select.wpcf7-not-valid, #popup-iframe-box .in .wpcf7-form select.wpcf7-not-valid, .wrapForm .wpcf7 select.wpcf7-not-valid {
  border: 1px solid #f00;
}
/* line 868, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form select, #popup-iframe-box .in .wpcf7-form select, .wrapForm .wpcf7 select {
  padding: 2px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 872, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form select option, #popup-iframe-box .in .wpcf7-form select option, .wrapForm .wpcf7 select option {
  padding: 3px 12px;
}
/* line 875, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form input[type="file"], #popup-iframe-box .in .wpcf7-form input[type="file"], .wrapForm .wpcf7 input[type="file"] {
  padding: 3px 10px;
}
/* line 877, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form textarea, .wrapForm .wpcf7 textarea {
  max-width: 100%;
  width: 500px;
  height: 100px;
  resize: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  /* line 877, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form textarea, .wrapForm .wpcf7 textarea {
    width: 100%;
  }
}
/* line 889, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form p, #popup-iframe-box .in .wpcf7-form p, .wrapForm .wpcf7 p {
  margin-bottom: 14px;
}
/* line 894, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSelect span.wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form .wrapSelect span.wpcf7-form-control-wrap, .wrapForm .wpcf7 .wrapSelect span.wpcf7-form-control-wrap {
  display: block;
}
/* line 897, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSelect span.wpcf7-form-control-wrap:after, #popup-iframe-box .in .wpcf7-form .wrapSelect span.wpcf7-form-control-wrap:after, .wrapForm .wpcf7 .wrapSelect span.wpcf7-form-control-wrap:after {
  position: absolute;
  content: '\f107';
  display: block;
  background: #145c9a;
  width: 42px;
  height: 41px;
  right: 0;
  top: 0;
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 41px;
  text-align: center;
}
/* line 916, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime, #popup-iframe-box .in .wpcf7-form .incomingTime, .wrapForm .wpcf7 .incomingTime, #popUp-call-box .in .wpcf7-form .outcomingTime, #popup-iframe-box .in .wpcf7-form .outcomingTime, .wrapForm .wpcf7 .outcomingTime {
  text-align: right;
}
/* line 919, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime label, #popup-iframe-box .in .wpcf7-form .incomingTime label, .wrapForm .wpcf7 .incomingTime label, #popUp-call-box .in .wpcf7-form .outcomingTime label, #popup-iframe-box .in .wpcf7-form .outcomingTime label, .wrapForm .wpcf7 .outcomingTime label {
  float: left;
  color: #2A2A2A;
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 41px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
/* line 930, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap, .wrapForm .wpcf7 .incomingTime span.wpcf7-form-control-wrap, #popUp-call-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap, .wrapForm .wpcf7 .outcomingTime span.wpcf7-form-control-wrap {
  width: 72px;
  margin-right: 12px;
}
/* line 934, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap input, #popup-iframe-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap input, .wrapForm .wpcf7 .incomingTime span.wpcf7-form-control-wrap input, #popUp-call-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap input, #popup-iframe-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap input, .wrapForm .wpcf7 .outcomingTime span.wpcf7-form-control-wrap input {
  text-align: center !important;
}
/* line 938, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"], #popup-iframe-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"], .wrapForm .wpcf7 .incomingTime span.wpcf7-form-control-wrap[class*="date-"], #popUp-call-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"], #popup-iframe-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"], .wrapForm .wpcf7 .outcomingTime span.wpcf7-form-control-wrap[class*="date-"] {
  width: 120px;
  margin-right: 0;
}
/* line 941, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"] input, #popup-iframe-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"] input, .wrapForm .wpcf7 .incomingTime span.wpcf7-form-control-wrap[class*="date-"] input, #popUp-call-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"] input, #popup-iframe-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"] input, .wrapForm .wpcf7 .outcomingTime span.wpcf7-form-control-wrap[class*="date-"] input {
  text-align: left !important;
}
/* line 945, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"]:after, #popup-iframe-box .in .wpcf7-form .incomingTime span.wpcf7-form-control-wrap[class*="date-"]:after, .wrapForm .wpcf7 .incomingTime span.wpcf7-form-control-wrap[class*="date-"]:after, #popUp-call-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"]:after, #popup-iframe-box .in .wpcf7-form .outcomingTime span.wpcf7-form-control-wrap[class*="date-"]:after, .wrapForm .wpcf7 .outcomingTime span.wpcf7-form-control-wrap[class*="date-"]:after {
  position: absolute;
  content: '\f073';
  display: block;
  background: #145c9a;
  width: 42px;
  height: 41px;
  right: 0;
  top: 0;
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 41px;
  text-align: center;
}
/* line 967, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSubmit, #popup-iframe-box .in .wpcf7-form .wrapSubmit, .wrapForm .wpcf7 .wrapSubmit {
  position: relative;
  max-width: 100%;
  margin-bottom: 0;
}
/* line 972, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSubmit input[type="submit"], #popup-iframe-box .in .wpcf7-form .wrapSubmit input[type="submit"], .wrapForm .wpcf7 .wrapSubmit input[type="submit"] {
  /* @extend %bigBtn_red; */
  width: 100%;
  font-size: 24px;
  color: #fff;
  height: 50px;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
/* line 984, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSubmit img.ajax-loader, #popup-iframe-box .in .wpcf7-form .wrapSubmit img.ajax-loader, .wrapForm .wpcf7 .wrapSubmit img.ajax-loader {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 55;
  width: auto;
}
/* line 993, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wpcf7-not-valid-tip, #popup-iframe-box .in .wpcf7-form .wpcf7-not-valid-tip, .wrapForm .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
/* line 995, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form div.wpcf7-validation-errors, #popup-iframe-box .in .wpcf7-form div.wpcf7-validation-errors, .wrapForm .wpcf7 div.wpcf7-validation-errors {
  background: #F2E96A;
  padding: 25px;
  color: #000;
  text-align: center;
  display: none !important;
}
/* line 1003, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form div.wpcf7-mail-sent-ok, #popup-iframe-box .in .wpcf7-form div.wpcf7-mail-sent-ok, .wrapForm .wpcf7 div.wpcf7-mail-sent-ok {
  border: 2px solid #15C1C5;
  background: #15C1C5;
  padding: 15px;
  color: #fff;
}
/* line 1010, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form span.wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form span.wpcf7-form-control-wrap, .wrapForm .wpcf7 span.wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1020, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form div.wpcf7-mail-sent-ok, #popup-iframe-box .in .wpcf7-form div.wpcf7-mail-sent-ok, .wrapForm .wpcf7 div.wpcf7-mail-sent-ok {
    padding: 5px;
    margin-top: 5px;
  }
}

/*  end of %wpcf7_styles */
/* line 1032, ../sass/screen.scss */
.ui-state-default {
  margin: 0 !important;
}

/* line 1038, ../sass/screen.scss */
#error404 {
  text-align: center;
  padding-bottom: 95px;
}
/* line 1042, ../sass/screen.scss */
#error404 .error404-num {
  color: #000;
  font-size: 200px;
}
@media only screen and (max-width: 767px) {
  /* line 1042, ../sass/screen.scss */
  #error404 .error404-num {
    font-size: 120px;
  }
}
/* line 1052, ../sass/screen.scss */
#error404 h1 {
  margin-bottom: 10px;
}
/* line 1053, ../sass/screen.scss */
#error404 h2 {
  margin-bottom: 10px;
}

/*  end of #error404 */
/* line 1061, ../sass/screen.scss */
.wrapSlider {
  position: relative;
  padding: 15px 0 0;
}
/* line 1065, ../sass/screen.scss */
.wrapSlider h1 {
  color: #fff;
  margin-bottom: 15px;
}
/* line 1069, ../sass/screen.scss */
.wrapSlider h1 span {
  display: block;
}
/* line 1074, ../sass/screen.scss */
.wrapSlider .metaslider {
  position: relative;
  margin: 0 auto;
}
/* line 1078, ../sass/screen.scss */
.wrapSlider .metaslider:before, .wrapSlider .metaslider:after {
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  content: '';
  left: 12px;
  top: 12px;
  background: #d0b26a;
  z-index: 154065;
}
/* line 1090, ../sass/screen.scss */
.wrapSlider .metaslider:after {
  left: auto;
  right: 12px;
}
/* line 1096, ../sass/screen.scss */
.wrapSlider .metaslider > div[id*="metaslider_container_"] {
  position: relative;
}
/* line 1099, ../sass/screen.scss */
.wrapSlider .metaslider > div[id*="metaslider_container_"]:before, .wrapSlider .metaslider > div[id*="metaslider_container_"]:after {
  position: absolute;
  display: block;
  height: 1px;
  width: calc(100% - 24px);
  content: '';
  left: 12px;
  top: 12px;
  background: #d0b26a;
  z-index: 15060;
}
/* line 1111, ../sass/screen.scss */
.wrapSlider .metaslider > div[id*="metaslider_container_"]:after {
  top: auto;
  bottom: 12px;
}
@media only screen and (max-width: 991px) {
  /* line 1074, ../sass/screen.scss */
  .wrapSlider .metaslider {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1074, ../sass/screen.scss */
  .wrapSlider .metaslider {
    margin-bottom: 20px;
  }
}
/* line 1124, ../sass/screen.scss */
.wrapSlider .metaslider .flexslider {
  margin: 0;
}
/* line 1128, ../sass/screen.scss */
.wrapSlider .metaslider p {
  margin: 0;
}
/* line 1133, ../sass/screen.scss */
.wrapSlider .metaslider .slides .caption-wrap {
  opacity: 1 !important;
  width: 501px;
  left: 0;
  top: 0;
  height: 333px;
  background: url(images/bg_slider_text.png) 0 0 no-repeat;
  padding: 45px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 82px;
  right: 60px;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 1200px) {
  /* line 1133, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap {
    -webkit-background-size: 420px auto;
    background-size: 420px auto;
    width: 420px;
    height: 280px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1133, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap {
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    width: 300px;
    height: 200px;
    padding: 30px 40px;
    right: 40px;
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1133, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap {
    margin-top: 20px;
    right: 50%;
    margin-right: -150px;
    top: auto;
    display: none !important;
  }
}
/* line 1179, ../sass/screen.scss */
.wrapSlider .metaslider .slides .caption-wrap .caption {
  padding: 0;
}
/* line 1182, ../sass/screen.scss */
.wrapSlider .metaslider .slides .caption-wrap .caption h3 {
  color: #FBF2B1;
  font-family: "Philosopher";
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  /* line 1182, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap .caption h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1182, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap .caption h3 {
    font-size: 23px;
  }
}
/* line 1199, ../sass/screen.scss */
.wrapSlider .metaslider .slides .caption-wrap .caption p {
  color: #FBF2B1;
  font-family: "Philosopher";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  /* line 1199, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap .caption p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1199, ../sass/screen.scss */
  .wrapSlider .metaslider .slides .caption-wrap .caption p {
    font-size: 13px;
  }
}
/* line 1217, ../sass/screen.scss */
.wrapSlider .metaslider .slides .caption-wrap .caption .beauty_separator {
  margin: 15px auto;
}
/* line 1229, ../sass/screen.scss */
.wrapSlider .flex-control-nav.flex-control-paging {
  position: absolute;
  bottom: 34px;
  left: 0;
  z-index: 1000;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1229, ../sass/screen.scss */
  .wrapSlider .flex-control-nav.flex-control-paging {
    display: none;
  }
}
/* line 1240, ../sass/screen.scss */
.wrapSlider .flex-control-nav.flex-control-paging li {
  margin: 0 8px !important;
  padding: 0;
}
/* line 1244, ../sass/screen.scss */
.wrapSlider .flex-control-nav.flex-control-paging li a {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: #CFB169;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1264, ../sass/screen.scss */
.wrapSlider .flex-control-nav.flex-control-paging li a:hover {
  background-color: #45230D;
  border: 3px solid rgba(207, 177, 105, 0.7);
  position: relative;
  top: 3px;
}
/* line 1270, ../sass/screen.scss */
.wrapSlider .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #45230D;
  border: 3px solid #CFB169;
  position: relative;
  top: 3px;
}

/* line 1290, ../sass/screen.scss */
#footer {
  padding: 30px 0;
  background: #1a0e05;
}
/* line 1294, ../sass/screen.scss */
#footer a {
  color: #CFB16A;
  font-family: "Philosopher";
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  text-transform: none;
  text-decoration: none;
  line-height: 1.5;
}
/* line 1305, ../sass/screen.scss */
#footer .wrapfooterLogo {
  text-align: center;
  padding-top: 6px;
}
/* line 1309, ../sass/screen.scss */
#footer .wrapfooterLogo a {
  display: inline-block;
  vertical-align: top;
}
/* line 1313, ../sass/screen.scss */
#footer .wrapfooterLogo a img {
  display: block;
}
/* line 1320, ../sass/screen.scss */
#footer .container .row {
  position: relative;
}
/* line 1324, ../sass/screen.scss */
#footer .wrapLeftPart {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 60px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 1324, ../sass/screen.scss */
  #footer .wrapLeftPart {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1324, ../sass/screen.scss */
  #footer .wrapLeftPart {
    position: relative;
    padding: 0 15px;
    text-align: center;
  }
}
/* line 1342, ../sass/screen.scss */
#footer .wrapLeftPart .inn {
  display: inline-block;
  vertical-align: top;
}
/* line 1346, ../sass/screen.scss */
#footer .wrapLeftPart .inn p {
  text-align: left;
}
/* line 1353, ../sass/screen.scss */
#footer .wrapRightPart {
  padding-right: 60px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  /* line 1353, ../sass/screen.scss */
  #footer .wrapRightPart {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1353, ../sass/screen.scss */
  #footer .wrapRightPart {
    position: relative;
    padding: 0 15px;
    text-align: center;
  }
}
/* line 1367, ../sass/screen.scss */
#footer .wrapRightPart .inn {
  display: inline-block;
  vertical-align: top;
}
/* line 1371, ../sass/screen.scss */
#footer .wrapRightPart .inn p {
  text-align: left;
  padding-left: 45px;
  margin-bottom: 8px;
}
/* line 1376, ../sass/screen.scss */
#footer .wrapRightPart .inn p:after {
  left: 0 !important;
}
/* line 1380, ../sass/screen.scss */
#footer .wrapRightPart .inn p.phone:after {
  left: -6px !important;
}
/* line 1383, ../sass/screen.scss */
#footer .wrapRightPart .inn p.map_marker:after {
  top: 6px !important;
}
/* line 1386, ../sass/screen.scss */
#footer .wrapRightPart .inn p.instagram:after {
  top: 3px !important;
}
@media only screen and (max-width: 991px) {
  /* line 1396, ../sass/screen.scss */
  #footer .row > div {
    margin-bottom: 5px;
  }
}

/* line 1405, ../sass/screen.scss */
#copyrightLine {
  text-align: center;
  padding: 12px 0;
  margin-top: 0;
  background: none;
  color: #F7F7F7;
  font-family: "Philosopher";
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  line-height: 1.2;
}
/* line 1417, ../sass/screen.scss */
#copyrightLine p {
  color: #F7F7F7;
  font-family: "Philosopher";
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 1428, ../sass/screen.scss */
#copyrightLine p a {
  color: #555;
  font-family: "PT Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  /* line 1405, ../sass/screen.scss */
  #copyrightLine {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1405, ../sass/screen.scss */
  #copyrightLine {
    padding: 12px 20px;
  }
}

/* line 1451, ../sass/screen.scss */
#my_overlay {
  position: absolute;
  z-index: 4500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}

/* line 1463, ../sass/screen.scss */
#popUp-call-box, #popup-iframe-box {
  background: #fff;
  padding: 6px;
  position: fixed;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  top: 15%;
  z-index: 5000;
  text-align: center;
  display: none;
}
/* line 1475, ../sass/screen.scss */
#popUp-call-box .in, #popup-iframe-box .in {
  border: 1px solid #6C391A;
  padding: 0 0 15px 0;
}
/* line 1479, ../sass/screen.scss */
#popUp-call-box .in h3, #popup-iframe-box .in h3 {
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  padding: 16px 0;
  margin: 0 0 26px 0;
  text-align: center;
  background: #6C391A;
}
/* line 1489, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form, #popup-iframe-box .in .wpcf7-form {
  width: 382px;
  margin: 0 auto;
  text-align: right;
}
/* line 1494, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form p, #popup-iframe-box .in .wpcf7-form p {
  margin-bottom: 10px;
  position: relative;
}
/* line 1501, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form input[type="text"],
#popUp-call-box .in .wpcf7-form input[type="email"],
#popUp-call-box .in .wpcf7-form input[type="number"],
#popUp-call-box .in .wpcf7-form input[type="tel"],
#popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form input[type="text"],
#popup-iframe-box .in .wpcf7-form input[type="email"],
#popup-iframe-box .in .wpcf7-form input[type="number"],
#popup-iframe-box .in .wpcf7-form input[type="tel"],
#popup-iframe-box .in .wpcf7-form textarea {
  border: 1px solid #969d9d;
  width: 100%;
  background: #fff;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 1501, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form input[type="text"],
  #popUp-call-box .in .wpcf7-form input[type="email"],
  #popUp-call-box .in .wpcf7-form input[type="number"],
  #popUp-call-box .in .wpcf7-form input[type="tel"],
  #popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form input[type="text"],
  #popup-iframe-box .in .wpcf7-form input[type="email"],
  #popup-iframe-box .in .wpcf7-form input[type="number"],
  #popup-iframe-box .in .wpcf7-form input[type="tel"],
  #popup-iframe-box .in .wpcf7-form textarea {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1501, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form input[type="text"],
  #popUp-call-box .in .wpcf7-form input[type="email"],
  #popUp-call-box .in .wpcf7-form input[type="number"],
  #popUp-call-box .in .wpcf7-form input[type="tel"],
  #popUp-call-box .in .wpcf7-form textarea, #popup-iframe-box .in .wpcf7-form input[type="text"],
  #popup-iframe-box .in .wpcf7-form input[type="email"],
  #popup-iframe-box .in .wpcf7-form input[type="number"],
  #popup-iframe-box .in .wpcf7-form input[type="tel"],
  #popup-iframe-box .in .wpcf7-form textarea {
    float: none !important;
    width: 265px !important;
  }
}
/* line 1522, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form label, #popup-iframe-box .in .wpcf7-form label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 10px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 1522, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form label, #popup-iframe-box .in .wpcf7-form label {
    display: block !important;
    text-align: left !important;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1522, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form label, #popup-iframe-box .in .wpcf7-form label {
    padding-left: 17px;
  }
}
/* line 1539, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form .wpcf7-form-control-wrap {
  float: none;
  display: block !important;
}
@media only screen and (max-width: 767px) {
  /* line 1539, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form .wpcf7-form-control-wrap, #popup-iframe-box .in .wpcf7-form .wpcf7-form-control-wrap {
    float: none !important;
    width: 100% !important;
  }
}
/* line 1549, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSubmit, #popup-iframe-box .in .wpcf7-form .wrapSubmit {
  margin: 0 auto;
  padding-top: 14px;
  text-align: center;
}
/* line 1555, ../sass/screen.scss */
#popUp-call-box .in .wpcf7-form .wrapSubmit input[type="submit"].btn-grey, #popup-iframe-box .in .wpcf7-form .wrapSubmit input[type="submit"].btn-grey {
  color: #6C391A;
}
@media only screen and (max-width: 767px) {
  /* line 1463, ../sass/screen.scss */
  #popUp-call-box, #popup-iframe-box {
    top: 15px;
    position: absolute;
  }
  /* line 1568, ../sass/screen.scss */
  #popUp-call-box .wpcf7-response-output.wpcf7-validation-errors, #popup-iframe-box .wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
  }
  /* line 1572, ../sass/screen.scss */
  #popUp-call-box .wpcf7-form-control-wrap, #popup-iframe-box .wpcf7-form-control-wrap {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1463, ../sass/screen.scss */
  #popUp-call-box, #popup-iframe-box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  /* line 1583, ../sass/screen.scss */
  #popUp-call-box .in .wpcf7-form, #popup-iframe-box .in .wpcf7-form {
    width: 90% !important;
    text-align: center !important;
  }
  /* line 1585, ../sass/screen.scss */
  #popUp-call-box p, #popup-iframe-box p {
    left: 0 !important;
  }
  /* line 1587, ../sass/screen.scss */
  #popUp-call-box h3, #popup-iframe-box h3 {
    font-size: 20px !important;
  }
  /* line 1590, ../sass/screen.scss */
  #popUp-call-box label, #popup-iframe-box label {
    display: block !important;
    text-align: left !important;
    padding-left: 17px;
  }
  /* line 1595, ../sass/screen.scss */
  #popUp-call-box .wpcf7-form-control-wrap, #popup-iframe-box .wpcf7-form-control-wrap {
    float: none !important;
  }
}
/* line 1600, ../sass/screen.scss */
#popUp-call-box #closePopUP, #popup-iframe-box #closePopUP {
  background: url(images/bg_clode_popUp.png) center center no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 20px;
  border: none;
  position: absolute;
}

/* line 1613, ../sass/screen.scss */
#popup-iframe-box {
  width: 650px;
  height: 400px;
  left: 50%;
  margin-left: -325px;
}
/* line 1619, ../sass/screen.scss */
#popup-iframe-box p {
  margin: 0;
}
/* line 1623, ../sass/screen.scss */
#popup-iframe-box .in {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
/* line 1629, ../sass/screen.scss */
#popup-iframe-box iframe {
  width: 100%;
  height: 385px;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 1613, ../sass/screen.scss */
  #popup-iframe-box {
    width: 90%;
    margin-left: -45%;
    height: 250px;
    top: 15px;
  }
  /* line 1641, ../sass/screen.scss */
  #popup-iframe-box iframe {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1650, ../sass/screen.scss */
  .sidebarLeft {
    margin-bottom: 30px;
  }
}
/* line 1656, ../sass/screen.scss */
.sidebarLeft .menu {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}
/* line 1665, ../sass/screen.scss */
.sidebarLeft .menu li a {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  color: #222;
  display: block;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  text-decoration: none;
}
/* line 1677, ../sass/screen.scss */
.sidebarLeft .menu li.current-menu-item a {
  color: #cd1919;
}

/* line 1691, ../sass/screen.scss */
.wrapForm .wpcf7 {
  max-width: 300px;
  width: 100%;
  background: #f3f3f3;
  padding: 15px 18px;
}
@media only screen and (max-width: 991px) {
  /* line 1691, ../sass/screen.scss */
  .wrapForm .wpcf7 {
    margin: 0 auto;
  }
}
/* line 1701, ../sass/screen.scss */
.wrapForm .wpcf7 h3 {
  color: #044F91;
  font-family: "PT Sans";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 12px 0;
}

/* line 1720, ../sass/screen.scss */
.text_banner {
  position: relative;
  background: url(images/bg_text_banner_main.png) 0 0 repeat-x;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 770px;
  margin: 0 auto;
  height: 180px;
}
@media only screen and (max-width: 991px) {
  /* line 1720, ../sass/screen.scss */
  .text_banner {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1720, ../sass/screen.scss */
  .text_banner {
    width: 370px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1720, ../sass/screen.scss */
  .text_banner {
    width: 215px;
    padding: 30px 0;
  }
}
/* line 1743, ../sass/screen.scss */
.text_banner:before, .text_banner:after {
  position: absolute;
  display: block;
  height: 180px;
  width: 43px;
  content: '';
  left: -43px;
  top: 0;
  background: url(images/bg_text_banner_pseudo.png) 0 0 no-repeat;
  z-index: 15060;
}
/* line 1755, ../sass/screen.scss */
.text_banner:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -43px;
}
/* line 1764, ../sass/screen.scss */
.text_banner p {
  color: #fff;
  font-family: "Philosopher";
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  /* line 1764, ../sass/screen.scss */
  .text_banner p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1764, ../sass/screen.scss */
  .text_banner p {
    font-size: 14px;
    left: -20px;
    position: relative;
    width: calc(100% + 40px);
    z-index: 980000;
  }
}
/* line 1786, ../sass/screen.scss */
.text_banner p strong {
  color: #CFB169;
}

/* line 1796, ../sass/screen.scss */
.wraphallcarousel {
  background: url(images/bg_wraphallcarousel.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
/* line 1802, ../sass/screen.scss */
.wraphallcarousel .wraphallcarousel_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  /* line 1802, ../sass/screen.scss */
  .wraphallcarousel .wraphallcarousel_inner {
    width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1802, ../sass/screen.scss */
  .wraphallcarousel .wraphallcarousel_inner {
    width: 780px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1802, ../sass/screen.scss */
  .wraphallcarousel .wraphallcarousel_inner {
    width: 98%;
  }
}
/* line 1818, ../sass/screen.scss */
.wraphallcarousel .text_banner {
  margin-top: 55px;
}

/* line 1825, ../sass/screen.scss */
.halls_carousel {
  width: 410px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px;
}
@media only screen and (max-width: 1200px) {
  /* line 1825, ../sass/screen.scss */
  .halls_carousel {
    width: 300px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1825, ../sass/screen.scss */
  .halls_carousel {
    margin-bottom: 50px;
  }
  /* line 1839, ../sass/screen.scss */
  .halls_carousel:last-child {
    margin-bottom: 0;
  }
}
/* line 1844, ../sass/screen.scss */
.halls_carousel .owl-carousel {
  position: relative;
  width: 360px;
  margin: 0 auto;
}
/* line 1849, ../sass/screen.scss */
.halls_carousel .owl-carousel:after {
  position: absolute;
  content: '';
  display: block;
  background: url(images/bg_hall_carousel_item_cover.png) 0 0 no-repeat;
  width: 429px;
  height: 312px;
  left: -15px;
  bottom: -41px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  /* line 1844, ../sass/screen.scss */
  .halls_carousel .owl-carousel {
    width: 260px;
  }
  /* line 1864, ../sass/screen.scss */
  .halls_carousel .owl-carousel:after {
    -webkit-background-size: 290px auto;
    background-size: 290px auto;
    width: 290px;
    height: 210px;
    bottom: -15px;
    left: -10px;
  }
}
/* line 1877, ../sass/screen.scss */
.halls_carousel h3 {
  color: #FFF;
  font-size: 30px;
  font-family: "Philosopher";
  font-weight: 400;
  text-shadow: 0.6px 0.8px 1px rgba(39, 25, 7, 0.75);
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 1888, ../sass/screen.scss */
.halls_carousel h3 span {
  font-size: 20px;
  display: block;
}
/* line 1894, ../sass/screen.scss */
.halls_carousel .beauty_separator {
  margin: 5px auto 46px;
}
/* line 1898, ../sass/screen.scss */
.halls_carousel a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 680;
}
/* line 1909, ../sass/screen.scss */
.halls_carousel .item {
  width: 360px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  /* line 1909, ../sass/screen.scss */
  .halls_carousel .item {
    width: 100%;
  }
}

/* line 1925, ../sass/screen.scss */
.wrappageContent {
  background: #8f7a69;
  -webkit-box-shadow: 0 0 5px #897363 inset;
  box-shadow: 0 0 5px #897363 inset;
  margin: 25px 0;
  padding: 25px;
  color: #fff;
}
/* line 1933, ../sass/screen.scss */
.wrappageContent p {
  color: #331808;
}
/* line 1937, ../sass/screen.scss */
.wrappageContent h1 {
  color: #331808;
  padding: 0;
  margin-bottom: 25px;
}
/* line 1942, ../sass/screen.scss */
.wrappageContent h1:after, .wrappageContent h1:before {
  display: none !important;
}
/* line 1946, ../sass/screen.scss */
.wrappageContent h2 {
  color: #331808;
  font-size: 40px;
  padding: 0;
  margin-bottom: 25px;
}
/* line 1952, ../sass/screen.scss */
.wrappageContent h2:after, .wrappageContent h2:before {
  display: none !important;
}
/* line 1956, ../sass/screen.scss */
.wrappageContent h3 {
  color: #331808;
  font-size: 25px;
  padding: 0;
  margin-bottom: 15px;
}
/* line 1962, ../sass/screen.scss */
.wrappageContent h3:after, .wrappageContent h3:before {
  display: none !important;
}
/* line 1966, ../sass/screen.scss */
.wrappageContent h4 {
  color: #331808;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 1973, ../sass/screen.scss */
.wrappageContent h4:after, .wrappageContent h4:before {
  display: none !important;
}

#wrapNav {
  position: relative;
  z-index: 50;
}

#wrapNav #topnav .sub-menu li {
 background: #331808;
}

#wrapNav #topnav .sub-menu li:hover, #wrapNav #topnav .sub-menu li.current-menu-item {
  background: #542b12;
}