/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #444b4e;
  font-family: "Lexend";
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  padding: 0 15px;
  margin-bottom: 0;
  border: 1px solid #898989;
  border-radius: 0;
}

@media (max-width: 1480px) {
  textarea, input[type="text"], input[type="email"], input[type="tel"] {
    font-size: 1.3rem;
  }
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1,
h1 span, h2,
h2 span, h3,
h3 span, h4,
h4 span, h5,
h5 span, h6,
h6 span {
  color: #393939;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a,
h1 span a, h2 a,
h2 span a, h3 a,
h3 span a, h4 a,
h4 span a, h5 a,
h5 span a, h6 a,
h6 span a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.container {
  position: relative;
  max-width: 1150px;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-big {
  position: relative;
  max-width: 1800px;
  width: 98%;
  margin: 0 auto;
}

.container-big:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-big:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-large {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.container-large:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-large:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-small {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.container-small:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-small:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.middle-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.row.middle-gutter > [class*="col_"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_43 {
  width: 43%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_57 {
  width: 57%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_85 {
  width: 85%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html {
  font-size: 10px;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
}

h1,
h1 span {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h1 b,
h1 strong,
h1 span b,
h1 span strong {
  font-weight: 700;
}

h1 *,
h1 span * {
  font-size: 3.8rem;
}

h2,
h2 span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h2 b,
h2 strong,
h2 span b,
h2 span strong {
  font-weight: 700;
}

h2 *,
h2 span * {
  font-size: 3rem;
}

h3,
h3 span {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 b,
h3 strong,
h3 span b,
h3 span strong {
  font-weight: 700;
}

h3 *,
h3 span * {
  font-size: 2.7rem;
}

h4,
h4 span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

h4 b,
h4 strong,
h4 span b,
h4 span strong {
  font-weight: 700;
}

h4 *,
h4 span * {
  font-size: 2.5rem;
}

h5,
h5 span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
}

h5 b,
h5 strong,
h5 span b,
h5 span strong {
  font-weight: 700;
}

h5 *,
h5 span * {
  font-size: 2rem;
}

h6,
h6 span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1em;
}

h6 b,
h6 strong,
h6 span b,
h6 span strong {
  font-weight: 700;
}

h6 *,
h6 span * {
  font-size: 1.4rem;
}

@media (max-width: 1480px) {
  h1,
  h1 span {
    font-size: 3.3rem;
  }
  h1 *,
  h1 span * {
    font-size: 3.3rem;
  }
  h2,
  h2 span {
    font-size: 2.8rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.8rem;
  }
  h3,
  h3 span {
    font-size: 2.6rem;
  }
  h3 *,
  h3 span * {
    font-size: 2.6rem;
  }
  h4,
  h4 span {
    font-size: 2rem;
  }
  h4 *,
  h4 span * {
    font-size: 2rem;
  }
  h5,
  h5 span {
    font-size: 1.8rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.8rem;
  }
  h6,
  h6 span {
    font-size: 1.2rem;
  }
  h6 *,
  h6 span * {
    font-size: 1.2rem;
  }
  p {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  h1,
  h1 span {
    font-size: 2.8rem;
  }
  h1 *,
  h1 span * {
    font-size: 2.8rem;
  }
  h2,
  h2 span {
    font-size: 2.7rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.7rem;
  }
  h3,
  h2 span {
    font-size: 2rem;
  }
  h3 *,
  h2 span * {
    font-size: 2rem;
  }
  h4,
  h4 span {
    font-size: 1.9rem;
  }
  h4 *,
  h4 span * {
    font-size: 1.9rem;
  }
  h5,
  h5 span {
    font-size: 1.5rem;
  }
  h5 *,
  h5 span * {
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  h1,
  h1 span {
    font-size: 2.4rem;
  }
  h1 *,
  h1 span * {
    font-size: 2.4rem;
  }
  h2,
  h2 span {
    font-size: 2.2rem;
  }
  h2 *,
  h2 span * {
    font-size: 2.2rem;
  }
  h3,
  h3 span {
    font-size: 1.8rem;
  }
  h3 *,
  h3 span * {
    font-size: 1.8rem;
  }
}

p {
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  color: #656565;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  p {
    margin: 0 0 10px;
  }
}

p:empty {
  display: none;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #656565;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}

p a:hover {
  color: #656565;
}

p strong,
p i,
p u {
  font-size: inherit;
  font-family: inherit;
}

p span {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: inherit;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-weight: 700;
}

@media (max-width: 1480px) {
  p {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 1480px) {
  p * {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  p * {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 480px) {
  p * {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

a {
  display: inline-block;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: #656565;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

@media (max-width: 768px) {
  a {
    font-size: 1.4rem;
  }
}

a p {
  margin: 0;
}

a span {
  margin: 0;
}

a label {
  margin: 0;
}

a:hover {
  color: #656565;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  span {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

span p {
  margin: 0;
}

span a {
  margin: 0;
}

span span {
  margin: 0;
}

span label {
  margin: 0;
}

label {
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  label {
    font-size: 1.3rem !important;
  }
}

label p {
  margin: 0;
}

label a {
  margin: 0;
}

label span {
  margin: 0;
}

label label {
  margin: 0;
}

strong,
strong * {
  font-weight: 700;
}

b,
b * {
  font-weight: 700;
}

blockquote {
  padding: 35px;
  position: relative;
  text-align: center;
  background: #dfdfdf;
}

blockquote * {
  color: #c6ab72;
}

blockquote p {
  font-size: 1.4rem !important;
  color: #c6ab72 !important;
  margin-bottom: 0;
}

blockquote p {
  color: #656565;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1480px) {
  blockquote p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  blockquote p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 1.4rem !important;
    line-height: 24px;
  }
}

.general_content li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .general_content li {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 480px) {
  .general_content li {
    font-size: 1.4rem;
  }
}

.general_content ul,
.general_content ol {
  margin-bottom: 20px;
}

.general_content ul {
  margin-left: 20px;
}

.general_content ul li {
  list-style: disc outside none;
  display: list-item;
}

.general_content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: outside;
}

.general_content_large p,
.general_content_large li,
.general_content_large td {
  font-size: 1.8rem;
}

@media (max-width: 1240px) {
  .general_content_large p,
  .general_content_large li,
  .general_content_large td {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .general_content_large p,
  .general_content_large li,
  .general_content_large td {
    font-size: 1.4rem;
  }
}

.general_content_large p *,
.general_content_large li *,
.general_content_large td * {
  font-size: inherit;
}

@media (max-width: 1024px) {
  .general_content p[text="&nbsp;"] {
    display: none;
  }
}

/*
.general_content li {
    font-size: $main-font-size;
    font-weight: $main-font-weight;
    list-style-type: none;
    margin: 0 0 15px 0;
    line-height: $main-line-height;

    @include middle-desktop {
        font-size: 1.3rem;
    }

    @include tablet {
        font-size: $mobile-font-size;
        line-height: $mobile-line-height;
    }

    @include mobile {
        margin: 0 0 10px 0;
    }

    & * {
        font-size: $main-font-size;

        @include middle-desktop {
            font-size: 1.3rem;
        }

        @include tablet {
            font-size: $mobile-font-size;
            line-height: $mobile-line-height;
        }
    }
}

.general_content ul {
    margin-bottom: 25px;

    ul {
        margin-top: 15px;
        padding-left: 30px;
    }

    li {
        &:before {
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            content: "\f111";
            color: $main-text-color;
            font-size: 7px;
            width: 1em;
            vertical-align: middle;
            margin-right: 15px;
        }
    }
}
.general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
}*/
.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.white-txt ul li:before {
  color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1024px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

/*
input[type="checkbox"] {
    line-height: normal;
    padding: 0;
    margin: 4px 0 0;
    &.styled {
        &:checked {
            position: absolute;
            left: -9999px;
            + label {
                @extend %extend_2;
                &:before {
                    @extend %extend_3;
                    @extend %extend_4;
                }
                &:after {
                    @extend %extend_6;
                    @extend %extend_7;
                    opacity: 1;
                    //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
                    transform: scale(1);
                }
            }
        }
        &:not(:checked) {
            position: absolute;
            left: -9999px;
            + label {
                @extend %extend_2;
                &:before {
                    @extend %extend_3;
                    @extend %extend_4;
                }
                &:after {
                    @extend %extend_6;
                    @extend %extend_7;
                    opacity: 0;
                    //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
                    transform: scale(0);
                }
            }
        }
    }
}
input[type="radio"] {
    line-height: normal;
    padding: 0;
    margin: 4px 0 0;
    &.styled {
        &:checked {
            position: absolute;
            left: -9999px;
            + label {
                @extend %extend_2;
                &:before {
                    @extend %extend_3;
                    @extend %extend_5;
                }
                &:after {
                    @extend %extend_6;
                    @extend %extend_8;
                    opacity: 1;
                    //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
                    transform: scale(1);
                }
            }
        }
        &:not(:checked) {
            position: absolute;
            left: -9999px;
            + label {
                @extend %extend_2;
                &:before {
                    @extend %extend_3;
                    @extend %extend_5;
                }
                &:after {
                    @extend %extend_6;
                    @extend %extend_8;
                    opacity: 0;
                    //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
                    transform: scale(0);
                }
            }
        }
    }
}*/
select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

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

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

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #656565;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #444b4e;
  font-size: 1.4rem;
  font-family: "Lexend";
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 1480px) {
  ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
}

:-moz-placeholder {
  color: #444b4e;
  font-size: 1.4rem;
  font-family: "Lexend";
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 1480px) {
  :-moz-placeholder {
    font-size: 1.3rem;
  }
}

::-moz-placeholder {
  color: #444b4e;
  font-size: 1.4rem;
  font-family: "Lexend";
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 1480px) {
  ::-moz-placeholder {
    font-size: 1.3rem;
  }
}

:-ms-input-placeholder {
  color: #444b4e;
  font-size: 1.4rem;
  font-family: "Lexend";
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 1480px) {
  :-ms-input-placeholder {
    font-size: 1.3rem;
  }
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  vertical-align: top;
  border-radius: 50%;
  background: white;
  line-height: normal;
  cursor: pointer;
  color: #c6ab72;
  margin-top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e1e1e1;
  margin-top: 0;
  margin-right: 4px;
}

input[type="radio"] {
  border-radius: 50%;
  border-color: #d6d6d6;
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 3px;
  top: 3px;
  text-align: center;
  width: 9px;
  height: 9px;
  line-height: 1.6em;
  background: #c6ab72;
  border-radius: 4px;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 3px;
  top: 3px;
  text-align: center;
  width: 9px;
  height: 9px;
  line-height: 1.6em;
  background: #c6ab72;
  border-radius: 50%;
}

input[type="radio"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

/*
.checkbox {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/checkbox.png) no-repeat;
    clear: left;
    float: left;
    padding: 0 5px 0 0;
}
.radio-input {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 40px;
    span {
        margin-right: 10px;
    }
}
.radio {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/checkbox.png) no-repeat;
    clear: left;
    float: left;
    padding: 0 5px 0 0;
    background: url(images/radio.png) no-repeat;
}
.select-block {
    position: relative;
    .selectric-wrapper {
        background: #fff;
        .selectric {
            .select-button {
                position: absolute;
                top: 16px;
                right: 20px;
                width: 13px;
                height: 8px;
                background-image: url(images/select-arrow2.png);
                background-size: 100% auto;
                background-repeat: no-repeat;
                z-index: 10;
            }
            span.label {
                height: 39px;
                color: #878787;
                font-size: 1.1rem;
                font-family: $main-font;
                line-height: 41px;
                text-transform: uppercase;
                padding: 0 30px;
            }
        }
        &.white-select {
            border: 0;
        }
        .selectric-items ul li {
            padding: 7px 20px;
            color: #878787;
            font-size: 1.3rem;
            margin: 0;
            border: 0;
            border-top: 1px solid #c2c0c6;
        }
    }
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
    + label {
        position: relative;
        cursor: pointer;
        display: initial;
        width: auto;
        float: none;
        text-align: initial;
        font-size: inherit;
        line-height: normal;
        text-transform: none;
        padding: 0;
        &:before {
            display: inline-block;
            width: 20px;
            height: 20px;
            content: "";
            vertical-align: text-top;
            border: 2px solid #d1d3d4;
            background: #e6e7e8;
            margin-right: 10px;
        }
    }
    &:checked + label {
        &:before {
            color: #f73093;
        }
        &:after {
            position: absolute;
            top: 9px;
            left: 5px;
            width: 2px;
            height: 2px;
            content: "";
            background: #f73093;
            //Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
            box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093,
                4px -8px 0 #f73093;
            //Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
            transform: rotate(45deg);
        }
    }
    &:disabled + label {
        cursor: auto;
        color: #b8b8b8;
        &:before {
            background: #ddd;
            //Instead of the line below you could use @include box-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
            box-shadow: none;
        }
    }
}*/
.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
  /*all required fields*/
}

select option {
  /*select option*/
}

input[type="file"] {
  /*file field*/
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ffc5c5;
}

div.wpcf7-mail-sent-ok {
  color: #009152;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
button,
input[type="submit"] {
  color: #fff;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #2f333b;
  padding: 15px 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 13px 25px;
  }
}

@media (max-width: 480px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.3rem;
  }
}

.btn.small,
button.small,
input[type="submit"].small {
  font-size: 1.2rem;
}

@media (max-width: 1480px) {
  .btn.small,
  button.small,
  input[type="submit"].small {
    font-size: 1.1rem;
  }
}

.btn.upper,
button.upper,
input[type="submit"].upper {
  text-transform: uppercase;
}

.btn.yellow,
button.yellow,
input[type="submit"].yellow {
  background-color: #c6ab72;
  color: #fff;
}

.btn.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover {
  background-color: #bea46d;
  color: #fff;
}

body,
html {
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #656565;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "Lexend";
  overflow-x: hidden;
}

body {
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh {
  overflow: hidden;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/*
.head-vid {
	width: auto;
	height: 100%;
}
*/
.vid-cover {
  width: 100%;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-vid {
  width: 100%;
  height: 100%;
  max-height: 900px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.tablet-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tablet-only {
    display: block !important;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

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

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content table {
  margin-bottom: 20px;
}

.general_content table td {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .general_content .gallery {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .general_content .gallery .gallery-item {
    margin-bottom: 0;
    padding: 10px 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .general_content blockquote {
    padding: 25px 0 25px 15px;
    margin: 40px 0;
  }
}

@media (max-width: 768px) {
  .general_content blockquote p {
    font-size: 1.4rem !important;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 1480px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
}

.section.section_small {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .section.section_small {
    padding: 0;
  }
}

.relative {
  position: relative;
}

.vertical_align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
	/*
	position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	*/
}

.no-relative {
  position: initial;
}

.big {
  font-size: 1.8rem;
}

@media (max-width: 1480px) {
  .big {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .big {
    font-size: 1.5rem;
  }
}

.title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #c6ab72;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 1480px) {
  .title {
    font-size: 1.4rem;
  }
}

.section_gray {
  background: #f6f6f6;
}

.section_green {
  background-color: #016131;
}

.decoration {
  position: relative;
}

.decoration:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/svg/decoration.svg);
  bottom: -18px;
  left: 0;
  background-size: contain;
}

.hero-inner {
  padding: 260px 0 50px 0;
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 1240px) {
  .hero-inner {
    padding: 200px 0 50px 0;
  }
}

@media (max-width: 1024px) {
  .hero-inner {
    padding: 150px 0 50px 0;
  }
}

@media (max-width: 768px) {
  .hero-inner {
    padding: 150px 0 25px 0;
  }
}

.hero-inner:after {
  content: "";
  width: 800px;
  height: 730px;
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 800px;
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.6;
}

@media (max-width: 1240px) {
  .hero-inner:after {
    width: 700px;
    height: 730px;
    background-size: 700px;
    right: -40px;
  }
}

@media (max-width: 768px) {
  .hero-inner:after {
    width: 400px;
    height: 430px;
    background-size: 400px;
    top: 10px;
  }
}

@media (max-width: 560px) {
  .hero-inner:after {
    width: 250px;
    height: 280px;
    background-size: 200px;
  }
}

@media (max-width: 480px) {
  .hero-inner:after {
    width: 220px;
    height: 220px;
    background-size: 180px;
  }
}

.hero-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .hero-inner:before {
    opacity: 0.75;
  }
}

@media (max-width: 768px) {
  .hero-inner:before {
    opacity: 0.75;
    background-color: #000;
  }
}

.hero-inner.hero_large {
  padding: 550px 0 70px 0;
}

@media (max-width: 1480px) {
  .hero-inner.hero_large {
    padding: 450px 0 60px 0;
  }
}

@media (max-width: 1240px) {
  .hero-inner.hero_large {
    padding: 350px 0 50px 0;
  }
}

@media (max-width: 1024px) {
  .hero-inner.hero_large {
    padding: 250px 0 50px 0;
  }
}

@media (max-width: 768px) {
  .hero-inner.hero_large {
    padding: 150px 0 35px 0;
  }
}

@media (max-width: 560px) {
  .hero-inner.hero_large {
    padding: 130px 0 30px 0;
  }
}

.hero-inner.hero_large:after {
  content: none;
}

.hero-inner.hero_large .row {
  padding-right: 500px;
}

@media (max-width: 1024px) {
  .hero-inner.hero_large .row {
    padding-right: 400px;
  }
}

@media (max-width: 768px) {
  .hero-inner.hero_large .row {
    padding-right: 0;
  }
}

.hero-inner.hero_large .hero_location {
  position: absolute;
  right: 0;
  bottom: -70px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  z-index: 2;
}

@media (max-width: 1480px) {
  .hero-inner.hero_large .hero_location {
    bottom: -60px;
  }
}

@media (max-width: 1240px) {
  .hero-inner.hero_large .hero_location {
    bottom: -50px;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .hero-inner.hero_large .hero_location {
    bottom: -35px;
    position: relative;
    width: 100%;
    padding: 15px 10px;
  }
}

@media (max-width: 560px) {
  .hero-inner.hero_large .hero_location {
    bottom: -30px;
    padding: 12px 6px;
  }
}

.hero-inner.hero_large .hero_location .item_hero_location {
  width: 100px;
  height: 80px;
  margin-right: 20px;
}

@media (max-width: 1240px) {
  .hero-inner.hero_large .hero_location .item_hero_location {
    margin-right: 15px;
    width: 80px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .hero-inner.hero_large .hero_location .item_hero_location {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
  }
}

@media (max-width: 560px) {
  .hero-inner.hero_large .hero_location .item_hero_location {
    height: 70px;
    width: calc(33.33% - 15px);
    margin-left: 7px;
    margin-right: 7px;
  }
}

.hero-inner.hero_large .hero_location .item_hero_location:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .hero-inner.hero_large .hero_location .item_hero_location:last-child {
    margin-right: 10px;
  }
}

@media (max-width: 560px) {
  .hero-inner.hero_large .hero_location .item_hero_location:last-child {
    margin-right: 7px;
  }
}

.hero-inner.hero_large .hero_location .item_hero_location a {
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.5;
}

.hero-inner.hero_large .hero_location .item_hero_location a:hover, .hero-inner.hero_large .hero_location .item_hero_location a.active {
  border: 2px solid #c6ab72;
  opacity: 1;
}

.hero-inner h1 {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  .hero-inner h1 {
    font-size: 3.8rem;
  }
}

@media (max-width: 1024px) {
  .hero-inner h1 {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .hero-inner h1 {
    font-size: 2.7rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 560px) {
  .hero-inner h1 {
    font-size: 2.5rem;
  }
}

.hero-inner .breadcrumbs-section {
  color: #c6ab72;
}

@media (max-width: 1480px) {
  .hero-inner .breadcrumbs-section * {
    font-size: 1.4rem;
  }
}

@media (max-width: 560px) {
  .hero-inner .breadcrumbs-section * {
    font-size: 1.3rem;
  }
}

.hero-inner .breadcrumbs-section p {
  margin-bottom: 0;
  color: #c6ab72;
}

.hero-inner .breadcrumbs-section p * {
  color: #c6ab72;
}

.hero-inner .breadcrumbs-section p .breadcrumb_last {
  text-decoration: underline;
}

.hero-inner .breadcrumbs-section p a:hover {
  opacity: 0.5;
}

.big-hero {
  position: relative;
}

.big-hero .hero_gallery:not(.slick-slider) {
  overflow: hidden;
  height: 600px;
}

@media (max-width: 1240px) {
  .big-hero .hero_gallery:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .big-hero .hero_gallery:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .big-hero .hero_gallery:not(.slick-slider) {
    height: 350px;
  }
}

.big-hero .hero_gallery .cover {
  width: 100%;
  position: relative;
  height: 600px;
}

@media (max-width: 1240px) {
  .big-hero .hero_gallery .cover {
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .big-hero .hero_gallery .cover {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .big-hero .hero_gallery .cover {
    height: 350px;
  }
}

.big-hero .hero_gallery .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0.65;
}

@media (max-width: 1480px) {
  .big-hero .hero_gallery .cover:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.73+0,0.46+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.46)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.46) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#75000000',GradientType=1 );
    /* IE6-9 */
  }
}

@media (max-width: 1024px) {
  .big-hero .hero_gallery .cover:before {
    opacity: 0.75;
  }
}

@media (max-width: 768px) {
  .big-hero .hero_gallery .cover:before {
    opacity: 0.85;
  }
}

.big-hero .wrap-thumbs {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  float: right;
  padding: 16px 10px;
}

@media (max-width: 1024px) {
  .big-hero .wrap-thumbs {
    padding: 10px 2px 7px 2px;
  }
}

@media (max-width: 768px) {
  .big-hero .wrap-thumbs {
    float: left;
  }
}

.big-hero .wrap-thumbs .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.big-hero .wrap-thumbs .slider-nav:not(.slick-slider) {
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1024px) {
  .big-hero .wrap-thumbs .slider-nav:not(.slick-slider) {
    height: 60px;
  }
}

@media (max-width: 560px) {
  .big-hero .wrap-thumbs .slider-nav:not(.slick-slider) {
    height: 70px;
  }
}

@media (max-width: 480px) {
  .big-hero .wrap-thumbs .slider-nav:not(.slick-slider) {
    height: 50px;
  }
}

.big-hero .wrap-thumbs .cover {
  width: 100px;
  height: 80px;
  opacity: 0.5;
  margin: 0 8px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.big-hero .wrap-thumbs .cover:hover, .big-hero .wrap-thumbs .cover.slick-current, .big-hero .wrap-thumbs .cover.active {
  border: 2px solid #c6ab72;
  opacity: 1;
}

@media (max-width: 1024px) {
  .big-hero .wrap-thumbs .cover {
    width: 70px;
    height: 60px;
  }
}

@media (max-width: 560px) {
  .big-hero .wrap-thumbs .cover {
    height: 70px;
  }
}

@media (max-width: 480px) {
  .big-hero .wrap-thumbs .cover {
    height: 50px;
    width: 50px;
  }
}

.big-hero .bottom_top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.big-hero .bottom_top .title_bottom {
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .big-hero .bottom_top .title_bottom {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .big-hero .bottom_top .title_bottom {
    padding-bottom: 20px;
    width: 100%;
  }
}

.big-hero .bottom_top h1 {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1240px) {
  .big-hero .bottom_top h1 {
    font-size: 3.8rem;
  }
}

@media (max-width: 1024px) {
  .big-hero .bottom_top h1 {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .big-hero .bottom_top h1 {
    font-size: 2.7rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 560px) {
  .big-hero .bottom_top h1 {
    font-size: 2.5rem;
  }
}

.big-hero .bottom_top .breadcrumbs-section {
  color: #c6ab72;
}

@media (max-width: 768px) {
  .big-hero .bottom_top .breadcrumbs-section * {
    font-size: 1.4rem;
  }
}

@media (max-width: 560px) {
  .big-hero .bottom_top .breadcrumbs-section * {
    font-size: 1.3rem;
  }
}

.big-hero .bottom_top .breadcrumbs-section p {
  margin-bottom: 0;
  color: #c6ab72;
}

.big-hero .bottom_top .breadcrumbs-section p * {
  color: #c6ab72;
}

.big-hero .bottom_top .breadcrumbs-section p .breadcrumb_last {
  text-decoration: underline;
}

.big-hero .bottom_top .breadcrumbs-section p a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .big-hero .bottom_top .nav_slider {
    width: 100%;
  }
}

.heading {
  font-family: "Lexend";
  font-weight: 700;
  color: #393939;
}

.simple_arrows .slick-arrow {
  width: 68px;
  height: 68px;
  background-color: #b0b9c5;
  z-index: 3;
  text-align: center;
  bottom: -10px;
  top: auto;
  width: 50px;
  height: 50px;
  bottom: 0px;
}

@media (max-width: 1024px) {
  .simple_arrows .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .simple_arrows .slick-arrow {
    bottom: -5px;
  }
}

.simple_arrows .slick-arrow:hover {
  background-color: #c6ab72;
}

.simple_arrows .slick-arrow:before {
  width: 68px;
  height: 68px;
  display: inline-block;
  background-repeat: no-repeat;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  height: 100%;
  line-height: 68px;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .simple_arrows .slick-arrow:before {
    font-size: 1.6rem;
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

.simple_arrows .slick-next {
  right: 0;
  left: 95px;
}

@media (max-width: 1024px) {
  .simple_arrows .slick-next {
    left: 80px;
  }
}

@media (max-width: 768px) {
  .simple_arrows .slick-next {
    left: 75px;
  }
}

.simple_arrows .slick-next:before {
  content: "\f054";
}

.simple_arrows .slick-prev {
  left: 25px;
  right: 0;
}

@media (max-width: 768px) {
  .simple_arrows .slick-prev {
    left: 20px;
  }
}

.simple_arrows .slick-prev:before {
  content: "\f053";
}

.simple_dots .slick-dots {
  bottom: -45px;
}

@media (max-width: 768px) {
  .simple_dots .slick-dots li {
    margin: 0 3px;
  }
}

.simple_dots .slick-dots li button {
  border: 1px solid transparent;
  border-radius: 500px;
}

.simple_dots .slick-dots li button:before {
  opacity: 1;
  font-size: 10px;
  color: #2f333b;
  line-height: 21px;
}

.simple_dots .slick-dots li button:hover:before {
  color: #2f333b;
}

.simple_dots .slick-dots li:hover button, .simple_dots .slick-dots li.slick-active button {
  border-color: #2f333b;
}

.simple_dots .slick-dots li:hover button:before, .simple_dots .slick-dots li.slick-active button:before {
  color: #2f333b;
}

.general_list ul {
  margin-left: 0;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .general_list ul {
    margin-top: 20px;
  }
}

.general_list ul li {
  padding-left: 37px;
  margin-bottom: 21px;
  position: relative;
  list-style: none;
}

@media (max-width: 768px) {
  .general_list ul li {
    padding-left: 35px;
    margin-bottom: 20px;
  }
}

.general_list ul li:before {
  content: "";
  display: inline-block;
  background-image: url(images/svg/check.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
}

@media (max-width: 768px) {
  .general_list ul li:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.general_list ul li h3,
.general_list ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 3px;
  display: inline-block;
}

@media (max-width: 1480px) {
  .general_list ul li h3,
  .general_list ul li h4 {
    font-size: 16px;
  }
}

.section_numbers .number {
  padding: 0 50px;
  margin: 10px 0;
}

@media (max-width: 1700px) {
  .section_numbers .number {
    padding: 0 40px;
  }
}

@media (max-width: 1240px) {
  .section_numbers .number {
    width: 33.33%;
  }
}

@media (max-width: 560px) {
  .section_numbers .number {
    width: 50%;
    padding: 0 30px;
  }
}

.section_numbers .number:after {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 43px;
}

@media (max-width: 1480px) {
  .section_numbers .number:after {
    top: 30px;
  }
}

.section_numbers .number:last-child:after {
  content: none;
}

@media (max-width: 1240px) {
  .section_numbers .number:nth-child(3n)::after {
    content: none;
  }
}

@media (max-width: 560px) {
  .section_numbers .number:nth-child(3n)::after {
    content: "";
  }
}

@media (max-width: 560px) {
  .section_numbers .number:nth-child(2n):after {
    content: none;
  }
}

.section_numbers .number .wrap-number {
  text-align: center;
}

.section_numbers .number .wrap-number:before {
  content: "";
  width: 74px;
  height: 74px;
  display: inline-block;
  border-radius: 500px;
  position: absolute;
  top: 30px;
  left: calc((100% - 14px) / 2);
  background-color: #2f333b;
  opacity: 0.1;
}

@media (max-width: 1480px) {
  .section_numbers .number .wrap-number:before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 20px;
  }
}

.section_numbers .number .wrap-number .big {
  font-size: 6rem;
  color: #2f333b;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1700px) {
  .section_numbers .number .wrap-number .big {
    font-size: 5rem;
  }
}

@media (max-width: 1480px) {
  .section_numbers .number .wrap-number .big {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .section_numbers .number .wrap-number .big {
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {
  .section_numbers .number .wrap-number .big {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.section_numbers .number .wrap-number .small {
  font-size: 2rem;
  color: #393939;
  font-weight: 500;
}

@media (max-width: 1700px) {
  .section_numbers .number .wrap-number .small {
    font-size: 1.8rem;
  }
}

@media (max-width: 1480px) {
  .section_numbers .number .wrap-number .small {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .section_numbers .number .wrap-number .small {
    font-size: 1.5rem;
  }
}

.full-height {
  height: 100vh;
}

@media (max-width: 900px) {
  .full-height {
    height: auto;
  }
}

.error-page {
  position: relative;
}

@media (max-width: 1024px) {
  .error-page {
    height: auto;
    padding: 200px 0;
  }
}

@media (max-width: 768px) {
  .error-page {
    padding: 140px 0;
  }
}

@media (max-width: 560px) {
  .error-page {
    padding: 80px 0;
  }
}

.error-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.58+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

@media (max-width: 1024px) {
  .error-page:before {
    background-color: #000;
    opacity: 0.7;
  }
}

@media (max-width: 1024px) {
  .error-page .vertical_align {
    top: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

@media (max-width: 1480px) {
  .error-page .white-txt {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .error-page .white-txt {
    width: 100%;
  }
}

.error-page h1 {
  font-weight: 700;
  font-size: 290px;
  color: #2f333b;
}

@media (max-width: 1480px) {
  .error-page h1 {
    font-size: 200px;
  }
}

@media (max-width: 1240px) {
  .error-page h1 {
    font-size: 160px;
  }
}

@media (max-width: 1024px) {
  .error-page h1 {
    font-size: 120px;
  }
}

@media (max-width: 768px) {
  .error-page h1 {
    font-size: 70px;
  }
}

.error-page h2 {
  color: #c6ab72 !important;
  font-size: 3.5rem;
  letter-spacing: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1480px) {
  .error-page h2 {
    font-size: 3rem;
    letter-spacing: 5px;
  }
}

@media (max-width: 1240px) {
  .error-page h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .error-page h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .error-page h2 {
    font-size: 1.8rem;
  }
}

.error-page p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 1480px) {
  .error-page p {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .error-page p {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .error-page p {
    font-size: 1.5rem;
  }
}

.error-page .wrap-button {
  padding-top: 30px;
  text-align: center;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1024px) {
  body .wpcf7 form .wpcf7-response-output {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0;
}

body .picker--opened .picker__holder {
  color: #000;
  font-size: 14px;
}

body .picker--opened .picker__holder * {
  color: #000;
}

body .selectric {
  background-color: #fff;
  border: 1px solid #898989;
}

body .selectric .label {
  color: #2f333b;
  height: 38px;
  font-size: 1.4rem;
  line-height: 38px;
  margin-left: 14px;
}

@media (max-width: 1480px) {
  body .selectric .label {
    font-size: 1.3rem;
  }
}

body .selectric .button {
  height: 38px;
  background-color: transparent;
}

body .selectric-items ul,
body .selectric-items li {
  font-size: 1.4rem;
  color: #2f333b;
}

body .recaptcha .wpcf7-not-valid {
  border: none !important;
}

.section-decoration {
  overflow: hidden;
  padding: 100px 0;
}

@media (max-width: 1240px) {
  .section-decoration {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section-decoration {
    padding: 50px 0;
  }
}

.section-decoration:before {
  content: "";
  width: 800px;
  height: 730px;
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 800px;
  position: absolute;
  bottom: -100px;
  left: -140px;
  opacity: 0.4;
  width: 600px;
  height: 630px;
  background-size: 600px;
}

@media (max-width: 768px) {
  .section-decoration:before {
    width: 500px;
    height: 530px;
    background-size: 500px;
  }
}

@media (max-width: 560px) {
  .section-decoration:before {
    width: 400px;
    height: 430px;
    background-size: 400px;
  }
}

@media (max-width: 480px) {
  .section-decoration:before {
    width: 300px;
    height: 330px;
    background-size: 300px;
    bottom: -50px;
  }
}

body .general_label {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #b0b9c5;
  letter-spacing: 3px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  body .general_label {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.wpcf7-form .input_block {
  margin-bottom: 13px;
}

.wpcf7-form .input_block textarea {
  height: 100px;
}

.wpcf7-form .input_block label {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}

.wpcf7-form .input_block label span {
  font-size: 1.4rem;
}

.wpcf7-form .input_block .wpcf7-list-item {
  margin-left: 0;
  margin-right: 30px;
}

.wpcf7-form .input_block.select_input select {
  height: 52px;
  width: 100%;
}

@media (max-width: 560px) {
  .wpcf7-form .col_50 {
    width: 100%;
  }
}

.wpcf7-form input[type="submit"] {
  display: none;
}

.wpcf7-form button[type="submit"] {
  background-color: #c6ab72;
  padding: 18px 30px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wpcf7-form button[type="submit"] {
    font-size: 1.3rem;
  }
}

.wpcf7-form button[type="submit"]:after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/svg/arrow-right.svg);
  background-position: center;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 13px;
}

@media (max-width: 1024px) {
  .wpcf7-form button[type="submit"]:after {
    position: relative;
    top: 1px;
  }
}

.wpcf7-form button[type="submit"]:hover:after {
  margin-left: 6px;
}

.wpcf7-form .submit-canvas {
  position: relative;
}

.wpcf7-form .small_textarea textarea {
  height: 100px !important;
  min-height: 100px;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: calc((100% - 24px) / 2);
  top: 18px;
  margin-right: 0;
  margin-left: 0;
}

.wpcf7-form.submitting button[type="submit"] {
  color: #c6ab72;
}

.wpcf7-form.submitting button[type="submit"]:after {
  opacity: 0;
}

.section_map .box_text {
  margin-bottom: 50px;
}

@media (max-width: 1240px) {
  .section_map .box_text {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .section_map .box_text {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .section_map .box_text .general_content {
    width: 100%;
  }
}

.section_map .big-boxes {
  margin-bottom: 50px;
}

@media (max-width: 1240px) {
  .section_map .big-boxes {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section_map .big-boxes {
    margin-bottom: 20px;
  }
}

.section_map .big-boxes .box_location {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .section_map .big-boxes .box_location {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .section_map .big-boxes .box_location {
    width: 100%;
  }
}

.section_map .big-boxes .box_location .cover {
  width: 100%;
  height: 300px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 1240px) {
  .section_map .big-boxes .box_location .cover {
    height: 270px;
  }
}

@media (max-width: 1024px) {
  .section_map .big-boxes .box_location .cover {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .section_map .big-boxes .box_location .cover {
    height: 200px;
  }
}

.section_map .big-boxes .box_location .cover:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 1024px) {
  .section_map .big-boxes .box_location .cover:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section_map .big-boxes .box_location .cover:hover:before {
  opacity: 0.7;
}

.section_map .big-boxes .box_location .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.section_map .big-boxes .box_location .cover h3 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  padding: 25px 20px;
  font-weight: 600;
}

@media (max-width: 1240px) {
  .section_map .big-boxes .box_location .cover h3 {
    padding: 23px 10px;
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .section_map .big-boxes .box_location .cover h3 {
    padding: 20px 10px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section_map .big-boxes .box_location .cover h3 {
    font-size: 15px;
  }
}

.section_map .big-boxes .box_location .cover .extra {
  background: #c6ab72;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 12px;
  color: #fff;
}

.error404 {
  background-color: #474d53;
  height: 100vh;
  position: relative;
}

.error404:before {
  content: "";
  width: 800px;
  height: 730px;
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 800px;
  position: absolute;
  bottom: -200px;
  left: -140px;
  opacity: 0.4;
}

@media (max-width: 1240px) {
  .error404:before {
    width: 700px;
    height: 730px;
    background-size: 700px;
  }
}

@media (max-width: 768px) {
  .error404:before {
    width: 500px;
    height: 530px;
    background-size: 500px;
  }
}

@media (max-width: 560px) {
  .error404:before {
    width: 400px;
    height: 430px;
    background-size: 400px;
  }
}

@media (max-width: 480px) {
  .error404:before {
    width: 300px;
    height: 330px;
    background-size: 300px;
    bottom: -50px;
  }
}

.error404 .page-error-centered {
  padding: 40px 0;
}

.error404 .page-error-centered h1 {
  font-size: 10rem;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .error404 .page-error-centered h1 {
    font-size: 8rem;
  }
}

@media (max-width: 768px) {
  .error404 .page-error-centered h1 {
    font-size: 4rem;
  }
}

@media (max-width: 560px) {
  .error404 .page-error-centered h1 {
    font-size: 3.5rem;
  }
}

.error404 .page-error-centered h4 {
  margin-bottom: 20px;
}

.error404 .wrap-button {
  text-align: center;
}

.error404 .logo-error {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error404 .the-content {
  padding-bottom: 40px;
}

.page-id-139 .section_simple .general_content .wrap-button .btn {
  min-width: 450px;
}

@media (max-width: 480px) {
  .page-id-139 .section_simple .general_content .wrap-button .btn {
    min-width: auto;
    width: 100%;
  }
}

.hero_intro {
	/*
  height: 980px;
	*/
	width: 100%;
	height: auto;
  position: relative;
  background-position: center center;
}

@media (max-width: 1700px) {
  .hero_intro {
    height: 900px;
  }
}

@media (max-width: 1480px) {
  .hero_intro {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .hero_intro {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .hero_intro {
    height: 530px;
  }
}

@media (max-width: 560px) {
  .hero_intro {
    height: 430px;
  }
}

@media (max-width: 480px) {
  .hero_intro {
    height: 380px;
  }
}

.hero_intro:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #474d53;
  opacity: 0.3;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .hero_intro:before {
    opacity: 0.5;
  }
}

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

.hero_intro .container img {
  width: 350px;
  height: auto;
}

@media (max-width: 1024px) {
  .hero_intro .container img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .hero_intro .container img {
    width: 200px;
  }
}

.hero_intro .gla_scroll_down {
  position: absolute;
  bottom: 40px;
  text-decoration: none;
  color: #fff;
  width: 110px;
  left: calc((100% - 110px) / 2);
  margin-left: -20px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1024px) {
  .hero_intro .gla_scroll_down {
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .hero_intro .gla_scroll_down {
    display: none;
  }
}

.hero_intro .gla_scroll_down span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 9px;
}

@media (max-width: 1480px) {
  .hero_intro .gla_scroll_down span {
    font-size: 1.1rem;
  }
}

.hero_intro .gla_scroll_down b {
  width: 20px;
  height: 35px;
  border: 2px solid #c6ab72;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}

.hero_intro .gla_scroll_down b:before {
  display: block;
  content: "";
  height: 4px;
  width: 2px;
  background: #c6ab72;
  left: 7px;
  top: 8px;
  position: absolute;
  animation: 2s ease 0s normal none infinite mouse-down;
  -webkit-animation: 2s ease 0s normal none infinite mouse-down;
}

@-webkit-keyframes mouse-down {
  0% {
    height: 4px;
  }
  50% {
    height: 12px;
  }
  100% {
    height: 4px;
  }
}

@keyframes mouse-down {
  0% {
    height: 4px;
  }
  50% {
    height: 12px;
  }
  100% {
    height: 4px;
  }
}

.fix-scroll {
  /* position: fixed; */
  width: 13px;
  height: 364px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  left: 25px;
}

@media (max-width: 1240px) {
  .fix-scroll {
    left: 20px;
  }
}

@media (max-width: 1024px) {
  .fix-scroll {
    display: none;
  }
}

.fix-scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  background-color: #a5aeba;
  width: 2px;
  height: calc(100% - 127px);
  top: 118px;
  opacity: 0.35;
}

.fix-scroll a {
  height: 100%;
  border-radius: 0;
  width: 100%;
  margin: 0 !important;
  background-color: transparent;
  display: inline-block;
}

.fix-scroll a.active {
  width: 6px;
  z-index: 1;
  background-color: #c6ab72;
  margin-left: 3px !important;
}

.fix-scroll a.active span {
  opacity: 1;
}

.fix-scroll a span {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 100px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  text-align: left;
  color: #d0d0d0;
  font-weight: 600;
  font-size: 13px;
  left: -3px;
}

.section_simple_big {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section_simple_big {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .section_simple_big {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .section_simple_big {
    padding: 40px 0;
  }
}

@media (max-width: 1480px) {
  .section_simple_big .general_content {
    width: 65%;
  }
}

@media (max-width: 1240px) {
  .section_simple_big .general_content {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .section_simple_big .general_content {
    width: 100%;
  }
}

.section_simple_big .general_content h1 {
  margin-bottom: 30px;
}

.section_simple_big .wrap-button {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1240px) {
  .section_simple_big .wrap-button {
    padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .section_simple_big .wrap-button {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .section_simple_big .wrap-button {
    padding-top: 10px;
  }
}

.section-blue {
  background-color: #474d53;
  padding: 90px 0;
}

@media (max-width: 1024px) {
  .section-blue {
    padding: 70px 0 100px 0;
  }
}

@media (max-width: 768px) {
  .section-blue {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 560px) {
  .section-blue {
    padding: 40px 0 60px 0;
  }
}

@media (max-width: 1024px) {
  .section-blue .col_left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-blue .col_left > p:first-of-type {
  color: #edc779;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 7px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}

.section-blue .col_left > p:first-of-type:before {
  content: "";
  height: 2px;
  width: 32px;
  display: inline-block;
  background-color: #edc779;
  position: absolute;
  left: 0;
  top: 12px;
}

@media (max-width: 1480px) {
  .section-blue .col_left > p:first-of-type:before {
    top: 10px;
  }
}

.section-blue .col_left p > a {
  margin-top: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .section-blue .col_left p > a {
    margin-top: 10px;
  }
}

.section-blue .col_right {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .section-blue .col_right {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-blue .list-services-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 235px;
  overflow: hidden;
}

.section-blue .list-services-slider:not(.slick-slider) .icon_service {
  width: 25%;
}

@media (max-width: 1240px) {
  .section-blue .list-services-slider:not(.slick-slider) .icon_service {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .section-blue .list-services-slider:not(.slick-slider) .icon_service {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .section-blue .list-services-slider:not(.slick-slider) .icon_service {
    width: 100%;
  }
}

.section-blue .list-services-slider .icon_service .wrap_box {
  width: 96% !important;
}

@media (max-width: 1024px) {
  .section-blue .list-services-slider .icon_service .wrap_box {
    min-height: 190px;
  }
}

@media (max-width: 768px) {
  .section-blue .list-services-slider .icon_service .wrap_box {
    min-height: 180px;
  }
}

.section-blue .list-services-slider .slick-list {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}

.section-blue .list-services-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-blue .list-services-slider .slick-prev,
.section-blue .list-services-slider .slick-next {
  width: 30px;
  height: 30px;
  bottom: -75px;
  top: auto;
  font-size: 0;
  right: 0;
  left: auto;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

@media (max-width: 1024px) {
  .section-blue .list-services-slider .slick-prev,
  .section-blue .list-services-slider .slick-next {
    background-size: 12px;
  }
}

.section-blue .list-services-slider .slick-prev::before,
.section-blue .list-services-slider .slick-next::before {
  content: none;
}

.section-blue .list-services-slider .slick-next {
  background-image: url(images/svg/arrow-left2.svg);
}

.section-blue .list-services-slider .slick-prev {
  right: 50px;
  background-image: url(images/svg/arrow-right2.svg);
}

.section-blue .list-services-slider .slick-dots {
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: calc(100% - 180px);
}

@media (max-width: 1024px) {
  .section-blue .list-services-slider .slick-dots {
    width: calc(100% - 120px);
  }
}

.section-blue .list-services-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  margin: 0;
}

.section-blue .list-services-slider .slick-dots li button {
  width: 100%;
  height: 3px;
  padding: 0;
  background-color: #707070;
  border-radius: 0;
  opacity: 0.2;
}

.section-blue .list-services-slider .slick-dots li button:before {
  content: none;
}

.section-blue .list-services-slider .slick-dots li.slick-active button {
  height: 5px;
  opacity: 1;
  background-color: #919aa5;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.section-decoration-right {
  overflow: hidden;
  padding: 70px 0;
}

@media (max-width: 1240px) {
  .section-decoration-right {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section-decoration-right {
    padding: 50px 0;
  }
}

.section-decoration-right:before {
  content: "";
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: -120px;
  right: -140px;
  opacity: 0.4;
  width: 600px;
  height: 630px;
  background-size: 600px;
}

@media (max-width: 768px) {
  .section-decoration-right:before {
    width: 500px;
    height: 530px;
    background-size: 500px;
  }
}

@media (max-width: 560px) {
  .section-decoration-right:before {
    width: 400px;
    height: 430px;
    background-size: 400px;
  }
}

@media (max-width: 480px) {
  .section-decoration-right:before {
    width: 300px;
    height: 330px;
    background-size: 300px;
    bottom: -50px;
  }
}

.decoration_middle:before {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  background-color: #c6ab72;
  margin: 0 auto 20px auto;
}

@media (max-width: 1024px) {
  .decoration_middle:before {
    height: 20px;
  }
}

.decoration_middle > p:first-of-type {
  color: #c6ab72;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .decoration_middle > p:first-of-type {
    font-size: 1.3rem;
  }
}

.decoration_middle h2,
.decoration_middle h1 {
  font-size: 3rem;
}

@media (max-width: 1480px) {
  .decoration_middle h2,
  .decoration_middle h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 1024px) {
  .decoration_middle h2,
  .decoration_middle h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .decoration_middle h2,
  .decoration_middle h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 560px) {
  .decoration_middle h2,
  .decoration_middle h1 {
    font-size: 2.2rem;
  }
}

.list-members {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .list-members {
    padding-top: 20px;
  }
}

.list-members .simple_mb {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .list-members .simple_mb {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .list-members .simple_mb {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .list-members .simple_mb {
    width: 100%;
  }
}

.list-members .simple_mb .wrap_simple_mb .cover {
  width: 100%;
  height: 440px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 1024px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 380px;
  }
}

@media (max-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 400px;
  }
}

@media (max-width: 560px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 340px;
  }
}

@media (max-width: 480px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 450px;
  }
}

@media (max-width: 460px) {
  .list-members .simple_mb .wrap_simple_mb .cover {
    height: 400px;
  }
}

.list-members .simple_mb .wrap_simple_mb .cover:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 1024px) {
  .list-members .simple_mb .wrap_simple_mb .cover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media (max-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over {
    height: 100%;
  }
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over:before {
    opacity: 0;
  }
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over:after {
    opacity: 0.8;
    height: 100%;
  }
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over .name,
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over .occupation {
    color: #242627;
    margin-bottom: 7px;
  }
  .list-members .simple_mb .wrap_simple_mb .cover:hover .over .btn {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
}

.list-members .simple_mb .wrap_simple_mb .cover .over {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over {
    height: 100px;
  }
}

@media (max-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over {
    height: 130px;
  }
}

@media (max-width: 1024px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over {
    height: 120px;
  }
}

.list-members .simple_mb .wrap_simple_mb .cover .over:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-members .simple_mb .wrap_simple_mb .cover .over:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-members .simple_mb .wrap_simple_mb .cover .over .flex {
  height: 100%;
}

.list-members .simple_mb .wrap_simple_mb .cover .over .name {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media (max-width: 1024px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over .name {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over .name {
    margin-bottom: 3px;
  }
}

@media (max-width: 560px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over .name {
    font-size: 1.6rem;
  }
}

.list-members .simple_mb .wrap_simple_mb .cover .over .occupation {
  position: relative;
  z-index: 1;
  opacity: 0.7;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.list-members .simple_mb .wrap_simple_mb .cover .over .btn {
  display: none;
}

@media (max-width: 900px) {
  .list-members .simple_mb .wrap_simple_mb .cover .over .btn {
    display: block;
    position: relative;
    z-index: 1;
    background: transparent;
    color: #c6ab72;
    padding: 0;
    margin-top: 7px;
    font-size: 1.4rem;
  }
}

.section-slider.section-slider-blue {
  background: #919aa5;
}

.section-slider.section-slider-blue:before {
  content: none;
}

.section-slider.section-slider-blue .btn {
  background-color: #ffffff;
  color: #656565;
}

.section-slider.section-slider-blue .btn:hover {
  background-color: #efefef;
  color: #656565;
}

.section-slider.section-slider-blue .wrap-text > p:first-of-type {
  color: #edc779;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 7px;
  padding-left: 45px;
  position: relative;
  margin-bottom: 15px;
}

.section-slider.section-slider-blue .wrap-text > p:first-of-type:before {
  content: "";
  height: 2px;
  width: 28px;
  display: inline-block;
  background-color: #edc779;
  position: absolute;
  left: 0;
  top: 10px;
}

.section-slider .general_content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .section-slider .general_content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.section-slider .general_content .wrap-button {
  padding-top: 15px;
}

.section-slider .general_content .wrap-text {
  padding-right: 50px;
}

@media (max-width: 900px) {
  .section-slider .general_content .wrap-text {
    padding-right: 0;
  }
}

.section-slider .general_content .wrap-text h2 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .section-slider .general_content .wrap-text h2 {
    margin-bottom: 20px;
  }
}

.section-slider .flex {
  min-height: 650px;
}

@media (max-width: 1024px) {
  .section-slider .flex {
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  .section-slider .slider_box {
    width: 100%;
  }
}

.section-slider .slider-outside {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 60px 0;
}

@media (max-width: 900px) {
  .section-slider .slider-outside {
    position: relative;
    margin: 0;
    width: 100%;
  }
}

.section-slider .slider-outside:not(.slick-slider) {
  overflow: hidden;
  height: 650px;
}

@media (max-width: 1024px) {
  .section-slider .slider-outside:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .section-slider .slider-outside:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .section-slider .slider-outside:not(.slick-slider) {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .section-slider .slider-outside:not(.slick-slider) {
    height: 250px;
  }
}

.section-slider .slider-outside .item .cover {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 650px;
}

@media (max-width: 1024px) {
  .section-slider .slider-outside .item .cover {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .section-slider .slider-outside .item .cover {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .section-slider .slider-outside .item .cover {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .section-slider .slider-outside .item .cover {
    height: 250px;
  }
}

.section-slider .slider-outside .item .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.45);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/svg/search.svg);
  background-size: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .section-slider .slider-outside .item .cover:before {
    background-size: 35px;
  }
}

.section-slider .slider-outside .item .cover:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .section-doctor .image {
    width: 100%;
    margin-bottom: 35px;
  }
}

.section-doctor .image .wrap-image {
  text-align: center;
}

.section-doctor .image .wrap-image img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.section-doctor .image .wrap-image .name {
  font-size: 2.7rem;
  color: #242627;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .section-doctor .image .wrap-image .name {
    font-size: 2.5rem;
  }
}

@media (max-width: 900px) {
  .section-doctor .image .wrap-image .name {
    margin-bottom: 3px;
  }
}

@media (max-width: 560px) {
  .section-doctor .image .wrap-image .name {
    font-size: 1.8rem;
  }
}

.section-doctor .image .wrap-image .occupation {
  position: relative;
  z-index: 1;
  opacity: 0.7;
  font-size: 1.6rem;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media (max-width: 768px) {
  .section-doctor .general_content {
    width: 100%;
  }
}

.section-doctor .general_content p {
  margin-bottom: 30px;
}

@media (max-width: 1240px) {
  .section-doctor .general_content p {
    margin-bottom: 20px;
  }
}

.section-columns .decoration_middle {
  margin-bottom: 65px;
}

@media (max-width: 1024px) {
  .section-columns .decoration_middle {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .section-columns .decoration_middle {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .section-columns .col_50.general_content {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .section-columns .col_50.general_content {
    margin-top: 15px;
  }
}

.section_group {
  background-color: #fafafa;
}

.section_group .item {
  min-height: 650px;
  margin-bottom: 70px;
}

.section_group .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .section_group .item {
    min-height: 500px;
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .section_group .item {
    min-height: inherit;
    margin-bottom: 40px;
  }
}

.section_group .item .row {
  min-height: 600px;
}

@media (max-width: 1024px) {
  .section_group .item .row {
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  .section_group .item .row {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .section_group .item .row {
    min-height: inherit;
  }
}

@media (max-width: 900px) {
  .section_group .item .text {
    width: 100%;
  }
}

.section_group .item .text.simple_text .general_content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .section_group .item .text.simple_text .general_content {
    padding-bottom: 30px;
  }
}

.section_group .item .text .general_content {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
}

@media (max-width: 1240px) {
  .section_group .item .text .general_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .section_group .item .text .general_content {
    padding-right: 0;
    padding-top: 0;
  }
}

.section_group .item .text .general_content h2 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .section_group .item .text .general_content h2 {
    margin-bottom: 20px;
  }
}

.section_group .item .text .general_content .wrap-button {
  padding-top: 15px;
}

@media (max-width: 480px) {
  .section_group .item .text .general_content .wrap-button .btn {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .section_group .item .image {
    width: 100%;
  }
}

.section_group .item .image .cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 600px;
}

@media (max-width: 1024px) {
  .section_group .item .image .cover {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .section_group .item .image .cover {
    height: 400px;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section_group .item .image .cover {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .section_group .item .image .cover {
    height: 250px;
  }
}

.section_group .item .row-reverse .image .cover {
  right: auto;
  left: 0;
}

.section_group .item .row-reverse .text .general_content {
  padding-left: 70px;
  padding-right: 0;
}

@media (max-width: 1480px) {
  .section_group .item .row-reverse .text .general_content {
    padding-left: 40px;
  }
}

@media (max-width: 900px) {
  .section_group .item .row-reverse .text .general_content {
    padding-left: 0;
  }
}

.section_group .item .row-reverse .text .general_content.general_list > ul {
  margin-top: 0;
}

.section-locations .box-locations .tabs {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 1240px) {
  .section-locations .box-locations .tabs {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .section-locations .box-locations .tabs {
    padding-bottom: 20px;
  }
}

.section-locations .box-locations .tabs li {
  margin: 5px 10px;
}

@media (max-width: 768px) {
  .section-locations .box-locations .tabs li {
    margin: 3px 5px;
  }
}

@media (max-width: 560px) {
  .section-locations .box-locations .tabs li {
    margin: 2px 3px;
  }
}

.section-locations .box-locations .tabs li a {
  background-color: #b0b9c5;
  opacity: 0.37;
}

@media (max-width: 768px) {
  .section-locations .box-locations .tabs li a {
    padding: 13px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 560px) {
  .section-locations .box-locations .tabs li a {
    font-size: 1.2rem;
    padding: 11px;
    letter-spacing: 0;
  }
}

.section-locations .box-locations .tabs li a:hover, .section-locations .box-locations .tabs li a.active {
  opacity: 1;
  background-color: #c6ab72;
  color: #fff;
}

.section-locations .tabs-content .tab-location {
  display: none;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1240px) {
  .section-locations .tabs-content .tab-location {
    padding: 35px;
  }
}

@media (max-width: 560px) {
  .section-locations .tabs-content .tab-location {
    padding: 0;
  }
}

.section-locations .tabs-content .tab-location.active {
  display: block;
}

@media (max-width: 768px) {
  .section-locations .tabs-content .tab-location .text {
    width: 100%;
  }
}

.section-locations .tabs-content .tab-location .wrap-location {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 60px;
  max-width: 460px;
}

@media (max-width: 1240px) {
  .section-locations .tabs-content .tab-location .wrap-location {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .section-locations .tabs-content .tab-location .wrap-location {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .section-locations .tabs-content .tab-location .wrap-location {
    padding: 10px 20px 20px 20px;
  }
}

.section-locations .tabs-content .tab-location .wrap-location .elements-icons .elements-icon {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.2);
}

.section-locations .tabs-content .tab-location .wrap-location .elements-icons .elements-icon:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  .section-locations .tabs-content .tab-location .image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section-locations .tabs-content .tab-location .image .cover {
  width: 100%;
  height: 450px;
}

@media (max-width: 768px) {
  .section-locations .tabs-content .tab-location .image .cover {
    height: 330px;
  }
}

@media (max-width: 560px) {
  .section-locations .tabs-content .tab-location .image .cover {
    height: 200px;
  }
}

.section-locations .tabs-content .tab-location .image .cover:hover {
  opacity: 0.7;
}

.section-locations .tabs-content .tab-location .image iframe {
  width: 100%;
  height: 470px;
}

@media (max-width: 768px) {
  .section-locations .tabs-content .tab-location .image iframe {
    height: 400px;
  }
}

@media (max-width: 560px) {
  .section-locations .tabs-content .tab-location .image iframe {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .section_simple .general_content {
    width: 100%;
  }
}

.section_simple .general_content .wrap-button {
  padding-top: 15px;
  text-align: center;
}

.section_simple.section-decoration:before {
  bottom: -200px;
}

@media (max-width: 768px) {
  .section_simple.section-decoration:before {
    bottom: -100px;
  }
}

@media (max-width: 560px) {
  .section_simple.section-decoration:before {
    bottom: 0;
  }
}

.section_simple .wrap-documents {
  max-width: 550px;
  margin: 30px auto 0 auto;
}

.section_simple .wrap-documents .item {
  margin-bottom: 15px;
}

.section_simple .wrap-documents .item:last-child {
  margin-bottom: 0;
}

.section_simple .wrap-documents .item a {
  width: 100%;
  background-color: #919aa5;
  padding: 20px 50px 20px 20px;
  position: relative;
  color: #fff;
  font-weight: 700;
}

.section_simple .wrap-documents .item a:after {
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(images/svg/download.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  position: absolute;
  right: 10px;
  top: 19px;
}

.section_simple .wrap-documents .item a:hover {
  background-color: #c6ab72;
}

.section_services .general_content {
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .section_services .general_content {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section_services .general_content {
    margin-bottom: 10px;
  }
}

.section_services .box_preservices {
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .section_services .box_preservices {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section_services .box_preservices {
    margin-bottom: 10px;
  }
}

.section_services .box_preservices .general_content {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .section_services .box_preservices .general_content {
    width: 100%;
  }
}

.section_services .box_preservices .general_btn {
  text-align: right;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .section_services .box_preservices .general_btn {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .section_services .box_preservices .general_btn .btn {
    width: 100%;
  }
}

.section_services .list-services-slider .icon_service,
.section_services .list-services .icon_service {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1240px) {
  .section_services .list-services-slider .icon_service,
  .section_services .list-services .icon_service {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .section_services .list-services-slider .icon_service,
  .section_services .list-services .icon_service {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .section_services .list-services-slider .icon_service,
  .section_services .list-services .icon_service {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section_services .list-services-slider .icon_service .wrap_box,
.section_services .list-services .icon_service .wrap_box {
  background-color: #919aa5;
  padding: 40px 12px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  display: inline-block;
}

@media (max-width: 768px) {
  .section_services .list-services-slider .icon_service .wrap_box,
  .section_services .list-services .icon_service .wrap_box {
    padding: 33px 20px;
  }
}

@media (max-width: 560px) {
  .section_services .list-services-slider .icon_service .wrap_box,
  .section_services .list-services .icon_service .wrap_box {
    padding: 15px;
  }
}

.section_services .list-services-slider .icon_service .wrap_box:hover,
.section_services .list-services .icon_service .wrap_box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

@media (max-width: 768px) {
  .section_services .list-services-slider .icon_service .wrap_box:hover,
  .section_services .list-services .icon_service .wrap_box:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section_services .list-services-slider .icon_service .wrap_box:hover .name,
.section_services .list-services-slider .icon_service .wrap_box:hover .small,
.section_services .list-services .icon_service .wrap_box:hover .name,
.section_services .list-services .icon_service .wrap_box:hover .small {
  color: #474d53;
}

.section_services .list-services-slider .icon_service .wrap_box:hover .name .icon,
.section_services .list-services-slider .icon_service .wrap_box:hover .small .icon,
.section_services .list-services .icon_service .wrap_box:hover .name .icon,
.section_services .list-services .icon_service .wrap_box:hover .small .icon {
  border: 10px solid rgba(245, 245, 245, 0.42);
}

.section_services .list-services-slider .icon_service .wrap_box:hover .name .icon .img,
.section_services .list-services-slider .icon_service .wrap_box:hover .small .icon .img,
.section_services .list-services .icon_service .wrap_box:hover .name .icon .img,
.section_services .list-services .icon_service .wrap_box:hover .small .icon .img {
  background-color: #ededed;
}

.section_services .list-services-slider .icon_service .wrap_box:hover:after,
.section_services .list-services .icon_service .wrap_box:hover:after {
  opacity: 1;
}

.section_services .list-services-slider .icon_service .wrap_box:after,
.section_services .list-services .icon_service .wrap_box:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(images/svg/arrow-small.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  background-color: #c6ab72;
  position: absolute;
  left: calc((100% - 40px) / 2);
  bottom: -20px;
  border-radius: 50%;
  opacity: 0;
}

@media (max-width: 560px) {
  .section_services .list-services-slider .icon_service .wrap_box:after,
  .section_services .list-services .icon_service .wrap_box:after {
    content: none;
  }
}

.section_services .list-services-slider .icon_service .wrap_box .icon,
.section_services .list-services .icon_service .wrap_box .icon {
  width: 110px;
  height: 110px;
  border: 10px solid rgba(245, 245, 245, 0.25);
  border-radius: 50%;
  margin: 0 auto 30px auto;
  display: block;
}

@media (max-width: 560px) {
  .section_services .list-services-slider .icon_service .wrap_box .icon,
  .section_services .list-services .icon_service .wrap_box .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto;
  }
}

.section_services .list-services-slider .icon_service .wrap_box .icon .img,
.section_services .list-services .icon_service .wrap_box .icon .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 560px) {
  .section_services .list-services-slider .icon_service .wrap_box .icon .img,
  .section_services .list-services .icon_service .wrap_box .icon .img {
    background-size: 30px;
  }
}

.section_services .list-services-slider .icon_service .wrap_box .name,
.section_services .list-services .icon_service .wrap_box .name {
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .section_services .list-services-slider .icon_service .wrap_box .name,
  .section_services .list-services .icon_service .wrap_box .name {
    font-size: 1.6rem;
  }
}

.section_services .list-services-slider .icon_service .wrap_box .small,
.section_services .list-services .icon_service .wrap_box .small {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.section_accordions {
  background-color: #fafafa;
}

.section_accordions .tabs-content {
  margin-bottom: 80px;
}

@media (max-width: 1240px) {
  .section_accordions .tabs-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .section_accordions .tabs-content {
    margin-bottom: 35px;
  }
}

.section_accordions .tabs-content .tab-location .wrap-location {
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordions h4 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .accordions h4 {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .accordions h4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 560px) {
  .accordions h4 {
    font-size: 2.4rem;
  }
}

.accordions .accordion.accordion-small {
  margin-top: 30px;
}

.accordions .accordion.accordion-small .accordion-section .accordion-section-title {
  font-size: 1.7rem;
  padding: 23px 50px 23px 30px;
}

@media (max-width: 768px) {
  .accordions .accordion.accordion-small .accordion-section .accordion-section-title {
    padding: 16px 42px 16px 20px;
    font-size: 1.5rem;
  }
}

.accordions .accordion.accordion-small .accordion-section .accordion-section-title:after {
  right: 26px;
  top: 27px;
}

@media (max-width: 1480px) {
  .accordions .accordion.accordion-small .accordion-section .accordion-section-title:after {
    top: 24px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .accordions .accordion.accordion-small .accordion-section .accordion-section-title:after {
    top: 22px;
    font-size: 12px;
  }
}

.accordions .accordion.accordion-small .accordion-section .accordion-section-content {
  padding: 20px 32px;
}

@media (max-width: 768px) {
  .accordions .accordion.accordion-small .accordion-section .accordion-section-content {
    padding: 16px 20px;
  }
}

.accordions .accordion.accordion-small .accordion-section .accordion-section-content:before {
  width: calc((100% - 64px));
  left: 32px;
}

@media (max-width: 768px) {
  .accordions .accordion.accordion-small .accordion-section .accordion-section-content:before {
    left: 16px;
    width: calc(100% - 32px);
  }
}

.accordions .accordion .accordion-section {
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 20px;
}

.accordions .accordion .accordion-section:last-child {
  margin-bottom: 0;
}

.accordions .accordion .accordion-section .accordion-section-title {
  width: 100%;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  font-weight: 700;
  color: #242627;
  position: relative;
  padding: 30px 60px 30px 30px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .accordions .accordion .accordion-section .accordion-section-title {
    font-size: 1.6rem;
    padding: 20px 50px 20px 20px;
  }
}

@media (max-width: 560px) {
  .accordions .accordion .accordion-section .accordion-section-title {
    font-size: 1.5rem;
  }
}

.accordions .accordion .accordion-section .accordion-section-title:hover, .accordions .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordions .accordion .accordion-section .accordion-section-title:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #242627;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 27px;
  top: 34px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .accordions .accordion .accordion-section .accordion-section-title:after {
    font-size: 15px;
    top: 24px;
  }
}

.accordions .accordion .accordion-section .accordion-section-title.active:after {
  color: #c6ab72;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordions .accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordions .accordion .accordion-section .accordion-section-content {
  padding: 25px 50px;
  display: none;
  position: relative;
  padding: 20px 30px;
}

@media (max-width: 768px) {
  .accordions .accordion .accordion-section .accordion-section-content {
    padding: 20px;
  }
}

.accordions .accordion .accordion-section .accordion-section-content:before {
  content: "";
  height: 1px;
  border-top: 1px dashed rgba(112, 112, 112, 0.15);
  position: absolute;
  top: -4px;
  width: calc((100% - 60px));
  left: 30px;
}

@media (max-width: 768px) {
  .accordions .accordion .accordion-section .accordion-section-content:before {
    width: calc((100% - 40px));
    left: 20px;
  }
}

@media (max-width: 1240px) {
  .section_service .general_content {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .section_service .general_content {
    width: 100%;
  }
}

.section_service .general_content .box-slider-location {
  margin-top: 65px;
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location {
    margin-top: 35px;
  }
}

.section_service .general_content .box-slider-location .text {
  text-align: left;
  padding-right: 150px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .text {
    padding-right: 0;
  }
}

.section_service .general_content .box-slider-location .text * {
  text-align: left !important;
}

.section_service .general_content .box-slider-location .text p:first-of-type {
  color: #edc779;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 7px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 5px;
}

.section_service .general_content .box-slider-location .text p:first-of-type:before {
  content: "";
  height: 2px;
  width: 32px;
  display: inline-block;
  background-color: #edc779;
  position: absolute;
  left: 0;
  top: 12px;
}

.section_service .general_content .box-slider-location .slider-locations:not(.slick-slider) {
  height: 400px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location .slider-locations:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations:not(.slick-slider) {
    height: 270px;
  }
}

.section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow {
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow:before {
  line-height: 60px;
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-arrow:before {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
}

.section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-prev {
  left: auto;
  bottom: auto;
  top: -50px;
  right: 80px;
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-prev {
    top: -45px;
    right: 65px;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-prev {
    top: auto;
    bottom: 0;
    right: 70px;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-prev {
    bottom: 5px;
    right: 60px;
  }
}

.section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-next {
  left: auto;
  right: 0;
  bottom: auto;
  top: -50px;
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-next {
    top: -45px;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-next {
    top: auto;
    bottom: 0;
    right: 15px;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations.simple_arrows .slick-next {
    bottom: 5px;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover {
  height: 400px;
  width: 100%;
  display: inline-block;
  position: relative;
}

@media (max-width: 1480px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover {
    height: 390px;
  }
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover {
    height: 270px;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover::before {
    opacity: 0.8;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover::before {
    opacity: 1;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover:hover::before {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover:hover::before {
    opacity: 0.95;
  }
}

@media (max-width: 480px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover:hover::before {
    opacity: 1;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info {
    padding: 16px 140px 16px 16px;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1480px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .title {
    font-size: 2.2rem;
  }
}

@media (max-width: 1024px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .title {
    font-size: 1.8rem;
  }
}

.section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .address {
  color: #fff;
  line-height: 1.4em;
  font-size: 16px;
}

@media (max-width: 768px) {
  .section_service .general_content .box-slider-location .slider-locations .box_location .cover .bottom-info .address {
    font-size: 1.4rem;
  }
}

@media (max-width: 1240px) {
  .sidebar_services {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .sidebar_services {
    width: 100%;
    margin-top: 30px;
  }
}

.sidebar_services .wrap-sidebar {
  background: #919aa5;
  position: relative;
}

.sidebar_services .wrap-sidebar::before {
  content: "";
  width: 196px;
  height: 196px;
  background-image: url(images/svg/decoration-sidebar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  bottom: -50px;
}

.sidebar_services .wrap-sidebar .title {
  font-size: 20px;
  padding: 22px 20px 15px 24px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .sidebar_services .wrap-sidebar .title {
    font-size: 18px;
    padding: 22px 18px 11px 24px;
  }
}

.sidebar_services .wrap-sidebar .list-services .icon_service:first-child .wrap_box {
  border-top: 1px dashed #a7aeb7;
}

.sidebar_services .wrap-sidebar .list-services .icon_service:last-child .wrap_box {
  border-bottom: none;
}

.sidebar_services .wrap-sidebar .list-services .icon_service.active .wrap_box {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar_services .wrap-sidebar .list-services .icon_service.active .wrap_box .icon::before {
  content: "";
  width: 6px;
  height: 40px;
  background-color: #c6ab72;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc((100% - 40px) / 2);
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box {
  padding: 10px 24px;
  width: 100%;
  border-bottom: 1px dashed #a7aeb7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box {
    padding: 8px 20px;
  }
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box:hover .icon::before {
  content: "";
  width: 6px;
  height: 40px;
  background-color: #c6ab72;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc((100% - 40px) / 2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 7px solid rgba(245, 245, 245, 0.27);
  display: inline-block;
}

@media (max-width: 1240px) {
  .sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .icon {
    width: 55px;
    height: 55px;
    border: 5px solid rgba(245, 245, 245, 0.27);
  }
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .icon .img {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

@media (max-width: 1240px) {
  .sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .icon .img {
    background-size: 23px;
  }
}

.sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  width: calc(100% - 64px);
  padding-left: 14px;
}

@media (max-width: 1024px) {
  .sidebar_services .wrap-sidebar .list-services .icon_service .wrap_box .name {
    font-size: 14px;
  }
}

.section-decoration .flex-locations .box-location {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .section-decoration .flex-locations .box-location {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section-decoration .flex-locations .box-location {
    width: 100%;
    text-align: center;
  }
}

.wrap-location {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
}

@media (max-width: 1480px) {
  .wrap-location {
    padding: 26px;
  }
}

.wrap-location .large {
  color: #242627;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 7px;
}

@media (max-width: 560px) {
  .wrap-location .large {
    font-size: 1.8rem;
  }
}

.wrap-location .large a {
  color: #242627;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.1rem;
  margin-bottom: 7px;
}

.wrap-location .large a:hover {
  color: #c6ab72;
}

@media (max-width: 1240px) {
  .wrap-location .large a {
    font-size: 2rem;
  }
}

@media (max-width: 560px) {
  .wrap-location .large a {
    font-size: 1.8rem;
  }
}

.wrap-location .address {
  font-size: 1.5rem;
  margin: 0 0 13px;
}

.wrap-location .address a {
  color: #656565;
  font-size: 1.5rem;
}

@media (max-width: 560px) {
  .wrap-location .address a {
    font-size: 15px;
  }
}

.wrap-location .address a:hover {
  color: #c6ab72;
}

.wrap-location .extra_label {
  background-color: #c6ab72;
  color: #fff;
  padding: 10px 18px;
  text-transform: uppercase;
}

.wrap-location .elements-icons {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 560px) {
  .wrap-location .elements-icons {
    padding-top: 10px;
  }
}

.wrap-location .elements-icons .elements-icon {
  position: relative;
  margin-bottom: 20px;
  padding-left: 38px;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon {
    padding-left: 0;
  }
}

.wrap-location .elements-icons .elements-icon:last-child {
  margin-bottom: 0;
}

.wrap-location .elements-icons .elements-icon:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon:before {
    position: relative;
    height: 25px;
  }
}

.wrap-location .elements-icons .elements-icon.address:before {
  background-image: url(images/svg/address2.svg);
  background-size: 24px;
  top: 2px;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon.address:before {
    background-size: 20px;
    top: 9px;
    width: 25px;
  }
}

.wrap-location .elements-icons .elements-icon.hours:before {
  background-image: url(images/svg/hours.svg);
  background-size: 24px;
  top: 2px;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon.hours:before {
    background-size: 20px;
    top: 9px;
    width: 25px;
  }
}

.wrap-location .elements-icons .elements-icon.fax:before {
  background-image: url(images/png/fax.png);
  background-size: 20px;
  top: 2px;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon.fax:before {
    background-size: 18px;
    top: 9px;
    width: 25px;
  }
}

.wrap-location .elements-icons .elements-icon.contact:before {
  background-image: url(images/svg/contact.svg);
  background-size: 21px;
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon.contact:before {
    height: 19px;
    width: 26px;
    background-size: 20px;
    top: 4px;
  }
}

.wrap-location .elements-icons .elements-icon .normal,
.wrap-location .elements-icons .elements-icon a {
  color: #242627;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 1240px) {
  .wrap-location .elements-icons .elements-icon .normal,
  .wrap-location .elements-icons .elements-icon a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .wrap-location .elements-icons .elements-icon .normal {
    padding-top: 10px;
  }
}

.wrap-location .elements-icons .elements-icon a:hover {
  color: #c6ab72;
}

body .wrap-location .elements-icons .elements-icon .general_label {
  font-size: 14px;
}

.box-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 75px;
  margin-top: 70px;
}

@media (max-width: 1480px) {
  .box-shadow {
    margin-top: 50px;
    padding: 60px;
  }
}

@media (max-width: 1024px) {
  .box-shadow {
    padding: 45px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .box-shadow {
    padding: 35px;
  }
}

@media (max-width: 560px) {
  .box-shadow {
    padding: 30px;
  }
}

@media (max-width: 400px) {
  .box-shadow {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.box-shadow .wpcf7 {
  max-width: 850px;
  margin: 40px auto 0 auto;
}

.box-shadow .wpcf7 textarea,
.box-shadow .wpcf7 input[type="text"],
.box-shadow .wpcf7 input[type="email"],
.box-shadow .wpcf7 input[type="tel"],
.box-shadow .wpcf7 select {
  border-color: #ededed;
  background-color: #fdfdfd;
}

.box-shadow .wpcf7 .selectric {
  border-color: #ededed !important;
}

.box-shadow .wpcf7 .selectric-items ul,
.box-shadow .wpcf7 .selectric-items li {
  list-style: none;
}

.box-shadow .wpcf7 .selectric-items ul {
  margin: 0;
}

.box-shadow .wpcf7 .selectric-items li {
  padding-left: 20px;
  margin-bottom: 0 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 768px) {
  .header .container-big {
    width: 90%;
  }
}

.header:before {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+19,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(19%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 19%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0;
}

@media (max-width: 1024px) {
  .header:before {
    opacity: 1;
    height: 100%;
  }
}

.header.active:before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .header.active:before {
    background-color: rgba(0, 0, 0, 0.77);
    height: 100%;
  }
}

.header.active .left-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1380px) {
  .header.active .left-header {
    width: 60%;
  }
}

@media (max-width: 1240px) {
  .header.active .left-header {
    width: 72%;
  }
}

@media (max-width: 1024px) {
  .header.active .left-header {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .header.active .left-header {
    padding-right: 0;
  }
}

@media (max-width: 400px) {
  .header.active .left-header {
    width: 55%;
  }
}

.header.active .left-header .wrap-logo {
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header.active .left-header .header-menu {
  opacity: 1;
  width: auto;
  height: auto;
}

.header.active .left-header .side-menu {
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width: 1024px) {
  .header.active .left-header .side-menu {
    opacity: 1;
    width: auto;
    height: auto;
  }
}

@media (max-width: 1380px) {
  .header.active .right-header {
    width: 40%;
  }
}

@media (max-width: 1240px) {
  .header.active .right-header {
    width: 28%;
  }
}

@media (max-width: 1024px) {
  .header.active .right-header {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .header.active .right-header {
    width: 45%;
  }
}

.header.active .right-header .wrap-item.button-item {
  opacity: 1;
  width: auto;
}

@media (max-width: 1380px) {
  .header.active .right-header .wrap-item.phone {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header.active .right-header .wrap-item.phone {
    display: block;
  }
}

@media (max-width: 1240px) {
  .header.active .right-header .wrap-item.email {
    display: none;
  }
}

.header .left-header {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1240px) {
  .header .left-header {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .header .left-header {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .header .left-header {
    width: 60%;
  }
}

.header .left-header .wrap-logo {
  opacity: 0;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
  width: 0;
  height: 0;
}

@media (max-width: 1024px) {
  .header .left-header .wrap-logo {
    opacity: 1;
    width: auto;
    height: auto;
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .header .left-header .wrap-logo {
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .header .left-header .wrap-logo {
    margin-left: 6px;
  }
}

.header .left-header .wrap-logo img {
  width: auto;
  height: 50px;
}

@media (max-width: 1480px) {
  .header .left-header .wrap-logo img {
    height: 45px;
  }
}

@media (max-width: 560px) {
  .header .left-header .wrap-logo img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .header .left-header .wrap-logo img {
    height: auto;
    max-width: 120px;
  }
}

@media (max-width: 400px) {
  .header .left-header .wrap-logo img {
    max-width: 103px;
  }
}

.header .left-header .header-menu {
  opacity: 0;
  width: 0;
  height: 0;
}

@media (max-width: 1024px) {
  .header .left-header .header-menu {
    display: none !important;
  }
}

.header .left-header .header-menu .menu {
  display: inline-block;
  padding-left: 60px;
}

@media (max-width: 1700px) {
  .header .left-header .header-menu .menu {
    padding-left: 35px;
  }
}

@media (max-width: 1480px) {
  .header .left-header .header-menu .menu {
    padding-left: 25px;
  }
}

.header .left-header .header-menu .menu li.current-menu-item > a {
  opacity: 0.7;
}

.header .left-header .header-menu .menu > li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

@media (max-width: 1700px) {
  .header .left-header .header-menu .menu > li {
    margin-right: 23px;
  }
}

@media (max-width: 1480px) {
  .header .left-header .header-menu .menu > li {
    margin-right: 20px;
  }
}

.header .left-header .header-menu .menu > li:last-child {
  margin-right: 0;
}

.header .left-header .header-menu .menu > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 10px 0;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .header .left-header .header-menu .menu > li > a {
    font-size: 1.3rem;
  }
}

.header .left-header .header-menu .menu > li > a:hover {
  opacity: 0.75;
}

.header .left-header .header-menu .menu > li.menu-item-has-children > a:after {
  content: "";
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  right: -6px;
  top: 50%;
  margin-top: -13px;
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1700px) {
  .header .left-header .header-menu .menu > li.menu-item-has-children > a:after {
    font-size: 1.1rem;
  }
}

.header .left-header .header-menu .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .left-header .header-menu .menu > li .sub-menu {
  position: absolute;
  min-width: 200px;
  background: #fff;
  top: 100%;
  left: -13px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  text-align: left;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
}

.header .left-header .header-menu .menu > li .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 36px;
}

.header .left-header .header-menu .menu > li .sub-menu li {
  border-bottom: 1px dashed rgba(112, 112, 112, 0.15);
}

.header .left-header .header-menu .menu > li .sub-menu li.current-menu-item > a {
  background-color: #e8e8e8;
}

.header .left-header .header-menu .menu > li .sub-menu li:last-child {
  border-bottom: none;
}

.header .left-header .header-menu .menu > li .sub-menu li a {
  padding: 15px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 1700px) {
  .header .left-header .header-menu .menu > li .sub-menu li a {
    font-size: 1.3rem;
  }
}

.header .left-header .header-menu .menu > li .sub-menu li a:hover {
  background-color: #e8e8e8;
}

.header .left-header .side-menu {
  width: auto;
  height: auto;
  opacity: 1;
}

@media (max-width: 1240px) {
  .header .right-header {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .header .right-header {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .header .right-header {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .header .right-header > .flex {
    margin-bottom: 8px;
  }
}

.header .right-header .wrap-item {
  margin-left: 25px;
}

@media (max-width: 1480px) {
  .header .right-header .wrap-item {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .header .right-header .wrap-item {
    margin-left: 0;
  }
}

.header .right-header .wrap-item:first-child {
  margin-left: 0;
}

.header .right-header .wrap-item.button-item {
  opacity: 1;
  width: auto;
}

@media (max-width: 768px) {
  .header .right-header .wrap-item.button-item {
    display: none;
  }
}

.header .right-header .wrap-item .btn {
  border: 1px solid rgba(198, 171, 114, 0.45);
  color: #000;
  background-color: rgba(198, 171, 114, 0.45);
  letter-spacing: 0;
  font-weight: 600;
  text-transform: initial;
  padding: 10px 14px;
  font-size: 1.3rem;
}

@media (max-width: 1700px) {
  .header .right-header .wrap-item .btn {
    padding: 9px 10px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .header .right-header .wrap-item .btn {
    padding: 7px 9px;
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {
  .header .right-header .wrap-item .btn {
    font-size: 1rem;
  }
}

.header .right-header .wrap-item .btn * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.header .right-header .wrap-item .btn:hover {
  background-color: #c6ab72;
  color: #fff;
  border-color: #c6ab72;
}

@media (max-width: 560px) {
  .header .right-header .wrap-item .btn span {
    display: none;
  }
}

.header .right-header .wrap-item .simple_link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
}

@media (max-width: 1480px) {
  .header .right-header .wrap-item .simple_link {
    font-size: 1.2rem;
  }
}

.header .right-header .wrap-item.phone, .header .right-header .wrap-item.email {
  padding-left: 45px;
  position: relative;
}

@media (max-width: 1700px) {
  .header .right-header .wrap-item.phone, .header .right-header .wrap-item.email {
    padding-left: 35px;
  }
}

@media (max-width: 1240px) {
  .header .right-header .wrap-item.phone, .header .right-header .wrap-item.email {
    padding-left: 21px;
  }
}

.header .right-header .wrap-item.phone:before, .header .right-header .wrap-item.email:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #c6ab72;
  background-position: center;
  position: absolute;
  left: 0;
  top: -9px;
  width: 32px;
  height: 32px;
  background-size: 15px;
}

@media (max-width: 1480px) {
  .header .right-header .wrap-item.phone:before, .header .right-header .wrap-item.email:before {
    width: 28px;
    height: 28px;
    background-size: 14px;
    top: -6px;
  }
}

@media (max-width: 1240px) {
  .header .right-header .wrap-item.phone:before, .header .right-header .wrap-item.email:before {
    width: 19px;
    height: 19px;
    background-size: 9px;
    top: -1px;
  }
}

@media (max-width: 480px) {
  .header .right-header .wrap-item.phone:before, .header .right-header .wrap-item.email:before {
    width: 17px;
    height: 17px;
    background-size: 7px;
    top: 1px;
  }
}

@media (max-width: 1700px) {
  .header .right-header .wrap-item.phone a, .header .right-header .wrap-item.email a {
    font-size: 1.4rem;
  }
}

@media (max-width: 1480px) {
  .header .right-header .wrap-item.phone a, .header .right-header .wrap-item.email a {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .header .right-header .wrap-item.phone a, .header .right-header .wrap-item.email a {
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .header .right-header .wrap-item.phone a, .header .right-header .wrap-item.email a {
    font-size: 11px;
    padding-left: 3px;
  }
}

@media (max-width: 400px) {
  .header .right-header .wrap-item.phone a, .header .right-header .wrap-item.email a {
    font-size: 10px;
    padding-left: 2px;
  }
}

.header .right-header .wrap-item.phone a:hover, .header .right-header .wrap-item.email a:hover {
  opacity: 0.8;
}

@media (max-width: 560px) {
  .header .right-header .wrap-item.phone {
    display: block;
  }
}

.header .right-header .wrap-item.phone:before {
  background-image: url(images/svg/phone-white.svg);
}

@media (max-width: 1024px) {
  .header .right-header .wrap-item.email {
    display: none;
  }
}

.header .right-header .wrap-item.email:before {
  background-image: url(images/svg/email-white.svg);
}

.hamburger-menu {
  position: relative;
  width: 30px;
  height: 22px;
}

@media (max-width: 768px) {
  .hamburger-menu {
    width: 25px;
    height: 19px;
  }
}

@media (max-width: 480px) {
  .hamburger-menu {
    width: 22px;
    height: 19px;
  }
}

@media (max-width: 400px) {
  .hamburger-menu {
    top: 3px;
    position: relative;
  }
}

.button-menu-line {
  position: absolute;
  left: 0;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #fff;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

@media (max-width: 768px) {
  .button-menu-line {
    width: 25px;
    height: 2px;
  }
}

@media (max-width: 480px) {
  .button-menu-line {
    width: 22px;
  }
}

@media (max-width: 400px) {
  .button-menu-line {
    height: 1px;
    width: 19px;
  }
}

.button-menu-line.button-menu-line--1 {
  top: 0;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 400px) {
  .button-menu-line.button-menu-line--1 {
    top: 1px;
  }
}

.button-menu-line.button-menu-line--2 {
  top: 9px;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 768px) {
  .button-menu-line.button-menu-line--2 {
    top: 8px;
  }
}

.button-menu-line.button-menu-line--3 {
  top: 18px;
  -webkit-transform-origin: center center 0px;
          transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 768px) {
  .button-menu-line.button-menu-line--3 {
    top: 16px;
  }
}

@media (max-width: 400px) {
  .button-menu-line.button-menu-line--3 {
    top: 15px;
  }
}

html.open-menu {
  overflow: hidden;
}

body.open-menu {
  overflow: hidden;
}

body.open-menu .fix-bar {
  left: 0;
}

body.open-menu .overlay-menu {
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.fix-bar {
  position: fixed;
  left: -400px;
  top: 0;
  width: 400px;
  background: #474d53;
  z-index: 9999;
  height: 100%;
  padding: 0 50px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1480px) {
  .fix-bar {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .fix-bar {
    width: 350px;
  }
}

@media (max-width: 560px) {
  .fix-bar {
    width: 270px;
    padding: 0 10px;
  }
}

.fix-bar:after {
  content: "";
  width: 450px;
  height: 320px;
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 450px;
  position: absolute;
  bottom: 0;
  left: -150px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .fix-bar:after {
    width: 350px;
    height: 260px;
    background-size: 350px;
  }
}

.fix-bar .wrap-fix-bar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fix-bar .close-element {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/close-white.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .fix-bar .close-element {
    background-size: 15px;
    left: 25px;
    top: 25px;
  }
}

@media (max-width: 768px) {
  .fix-bar .close-element {
    left: 20px;
    top: 20px;
  }
}

.fix-bar .wrap-logo {
  text-align: center;
  width: 100%;
  padding-bottom: 55px;
  padding-top: 95px;
}

@media (max-width: 768px) {
  .fix-bar .wrap-logo {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.fix-bar .wrap-logo img {
  height: 55px;
  width: auto;
}

@media (max-width: 768px) {
  .fix-bar .wrap-logo img {
    height: 40px;
  }
}

.fix-bar .middle-box {
  position: relative;
  z-index: 99;
}

.fix-bar .middle-box .menu li {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .fix-bar .middle-box .menu li {
    margin-bottom: 25px;
  }
}

.fix-bar .middle-box .menu li a {
  color: #fff;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .fix-bar .middle-box .menu li a {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

@media (max-width: 400px) {
  .fix-bar .middle-box .menu li a {
    font-size: 1.4rem;
  }
}

.fix-bar .middle-box .menu li .toggle-submenu {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  position: absolute;
  right: auto;
  top: 1px;
  z-index: 2;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .fix-bar .middle-box .menu li .toggle-submenu {
    font-size: 1.4rem;
    margin-left: 6px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .fix-bar .middle-box .menu li .toggle-submenu {
    font-size: 1.3rem;
    margin-left: 4px;
  }
}

.fix-bar .middle-box .menu li .sub-menu {
  display: none;
  padding-top: 20px;
}

.fix-bar .middle-box .menu li .sub-menu li {
  margin-bottom: 15px;
}

.fix-bar .middle-box .menu li .sub-menu li a {
  font-weight: 400;
  opacity: 0.7;
  font-size: 1.4rem;
  text-transform: initial;
}

@media (max-width: 768px) {
  .fix-bar .middle-box .menu li .sub-menu li a {
    font-size: 1.3rem;
  }
}

.fix-bar .middle-box .menu li .sub-menu li a:hover {
  color: #fff;
  opacity: 0.6;
}

.fix-bar .bottom {
  width: 100%;
  z-index: 3;
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .fix-bar .bottom {
    padding: 25px 0;
  }
}

.fix-bar .bottom .button-item {
  text-align: center;
}

.fix-bar .bottom .button-item .btn {
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0;
  text-transform: initial;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .fix-bar .bottom .button-item .btn {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.fix-bar .bottom .button-item .btn:hover {
  color: #fff;
  opacity: 0.8;
}

.fix-bar .bottom .button-item .btn span {
  font-weight: inherit;
  font-size: inherit;
}

.fix-bar .bottom .footer-social-bottom {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #707070;
}

@media (max-width: 1024px) {
  .fix-bar .bottom .footer-social-bottom {
    padding-top: 20px;
    margin-top: 25px;
  }
}

.fix-bar .bottom .footer-social-bottom li {
  margin: 5px 20px;
}

@media (max-width: 1024px) {
  .fix-bar .bottom .footer-social-bottom li {
    margin: 5px 15px;
  }
}

.fix-bar .bottom .footer-social-bottom li a {
  color: #fff;
  font-size: 16px;
}

.fix-bar .bottom .footer-social-bottom li a:hover {
  color: #fff;
  opacity: 0.8;
}

.fix-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(71, 77, 83, 0.3);
  background-color: #f5f5f5;
}

.fix-bar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.fix-bar::-webkit-scrollbar-thumb {
  background-color: #474d53;
}

.section-contact {
  background-color: #474d53;
  position: relative;
  padding: 90px 0;
}

@media (max-width: 1480px) {
  .section-contact {
    padding: 70px 0;
  }
}

@media (max-width: 1240px) {
  .section-contact {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section-contact {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .section-contact .container {
    width: 100%;
  }
}

.section-contact::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #919aa5;
}

@media (max-width: 1024px) {
  .section-contact::before {
    content: none;
  }
}

@media (max-width: 1024px) {
  .section-contact .container-large {
    width: 100%;
  }
}

.section-contact .flex-locations {
  margin-bottom: 25px;
}

@media (max-width: 1240px) {
  .section-contact .flex-locations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .section-contact .flex-locations {
    max-width: 100%;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .section-contact .flex-locations {
    max-width: 250px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
  }
}

.section-contact .flex-locations .input_contact {
  padding: 10px;
}

@media (max-width: 1240px) {
  .section-contact .flex-locations .input_contact {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-contact .flex-locations .input_contact {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .section-contact .flex-locations .input_contact {
    width: 100%;
  }
}

.section-contact .flex-locations .input_contact.input_phone {
  max-width: 220px;
}

@media (max-width: 1240px) {
  .section-contact .flex-locations .input_contact.input_phone {
    max-width: 100%;
  }
}

.section-contact .flex-locations .input_contact.input_phone .wrap_input_contact::before {
  background-image: url(images/svg/phone-icon.svg);
}

.section-contact .flex-locations .input_contact.input_email {
  max-width: 280px;
}

@media (max-width: 1240px) {
  .section-contact .flex-locations .input_contact.input_email {
    max-width: 100%;
  }
}

.section-contact .flex-locations .input_contact.input_email .wrap_input_contact::before {
  background-image: url(images/svg/email-icon.svg);
}

.section-contact .flex-locations .input_contact .wrap_input_contact {
  position: relative;
  padding-left: 60px;
}

.section-contact .flex-locations .input_contact .wrap_input_contact::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  height: 45px;
  background-size: 16px;
  top: -3px;
}

.section-contact .flex-locations .input_contact .wrap_input_contact span {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.45;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 13px;
}

@media (max-width: 1240px) {
  .section-contact .flex-locations .input_contact .wrap_input_contact span {
    width: 100%;
  }
}

.section-contact .flex-locations .input_contact .wrap_input_contact a {
  font-weight: 600;
  font-size: 1.6rem;
}

.section-contact .flex-locations .input_contact .wrap_input_contact a:hover {
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .section-contact .form_right,
  .section-contact .form_left {
    width: 100%;
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .section-contact .form_right,
  .section-contact .form_left {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .section-contact .form_right,
  .section-contact .form_left {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .section-contact .form_left {
    background-color: #919aa5;
  }
}

.section-contact .form_left .wrap-form {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .section-contact .form_left .wrap-form {
    margin-left: auto;
  }
}

.section-contact .form_right .wrap-form {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .section-contact .form_right .wrap-form {
    margin-right: auto;
  }
}

.section-contact .wrap-form {
  max-width: 580px;
  margin: 0 auto;
  width: 92%;
}

@media (max-width: 1480px) {
  .section-contact .wrap-form {
    width: 85%;
  }
}

@media (max-width: 1240px) {
  .section-contact .wrap-form {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .section-contact .wrap-form {
    width: 85%;
  }
}

.section-contact .big-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1em;
  font-size: 2.7rem;
}

@media (max-width: 768px) {
  .section-contact .big-title {
    font-size: 2.5rem;
  }
}

.section-contact .small-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.section-contact .note {
  font-size: 14px;
  opacity: 0.5;
  text-align: center;
}

.footer {
  overflow: hidden;
}

.footer .footer_first {
  background-color: #2f333b;
  padding: 80px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .footer .footer_first {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .footer .footer_first {
    padding: 60px 0;
  }
}

@media (max-width: 560px) {
  .footer .footer_first {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .footer .footer_first {
    padding: 40px 0;
  }
}

.footer .footer_first:before {
  content: "";
  width: 600px;
  height: 630px;
  background-image: url(images/svg/decoration-1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 600px;
  position: absolute;
  bottom: -130px;
  right: 0;
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .footer .footer_first:before {
    width: 500px;
    height: 530px;
    background-size: 500px;
  }
}

@media (max-width: 560px) {
  .footer .footer_first:before {
    width: 400px;
    height: 430px;
    background-size: 400px;
  }
}

@media (max-width: 480px) {
  .footer .footer_first:before {
    width: 300px;
    height: 330px;
    background-size: 300px;
    bottom: -50px;
  }
}

@media (max-width: 1024px) {
  .footer .footer_first .footer_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer .footer_first .footer_1 .wrap-logo-box {
  max-width: 380px;
}

@media (max-width: 1024px) {
  .footer .footer_first .footer_1 .wrap-logo-box {
    max-width: 100%;
  }
}

.footer .footer_first .footer_1 .wrap-logo-box .wrap-logo {
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .footer .footer_first .footer_1 .wrap-logo-box .wrap-logo {
    margin-bottom: 15px;
  }
}

.footer .footer_first .footer_1 .wrap-logo-box .wrap-logo img {
  max-width: 220px;
  width: auto;
  height: auto;
}

@media (max-width: 560px) {
  .footer .footer_first .footer_1 .wrap-logo-box .wrap-logo img {
    max-width: 200px;
  }
}

.footer .footer_first .footer_1 .wrap-logo-box p {
  font-size: 1.5rem;
}

@media (max-width: 1480px) {
  .footer .footer_first .footer_1 .wrap-logo-box p {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .footer .footer_first .footer_2,
  .footer .footer_first .footer_3,
  .footer .footer_first .footer_4 {
    width: 33.33%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer .footer_first .footer_2,
  .footer .footer_first .footer_3 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .footer .footer_first .footer_2,
  .footer .footer_first .footer_3 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer .footer_first .footer_2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .footer .footer_first .footer_4 {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .footer .footer_first .title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .footer .footer_first .title {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .footer .footer_first .title {
    font-size: 14px;
  }
}

.footer .footer_first .wrap-footer ul li {
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .footer .footer_first .wrap-footer ul li {
    margin-bottom: 10px;
  }
}

.footer .footer_first .wrap-footer ul li a {
  color: #fff;
  font-size: 13px;
}

.footer .footer_first .wrap-footer ul li a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .footer .footer_first .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer_first .footer-social li {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .footer .footer_first .footer-social li {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.footer .footer_first .footer-social li a i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer .footer_first .footer-social li a i {
    font-size: 15px;
  }
}

.footer .footer_second {
  background-color: #474d53;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .footer .footer_second .col_50 {
    width: 100%;
    text-align: center;
  }
}

.footer .footer_second p {
  margin-bottom: 0;
  font-size: 13px;
}

@media (max-width: 560px) {
  .footer .footer_second p {
    font-size: 12px;
  }
}

.footer .footer_second .right p {
  text-align: right;
}

@media (max-width: 1024px) {
  .footer .footer_second .right p {
    text-align: center;
    margin-top: 7px;
  }
}
/*# sourceMappingURL=style.css.map */

.section-reviews {
	margin: auto;
}

.page-id-24 .section-columns .general_content img {
	width: 100%;
}

.page-id-24 .section-contact {
	margin-top: 100px;
}

.page-id-24 .section-decoration {
	padding: 100px 0px 0px 0px;
}

.page-id-24 .section_simple_big {
	padding-bottom: 100px;
}


@media(max-width: 900px) {
 	.page-id-24 .section-decoration {
		padding: 0;
	}
	
	.page-id-24 .hero-inner {
		margin-bottom: 60px;
	}
}