html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }
  @media (min-width: 1200px) {
    html {
      font-size: 18px; } }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Arsenal", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  color: #302922;
  line-height: 1.5; }

a, input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  .hidden-sm {
    display: none !important; } }

@media (max-width: 991px) {
  .visible-touch {
    display: block !important; }
  .hidden-touch {
    display: none !important; } }

@media (min-width: 992px) {
  .visible-desktop {
    display: block !important; }
  .hidden-desktop {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  .hidden-lg {
    display: none !important; } }

[class*='-row '],
[class$='-row'] {
  margin-left: -15px;
  margin-right: -15px;
  letter-spacing: -0.36em; }
  [class*='-row ']:after,
  [class$='-row']:after {
    clear: both;
    content: '';
    display: block; }

[class*='-col '],
[class$='-col'] {
  width: 100%;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  letter-spacing: normal; }

.content-left {
  text-align: left; }

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

.content-right {
  text-align: right; }

@media (max-width: 767px) {
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-2-4 {
    width: 20%; } }

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-2-4 {
    width: 20%; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-2-4 {
    width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-2-4 {
    width: 20%; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%; }
  .container:after {
    clear: both;
    content: '';
    display: block; }
  @media (min-width: 576px) {
    .container {
      width: 540px; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

ul li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
  margin: 0; }

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

.clearfix:after {
  clear: both;
  content: '';
  display: block; }

a {
  text-decoration: none; }

#wpadminbar {
  position: fixed !important; }

.ajax-loader,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-not-valid {
  background: #fcf7f7 !important;
  border: 2px solid #de777d !important;
  color: #323232 !important; }
  .wpcf7-not-valid::-webkit-input-placeholder {
    color: #de777d !important; }
  .wpcf7-not-valid::-moz-placeholder {
    color: #de777d !important; }
  .wpcf7-not-valid:-moz-placeholder {
    color: #de777d !important; }
  .wpcf7-not-valid:-ms-input-placeholder {
    color: #de777d !important; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.wt-main {
  position: relative; }

.wt-content.col-md-12 {
  margin-bottom: 0; }

.table-responsive {
  overflow-y: auto; }

.wt-styles {
  margin: -20px 0; }
  @media (min-width: 992px) {
    .wt-styles {
      margin: -30px 0; } }
  .wt-styles h1,
  .wt-styles h2,
  .wt-styles h3,
  .wt-styles h4,
  .wt-styles h5,
  .wt-styles h6 {
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    margin: 20px 0; }
    @media (min-width: 992px) {
      .wt-styles h1,
      .wt-styles h2,
      .wt-styles h3,
      .wt-styles h4,
      .wt-styles h5,
      .wt-styles h6 {
        margin-bottom: 30px 0; } }
  .wt-styles h1 {
    font-size: 30px;
    line-height: 38px; }
    @media (min-width: 768px) {
      .wt-styles h1 {
        font-size: 36px;
        line-height: 44px; } }
  .wt-styles h2 {
    font-size: 30px;
    line-height: 38px; }
  .wt-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .wt-styles h4 {
    font-size: 21px;
    line-height: 32px; }
  .wt-styles h5 {
    font-size: 18px;
    line-height: 28px; }
  .wt-styles h6 {
    font-size: 16px;
    line-height: 24px; }
  .wt-styles p,
  .wt-styles ol,
  .wt-styles ul {
    margin: 20px 0;
    line-height: 1.55; }
    @media (min-width: 992px) {
      .wt-styles p,
      .wt-styles ol,
      .wt-styles ul {
        margin: 30px 0; } }
  .wt-styles ol {
    counter-reset: wt-num; }
    .wt-styles ol li {
      position: relative;
      list-style: none; }
    .wt-styles ol li:before {
      position: relative;
      content: counters(wt-num, ".") ". ";
      counter-increment: wt-num;
      color: #000000; }
    .wt-styles ol li + li {
      margin-top: 10px; }
  .wt-styles ul li {
    position: relative;
    padding-left: 25px; }
  .wt-styles ul li:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background-color: #000000; }
  .wt-styles ul li + li {
    margin-top: 10px; }
  .wt-styles a {
    color: #5bc551;
    text-decoration: underline; }
    .wt-styles a:hover {
      text-decoration: none; }
  .wt-styles blockquote {
    margin: 0;
    padding: 10px 0 10px 20px;
    font-style: italic;
    border-left: 5px solid #000000; }
    .wt-styles blockquote p:first-child {
      margin-top: 0; }
    .wt-styles blockquote p:last-child {
      margin-bottom: 0; }
  .wt-styles .wp-caption-text {
    border-top: 1px solid #a8a8a8;
    color: #a8a8a8;
    font-size: 12px;
    padding-top: 5px;
    margin-top: 10px; }
  .wt-styles .aligncenter {
    text-align: center; }
  .wt-styles img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .wt-styles img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .wt-styles img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wt-styles a img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .wt-styles a img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .wt-styles a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wt-styles table {
    width: 100%;
    color: #302922; }
  .wt-styles table thead {
    background-color: #302922; }
  .wt-styles table thead td {
    color: #ffffff;
    text-align: left;
    padding: 15px 20px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .wt-styles table thead td {
        text-align: center;
        padding: 20px 60px; } }
  .wt-styles table tbody {
    background-color: #ffffff; }
    @media (min-width: 992px) {
      .wt-styles table tbody {
        font-size: 18px; } }
  .wt-styles table tbody tr:nth-child(even) {
    background-color: #f6f7f8; }
  .wt-styles table tbody td {
    padding: 10px 20px 8px; }
    @media (min-width: 992px) {
      .wt-styles table tbody td {
        padding: 20px 60px 18px; } }

.wt-styles-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .wt-styles-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  padding: 10px 50px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 30px; }
  .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn:focus {
    outline: 0; }

.btn-default {
  color: #ffffff;
  background-color: #fd9d04;
  border-color: #fd9d04;
  font-weight: 700; }
  .btn-default:hover {
    color: #ffffff;
    background-color: #cc7e02;
    border-color: #c27802; }
  .btn-default:active {
    color: #ffffff;
    background-color: #b87201;
    border-color: #9a5f01; }
  .btn-default:hover {
    background-color: #ffb031;
    border-color: #ffb031; }

.btn-secondary {
  color: #a29990;
  background-color: #453e37;
  border-color: #453e37;
  font-weight: 700; }
  .btn-secondary:hover {
    color: #a29990;
    background-color: #292520;
    border-color: #231f1c; }
  .btn-secondary:active {
    color: #a29990;
    background-color: #1d1a17;
    border-color: #0c0b0a; }
  .btn-secondary:hover {
    background-color: #534C44;
    border-color: #534C44; }

.wt-page-breadcrumbs {
  font-size: 14px;
  color: #302922; }
  .wt-page-breadcrumbs li {
    display: inline-block;
    font-weight: 700; }
  .wt-page-breadcrumbs a {
    font-size: 14px;
    color: #aca69f;
    margin-top: 10px;
    font-weight: 400; }
  .wt-page-breadcrumbs a:hover {
    text-decoration: underline; }
  .wt-page-breadcrumbs li + li:before {
    content: '/';
    color: #aca69f;
    margin: 0 10px;
    font-weight: 400; }

.wt-sidenav-lock {
  overflow: hidden;
  height: 100%; }

.wt-sidenav-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #232323;
  background-color: rgba(35, 35, 35, 0.5);
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  cursor: pointer; }
  .wt-sidenav-overlay.active {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.wt-sidenav {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow: auto;
  padding: 50px 30px 30px;
  background-color: #302922;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .wt-sidenav-left {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .wt-sidenav-right {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .wt-sidenav-left.active, .wt-sidenav-right.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .admin-bar .wt-sidenav {
    padding-top: 96px; }
    @media (min-width: 783px) {
      .admin-bar .wt-sidenav {
        padding-top: 82px; } }

.wt-sidenav-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  cursor: pointer; }
  .admin-bar .wt-sidenav-icon {
    top: 61px; }
    @media (min-width: 783px) {
      .admin-bar .wt-sidenav-icon {
        top: 47px; } }
  .wt-sidenav-icon a {
    display: block;
    padding: 5px; }

.wt-sidenav-brand {
  text-align: center; }

.wt-sidenav-logo {
  display: block;
  margin-right: 30px; }
  .wt-sidenav-logo img {
    max-height: 105px;
    display: inline-block; }

.wt-sidenav-title {
  display: block;
  margin-top: 5px;
  color: #302922;
  font-size: 24px;
  font-weight: 400; }

.wt-sidenav-navigation {
  padding: 35px 0; }
  .wt-sidenav-navigation li + li {
    margin-top: 15px; }
  .wt-sidenav-navigation a {
    color: #a29990;
    display: block;
    font-weight: 400;
    font-size: 18px; }
    .wt-sidenav-navigation a:hover {
      color: #fd9d04; }
  .wt-sidenav-navigation .sub-menu {
    display: none; }

.wt-sidenav-phone a {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  color: #fd9d04;
  font-size: 24px; }

.wt-sidenav-email a {
  display: block;
  color: #a29990;
  margin-top: 5px; }

.wt-sidenav-callback {
  margin-top: 35px; }
  .wt-sidenav-callback a {
    width: 100%; }

body .wt-modal {
  width: 90%;
  max-width: 480px;
  padding: 35px 25px 25px;
  background-color: #302922;
  border-radius: 30px; }
  @media (min-width: 768px) {
    body .wt-modal {
      padding: 30px 50px; } }
  @media (min-width: 992px) {
    body .wt-modal {
      padding: 55px 35px 40px; } }
  body .wt-modal > * {
    text-align: center; }
  body .wt-modal .wt-privacy {
    color: #ffffff; }

body .fancybox-close-small {
  top: 5px;
  right: 5px; }
  @media (min-width: 768px) {
    body .fancybox-close-small {
      top: 20px;
      right: 20px; } }

body .fancybox-close-small:after {
  font-weight: 700;
  color: #ffffff;
  line-height: 32px; }

body .fancybox-close-small:hover:after {
  background-color: #fd9d04;
  color: #ffffff; }

body .fancybox-bg {
  background: #ffffff; }

.wt-modal-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.25;
  color: #fd9d04;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700; }
  @media (min-width: 992px) {
    .wt-modal-title {
      font-size: 30px;
      margin-bottom: 25px; } }

.wt-modal-description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .wt-modal-description {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .wt-modal-description {
      font-size: 18px; } }

.wt-modal-form input:not([type="submit"]) {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: #dddddd;
  border: 2px solid #dddddd;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .wt-modal-form input:not([type="submit"]) {
      height: 55px; } }
  .wt-modal-form input:not([type="submit"]):focus {
    background-color: #ffffff;
    border-color: #fd9d04; }
  .wt-modal-form input:not([type="submit"]):hover {
    border-color: #fd9d04; }

.wt-modal-form .btn {
  font-size: 18px;
  margin-top: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .wt-modal-form .btn {
      font-size: 21px;
      padding: 15px 105px; } }

@media (min-width: 992px) {
  .wt-modal-form .wt-privacy {
    margin-top: 30px; } }

.wt-modal-icon {
  margin-bottom: 10px; }
  .wt-modal-icon img {
    max-width: 95px;
    display: inline-block; }

.wt-privacy {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.25; }
  .wt-privacy a {
    color: #fd9d04;
    text-decoration: underline; }
  .wt-privacy a:hover {
    text-decoration: none; }

.wt-top {
  opacity: 0;
  position: fixed;
  bottom: -40px;
  right: 15px;
  z-index: 999;
  -webkit-transition: bottom .3s ease,opacity .3s ease;
  transition: bottom .3s ease,opacity .3s ease; }
  @media (max-width: 991px) {
    .wt-top {
      /*display: none !important;*/ } }
  .wt-top-flying {
    bottom: 15px;
    opacity: 1; }
  .wt-top-caught {
    position: absolute;
    bottom: -20px; }
  .wt-top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #fd9d04;
    border-radius: 50%; }
  .wt-top a:active {
    -webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2); }
  .wt-top a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px; }

.wt-sticky {
  background-color: #453e37;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  top: -65px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  .wt-sticky-active {
    top: 0; }
    .admin-bar .wt-sticky-active {
      top: 46px; }
    @media (min-width: 783px) {
      .admin-bar .wt-sticky-active {
        top: 32px; } }
  .wt-sticky .wt-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.wt-sticky-logo img {
  width: 125px;
  height: 35px; }

.wt-sticky-burger {
  display: table-cell;
  vertical-align: middle; }

.wt-sticky-burger-icon img {
  width: 20px;
  height: 20px; }

.wt-sticky-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wt-sticky-navigation li {
  padding: 0 10px; }

.wt-sticky-navigation a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #a29990;
  font-size: 14px;
  font-weight: 700; }

.wt-sticky-navigation a:hover {
  color: #ffffff; }

.wt-sticky-navigation .current_page_item a,
.wt-sticky-navigation .current-menu-item a {
  color: #fd9d04; }

.wt-sticky-phone a {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fd9d04; }
  @media (min-width: 1200px) {
    .wt-sticky-phone a {
      font-size: 21px; } }

.wt-pagination {
  font-size: 21px;
  font-weight: 600;
  color: #c4c3c3;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .wt-pagination {
      margin-top: 30px; } }

.nav-links {
  letter-spacing: -0.36em; }

.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  letter-spacing: normal;
  color: inherit;
  margin: 0 2.5px; }
  .page-numbers.current {
    color: #302922;
    background: #f1f1f1; }

a.page-numbers:hover {
  background-color: #f5f5f5; }

.wt-triggers {
  padding: 35px 0; }
  @media (min-width: 992px) {
    .wt-triggers {
      padding: 80px 0; } }

.wt-triggers-title {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }
  .wt-triggers-title span {
    display: block;
    font-size: 28px;
    line-height: 30px;
    margin-top: 5px;
    color: #fd9d04; }
    @media (min-width: 768px) {
      .wt-triggers-title span {
        font-size: 34px;
        line-height: 38px; } }
    @media (min-width: 992px) {
      .wt-triggers-title span {
        font-size: 56px;
        line-height: 56px; } }
  @media (min-width: 768px) {
    .wt-triggers-title {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 992px) {
    .wt-triggers-title {
      font-size: 30px;
      line-height: 38px; } }

.wt-triggers-description {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }
  .wt-triggers-description span {
    font-weight: 600; }

.wt-triggers-item {
  text-align: center; }
  @media (min-width: 992px) {
    .wt-triggers-wrap .wt-triggers-item {
      padding: 0 15px; } }
  .wt-triggers-item a {
    color: #302922; }

.wt-triggers-icon img {
  display: inline-block;
  vertical-align: middle; }
  .wt-triggers-wrap .wt-triggers-icon img {
    max-height: 105px; }

.wt-triggers-content-name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .wt-triggers-content-name {
      margin-top: 30px; } }

.wt-triggers-row {
  margin-bottom: -30px; }

.wt-triggers-row,
.wt-triggers-wrap {
  margin-top: 35px; }
  @media (min-width: 992px) {
    .wt-triggers-row,
    .wt-triggers-wrap {
      margin-top: 70px; } }

.wt-triggers-wrap {
  padding: 0 25px; }
  .wt-triggers-wrap .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .wt-triggers-wrap .owl-dot {
    display: inline-block;
    vertical-align: middle; }
  .wt-triggers-wrap .owl-dot span {
    background: #c2c1c4;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
  .wt-triggers-wrap .owl-dot.active span {
    background: #fd9d04; }
  .wt-triggers-wrap .owl-prev, .wt-triggers-wrap .owl-next {
    position: absolute;
    top: 25px;
    opacity: 0.4;
    width: 22px;
    height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .wt-triggers-wrap .owl-prev {
    background-image: url(http://evakuator-777.ru/css/img/svg/arrow-prev.svg);
    background-repeat: no-repeat;
    left: 0; }
  .wt-triggers-wrap .owl-next {
    background-image: url(http://evakuator-777.ru/css/img/svg/arrow-next.svg);
    background-repeat: no-repeat;
    right: 0; }

.wt-sections {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .wt-sections {
      padding: 40px 0; } }

.wt-sections-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px; }

.wt-sections-description {
  text-align: center;
  margin-bottom: 30px; }

.wt-sections-item {
  text-align: center; }
  .wt-sections-item a {
    color: #302922; }

.wt-sections-icon {
  min-height: 110px;
  margin-bottom: 20px; }
  .wt-sections-icon img {
    display: inline-block;
    max-height: 105px; }

.wt-sections-name {
  font-weight: 600;
  margin-bottom: 10px; }

.wt-items {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .wt-items {
      padding: 40px 0; } }

.wt-items-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px; }

.wt-items-description {
  text-align: center;
  margin-bottom: 30px; }

.wt-items-item {
  color: #302922; }

.wt-items-thumbnail {
  margin-bottom: 10px; }

.wt-items-name {
  font-weight: 600; }

.wt-items-content-excerpt {
  margin-top: 10px; }

.wt-slider-banners {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .wt-slider-banners {
      padding: 40px 0; } }

.wt-slider-banners-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px; }

.wt-slider-banners-description {
  text-align: center;
  margin-bottom: 30px; }

.wt-slider-banners-item {
  padding: 50px 0 80px; }

.wt-slider-banners-content {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .wt-slider-banners-content {
      width: 50%; } }

.wt-slider-banners-image {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .wt-slider-banners-image {
      width: 50%; } }
  .wt-slider-banners-image img {
    display: inline-block !important;
    width: auto !important;
    max-height: 100px; }

.wt-slider-banners-left .wt-slider-banners-content {
  float: right;
  padding-top: 0; }

.wt-slider-banners-left .wt-slider-banners-image {
  float: left; }
  @media (min-width: 768px) {
    .wt-slider-banners-left .wt-slider-banners-image {
      text-align: right; } }

.wt-slider-banners-right .wt-slider-banners-content {
  float: left;
  padding-top: 0; }

.wt-slider-banners-right .wt-slider-banners-image {
  float: right; }
  @media (min-width: 768px) {
    .wt-slider-banners-right .wt-slider-banners-image {
      text-align: left; } }

.wt-slider-banners-full .wt-slider-banners-content {
  width: 100%; }
  @media (min-width: 768px) {
    .wt-slider-banners-full .wt-slider-banners-content-left {
      float: left;
      width: 50%; }
    .wt-slider-banners-full .wt-slider-banners-content-right {
      float: right;
      width: 50%; } }

.wt-slider-banners-content-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px; }

.wt-slider-banners-wrap {
  position: relative; }
  .wt-slider-banners-wrap .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
  .wt-slider-banners-wrap .owl-dot {
    display: inline-block;
    vertical-align: middle; }
  .wt-slider-banners-wrap .owl-dot span {
    background: #c2c1c4;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
  .wt-slider-banners-wrap .owl-dot.active span {
    background: #5bc551; }
  .wt-slider-banners-wrap .owl-prev, .wt-slider-banners-wrap .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0.4;
    width: 22px;
    height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .wt-slider-banners-wrap .owl-prev {
    background-image: url(http://evakuator-777.ru/css/img/svg/arrow-prev.svg);
    background-repeat: no-repeat;
    left: 10px; }
    @media (min-width: 1200px) {
      .wt-slider-banners-wrap .owl-prev {
        left: 20px; } }
  .wt-slider-banners-wrap .owl-next {
    background-image: url(http://evakuator-777.ru/css/img/svg/arrow-next.svg);
    background-repeat: no-repeat;
    right: 10px; }
    @media (min-width: 1200px) {
      .wt-slider-banners-wrap .owl-next {
        right: 20px; } }

.wt-map {
  overflow: hidden;
  position: relative; }

.wt-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.wt-link {
  margin-top: 40px;
  text-align: center; }

.wt-link-hint {
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  margin-top: 20px;
  font-weight: 500; }
  @media (min-width: 992px) {
    .wt-link-hint {
      margin-top: 30px;
      font-size: 18px;
      line-height: 26px; } }

.wt-slider-testimonials {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .wt-slider-testimonials {
      padding: 40px 0; } }

.wt-slider-testimonials-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .wt-slider-testimonials-title {
      font-size: 30px;
      line-height: 38px; } }
  @media (min-width: 992px) {
    .wt-slider-testimonials-title {
      font-size: 38px;
      line-height: 46px; } }

.wt-slider-testimonials-description {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }
  .wt-slider-testimonials-description span {
    font-weight: 600; }

.wt-slider-testimonials-wrap {
  margin-top: 45px; }
  @media (min-width: 992px) {
    .wt-slider-testimonials-wrap {
      margin-top: 60px; } }

.wt-slider-testimonials-name {
  font-size: 18px;
  font-weight: 600; }

.wt-slider-testimonials-date {
  margin-top: 5px;
  font-size: 14px; }

.wt-slider-testimonials-message {
  margin-top: 10px; }

@media (min-width: 992px) {
  .wt-slider-testimonials-item {
    padding: 15px 20px; } }

.wt-form {
  padding: 35px 0; }
  @media (min-width: 992px) {
    .wt-form {
      padding: 60px 0; } }
  .container .wt-form {
    padding: 20px; }
    @media (min-width: 992px) {
      .container .wt-form {
        padding: 40px; } }
  @media (min-width: 992px) {
    .wt-form .wt-privacy {
      margin-top: 30px; } }

.wt-form-title {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fd9d04;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .wt-form-title {
      font-size: 56px;
      line-height: 58px; } }

.wt-form-description {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .wt-form-description {
      font-size: 18px;
      margin-top: 30px; } }

.wt-form-wrap:after {
  clear: both;
  content: '';
  display: block; }

@media (max-width: 991px) {
  .wt-form-full .wt-form-wrap {
    max-width: 560px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .wt-form-full .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 992px) {
  .wt-form-full .wpcf7-form-control-wrap {
    padding: 0 15px;
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    width: 33.3333333%; } }

@media (max-width: 991px) {
  .wt-form-left .wt-form-wrap {
    max-width: 560px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .wt-form-left .wt-form-content {
    float: left;
    width: 50%;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .wt-form-left .wt-form-fields {
    float: left;
    width: 50%;
    padding-left: 15px; } }

@media (max-width: 991px) {
  .wt-form-right .wt-form-wrap {
    max-width: 560px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .wt-form-right .wt-form-content {
    float: right;
    width: 50%;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .wt-form-right .wt-form-fields {
    float: left;
    width: 50%;
    padding-right: 15px; } }

.wt-form-fields {
  margin-top: 30px;
  text-align: center; }
  @media (min-width: 992px) {
    .wt-form-fields {
      margin-top: 60px; } }
  .wt-form-fields input:not([type="submit"]), .wt-form-fields textarea, .wt-form-fields select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #dddddd;
    border: 2px solid #dddddd;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .wt-form-fields input:not([type="submit"]), .wt-form-fields textarea, .wt-form-fields select {
        height: 55px; } }
    .wt-form-fields input:not([type="submit"]):focus, .wt-form-fields textarea:focus, .wt-form-fields select:focus {
      background-color: #ffffff;
      border-color: #fd9d04; }
    .wt-form-fields input:not([type="submit"]):hover, .wt-form-fields textarea:hover, .wt-form-fields select:hover {
      border-color: #fd9d04; }
  .wt-form-fields textarea {
    padding: 10px 20px;
    height: 150px;
    resize: none; }
  .wt-form-fields .btn {
    font-size: 18px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .wt-form-fields .btn {
        width: 100%; } }
    @media (min-width: 768px) {
      .wt-form-fields .btn {
        font-size: 21px;
        padding: 15px 105px; } }
    @media (min-width: 992px) {
      .wt-form-fields .btn {
        margin-top: 20px; } }

.wt-sidebar-menu-navigation li {
  position: relative;
  padding-left: 15px; }

.wt-sidebar-menu-navigation a {
  display: block;
  color: #302922; }

.wt-sidebar-menu-navigation li + li {
  margin-top: 5px; }

.wt-sidebar-menu-navigation li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #302922; }

.wt-sidebar-menu-navigation li.current-menu-item:before {
  background-color: #5bc551; }

.wt-sidebar-menu-navigation li.current-menu-item > a {
  color: #5bc551; }

.wt-sidebar-menu-navigation a:hover {
  color: #5bc551; }

.wt-sidebar-menu-navigation li > ul {
  margin-top: 5px; }

.wt-sidebar-menu-double ul {
  margin-left: -5px;
  margin-right: -5px; }
  .wt-sidebar-menu-double ul:after {
    clear: both;
    content: '';
    display: block; }

.wt-sidebar-menu-double a {
  background-color: #e8e8e8;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600; }

.wt-sidebar-menu-double li {
  width: 50%;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px; }

.wt-sidebar-menu-double li + li {
  margin-top: 5px; }

.wt-sidebar-menu-double li:before {
  display: none; }

.wt-sidebar-socials-list {
  margin-top: -10px; }
  .wt-sidebar-socials-list li {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px; }
  .wt-sidebar-socials-list img {
    opacity: 0.85; }
  .wt-sidebar-socials-list a:hover img {
    opacity: 1; }

.wt-sidebar-action-button a {
  padding: 8px 0;
  width: 100%; }

.wt-sidebar-block.wt-sidebar-form {
  padding: 25px 25px 10px; }

.wt-sidebar-form-fields {
  text-align: center; }
  .wt-sidebar-form-fields input,
  .wt-sidebar-form-fields textarea {
    width: 100%; }
  .wt-sidebar-form-fields input:not([type='submit']),
  .wt-sidebar-form-fields textarea {
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    font-size: 14px; }
  .wt-sidebar-form-fields input:not([type='submit']) {
    height: 35px;
    padding: 0 15px; }
  .wt-sidebar-form-fields textarea {
    padding: 15px;
    height: 150px;
    resize: none; }
  .wt-sidebar-form-fields input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 5px;
    background: #5bc551;
    color: #ffffff;
    border: 1px solid #5bc551;
    font-weight: 500; }

.wt-sidebar-testimonial .btn {
  width: 100%; }

.wt-sidebar-testimonial-item {
  text-align: center; }
  .wt-sidebar-testimonial-item img {
    display: inline-block;
    margin-bottom: 10px; }

.wt-sidebar-testimonial-name {
  font-weight: 600;
  margin-bottom: 10px; }

.wt-sidebar-testimonial-message {
  margin-bottom: 20px; }

.wt-sidebar-triggers-list {
  text-align: center; }

.wt-sidebar-triggers-item img {
  max-height: 100px;
  margin-bottom: 10px; }

.wt-sidebar-triggers-item a {
  color: #302922; }

.wt-sidebar-triggers-item + .wt-sidebar-triggers-item {
  margin-top: 20px; }

.wt-sidebar-triggers-name {
  font-weight: 600;
  margin-bottom: 10px; }

.wt-sidebar-triggers-wrap .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.wt-sidebar-triggers-wrap .owl-dot {
  display: inline-block;
  vertical-align: middle; }

.wt-sidebar-triggers-wrap .owl-dot span {
  background: #c2c1c4;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px; }

.wt-sidebar-triggers-wrap .owl-dot.active span {
  background: #5bc551; }

.wt-sidebar-triggers-wrap .owl-prev, .wt-sidebar-triggers-wrap .owl-next {
  position: absolute;
  opacity: 0.4;
  top: 25px;
  width: 22px;
  height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.wt-sidebar-triggers-wrap .owl-prev {
  background-image: url(http://evakuator-777.ru/css/img/svg/arrow-prev.svg);
  background-repeat: no-repeat;
  left: 0; }

.wt-sidebar-triggers-wrap .owl-next {
  background-image: url(http://evakuator-777.ru/css/img/svg/arrow-next.svg);
  background-repeat: no-repeat;
  right: 0; }

.wt-header-top {
  background-color: #453e37; }

.wt-burger {
  display: table;
  float: left;
  height: 55px;
  cursor: pointer; }

.wt-burger-icon,
.wt-burger-text {
  display: table-cell;
  vertical-align: middle; }

.wt-burger-icon {
  width: 30px;
  height: 30px;
  padding: 5px; }

.wt-burger-text {
  padding-left: 5px;
  color: #a29990; }

.wt-header-main {
  padding: 35px 0;
  background-color: #302922; }

@media (min-width: 768px) {
  .wt-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.wt-header-brand {
  text-align: center; }
  @media (min-width: 768px) {
    .wt-header-brand {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      text-align: left; } }
  @media (min-width: 1200px) {
    .wt-header-brand {
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
      width: 280px;
      text-align: left; } }

@media (max-width: 767px) {
  .wt-header-logo {
    display: block; } }

@media (min-width: 768px) {
  .wt-header-logo {
    display: inline-block; } }

.wt-header-logo img {
  display: inline-block;
  width: 185px;
 /* height: 75px;
  vertical-align: middle; */ }

.wt-header-address {
  color: #ffffff; }
  @media (min-width: 1200px) {
    .wt-header-address {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      text-align: left;
      padding-left: 30px; } }

.wt-header-address-worktime {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700; }
  .wt-header-address-worktime span {
    display: block;
    color: #fd9d04;
    font-size: 14px;
    margin-top: 5px; }

@media (min-width: 768px) {
  .wt-header-contacts {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    text-align: right; } }

.wt-header-contacts-phone {
  font-weight: 600; }
  .wt-header-contacts-phone a {
    position: relative;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    padding-left: 45px;
    color: #fd9d04;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .wt-header-contacts-phone a {
        font-size: 24px; } }
  .wt-header-contacts-phone a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-image: url(../img/phone.svg);
    background-size: cover; }
  .wt-header-contacts-phone span {
    color: #5bc551; }

.wt-header-contacts-email {
  margin-top: 5px; }
  .wt-header-contacts-email a {
    position: relative;
    padding-left: 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700; }
  .wt-header-contacts-email a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 18px;
    height: 18px;
    background-image: url(../img/mail.svg);
    background-size: cover; }

.wt-header-contacts-callback {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  width: 280px;
  text-align: right; }

.wt-header-navigation {
  background-color: #453e37; }
  .wt-header-navigation nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-right: 80px; }
    @media (min-width: 1200px) {
      .wt-header-navigation nav {
        padding-right: 100px; } }
  .wt-header-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -20px; }
  .wt-header-navigation ul > li {
    padding: 23px 0; }
  .wt-header-navigation ul > li > a {
    padding: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #a29990; }
  .wt-header-navigation ul > li > a:hover {
    color: #ffffff; }

.wt-sidebar-block {
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px; }

.wt-sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1; }

.wt-sidebar-description {
  margin-bottom: 20px;
  font-size: 14px; }

.wt-footer {
  background-color: #302922;
  padding: 30px 0; }

@media (min-width: 768px) {
  .wt-footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.wt-footer-navigation nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  padding-right: 80px; }
  @media (min-width: 1200px) {
    .wt-footer-navigation nav {
      padding-right: 100px; } }

.wt-footer-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px; }

.wt-footer-navigation ul > li > a {
  padding: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #a29990; }

.wt-footer-navigation ul > li > a:hover {
  color: #ffffff; }

.wt-footer-contacts-callback {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  width: 280px;
  text-align: right; }

.wt-footer-main {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .wt-footer-main {
      padding: 3px 0; } }

.wt-footer-brand {
  text-align: center; }
  @media (min-width: 768px) {
    .wt-footer-brand {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      text-align: left; } }

@media (max-width: 767px) {
  .wt-footer-logo {
    display: block; } }

@media (min-width: 768px) {
  .wt-footer-logo {
    display: inline-block; } }

.wt-footer-logo img {
  display: inline-block;
  width: 136px;
  /*height: 75px;
  vertical-align: middle;*/ }

@media (min-width: 768px) {
  .wt-footer-contacts {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    text-align: right; } }

.wt-footer-contacts-phone {
  font-weight: 600; }
  .wt-footer-contacts-phone a {
    position: relative;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    padding-left: 45px;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .wt-footer-contacts-phone a {
        font-size: 24px; } }

.wt-footer-contacts-email a {
  position: relative;
  padding-left: 28px;
  color: #a29990;
  font-size: 14px;
  font-weight: 700; }

.wt-footer-bottom {
  text-align: center;
  color: #a29990;
  font-size: 14px; }
  .wt-footer-bottom .wt-footer-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (min-width: 768px) {
  .wt-footer-copyright,
  .wt-footer-policy,
  .wt-footer-weblink {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    width: 33.3333333%; } }

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

@media (max-width: 767px) {
  .wt-footer-policy {
    margin-top: 15px; } }

.wt-footer-policy a {
  color: inherit; }

.wt-footer-policy a:hover {
  color: #ffffff; }

@media (max-width: 767px) {
  .wt-footer-weblink {
    margin-top: 15px; } }

@media (min-width: 992px) {
  .wt-footer-weblink {
    text-align: right; } }

.wt-footer-weblink span {
  color: #5bc551; }

.wt-footer-weblink a {
  color: #ffffff;
  text-decoration: none; }

.wt-gallery-list {
  padding: 40px 0 10px; }
  @media (min-width: 992px) {
    .wt-gallery-list {
      padding: 60px 0 30px; } }

.wt-gallery-single {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .wt-gallery-single {
      padding: 60px 0; } }

.wt-gallery-description {
  margin-bottom: 30px; }

.wt-gallery-albums-col {
  text-align: center; }
  @media (min-width: 768px) {
    .wt-gallery-albums-col {
      text-align: left; } }
  .wt-gallery-albums-col img {
    display: inline-block; }

.wt-gallery-albums-title {
  margin-top: 8px;
  font-weight: 600;
  color: #302922;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.wt-gallery-albums-col a:hover .wt-gallery-albums-title {
  color: #5bc551; }

@media (max-width: 767px) {
  .wt-gallery-albums-thumb {
    margin-left: -15px;
    margin-right: -15px; } }

.wt-testimonials {
  padding: 40px 0 10px; }
  @media (min-width: 992px) {
    .wt-testimonials {
      padding: 60px 0 30px; } }

.wt-testimonials-list li {
  display: table;
  width: 100%; }

.wt-testimonials-list li + li {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
  margin-top: 30px; }

.wt-testimonials-brand,
.wt-testimonials-content {
  display: table-cell;
  vertical-align: top; }

.wt-testimonials-brand {
  padding-right: 20px; }
  .wt-testimonials-brand img {
    max-width: 100px;
    height: auto; }

.wt-testimonials-name {
  font-weight: 600;
  font-size: 18px;
  border-left: 3px solid #5bc551;
  padding-left: 15px;
  line-height: 1.15;
  margin-bottom: 20px; }

.wt-testimonials-review {
  line-height: 1.35; }

.wt-page-head {
  padding: 25px 0 0; }
  @media (min-width: 992px) {
    .wt-page-head {
      padding: 40px 0 0; } }

.wt-page-title {
  margin-top: 25px; }
  @media (min-width: 992px) {
    .wt-page-title {
      margin-top: 40px; } }
  .wt-page-title h1 {
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1.15;
    font-size: 28px; }
    @media (min-width: 992px) {
      .wt-page-title h1 {
        font-size: 30px; } }

.wt-page-content {
  padding: 35px 0; }
  @media (min-width: 992px) {
    .wt-page-content {
      padding: 80px 0; } }
  .wt-page-content h1 {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .wt-page-content h1 {
        margin-bottom: 60px; } }

.wt-sheet {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .wt-sheet {
      padding: 30px 0 60px; } }

.wt-category {
  padding: 40px 0 10px; }
  @media (min-width: 992px) {
    .wt-category {
      padding: 60px 0 30px; } }

.wt-category-description {
  margin-bottom: 30px; }

.wt-category-list li + li {
  margin-top: 30px; }

.wt-category-item + .wt-category-item {
  margin-top: 20px; }

.wt-category-item-name {
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400; }
  .wt-category-item-name a {
    color: #5bc551; }
  .wt-category-item-name a:hover {
    text-decoration: underline; }

.wt-single {
  padding: 40px 0 10px; }
  @media (min-width: 992px) {
    .wt-single {
      padding: 60px 0 30px; } }

.wt-vacancies {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .wt-vacancies {
      padding: 60px 0; } }

.wt-vacancies-head {
  font-size: 18px;
  line-height: 26px;
  background-color: #f1f1f1;
  border: 2px solid #eeeeee;
  display: block;
  padding: 15px 45px 15px 15px;
  border-radius: 10px;
  font-weight: 600;
  color: #302922;
  margin-bottom: -5px;
  z-index: 2;
  position: relative; }
  @media (min-width: 992px) {
    .wt-vacancies-head {
      font-size: 21px;
      line-height: 28px;
      padding: 25px 75px 25px 35px; } }
  @media (min-width: 992px) {
    .wt-vacancies-head {
      font-size: 24px;
      line-height: 32px; } }
  .wt-vacancies-head::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #302922;
    top: 50%;
    right: 20px;
    margin-top: -7px; }
  .wt-vacancies-item.active .wt-vacancies-head::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #302922;
    border-top: 0; }

.wt-vacancies-item + .wt-vacancies-item {
  margin-top: 15px; }

.wt-vacancies-content {
  display: none;
  background-color: #f6f7f8;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin-bottom: -5px; }
  @media (min-width: 992px) {
    .wt-vacancies-content {
      padding: 30px; } }
  .wt-vacancies-content .wt-styles {
    margin: -20px 0; }

.wt-contacts {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .wt-contacts {
      padding: 60px 0; } }

.wt-contacts-label {
  font-weight: 600;
  font-size: 18px; }

.wt-contacts-block a {
  color: inherit; }

.wt-contacts-block-map-wrap {
  margin-top: 10px; }
