@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=bfdbc1ed-d373-4e7b-99f7-e427c8b846be");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/avant2/e2108c52-6f74-4dfa-85d6-db816d23f019.eot?#iefix");
  src: url("../fonts/avant2/e2108c52-6f74-4dfa-85d6-db816d23f019.eot?#iefix") format("eot"), url("../fonts/avant2/8bf59539-e73d-40bc-99bb-47491d253b56.woff2") format("woff2"), url("../fonts/avant2/aaa23783-21a8-4607-adc1-28fd7a7f4455.woff") format("woff"), url("../fonts/avant2/5512ab7c-9829-41c3-add6-9491aadab6ba.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/avant2/9243d1c9-dbe9-46ad-8486-d794d7b007f0.eot?#iefix");
  src: url("../fonts/avant2/9243d1c9-dbe9-46ad-8486-d794d7b007f0.eot?#iefix") format("eot"), url("../fonts/avant2/e6f0d927-8819-4091-918e-e9bb6827b022.woff2") format("woff2"), url("../fonts/avant2/1e67a9a6-e8cd-492b-9b6e-ee8f76d75736.woff") format("woff"), url("../fonts/avant2/14ccae78-0249-4c90-9524-c4303c65e08c.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/avant2/01e73694-8aef-44d6-b0af-4c535a72c94e.eot?#iefix");
  src: url("../fonts/avant2/01e73694-8aef-44d6-b0af-4c535a72c94e.eot?#iefix") format("eot"), url("../fonts/avant2/bec2e4e7-57c4-429d-ba09-89903f122891.woff2") format("woff2"), url("../fonts/avant2/e87ef494-262d-4104-bd5f-46469cad379e.woff") format("woff"), url("../fonts/avant2/d03f15a1-e1b9-4f9e-b2cc-543b0857a1ce.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/avant2/2eee5e20-22f0-43c5-b401-f3b32cdf536e.eot?#iefix");
  src: url("../fonts/avant2/2eee5e20-22f0-43c5-b401-f3b32cdf536e.eot?#iefix") format("eot"), url("../fonts/avant2/04f8ce2d-7e64-4258-9b97-0dcc7365b618.woff2") format("woff2"), url("../fonts/avant2/9fb41167-80b8-43bd-81b6-e178ffba75d7.woff") format("woff"), url("../fonts/avant2/e32657da-fd4e-4323-8a86-634608603378.ttf") format("truetype");
  font-weight: 700;
}
[data-aos="header-animation"] {
  transform: translateY(-50px);
  opacity: 0;
}
[data-aos="header-animation"]:after {
  transition: all 0.2s ease-in-out;
  transition-delay: 250ms;
  width: 0px;
}
[data-aos="header-animation"].aos-animate {
  transform: translateY(0px);
  transition-property: all;
  opacity: 1;
}
[data-aos="header-animation"].aos-animate:after {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .about__pic {
    transition-duration: 0s !important;
  }
}
@media only screen and (max-width: 767px) {
  .about__pic.aos-animate {
    position: fixed;
    width: 100%;
    top: 62px;
    left: 0;
  }
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}
.second-font {
  font-family: 'Playfair Display', 'Helvetica', serif;
}
.subpage {
  overflow: hidden;
}
.btn {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
.btn:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.btn:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.btn:hover:after {
  width: 100%;
}
.btn:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .btn {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.btn--small {
  height: 42px;
  line-height: 40px;
}
.btn--alt-border {
  border-color: #e9d088;
}
.btn--alt-border:after {
  background-color: #e9d088;
}
.btn--alt-border:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
.btn--dark-txt {
  color: #2e2c2a;
}
.title-before {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.title-before:after {
  content: '';
  width: 0px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .title-before:after {
    top: -10px;
  }
}
.title-after {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.title-after:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.section-after {
  position: relative;
}
.section-after:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #e9d088;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
html .chocolat-wrapper,
body .chocolat-wrapper {
  z-index: 999 !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}
body {
  font-family: 'ITC Avant Garde Gothic', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .spb-information-bar {
  position: absolute !important;
}
.page__bar {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page__info {
  font-family: 'Playfair Display', 'Helvetica', serif;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 11px rgba(233, 208, 136, 0.4);
  right: calc(6% + 80px + 80px);
  background-color: #e9d088;
  vertical-align: middle;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  line-height: 64px;
  font-weight: bold;
  position: fixed;
  font-size: 18px;
  display: none;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page__info {
    display: inline-block;
  }
}
.page__phone {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 11px rgba(128, 128, 128, 0.4);
  right: calc(20px + 70px);
  background-color: #3f51b5;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  height: 50px;
  width: 50px;
}
@media (min-width: 721px) {
  .page__phone {
    right: calc(6% + 80px);
    height: 64px;
    width: 64px;
  }
}
.page__phone img {
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .page__phone img {
    height: 35px;
    width: 35px;
  }
}
.top.loaded:before {
  transition: all 0.6s ease-in-out;
  opacity: 1 !important;
}
.top.loaded .top__inner-doctor {
  transform: translateX(0px) !important;
  transition: all 0.8s ease-in-out;
  opacity: 1 !important;
}
.top.loaded .top__title,
.top.loaded .top__desc,
.top.loaded .top__btns {
  transform: translateX(0px) !important;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  opacity: 1 !important;
}
.top.loaded .top__desc {
  transition-delay: 0.4s;
}
@media only screen and (min-width: 992px) {
  .top.loaded .top__content:before {
    transition: all 0.6s ease-in-out;
    left: -160px !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .top.loaded .top__content:before {
    left: -170px !important;
  }
}
.top.loaded .top__btns {
  transition-delay: 0.6s;
}
.header.loaded .flex-row {
  transition: all 0.3s ease-out;
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
.single-treatment .treatments-link a {
  font-weight: bold;
}
.single-treatment .treatments-link a:after {
  width: 50px !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  font-size: 0;
  z-index: 20;
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 40px 0;
  }
}
.header--fixed {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out !important;
  background-color: #2e2c2a;
}
@media only screen and (max-width: 767px) {
  .header--fixed {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .header--fixed {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header--fixed {
    padding: 40px 0 15px 0;
  }
}
.header--on-top {
  background-color: #2e2c2a;
  z-index: 100;
}
.header--subtitle {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .header--subtitle {
    padding: 20px 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header--subtitle {
    padding: 40px 0 15px 0;
  }
}
.header--subtitle .header__logo {
  margin-top: -10px;
}
@media (max-width: 991px) {
  .header--subtitle .header__logo {
    height: 44px;
  }
  .header--subtitle .header__logo img,
  .header--subtitle .header__logo svg {
    height: 44px;
  }
}
.header--subtitle .header__desc {
  visibility: visible;
  opacity: 1;
}
.header--subtitle .mobile-btn {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .header--subtitle .mobile-btn {
    margin-top: 12px;
  }
}
.header .flex-row {
  -ms-flex-align: center;
      align-items: center;
}
.header__phone {
  margin-left: 20px;
  font-size: 12px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .header__phone {
    font-size: 14px;
  }
}
.header__desc {
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  font-size: 11px;
  color: #dcdcdc;
  opacity: 0;
}
.header__locations {
  transform: translateX(-50%);
  position: absolute;
  display: none;
  z-index: 10;
  left: 50%;
  top: 60px;
}
@media only screen and (max-width: 767px) {
  .header__locations {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .header__locations {
    display: block;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__locations .header__phone {
    display: none;
  }
}
.header__locations .locations {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-bottom: 5px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}
@media only screen and (min-width: 768px) {
  .header__locations .locations {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .header__locations .locations {
    padding-bottom: 10px;
    height: 54px;
  }
}
.header__locations .locations__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .header__locations .locations__header {
    font-size: 16px;
  }
}
.header__locations .locations .select-box {
  border: 2px solid #e9d088;
  background-color: transparent;
  font-family: 'Playfair Display', 'Helvetica', serif;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header__locations .locations .select-box {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .header__locations .locations .select-box {
    font-size: 16px;
  }
}
.header__locations .locations .select-box.active .select-box__value:before {
  transform: translateY(-50%) rotate(-90deg);
}
.header__locations .locations .select-box__value,
.header__locations .locations .select-box__option {
  padding-right: 40px;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 15px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.header__locations .locations .select-box__dropdown {
  border: 2px solid #e9d088;
  background-color: #2e2c2a;
  width: calc(100% + 4px);
  top: calc(100% + 2px);
  padding-bottom: 5px;
  position: absolute;
  padding-top: 5px;
  border-top: none;
  display: none;
  left: -2px;
}
.header__locations .locations .select-box__value:before {
  content: '';
  transition: all 0.2s ease-in-out;
  background: url('../images/i-arrow-gold.svg') no-repeat center;
  transform: translateY(-50%) rotate(90deg);
  background-size: contain;
  position: absolute;
  height: 14.28571429px;
  width: 8.57142857px;
  right: 15px;
  top: 50%;
}
.header__locations .locations .select-box__options {
  display: block;
  width: 100%;
}
.header__locations .locations .select-box__option {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  width: 100%;
}
.header__locations .locations .select-box__option:hover {
  background-color: #3b3936;
}
.header__locations .locations .select-box__option.current {
  background-color: #262423;
  cursor: default;
}
.header__locations .locations .select-box__option.current:hover {
  background-color: #262423;
}
.header__logo {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  height: 42px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    height: 55px;
  }
}
.header__logo img,
.header__logo svg {
  transition: all 0.4s ease-in-out;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .header__logo img,
  .header__logo svg {
    height: 55px;
  }
}
.header .main-nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header .main-nav {
    display: block;
  }
}
.header .main-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.header .main-nav li {
  padding: 0 20px;
}
.header .main-nav li:last-of-type {
  padding-right: 0;
}
.header .main-nav li.current-menu-item a {
  font-weight: bold;
}
.header .main-nav li.current-menu-item a:after {
  width: 50px;
}
.header .main-nav a {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.header .main-nav a:hover:after {
  width: 26px;
}
.header .main-nav a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.footer {
  text-align: center;
  position: relative;
  background-color: #2e2c2a;
  border-top: 1px solid #3b3936;
  padding: 18px 0 22px 0;
}
@media only screen and (min-width: 992px) {
  .footer--light {
    background-color: #f2f2f2;
    border-top: none;
  }
}
.footer__copy {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  color: #837e78;
}
@media only screen and (min-width: 768px) {
  .footer__copy {
    font-size: 12px;
  }
}
.mobile-btn {
  transition: all 0.2s ease-in-out;
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 20;
  margin-top: 12px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .mobile-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #e9d088;
  height: 2px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
  top: 8px;
  right: 0;
}
.mobile-btn span:nth-child(4) {
  top: 16px;
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2e2c2a;
  z-index: 5;
  transform: translateY(0px);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .mobile-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-nav .header__locations {
    display: block;
  }
}
.mobile-nav.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.mobile-nav.active .mobile-nav__menu-wrapper {
  transition-delay: 0.3s;
  transform: translateY(calc(-50% + 40px));
  opacity: 1;
}
.mobile-nav__crosses {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 75%;
  transform: scale(-1);
}
@media (min-width: 380px) {
  .mobile-nav__crosses {
    width: 75%;
  }
}
@media (min-width: 540px) {
  .mobile-nav__crosses {
    width: 60%;
    left: 80%;
  }
}
.mobile-nav__crosses:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.mobile-nav__crosses .crosses {
  background: url('../images/crosses.svg') no-repeat center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.mobile-nav__header {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__header {
    padding: 40px 0;
  }
}
.mobile-nav__header img {
  height: 58px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mobile-nav__header img {
    height: 41px;
  }
}
.mobile-nav__header .mobile-btn {
  z-index: 20;
}
.mobile-nav__header .mobile-btn span {
  background-color: #000;
}
.mobile-nav__menu {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.mobile-nav__menu-wrapper {
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  overflow-y: auto;
  top: 50%;
  transform: translateY(calc(-50% + 80px));
  opacity: 0;
  left: 0;
  max-height: calc(100vh - 160px);
}
.mobile-nav__menu li {
  padding: 20px 0;
}
.mobile-nav__menu li.current-menu-item a {
  font-weight: bold;
}
.mobile-nav__menu li.current-menu-item a:after {
  width: 50px;
}
.mobile-nav__menu li a {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu li a {
    font-size: 24px;
  }
}
.mobile-nav__menu li a:hover:after {
  width: 26px;
}
.mobile-nav__menu li a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.contact {
  background: #2e2c2a;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact {
    min-height: 510px;
  }
}
.contact__content {
  padding: 20px 0 30px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .contact__content {
    text-align: center;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact__content {
    padding: 55px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__content {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact__boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .contact__boxes {
    display: block;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__boxes {
    display: -ms-flexbox;
    display: flex;
  }
}
.contact__boxes .contact-person {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.contact__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .contact__title {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .contact__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__title {
    font-size: 35px;
  }
}
.contact__title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.contact__desc {
  max-width: 88%;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .contact__desc {
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact__desc {
    position: relative;
    padding: 45px 0;
    margin: 0;
  }
  .contact__desc:after {
    content: '';
    width: 1px;
    height: 50px;
    background-color: #e9d088;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .contact__desc {
    padding: 65px 0;
  }
}
.contact__desc p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 992px) {
  .contact__desc p {
    font-size: 16px;
  }
}
.contact__map {
  width: 100%;
  height: 70vw;
  max-height: 290px;
}
@media only screen and (min-width: 992px) {
  .contact__map {
    width: 50%;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.contact__map #map {
  width: 100%;
  height: 100%;
}
.contact__box {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact__box .contact-person {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  .contact__box .contact-person:nth-of-type(even) {
    margin-right: 0;
  }
}
.address-box {
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .address-box {
    display: inline-block;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .address-box {
    position: relative;
    margin-bottom: 40px;
    margin-right: 35px;
  }
  .address-box:after {
    content: '';
    width: 1px;
    height: 50px;
    background-color: #e9d088;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.address-box__name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .address-box__name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .address-box__name {
    margin-bottom: 3px;
  }
}
.address-box__data {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  font-size: 14px !important;
  padding-left: 25px;
  margin-top: 2px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  .address-box__data {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .address-box__data {
    margin-top: 6px;
  }
}
.address-box__data:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.address-box__data--phone:before {
  background-image: url('../images/i-phone.svg');
}
.address-box__data--mail:before {
  background-image: url('../images/i-mail.svg');
}
.address-box__data--location:before {
  height: 17px;
  background-image: url('../images/i-pin.svg');
}
.points {
  color: #2e2c2a;
  text-align: center;
  position: relative;
  margin: 10px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .points {
    margin: 10px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .points {
    margin: 10px 0 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .points {
    margin: 20px 0 100px 0;
  }
}
.points--border .points__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .points--border .points__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .points--border .points__title {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .points--border .points__title {
    margin-bottom: 70px;
  }
}
.points--border .points__container {
  margin-bottom: -20px;
}
.points--border .point-box {
  width: 220px;
  min-width: 220px;
  box-sizing: border-box;
  border: 1px solid #e9d088;
  padding: 32px 20px;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) {
  .points--border .point-box {
    padding-bottom: 32px !important;
    margin-bottom: 0 !important;
  }
}
.points--border .point-box__icon {
  height: 25px;
}
.points--border .point-box__title {
  margin-bottom: 25px !important;
}
.points__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .points__container {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.points__container:before {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #e9d088;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.points__container:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #e9d088;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.points__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .points__title {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .points__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .points__title {
    font-size: 35px;
  }
}
.points__title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .points__title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .points__title {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .points__title {
    margin-bottom: 60px;
  }
}
.points .point-box {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  min-width: 40%;
}
@media only screen and (min-width: 768px) {
  .points .point-box {
    padding-bottom: 25px;
    width: 188px;
  }
}
@media only screen and (min-width: 992px) {
  .points .point-box {
    min-width: auto;
    padding-bottom: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .points .point-box {
    width: 220px;
  }
}
.points .point-box:nth-child(4) .point-box__icon {
  padding-top: 0;
}
.points .point-box__icon {
  width: auto;
  height: 64px;
  padding-top: 10px;
  position: relative;
}
.points .point-box__icon img,
.points .point-box__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.points .point-box__icon:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 29px;
  height: 29px;
  background-color: #e9d088;
  border-radius: 999px;
  z-index: -1;
}
.points .point-box__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #2e2c2a;
  margin-bottom: 10px;
  margin-top: 11px;
}
.points .point-box__desc {
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #2e2c2a;
}
.services {
  text-align: center;
  position: relative;
  color: #2e2c2a;
  padding: 28px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .services {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .services {
    padding: 45px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .services {
    padding: 60px 0 70px 0;
  }
}
.services__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .services__title {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .services__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .services__title {
    font-size: 35px;
  }
}
.services__title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .services__title {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .services__title {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .services__title {
    margin-bottom: 70px;
  }
}
.services__btns {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .services__btns {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .services__btns {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .services__btns {
    margin-top: 50px;
  }
}
.services__btns a {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-color: #e9d088;
  color: #2e2c2a;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .services__btns a {
    font-size: 16px;
  }
}
.services__btns a:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.services__btns a:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.services__btns a:hover:after {
  width: 100%;
}
.services__btns a:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .services__btns a {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .services__btns a {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.services__btns a:after {
  background-color: #e9d088;
}
.services__btns a:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
.services__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .services__list {
    margin-bottom: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .services__list {
    margin-bottom: -45px;
  }
}
@media only screen and (min-width: 1200px) {
  .services__list {
    margin-bottom: -50px;
  }
}
.services .service-box {
  width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .services .service-box {
    width: calc(25% - 22.5px);
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .services .service-box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .services .service-box {
    margin-bottom: 80px;
  }
}
.services .service-box:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .services .service-box:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .services .service-box:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.services .service-box:last-of-type {
  margin-right: 0;
}
.services .service-box:hover .service-box__pic span {
  opacity: 1;
}
.services .service-box:hover .service-box__pic span:nth-of-type(1) {
  width: calc(100% + 20px);
  height: calc(100% + 10px);
}
@media only screen and (min-width: 1200px) {
  .services .service-box:hover .service-box__pic span:nth-of-type(1) {
    width: calc(100% + 26px);
    height: calc(100% + 13px);
  }
}
.services .service-box:hover .service-box__pic span:nth-of-type(2) {
  width: calc(100% + 40px);
  height: calc(100% + 20px);
}
@media only screen and (min-width: 1200px) {
  .services .service-box:hover .service-box__pic span:nth-of-type(2) {
    width: calc(100% + 52px);
    height: calc(100% + 26px);
  }
}
.services .service-box:hover .service-box__pic span:nth-of-type(3) {
  border-width: 4px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .services .service-box:hover .service-box__pic span:nth-of-type(3) {
    border-width: 5px;
  }
}
.services .service-box__pic {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
}
.services .service-box__pic:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.services .service-box__pic img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.services .service-box__pic span {
  transition: all 0.2s ease-in-out;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  bottom: 0;
}
.services .service-box__pic span:nth-of-type(1),
.services .service-box__pic span:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
}
.services .service-box__pic span:nth-of-type(1) {
  background: #f2f2f2;
  z-index: -1;
}
.services .service-box__pic span:nth-of-type(2) {
  background: #fbfbfb;
  z-index: -2;
}
.services .service-box__pic span:nth-of-type(3) {
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 0px solid #e9d088;
  z-index: 1;
}
.services .service-box__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.28;
  letter-spacing: -0.5px;
  text-align: center;
  color: #2e2c2a;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .services .service-box__title {
    margin-top: 16px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .services .service-box__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .services .service-box__title {
    font-size: 18px;
  }
}
.about {
  color: #2e2c2a;
  background-color: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about .container--with-padding {
    padding-top: 64vw;
  }
}
.about .extra--left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .about .extra--left {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .about--right .about__pic {
    left: 0;
    right: auto;
  }
  .about--right .col {
    margin-left: 58.33333333%;
  }
}
.about__content {
  padding: 20px 0 30px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about__content {
    padding: 40px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .about__content {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about__content {
    padding: 70px 0;
  }
}
.about__content-bg {
  width: calc(100% + 30px);
  background-color: #f2f2f2;
  position: absolute;
  height: 100%;
  left: -15px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .about__content-bg {
    display: none !important;
  }
}
.about__pic {
  height: 64vw;
}
@media only screen and (max-width: 767px) {
  .about__pic {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .about__pic {
    width: 50%;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.about__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .about__title {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .about__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .about__title {
    font-size: 35px;
  }
}
.about__title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.about__desc {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  margin-top: 30px;
}
.about__desc:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #e9d088;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .about__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about__desc {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 992px) {
  .about__desc {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .about__desc {
    margin-top: 64px;
  }
}
.about__more {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__more {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .about__more {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .about__more {
    margin-top: 37px;
  }
}
.subpage-top {
  background: #2e2c2a;
  position: relative;
  overflow: hidden;
}
.subpage-top__content {
  padding: 85px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .subpage-top__content {
    padding: 130px 0 68px 0;
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-top__content {
    padding: 170px 0 72px 0;
    min-height: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-top__content {
    padding: 185px 0 80px 0;
    min-height: 360px;
  }
}
.subpage-top__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #ffffff;
}
.subpage-top__title:after {
  content: '';
  width: 0px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .subpage-top__title:after {
    top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .subpage-top__title {
    font-size: 32px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-top__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-top__title {
    font-size: 40px;
  }
}
.subpage-top__desc {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #e9d088;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .subpage-top__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-top__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .subpage-top__desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .subpage-top__desc--on-top {
    z-index: 110;
  }
}
.subpage-top__desc--hidden {
  opacity: 0;
}
@media (max-width: 991px) {
  .subpage-top__desc--clipped {
    transition: all 0.4s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    position: fixed;
    height: 17px;
    z-index: 100;
    width: 80%;
    top: 43px;
  }
}
.testimonials {
  background-color: #f2f2f2;
  position: relative;
  padding: 30px 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .testimonials {
    padding: 45px 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials {
    padding: 60px 0;
    margin-bottom: 30px;
  }
}
.testimonials__slider {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .testimonials__slider {
    margin-bottom: 50px;
  }
}
.testimonials__slider .swiper-pagination {
  bottom: 0px !important;
  text-align: left;
}
.testimonials__slider .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  background-color: #989898;
  opacity: 0.25;
  height: 14px;
  width: 14px;
}
.testimonials__slider .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.testimonials__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e9d088;
  opacity: 1;
}
.testimonials__arrow {
  display: none;
}
@media only screen and (min-width: 992px) {
  .testimonials__arrow {
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    background: url('../images/i-arrow.svg') no-repeat center center;
    cursor: pointer;
    z-index: 5;
  }
  .testimonials__arrow--left {
    left: 60px;
    transform: rotate(180deg) translateY(50%);
  }
  .testimonials__arrow--right {
    right: 60px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) and only screen and (min-width: 1200px) {
  .testimonials__arrow--left {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and only screen and (min-width: 1200px) {
  .testimonials__arrow--right {
    right: 100px;
  }
}
.testimonials__container {
  position: relative;
}
.testimonials__container .cta {
  text-align: center;
  width: 100%;
}
.testimonials__container .cta__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .testimonials__container .cta__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials__container .cta__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials__container .cta__header {
    font-size: 35px;
  }
}
.testimonials__container .cta__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .testimonials__container .cta__desc {
    font-size: 16px;
  }
}
.testimonials__container .cta__bar {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.testimonials__container .cta__info {
  font-family: 'Playfair Display', 'Helvetica', serif;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 11px rgba(233, 208, 136, 0.4);
  background-color: #e9d088;
  padding-right: 21.42857143px;
  vertical-align: middle;
  padding-left: 21.42857143px;
  line-height: 45.71428571px;
  font-size: 12.85714286px;
  text-align: center;
  margin-right: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .testimonials__container .cta__info {
    display: inline-block;
  }
}
.testimonials__container .cta__phone {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 11px rgba(128, 128, 128, 0.4);
  background-color: #3f51b5;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  height: 35.71428571px;
  width: 35.71428571px;
}
@media (min-width: 721px) {
  .testimonials__container .cta__phone {
    height: 45.71428571px;
    width: 45.71428571px;
  }
}
.testimonials__container .cta__phone img {
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 21.42857143px;
  width: 21.42857143px;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .testimonials__container .cta__phone img {
    height: 25px;
    width: 25px;
  }
}
.testimonials__container .cta__messenger {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 11px rgba(128, 128, 128, 0.4);
  background-color: #1e88e5;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 35.71428571px;
  width: 35.71428571px;
}
@media (min-width: 721px) {
  .testimonials__container .cta__messenger {
    height: 45.71428571px;
    width: 45.71428571px;
  }
}
.testimonials__container .cta__messenger img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  width: 100%;
}
.testimonials .testimonial {
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin: 0 auto;
}
.testimonials .testimonial__thumb {
  display: block;
  width: 74px;
  height: 74px;
  min-width: 74px;
  margin-right: 20px;
  border: 3px solid #e9d088;
  border-radius: 999px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial__thumb {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials .testimonial__thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 40px;
  }
}
.testimonials .testimonial__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  color: #2e2c2a;
}
@media only screen and (min-width: 992px) {
  .testimonials .testimonial__desc {
    font-size: 16px;
  }
}
.testimonials .testimonial__desc a {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: #e9d088;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial__desc a {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials .testimonial__desc a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials .testimonial__desc a {
    font-size: 18px;
  }
}
.testimonials .testimonial__author {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: bold;
  color: #e9d088;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial__author {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials .testimonial__author {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials .testimonial__author {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial__author {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials .testimonial__author {
    margin-top: 17px;
  }
}
.contact-person {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.contact-person:last-of-type {
  margin-bottom: 0;
}
.contact-person__pic {
  display: block;
  overflow: hidden;
  background: #3b3936;
  border-radius: 999px;
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-person__pic {
    width: 69px;
    height: 69px;
    min-width: 69px;
    margin-right: 15px;
  }
}
.contact-person__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-person__name,
.contact-person__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .contact-person__name,
  .contact-person__desc {
    font-size: 16px;
  }
}
.contact-person__name {
  font-weight: bold;
}
.contact-person__desc a {
  color: #e9d088;
}
.gallery-popup {
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  display: none;
  height: 100%;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
.gallery-popup__wrapper {
  box-shadow: 5px 8px 48px 0 rgba(43, 43, 43, 0.3);
  transform: translate(-50%, -50%);
  height: calc(100vh - 100px);
  width: calc(100% - 30px);
  background-color: white;
  position: absolute;
  display: block;
  overflow: auto;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery-popup__wrapper {
    height: calc(100vh - 200px);
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-popup__wrapper {
    height: calc(100vh - 300px);
    width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-popup__wrapper {
    width: 1140px;
  }
}
.gallery-popup__container {
  padding: 30px 30px 10px 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .gallery-popup__container {
    padding: 50px 50px 20px 50px;
  }
}
.gallery-popup__photo {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .gallery-popup__photo {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.gallery-popup__photo:after {
  content: '';
  padding-bottom: 66%;
  display: block;
}
.gallery-popup__photo:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .gallery-popup__photo:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-popup__photo:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.gallery-popup__photo:last-of-type {
  margin-right: 0;
}
.gallery-popup__photo img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.gallery-popup__actions {
  text-align: center;
  display: block;
  width: 100%;
}
.gallery-popup__close {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #2e2c2a;
  border-color: #e9d088;
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 992px) {
  .gallery-popup__close {
    font-size: 16px;
  }
}
.gallery-popup__close:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.gallery-popup__close:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.gallery-popup__close:hover:after {
  width: 100%;
}
.gallery-popup__close:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .gallery-popup__close {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-popup__close {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.gallery-popup__close:after {
  background-color: #e9d088;
}
.gallery-popup__close:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
@media only screen and (max-width: 767px) {
  .gallery-popup__close {
    margin-top: 20px;
  }
}
.price-table {
  border-bottom: 1px solid #dcdcdc;
  background-color: #ffffff;
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
}
.price-table__category {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  background-color: #e9d088;
  border: 1px solid #dcdcdc;
  letter-spacing: 0.04px;
  border-bottom: none;
  padding: 12px 30px;
  line-height: 1.55;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: white;
}
.price-table__category--single {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
}
.price-table__category-price {
  width: 25% !important;
  text-align: center;
}
.price-table__head {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #dcdcdc;
  background-color: white;
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.price-table__head .price-table__cell {
  font-size: 14px;
  line-height: 1.55;
  font-size: 10px;
  font-weight: 600;
  border-left: 1px solid #dcdcdc;
  color: #2e2c2a;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .price-table__head .price-table__cell {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .price-table__head .price-table__cell {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table__head .price-table__cell {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .price-table__head .price-table__cell {
    font-size: 14px;
    line-height: 1.55;
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 768px) {
  .price-table__head .price-table__cell {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 992px) {
  .price-table__head .price-table__cell {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 1200px) {
  .price-table__head .price-table__cell {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .price-table__head .price-table__cell {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table__head .price-table__cell {
    padding: 15px 30px;
  }
}
.price-table__head .price-table__cell strong {
  color: #e0b22f;
}
.price-table__head .price-table__cell:nth-of-type(1) {
  border-left: none;
}
.price-table__head .price-table__cell:nth-of-type(2),
.price-table__head .price-table__cell:nth-of-type(3) {
  text-align: center;
}
.price-table__promotionbanner {
  width: 100%;
  height: auto;
}
.price-table__content {
  display: block;
  width: 100%;
}
.price-table__row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #dcdcdc;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.price-table__row .price-table__cell {
  font-size: 14px;
  line-height: 1.55;
  color: #e0b22f;
  border-left: 1px solid #dcdcdc;
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .price-table__row .price-table__cell {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .price-table__row .price-table__cell {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table__row .price-table__cell {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .price-table__row .price-table__cell {
    font-size: 14px;
    line-height: 1.55;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 768px) {
  .price-table__row .price-table__cell {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 992px) {
  .price-table__row .price-table__cell {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 1200px) {
  .price-table__row .price-table__cell {
    font-size: 18px;
  }
}
.price-table__row .price-table__cell strong {
  color: #2e2c2a;
}
.price-table__row .price-table__cell:nth-of-type(1) {
  border-left: none;
  width: 50%;
}
.price-table__row .price-table__cell:nth-of-type(2),
.price-table__row .price-table__cell:nth-of-type(3) {
  text-align: center;
  width: 25%;
}
.price-table__cell:nth-of-type(1) {
  width: 50%;
}
.price-table__cell:nth-of-type(2),
.price-table__cell:nth-of-type(3) {
  width: 25%;
}
.price-table__price strong {
  font-weight: 400 !important;
}
.price-table__price2,
.price-table__price3 {
  font-weight: bold;
}
.price-table__name {
  color: #2e2c2a !important;
}
.price-table__legend {
  font-size: 14px;
  line-height: 1.55;
  background-color: #e9d088;
  color: #ffffff;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .price-table__legend {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .price-table__legend {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table__legend {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .price-table__legend {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .price-table__legend {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table__legend {
    padding: 15px 30px;
  }
}
.price-table__container--extend .price-table__cell {
  width: 20% !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .price-table__container--extend .price-table__cell {
    padding: 15px;
  }
}
.price-table__container--extend .price-table__cell:first-of-type {
  width: 40% !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .price-table__container--extend .price-table__cell:first-of-type {
    padding: 15px 30px;
  }
}
.accordion {
  background-color: white;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .accordion {
    overflow-x: auto;
  }
}
.accordion__item {
  position: relative;
}
.accordion__item:last-of-type .accordion__heading {
  border-bottom: 1px solid #dcdcdc;
}
.accordion__item.active .accordion__heading {
  border: 1px solid #e9d088;
}
.accordion__item.active .accordion__title {
  color: #e9d088;
}
.accordion__item.active .accordion__title:before {
  background-color: #e9d088;
}
.accordion__item.active .accordion__content {
  border-color: #e9d088 !important;
}
.accordion__item.active .accordion__button span {
  background-color: #e9d088;
  transform: translate(-50%, -50%);
}
.accordion__item.next .accordion__heading {
  border-top: 1px solid transparent;
}
.accordion__item.next.active .accordion__heading {
  border-top: 1px solid #dcdcdc;
}
.accordion__heading {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.08);
  padding: 14px 60px 14px 40px;
  border: 1px solid #dcdcdc;
  position: relative;
  border-bottom: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .accordion__heading {
    padding: 15px 60px 15px 40px;
  }
}
.accordion__title {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.4px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accordion__title {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__title {
    font-size: 18px;
  }
}
.accordion__title:before {
  content: '';
  transition: all 0.2s ease-in-out;
  background-color: white;
  border: 1px solid #e9d088;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 1200px) {
  .accordion__title:before {
    width: 15px;
    height: 15px;
  }
}
.accordion__button {
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .accordion__button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion__button {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__button {
    width: 20px;
    height: 20px;
  }
}
.accordion__button span {
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  background-color: #2e2c2a;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  top: 50%;
}
.accordion__button span:first-of-type {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  border: 1px solid #dcdcdc;
  position: relative;
  border-top: none;
  display: none;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .accordion__content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__content {
    overflow-x: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .accordion__content {
    padding: 30px;
  }
}
.accordion__content strong {
  font-weight: 700;
}
.accordion__content i {
  font-style: italic;
}
.accordion__content del {
  text-decoration: line-through;
}
.accordion__content a {
  color: #e9d088;
  font-weight: 700;
}
.accordion__content--pricing {
  padding: 0px;
  font-size: 0;
}
.accordion__content--pricing .price-table__head,
.accordion__content--pricing .price-table__row {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dcdcdc;
}
.accordion__content--pricing .price-table__head:last-of-type,
.accordion__content--pricing .price-table__row:last-of-type {
  border-bottom: none;
}
.accordion__show {
  position: relative;
}
.accordion__show:after {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.accordion__show--active:after {
  display: none;
}
.accordion__hide {
  display: none;
  margin-top: -1px;
}
.accordion__more {
  margin-top: 30px;
  text-align: center;
}
.accordion__more a {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  border-color: #e9d088;
  color: #2e2c2a;
}
@media only screen and (min-width: 992px) {
  .accordion__more a {
    font-size: 16px;
  }
}
.accordion__more a:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.accordion__more a:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.accordion__more a:hover:after {
  width: 100%;
}
.accordion__more a:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .accordion__more a {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__more a {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.accordion__more a:after {
  background-color: #e9d088;
}
.accordion__more a:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
.extra-circle {
  display: block;
  width: 680px;
  height: 680px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 9999px;
}
.extra {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .extra {
    display: none !important;
  }
}
.extra--left {
  width: 680px;
  height: 680px;
  transform: translate(-100%, 0);
  position: absolute;
  bottom: -137px;
  left: 130px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .extra--left {
    transform: none;
    right: 1340px;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .extra--left {
    transform: translate(-100%, 0);
    right: auto;
    left: 130px;
  }
}
.extra--left .crosses {
  transform: scaleX(-1) rotate(-90deg);
}
.extra--right {
  width: 680px;
  height: 680px;
  position: absolute;
  bottom: -137px;
  right: 210px;
  transform: translate(100%, 0);
}
.extra--right .crosses {
  height: 90% !important;
  transform: rotate(-90deg);
}
.extra--left-circle {
  display: block;
  width: 680px;
  height: 680px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 9999px;
  left: 86px !important;
  transform: translate(-100%, -50%);
}
.extra--left-circle .crosses {
  height: 90% !important;
  top: 78px !important;
  transform: scaleX(-1) rotate(90deg);
}
.extra--right-circle {
  display: block;
  width: 680px;
  height: 680px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 9999px;
  right: 105px;
  transform: translate(100%, -50%);
}
.extra--right-circle .crosses {
  top: 134px !important;
  left: -43px !important;
  right: auto !important;
  transform: rotate(-90deg);
}
.extra .crosses {
  content: "";
  background: url('../images/crosses.svg') no-repeat center;
  width: 90%;
  height: 93.9%;
  position: absolute;
  top: 0;
  right: 0;
}
.partners {
  margin-bottom: 60px;
  position: relative;
  display: block;
  width: 100%;
}
.partners__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .partners__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .partners__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners__header {
    font-size: 35px;
  }
}
.partners__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.partners__container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  width: 100%;
}
.partners__logo {
  width: calc(100%/3 - 80px/3);
  margin-right: 40px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .partners__logo {
    width: calc(100%/6 - 33.33px);
  }
}
.partners__logo:nth-of-type(3n+3) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .partners__logo:nth-of-type(3n+3) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .partners__logo:nth-of-type(6n+6) {
    margin-right: 0;
  }
}
.partners__logo:last-of-type {
  margin-right: 0;
}
.partners__logo img {
  height: auto;
  width: 100%;
}
.testimonial-box {
  padding-right: 10px;
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
}
.testimonial-box__author {
  letter-spacing: 0.04px;
  margin-bottom: 20px;
  line-height: 1.56;
  color: #2e2c2a;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-box__author span {
  color: #e9d088;
}
.testimonial-box__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  padding-right: 30px;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  .testimonial-box__desc {
    font-size: 16px;
  }
}
.testimonial-box__gallery {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-box__photo {
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  height: 90px;
  width: 90px;
}
.testimonial-box__photo:last-of-type {
  margin-right: 0;
}
.testimonial-box__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-page {
  overflow: hidden;
}
.home-page .top {
  background-color: #2e2c2a;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .home-page .top {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top {
    height: 690px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top {
    margin-bottom: 30px;
    height: 710px;
  }
}
.home-page .top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #2e2c2a url('../images/top-bg.png') no-repeat right center;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}
.home-page .top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  width: 90%;
  height: 100%;
  background: linear-gradient(to right, #2e2c2a 0%, rgba(46, 44, 42, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e2c2a, endColorstr=#2e2c2a, GradientType=1);
  z-index: 1;
}
.home-page .top .container,
.home-page .top .row,
.home-page .top .col-xs-12 {
  height: 100%;
}
.home-page .top__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-page .top__inner-doctor {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/doctor-revital.png') no-repeat right bottom;
  background-size: auto 70%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .home-page .top__inner-doctor {
    background:none;
  }
}
background:none;
@media only screen and (min-width: 768px) {
  .home-page .top__inner-doctor {
    right: -100px;
    background-size: auto 76%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__inner-doctor {
    background-size: auto 76%;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__inner-doctor {
    background-size: auto 81%;
  }
}
.home-page .top__content {
  position: relative;
  padding: 100px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .top__content {
    padding: 200px 0 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__content {
    padding: 320px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__content:before {
    content: "";
    display: inline-block;
    width: 400px;
    height: 400px;
    background: url('../images/i-cross.svg') no-repeat center left;
    position: absolute;
    top: 38%;
    left: -100px;
    z-index: -1;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__content:before {
    width: 420px;
    height: 420px;
    top: 170px;
  }
}
.home-page .top__content-inner {
  position: relative;
}
.home-page .top__content-inner:after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2e2c2a;
  box-shadow: 0px 10px 15px 25px #2e2c2a;
  z-index: -1;
}
.home-page .top__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  .home-page .top__title {
    font-size: 32px;
    line-height: normal;
    max-width: inherit;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__title {
    font-size: 40px;
  }
}
.home-page .top__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #e9d088;
  margin-top: 15px;
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  .home-page .top__desc {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__desc {
    font-size: 20px;
    margin-top: 30px;
  }
}
.home-page .top__btns {
  font-size: 0;
  margin-top: 25px;
  margin-bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .home-page .top__btns {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__btns {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__btns {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .top__btns {
    width: 80%;
  }
}
.home-page .top__btns .btn-wrapper {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .home-page .top__btns .btn-wrapper {
    margin-bottom: 10px;
  }
}
.home-page .top__btns .btn-wrapper:last-of-type {
  margin-right: 0;
}
.about-page .points {
  margin: 40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .about-page .points {
    margin: 50px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .points {
    margin: 60px 0 50px 0;
  }
}
.about-page .points .extra {
  z-index: -1;
}
.about-page .blocks {
  text-align: center;
  margin: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .about-page .blocks {
    margin: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .blocks {
    margin: 75px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about-page .blocks {
    margin: 100px 0 70px 0;
  }
}
.about-page .blocks__title {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  color: #2e2c2a;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .about-page .blocks__title {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .blocks__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-page .blocks__title {
    font-size: 35px;
  }
}
.about-page .blocks__title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .about-page .blocks__title {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .blocks__title {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-page .blocks__title {
    margin-bottom: 70px;
  }
}
.about-page .blocks .slider-box {
  color: #2e2c2a;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  background: #fff;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .about-page .blocks .slider-box {
    max-width: auto;
    margin-bottom: 30px;
  }
}
.about-page .blocks .slider-box__pic {
  height: 220px;
}
@media only screen and (min-width: 768px) {
  .about-page .blocks .slider-box__pic {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .blocks .slider-box__pic {
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-page .blocks .slider-box__pic {
    height: 230px;
  }
}
.about-page .blocks .slider-box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .blocks .slider-box__content {
  padding: 15px 0 13px 0;
  border-top: 1px solid #dcdcdc;
}
.about-page .blocks .slider-box__name {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 16px;
  font-weight: bold;
}
.about-page .blocks .slider-box__desc {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.1px;
  margin-top: 10px;
}
.treatments-page--inverse .text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .treatments-page--inverse .text {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page--inverse .text {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page--inverse .text {
    margin-bottom: 80px;
  }
}
.treatments-page--inverse .text .extra {
  z-index: 2 !important;
}
.treatments-page--inverse .text .text-box {
  position: relative;
  z-index: 2;
}
.treatments-page--inverse .text .text__container {
  position: relative;
}
.treatments-page--inverse .text .text__container:before {
  content: '';
  background-color: #ffffff;
  transform: translateX(-50%);
  width: calc(100% + 80px);
  position: absolute;
  height: 40px;
  top: -40px;
  z-index: 1;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .treatments-page--inverse .text .text__container:before {
    display: none;
  }
}
.treatments-page--inverse .treatment-about {
  margin-top: 0 !important;
}
.treatments-page--inverse .warranty {
  padding-bottom: 35px !important;
}
@media only screen and (min-width: 768px) {
  .treatments-page--inverse .warranty {
    padding-bottom: 50px !important;
  }
}
.treatments-page .wp-google-left img {
  font-size: 0 !important;
}
.treatments-page .treatment-about {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -8px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .treatment-about {
    margin-top: -33px;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-about {
    margin-top: -43px;
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .treatment-about {
    margin-top: -53px;
    margin-bottom: 70px;
  }
}
.treatments-page .treatment-about__container {
  border: 1px solid #e9d088;
  background-color: white;
  position: relative;
  padding: 32px 30px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .treatment-about__container {
    padding: 42px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-about__container {
    padding: 57px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .treatment-about__container {
    padding: 70px 65px;
  }
}
.treatments-page .treatment-about__container::after {
  content: '';
  transform: translateX(-50%);
  background-color: white;
  position: absolute;
  width: 60%;
  max-width: 570px;
  bottom: -1px;
  height: 2px;
  z-index: 1;
  left: 50%;
}
.treatments-page .treatment-about__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-about__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .treatment-about__content {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-about__content {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .treatment-about__content {
    margin-bottom: 40px;
  }
}
.treatments-page .warranty {
  padding-bottom: 90px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.treatments-page .warranty__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .treatments-page .warranty__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .warranty__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .warranty__header {
    font-size: 35px;
  }
}
.treatments-page .warranty__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  letter-spacing: 0.03px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.75;
  color: #989898;
}
@media only screen and (min-width: 992px) {
  .treatments-page .warranty__desc {
    font-size: 16px;
  }
}
.treatments-page .warranty__desc strong {
  font-weight: 700;
}
.treatments-page .warranty__container {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  padding: 85px 20px 25px 20px;
  background-color: white;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .warranty__container {
    padding: 105px 80px 25px 80px;
  }
}
.treatments-page .warranty__bar {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .warranty__bar {
    height: 26px;
  }
}
.treatments-page .warranty__bar:before {
  content: '';
  background-color: #e9d088;
  transform: translateY(-50%);
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
}
.treatments-page .warranty__bar:after {
  content: '';
  background-color: white;
  transform: translateY(-50%);
  position: absolute;
  height: 1px;
  z-index: 3;
  width: 33%;
  left: 100%;
  top: 50%;
}
.treatments-page .warranty__button {
  text-decoration: underline;
  letter-spacing: 0.04px;
  color: #989898;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  display: block;
}
.treatments-page .warranty__button:hover {
  text-decoration: none;
}
.treatments-page .warranty__line {
  transform: translateY(-50%);
  background-color: #989898;
  position: absolute;
  width: 100vw;
  z-index: -1;
  height: 1px;
  left: 100%;
  top: 50%;
}
.treatments-page .warranty__dot {
  border: 1px solid #989898;
  background-color: #f2f2f2;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 14px;
  width: 14px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .treatments-page .warranty__dot {
    height: 26px;
    width: 26px;
  }
}
.treatments-page .warranty__dot.active {
  background-color: #f5eac9;
  border: 1px solid #e9d088;
}
.treatments-page .warranty__dot.active:after {
  background-color: #edd99e;
  border: 1px solid #e9d088;
}
.treatments-page .warranty__dot.fade {
  background-color: #fdfbf4;
  border: 1px solid #e9d088;
}
.treatments-page .warranty__dot.fade:after {
  background-color: #f5eac9;
  border: 1px solid #e9d088;
}
.treatments-page .warranty__dot:after {
  content: '';
  transform: translate(-50%, -50%);
  border: 1px solid #989898;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .warranty__dot:after {
    height: 16px;
    width: 16px;
  }
}
.treatments-page .warranty__title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  margin-bottom: 35px;
  color: #e9d088;
  text-align: center;
  font-weight: 700;
  min-width: 150px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .warranty__title {
    font-size: 16px;
  }
}
.treatments-page .warranty__label {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  text-align: right;
  color: #989898;
}
@media only screen and (min-width: 992px) {
  .treatments-page .warranty__label {
    font-size: 16px;
  }
}
.treatments-page .process {
  padding-bottom: 25px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .treatments-page .process {
    padding-bottom: 50px;
  }
}
.treatments-page .process__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .process__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .process__header {
    font-size: 35px;
  }
}
.treatments-page .process__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .process__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .process__header {
    margin-bottom: 70px;
  }
}
.treatments-page .process__container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.treatments-page .process__container .process-box {
  margin-bottom: 30px;
  text-align: center;
  color: #2e2c2a;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .treatments-page .process__container .process-box {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__container .process-box {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 480px) {
  .treatments-page .process__container .process-box:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__container .process-box:nth-of-type(even) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__container .process-box:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.treatments-page .process__container .process-box:nth-of-type(4n+4) .process-box__icon:before,
.treatments-page .process__container .process-box:nth-of-type(4n+4) .process-box__icon:after {
  display: none;
}
.treatments-page .process__container .process-box:last-of-type {
  margin-right: 0;
}
.treatments-page .process__container .process-box:last-of-type .process-box__icon::before,
.treatments-page .process__container .process-box:last-of-type .process-box__icon::after {
  display: none;
}
.treatments-page .process__container .process-box__icon {
  margin-bottom: 40px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 70px;
  width: 40px;
}
.treatments-page .process__container .process-box__icon:before {
  content: '';
  background-color: #989898;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  position: absolute;
  display: none;
  width: 235px;
  height: 1px;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__container .process-box__icon:before {
    display: block;
    width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .process__container .process-box__icon:before {
    width: 186px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .process__container .process-box__icon:before {
    width: 235px;
  }
}
.treatments-page .process__container .process-box__icon:after {
  content: '';
  background: url('../images/next.svg') no-repeat center;
  left: calc(100% + 10px + 226px);
  transform: translateY(-50%);
  background-size: contain;
  position: absolute;
  display: none;
  height: 12px;
  width: 12px;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .process__container .process-box__icon:after {
    left: calc(100% + 10px + 122px);
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .process__container .process-box__icon:after {
    left: calc(100% + 10px + 178px);
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .process__container .process-box__icon:after {
    left: calc(100% + 10px + 226px);
  }
}
.treatments-page .process__container .process-box__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.treatments-page .process__container .process-box__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  line-height: 1.56;
  font-weight: 700;
  font-size: 18px;
}
.treatments-page .process__container .process-box__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  .treatments-page .process__container .process-box__desc {
    font-size: 16px;
  }
}
.treatments-page .effect {
  padding-bottom: 40px;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect--gallery .effect__image {
    width: calc(25% - 22.5px);
  }
}
.treatments-page .effect--gallery .effect__image:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect--gallery .effect__image:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect--gallery .effect__image:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.treatments-page .effect--gallery .effect__image:last-of-type {
  margin-right: 0;
}
.treatments-page .effect__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effect__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effect__header {
    font-size: 35px;
  }
}
.treatments-page .effect__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effect__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effect__header {
    margin-bottom: 70px;
  }
}
.treatments-page .effect__photo {
  margin-bottom: 35px;
  position: relative;
  overflow: visible;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect__photo {
    margin-bottom: 75px;
  }
}
.treatments-page .effect__photo:after {
  content: '';
  padding-bottom: 47%;
  display: block;
}
.treatments-page .effect__photo img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.treatments-page .effect__gallery {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.treatments-page .effect__image {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effect__image {
    width: calc(33.33% - 20px);
  }
}
.treatments-page .effect__image:last-of-type {
  margin-right: 0;
}
.treatments-page .effect__image:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.treatments-page .effect__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.treatments-page .effect__button {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #2e2c2a;
  border-color: #e9d088;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effect__button {
    font-size: 16px;
  }
}
.treatments-page .effect__button:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.treatments-page .effect__button:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.treatments-page .effect__button:hover:after {
  width: 100%;
}
.treatments-page .effect__button:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effect__button {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effect__button {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.treatments-page .effect__button:after {
  background-color: #e9d088;
}
.treatments-page .effect__button:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
.treatments-page .treatment-info {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .treatment-info {
    text-align: center;
  }
}
.treatments-page .treatment-info__header {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: #2e2c2a;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .treatment-info__header {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-info__header {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .treatment-info__header {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-info__header {
    margin-bottom: 10px;
  }
}
.treatments-page .treatment-info__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .treatment-info__content {
    font-size: 16px;
  }
}
.treatments-page .treatment-info__content strong {
  color: #e9d088;
  font-weight: 600;
}
.treatments-page .treatment-info__content p:nth-of-type(even) strong {
  color: #2e2c2a;
}
.treatments-page .text {
  position: relative;
}
.treatments-page .text__container {
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.treatments-page .text__col {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .treatments-page .text__col {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text__col:nth-of-type(even) {
    margin-right: 0;
  }
}
.treatments-page .text .text-section {
  padding-bottom: 20px;
}
.treatments-page .text .text-section__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-section__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-section__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .text .text-section__header {
    font-size: 35px;
  }
}
.treatments-page .text .text-section__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-section__header {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-section__header {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .text .text-section__header {
    margin-bottom: 60px;
  }
}
.treatments-page .text .text-section__header:after {
  transform: none;
  left: 0;
}
.treatments-page .text .text-section__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  max-height: 14em;
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-section__content {
    font-size: 16px;
  }
}
.treatments-page .text .text-section__content strong {
  font-weight: 600;
}
.treatments-page .text .text-section__content p,
.treatments-page .text .text-section__content ul,
.treatments-page .text .text-section__content ol {
  margin-bottom: 11px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-section__content p,
  .treatments-page .text .text-section__content ul,
  .treatments-page .text .text-section__content ol {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-section__content p,
  .treatments-page .text .text-section__content ul,
  .treatments-page .text .text-section__content ol {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .text .text-section__content p,
  .treatments-page .text .text-section__content ul,
  .treatments-page .text .text-section__content ol {
    margin-bottom: 30px;
  }
}
.treatments-page .text .text-section__content ul {
  list-style-type: disc;
  padding-left: 15px;
}
.treatments-page .text .text-section__content ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.treatments-page .text .text-section__content img,
.treatments-page .text .text-section__content svg {
  max-width: 100%;
}
.treatments-page .text .text-section a[data-readmore-toggle] {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  background-color: white;
  color: #e9d088;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-section a[data-readmore-toggle] {
    font-size: 16px;
  }
}
.treatments-page .text .text-box {
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  background-color: white;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-box {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box {
    padding: 30px 20px 40px 20px;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .text .text-box {
    padding: 35px 20px 60px 20px;
  }
}
.treatments-page .text .text-box__photo {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-box__photo {
    margin-bottom: 40px;
  }
}
.treatments-page .text .text-box__photo:after {
  content: '';
  padding-bottom: 50%;
  display: block;
}
.treatments-page .text .text-box__photo img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.treatments-page .text .text-box .text-list__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-box .text-list__item {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box .text-list__item {
    margin-bottom: 40px;
  }
}
.treatments-page .text .text-box .text-list__item:last-of-type {
  margin-bottom: 0px;
}
.treatments-page .text .text-box .text-list__header {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .treatments-page .text .text-box .text-list__header {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box .text-list__header {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .text .text-box .text-list__header {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box .text-list__header {
    padding-left: 25px;
  }
}
.treatments-page .text .text-box .text-list__header:after {
  content: '';
  background-color: #e9d088;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box .text-list__header:after {
    width: 15px;
    height: 15px;
  }
}
.treatments-page .text .text-box .text-list__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .text .text-box .text-list__content {
    font-size: 16px;
  }
}
.treatments-page .contact-box {
  padding: 20px 20px 20px 20px;
  background-color: #2e2c2a;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .treatments-page .contact-box {
    padding: 25px 20px 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .contact-box {
    padding: 30px 20px 30px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .contact-box {
    padding: 40px 20px 10px 20px;
  }
}
.treatments-page .contact-box__header {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  display: block;
  color: white;
}
.treatments-page .contact-box__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .contact-box__header {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .contact-box__header {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .contact-box__header {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .contact-box__header {
    margin-bottom: 40px;
  }
}
.treatments-page .contact-box__people {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .treatments-page .contact-box__people {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.treatments-page .contact-box__people .contact-person {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .contact-box__people .contact-person {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .contact-box__people .contact-person {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.treatments-page .contact-box__people .contact-person:nth-of-type(even) {
  margin-right: 0;
}
.treatments-page .effects {
  margin: 0px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects {
    margin: 0px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects {
    margin: 0px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effects {
    margin: 0px 0 70px 0;
  }
}
.treatments-page .effects__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effects__header {
    font-size: 35px;
  }
}
.treatments-page .effects__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effects__header {
    margin-bottom: 70px;
  }
}
.treatments-page .effects__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: -20px;
}
.treatments-page .effects .effect-box {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .treatments-page .effects .effect-box {
    max-width: 340px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects .effect-box {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box {
    width: calc(33.33% - 13.33px);
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effects .effect-box {
    margin-bottom: 50px;
  }
}
.treatments-page .effects .effect-box:nth-of-type(2n+2) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box:nth-of-type(2n+2) {
    margin-right: 20px;
  }
}
.treatments-page .effects .effect-box:nth-of-type(2n+2) .effect-box__header:after {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.treatments-page .effects .effect-box:nth-of-type(3n+3) .effect-box__header:after {
  background-color: #e9d088;
}
.treatments-page .effects .effect-box:last-of-type {
  margin-right: 0;
}
.treatments-page .effects .effect-box__thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects .effect-box__thumbnail {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box__thumbnail {
    margin-bottom: 30px;
  }
}
.treatments-page .effects .effect-box__thumbnail:hover img {
  transform: scale(1.05);
}
.treatments-page .effects .effect-box__thumbnail:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.treatments-page .effects .effect-box__thumbnail img {
  transition: all 0.4s ease-in-out;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.treatments-page .effects .effect-box__header {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .treatments-page .effects .effect-box__header {
    font-size: 15px;
    letter-spacing: 0.04px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box__header {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .effects .effect-box__header {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box__header {
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
.treatments-page .effects .effect-box__header:after {
  content: '';
  border: 1px solid #e9d088;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box__header:after {
    width: 15px;
    height: 15px;
  }
}
.treatments-page .effects .effect-box__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 992px) {
  .treatments-page .effects .effect-box__desc {
    font-size: 16px;
  }
}
.treatments-page .testimonials {
  padding: 0;
  background-color: white;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .testimonials {
    margin: 0px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .testimonials {
    margin: 0px 0 50px 0;
  }
}
.treatments-page .testimonials__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .testimonials__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .testimonials__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .testimonials__header {
    font-size: 35px;
  }
}
.treatments-page .testimonials__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .testimonials__header {
    margin-bottom: 40px;
  }
}
.treatments-page .testimonials__container {
  display: block;
  width: 100%;
}
.treatments-page .testimonials__container .grw-widget-title {
  display: none;
}
.treatments-page .testimonials__container .widget-area {
  list-style-type: none;
  position: relative;
  display: block;
  z-index: 1;
}
.treatments-page .testimonials__container .wp-google-place {
  margin-bottom: 40px !important;
}
.treatments-page .testimonials__container .wp-google-place img {
  display: none !important;
}
.treatments-page .testimonials__container .wp-google-url {
  margin: 40px 0 0 0 !important;
}
.treatments-page .action {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 28px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .action {
    margin: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .action {
    margin: 45px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .action {
    margin: 60px 0 70px 0;
  }
}
.treatments-page .action__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .action__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .action__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .action__header {
    font-size: 35px;
  }
}
.treatments-page .action__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .action__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .action__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .action__header {
    margin-bottom: 70px;
  }
}
.treatments-page .action .extra--left {
  bottom: auto;
  top: -105px;
}
.treatments-page .pricing {
  position: relative;
  margin: 28px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .pricing {
    margin: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .pricing {
    margin: 45px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .pricing {
    margin: 60px 0 70px 0;
  }
}
.treatments-page .pricing__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .pricing__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .pricing__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .pricing__header {
    font-size: 35px;
  }
}
.treatments-page .pricing__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .pricing__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .pricing__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .pricing__header {
    margin-bottom: 70px;
  }
}
.treatments-page .pricing__banner {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments-page .pricing__banner {
    margin-bottom: 40px;
  }
}
.treatments-page .pricing__banner img {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  display: block;
  height: auto;
  width: auto;
}
.treatments-page .pricing .extra--left {
  bottom: auto;
  top: -105px;
}
.treatments-page .faq {
  margin: 28px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .treatments-page .faq {
    margin: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .faq {
    margin: 45px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .faq {
    margin: 60px 0 70px 0;
  }
}
.treatments-page .faq__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .treatments-page .faq__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .faq__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .faq__header {
    font-size: 35px;
  }
}
.treatments-page .faq__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .treatments-page .faq__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .treatments-page .faq__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatments-page .faq__header {
    margin-bottom: 70px;
  }
}
.treatment-template .effects__disclaimer,
.treatment-template-default .effects__disclaimer {
  margin-bottom: 20px;
  text-align: center;
  color: #989898;
  line-height: 1.55;
  margin-top: 40px;
  font-size: 13px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatment-template .effects__disclaimer,
  .treatment-template-default .effects__disclaimer {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .effects__disclaimer,
  .treatment-template-default .effects__disclaimer {
    font-size: 14px;
  }
}
.treatment-template .effects__disclaimer p:before,
.treatment-template-default .effects__disclaimer p:before {
  content: '* ';
}
.treatment-template .contact-form,
.treatment-template-default .contact-form {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form,
  .treatment-template-default .contact-form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form:before,
  .treatment-template-default .contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #2e2c2a;
    z-index: -1;
  }
}
.treatment-template .contact-form__form,
.treatment-template-default .contact-form__form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .treatment-template .contact-form__form,
  .treatment-template-default .contact-form__form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__form,
  .treatment-template-default .contact-form__form {
    margin-bottom: 0;
    padding-right: 54px;
  }
}
.treatment-template .contact-form__form br,
.treatment-template-default .contact-form__form br {
  display: none !important;
}
.treatment-template .contact-form__form .ajax-loader,
.treatment-template-default .contact-form__form .ajax-loader {
  margin: 0 0 0 15px;
  background-image: url('../images/cf7-loader.gif');
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.treatment-template .contact-form__form .wpcf7-acceptance label,
.treatment-template-default .contact-form__form .wpcf7-acceptance label {
  padding-left: 0;
}
.treatment-template .contact-form__form .wpcf7-acceptance .wpcf7-list-item-label,
.treatment-template-default .contact-form__form .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 46px;
  position: relative;
  display: block;
}
.treatment-template .contact-form__form .wpcf7-list-item,
.treatment-template-default .contact-form__form .wpcf7-list-item {
  margin: 0;
}
.treatment-template .contact-form__form .wpcf7-not-valid-tip,
.treatment-template-default .contact-form__form .wpcf7-not-valid-tip {
  display: none !important;
}
.treatment-template .contact-form__form .wpcf7-not-valid,
.treatment-template-default .contact-form__form .wpcf7-not-valid {
  border: 1px solid #ff6666;
}
.treatment-template .contact-form__form .wpcf7-response-output,
.treatment-template-default .contact-form__form .wpcf7-response-output {
  background-color: #ff6666;
  padding: 20px 15px;
  line-height: 1.75;
  margin-top: 15px;
  font-size: 13px;
  border: none;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .treatment-template .contact-form__form .wpcf7-response-output,
  .treatment-template-default .contact-form__form .wpcf7-response-output {
    margin-top: 20px;
    font-size: 14px;
  }
}
.treatment-template .contact-form__form .wpcf7-response-output.wpcf7-mail-sent-ok,
.treatment-template-default .contact-form__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #05da73;
}
.treatment-template .contact-form__form .wpcf7-form-control-wrap,
.treatment-template-default .contact-form__form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.treatment-template .contact-form__form input,
.treatment-template-default .contact-form__form input,
.treatment-template .contact-form__form textarea,
.treatment-template-default .contact-form__form textarea,
.treatment-template .contact-form__form label,
.treatment-template-default .contact-form__form label {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .treatment-template .contact-form__form input,
  .treatment-template-default .contact-form__form input,
  .treatment-template .contact-form__form textarea,
  .treatment-template-default .contact-form__form textarea,
  .treatment-template .contact-form__form label,
  .treatment-template-default .contact-form__form label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__form input,
  .treatment-template-default .contact-form__form input,
  .treatment-template .contact-form__form textarea,
  .treatment-template-default .contact-form__form textarea,
  .treatment-template .contact-form__form label,
  .treatment-template-default .contact-form__form label {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatment-template .contact-form__form input,
  .treatment-template-default .contact-form__form input,
  .treatment-template .contact-form__form textarea,
  .treatment-template-default .contact-form__form textarea,
  .treatment-template .contact-form__form label,
  .treatment-template-default .contact-form__form label {
    margin-bottom: 20px;
  }
}
.treatment-template .contact-form__form input:last-child,
.treatment-template-default .contact-form__form input:last-child,
.treatment-template .contact-form__form textarea:last-child,
.treatment-template-default .contact-form__form textarea:last-child,
.treatment-template .contact-form__form label:last-child,
.treatment-template-default .contact-form__form label:last-child {
  margin-bottom: 0;
}
.treatment-template .contact-form__form label,
.treatment-template-default .contact-form__form label {
  display: block;
  color: #989898;
  cursor: pointer;
  position: relative;
  padding-left: 46px;
  min-height: 26px;
}
.treatment-template .contact-form__form label input[type="checkbox"],
.treatment-template-default .contact-form__form label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.treatment-template .contact-form__form input,
.treatment-template-default .contact-form__form input,
.treatment-template .contact-form__form textarea,
.treatment-template-default .contact-form__form textarea {
  display: block;
  width: 100%;
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  background-color: #ffffff;
  color: #2e2c2a;
  font-family: 'ITC Avant Garde Gothic', 'Helvetica', sans-serif;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 15px 12px;
}
@media only screen and (min-width: 768px) {
  .treatment-template .contact-form__form input,
  .treatment-template-default .contact-form__form input,
  .treatment-template .contact-form__form textarea,
  .treatment-template-default .contact-form__form textarea {
    padding: 20px 17px;
  }
}
.treatment-template .contact-form__form input:-ms-input-placeholder,
.treatment-template-default .contact-form__form input:-ms-input-placeholder,
.treatment-template .contact-form__form textarea:-ms-input-placeholder,
.treatment-template-default .contact-form__form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.treatment-template .contact-form__form input::placeholder,
.treatment-template-default .contact-form__form input::placeholder,
.treatment-template .contact-form__form textarea::placeholder,
.treatment-template-default .contact-form__form textarea::placeholder {
  opacity: 1;
  color: #989898;
}
.treatment-template .contact-form__form input:-ms-input-placeholder,
.treatment-template-default .contact-form__form input:-ms-input-placeholder,
.treatment-template .contact-form__form textarea:-ms-input-placeholder,
.treatment-template-default .contact-form__form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.treatment-template .contact-form__form input::-ms-input-placeholder,
.treatment-template-default .contact-form__form input::-ms-input-placeholder,
.treatment-template .contact-form__form textarea::-ms-input-placeholder,
.treatment-template-default .contact-form__form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.treatment-template .contact-form__form input,
.treatment-template-default .contact-form__form input {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__form input,
  .treatment-template-default .contact-form__form input {
    height: 60px;
  }
}
.treatment-template .contact-form__form input[type="checkbox"],
.treatment-template-default .contact-form__form input[type="checkbox"] {
  transition: all 0.2s ease-in-out;
  width: 26px;
  height: 26px;
  padding: 0;
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.treatment-template .contact-form__form input[type="checkbox"]:checked,
.treatment-template-default .contact-form__form input[type="checkbox"]:checked {
  background-image: url('../images/i-checked.svg');
  background-size: 15px 13px;
}
.treatment-template .contact-form__form input[type="submit"],
.treatment-template-default .contact-form__form input[type="submit"],
.treatment-template .contact-form__form button,
.treatment-template-default .contact-form__form button {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  border-color: #e9d088;
  color: #2e2c2a;
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__form input[type="submit"],
  .treatment-template-default .contact-form__form input[type="submit"],
  .treatment-template .contact-form__form button,
  .treatment-template-default .contact-form__form button {
    font-size: 16px;
  }
}
.treatment-template .contact-form__form input[type="submit"]:after,
.treatment-template-default .contact-form__form input[type="submit"]:after,
.treatment-template .contact-form__form button:after,
.treatment-template-default .contact-form__form button:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.treatment-template .contact-form__form input[type="submit"]:hover,
.treatment-template-default .contact-form__form input[type="submit"]:hover,
.treatment-template .contact-form__form button:hover,
.treatment-template-default .contact-form__form button:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.treatment-template .contact-form__form input[type="submit"]:hover:after,
.treatment-template-default .contact-form__form input[type="submit"]:hover:after,
.treatment-template .contact-form__form button:hover:after,
.treatment-template-default .contact-form__form button:hover:after {
  width: 100%;
}
.treatment-template .contact-form__form input[type="submit"]:last-of-type,
.treatment-template-default .contact-form__form input[type="submit"]:last-of-type,
.treatment-template .contact-form__form button:last-of-type,
.treatment-template-default .contact-form__form button:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__form input[type="submit"],
  .treatment-template-default .contact-form__form input[type="submit"],
  .treatment-template .contact-form__form button,
  .treatment-template-default .contact-form__form button {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .treatment-template .contact-form__form input[type="submit"],
  .treatment-template-default .contact-form__form input[type="submit"],
  .treatment-template .contact-form__form button,
  .treatment-template-default .contact-form__form button {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.treatment-template .contact-form__form input[type="submit"]:after,
.treatment-template-default .contact-form__form input[type="submit"]:after,
.treatment-template .contact-form__form button:after,
.treatment-template-default .contact-form__form button:after {
  background-color: #e9d088;
}
.treatment-template .contact-form__form input[type="submit"]:hover,
.treatment-template-default .contact-form__form input[type="submit"]:hover,
.treatment-template .contact-form__form button:hover,
.treatment-template-default .contact-form__form button:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
@media only screen and (max-width: 767px) {
  .treatment-template .contact-form__form input[type="submit"],
  .treatment-template-default .contact-form__form input[type="submit"],
  .treatment-template .contact-form__form button,
  .treatment-template-default .contact-form__form button {
    margin-bottom: 30px !important;
  }
}
.treatment-template .contact-form__form textarea,
.treatment-template-default .contact-form__form textarea {
  height: 244px;
  resize: none;
}
.treatment-template .contact-form__info,
.treatment-template-default .contact-form__info {
  background: #2e2c2a;
  color: #ffffff;
  position: relative;
  padding: 20px 0 30px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .treatment-template .contact-form__info,
  .treatment-template-default .contact-form__info {
    text-align: center;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__info,
  .treatment-template-default .contact-form__info {
    padding: 50px 0 50px 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .treatment-template .contact-form__info,
  .treatment-template-default .contact-form__info {
    padding: 60px 0 60px 20px;
  }
}
.treatment-template .contact-form__info:before,
.treatment-template-default .contact-form__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 100%;
  background: #2e2c2a;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__info:before,
  .treatment-template-default .contact-form__info:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .treatment-template .contact-form__info,
  .treatment-template-default .contact-form__info {
    text-align: left;
  }
}
.treatment-template .contact-form__info > .extra,
.treatment-template-default .contact-form__info > .extra {
  left: -160px;
}
.page-template .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.page-template .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.page-template .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #2e2c2a !important;
  box-shadow: none !important;
}
.page-template .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.page-template .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #e9d088 !important;
}
.contact-page .grecaptcha-badge {
  z-index: 100;
}
.contact-page > .extra .crosses {
  top: 50%;
}
.contact-page .map {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .contact-page .map {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .map {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .map {
    margin-bottom: 70px;
  }
}
.contact-page .map__inner {
  height: 55vw;
  max-height: 290px;
  box-sizing: border-box;
  border: 1px solid #e9d088;
}
@media only screen and (min-width: 768px) {
  .contact-page .map__inner {
    height: 320px;
    max-height: none;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .map__inner {
    height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .map__inner {
    height: 376px;
  }
}
.contact-page .map__inner > div {
  width: 100%;
  height: 100%;
}
.contact-page .forms {
  display: block;
  width: 100%;
}
.contact-page .forms__single {
  display: none;
}
.contact-page .forms__single:first-of-type {
  display: block;
}
.contact-page .forms__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 768px) {
  .contact-page .forms__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .forms__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .forms__header {
    font-size: 35px;
  }
}
.contact-page .forms__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.3px;
  margin: 5px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .contact-page .forms__desc {
    font-size: 16px;
  }
}
.contact-page .forms__tabs {
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact-page .forms .form-tab {
  transition: all 0.3s ease-in-out;
  background-color: #e9d088;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-right: 20px;
  line-height: 50px;
  font-size: 12px;
  opacity: 0.35;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .contact-page .forms .form-tab {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .forms .form-tab {
    font-size: 14px;
  }
}
.contact-page .forms .form-tab:last-of-type {
  margin-right: 0;
}
.contact-page .forms .form-tab.active {
  cursor: default;
  opacity: 1;
}
.contact-page .contact-form {
  position: relative;
  margin-bottom: 32px;
  margin-top: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form {
    margin-bottom: 42px;
    margin-top: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #2e2c2a;
    z-index: -1;
  }
}
.contact-page .contact-form__form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form__form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__form {
    margin-bottom: 0;
    padding-right: 54px;
  }
}
.contact-page .contact-form__form br {
  display: none !important;
}
.contact-page .contact-form__form .ajax-loader {
  margin: 0 0 0 15px;
  background-image: url('../images/cf7-loader.gif');
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.contact-page .contact-form__form .wpcf7-acceptance label {
  padding-left: 0;
}
.contact-page .contact-form__form .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 46px;
  position: relative;
  display: block;
}
.contact-page .contact-form__form .wpcf7-list-item {
  margin: 0;
}
.contact-page .contact-form__form .wpcf7-not-valid-tip {
  display: none !important;
}
.contact-page .contact-form__form .wpcf7-not-valid {
  border: 1px solid #ff6666;
}
.contact-page .contact-form__form .wpcf7-response-output {
  background-color: #ff6666;
  padding: 20px 15px;
  line-height: 1.75;
  margin-top: 15px;
  font-size: 13px;
  border: none;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form__form .wpcf7-response-output {
    margin-top: 20px;
    font-size: 14px;
  }
}
.contact-page .contact-form__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #05da73;
}
.contact-page .contact-form__form p {
  font-size: 0;
}
.contact-page .contact-form__form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-form__form input,
.contact-page .contact-form__form textarea,
.contact-page .contact-form__form label {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form__form input,
  .contact-page .contact-form__form textarea,
  .contact-page .contact-form__form label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__form input,
  .contact-page .contact-form__form textarea,
  .contact-page .contact-form__form label {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .contact-form__form input,
  .contact-page .contact-form__form textarea,
  .contact-page .contact-form__form label {
    margin-bottom: 20px;
  }
}
.contact-page .contact-form__form input:last-child,
.contact-page .contact-form__form textarea:last-child,
.contact-page .contact-form__form label:last-child {
  margin-bottom: 0;
}
.contact-page .contact-form__form label {
  display: block;
  color: #989898;
  cursor: pointer;
  position: relative;
  padding-left: 46px;
  min-height: 26px;
}
.contact-page .contact-form__form label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .contact-form__form input,
.contact-page .contact-form__form textarea {
  display: block;
  width: 100%;
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  background-color: #ffffff;
  color: #2e2c2a;
  font-family: 'ITC Avant Garde Gothic', 'Helvetica', sans-serif;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 15px 12px;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form__form input,
  .contact-page .contact-form__form textarea {
    padding: 20px 17px;
  }
}
.contact-page .contact-form__form input:-ms-input-placeholder,
.contact-page .contact-form__form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.contact-page .contact-form__form input::placeholder,
.contact-page .contact-form__form textarea::placeholder {
  opacity: 1;
  color: #989898;
}
.contact-page .contact-form__form input:-ms-input-placeholder,
.contact-page .contact-form__form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.contact-page .contact-form__form input::-ms-input-placeholder,
.contact-page .contact-form__form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #989898;
}
.contact-page .contact-form__form input {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__form input {
    height: 60px;
  }
}
.contact-page .contact-form__form input[type="checkbox"] {
  transition: all 0.2s ease-in-out;
  width: 26px;
  height: 26px;
  padding: 0;
  box-shadow: 2.5px 4.3px 24px 0 rgba(43, 43, 43, 0.05);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.contact-page .contact-form__form input[type="checkbox"]:checked {
  background-image: url('../images/i-checked.svg');
  background-size: 15px 13px;
}
.contact-page .contact-form__form input[type="submit"],
.contact-page .contact-form__form button {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  border-color: #e9d088;
  color: #2e2c2a;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__form input[type="submit"],
  .contact-page .contact-form__form button {
    font-size: 16px;
  }
}
.contact-page .contact-form__form input[type="submit"]:after,
.contact-page .contact-form__form button:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.contact-page .contact-form__form input[type="submit"]:hover,
.contact-page .contact-form__form button:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.contact-page .contact-form__form input[type="submit"]:hover:after,
.contact-page .contact-form__form button:hover:after {
  width: 100%;
}
.contact-page .contact-form__form input[type="submit"]:last-of-type,
.contact-page .contact-form__form button:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__form input[type="submit"],
  .contact-page .contact-form__form button {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .contact-form__form input[type="submit"],
  .contact-page .contact-form__form button {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.contact-page .contact-form__form input[type="submit"]:after,
.contact-page .contact-form__form button:after {
  background-color: #e9d088;
}
.contact-page .contact-form__form input[type="submit"]:hover,
.contact-page .contact-form__form button:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-form__form input[type="submit"],
  .contact-page .contact-form__form button {
    margin-bottom: 30px !important;
  }
}
.contact-page .contact-form__form textarea {
  height: 244px;
  resize: none;
}
.contact-page .contact-form__info {
  background: #2e2c2a;
  color: #ffffff;
  position: relative;
  padding: 20px 0 30px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .contact-page .contact-form__info {
    text-align: center;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__info {
    padding: 50px 0 50px 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page .contact-form__info {
    padding: 60px 0 60px 20px;
  }
}
.contact-page .contact-form__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 100%;
  background: #2e2c2a;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__info:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .contact-form__info {
    text-align: left;
  }
}
.contact-page .contact-form__info > .extra {
  left: -160px;
}
.contact-page .facebook-plugin {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-page .facebook-plugin {
    transform-origin: left center;
    transform: scale(0.85);
  }
}
@media only screen and (min-width: 768px) {
  .contact-page .facebook-plugin {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .facebook-plugin {
    margin-bottom: 0;
  }
}
.pricing-page .single-category {
  position: relative;
  margin: 28px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .pricing-page .single-category {
    margin: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .single-category {
    margin: 45px 0 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .single-category {
    margin: 60px 0 70px 0;
  }
}
.pricing-page .single-category__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .pricing-page .single-category__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .single-category__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .single-category__header {
    font-size: 35px;
  }
}
.pricing-page .single-category__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .pricing-page .single-category__header {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-page .single-category__header {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-page .single-category__header {
    margin-bottom: 70px;
  }
}
.promotions-page .promotions-list {
  margin: 30px 0;
}
.promotions-page .promotions-list img {
  width: 100%;
  height: auto;
  margin: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gallery-page .subpage-top {
  margin-bottom: 100px;
}
.cooperation-page .subpage-top__desc {
  padding-right: 30px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cooperation-page .subpage-top__desc {
    padding-right: 170px;
  }
}
@media only screen and (min-width: 992px) {
  .cooperation-page .subpage-top__desc {
    padding-right: 315px;
  }
}
@media only screen and (min-width: 1200px) {
  .cooperation-page .subpage-top__desc {
    padding-right: 445px;
  }
}
.cooperation-page .cooperation {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .cooperation-page .cooperation {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .cooperation-page .cooperation {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.cooperation-page .cooperation__content {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  .cooperation-page .cooperation__content {
    font-size: 16px;
  }
}
.cooperation-page .cooperation__content h1,
.cooperation-page .cooperation__content h2,
.cooperation-page .cooperation__content h3,
.cooperation-page .cooperation__content h4,
.cooperation-page .cooperation__content h5,
.cooperation-page .cooperation__content h6 {
  font-family: 'Playfair Display', 'Helvetica', serif;
  color: #e0b22f;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 50px;
  line-height: 1.3;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .cooperation-page .cooperation__content h1,
  .cooperation-page .cooperation__content h2,
  .cooperation-page .cooperation__content h3,
  .cooperation-page .cooperation__content h4,
  .cooperation-page .cooperation__content h5,
  .cooperation-page .cooperation__content h6 {
    margin-bottom: 30px;
    margin-top: 70px;
    font-size: 24px;
  }
}
.cooperation-page .cooperation__content ul,
.cooperation-page .cooperation__content ol,
.cooperation-page .cooperation__content p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cooperation-page .cooperation__content ul,
  .cooperation-page .cooperation__content ol,
  .cooperation-page .cooperation__content p {
    margin-bottom: 30px;
  }
}
.cooperation-page .cooperation__content ul,
.cooperation-page .cooperation__content ol {
  padding-left: 15px;
}
.cooperation-page .cooperation__content ul {
  list-style-type: disc;
}
.cooperation-page .cooperation__content ol {
  list-style-type: decimal;
}
.gallery-new-page {
  min-height: calc(100vh - 55px);
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page {
    min-height: calc(100vh - 56px);
  }
}
.gallery-new-page .gallery-tabs {
  margin-bottom: 40px;
  margin-top: 30px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .gallery-tabs {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .gallery-tabs {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .gallery-tabs {
    margin-top: -50px;
  }
}
.gallery-new-page .gallery-tabs__container {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gallery-new-page .gallery-tabs__tab {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.4px;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  height: 44px;
  line-height: 41px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #2e2c2a;
  border-color: #e9d088;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
  border-width: 2px;
  font-weight: 700;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .gallery-tabs__tab {
    font-size: 16px;
  }
}
.gallery-new-page .gallery-tabs__tab:after {
  content: '';
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0.2s;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0%;
  left: 0;
}
.gallery-new-page .gallery-tabs__tab:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.gallery-new-page .gallery-tabs__tab:hover:after {
  width: 100%;
}
.gallery-new-page .gallery-tabs__tab:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .gallery-tabs__tab {
    padding: 0 25px;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
    min-width: 169px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .gallery-tabs__tab {
    height: 50px;
    line-height: 48px;
    min-width: 169px;
  }
}
.gallery-new-page .gallery-tabs__tab:after {
  background-color: #e9d088;
}
.gallery-new-page .gallery-tabs__tab:hover {
  border-color: rgba(233, 208, 136, 0.1);
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .gallery-tabs__tab {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
    line-height: 60px;
    font-size: 16px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .gallery-tabs__tab {
    line-height: 80px;
    font-size: 20px;
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .gallery-tabs__tab {
    line-height: 100px;
    font-size: 24px;
    height: 100px;
  }
}
.gallery-new-page .gallery-tabs__tab:after {
  bottom: -2px;
  height: 2px;
}
.gallery-new-page .gallery-tabs__tab:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-new-page .gallery-tabs__tab--active {
  background-color: #e9d088;
}
.gallery-new-page .post-gallery--empty {
  margin-bottom: 200px;
}
.gallery-new-page .post-gallery__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .post-gallery__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .post-gallery__header {
    font-size: 35px;
  }
}
.gallery-new-page .post-gallery__header:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e9d088;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.gallery-new-page .post-gallery__header:after {
  transform: none;
  left: 0;
}
.gallery-new-page .post-gallery__subheader {
  letter-spacing: -0.34px;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 50px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__subheader {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.gallery-new-page .post-gallery__single {
  padding: 0 0 50px 0;
  display: block;
  width: 100%;
}
.gallery-new-page .post-gallery__single:nth-of-type(odd) {
  background-color: #f5f4f4;
}
.gallery-new-page .post-gallery__row {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gallery-new-page .post-gallery__row .gallery-photo {
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo {
    width: calc(25% - 90px/4);
  }
}
.gallery-new-page .post-gallery__row .gallery-photo:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.gallery-new-page .post-gallery__row .gallery-photo__thumbnail {
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.gallery-new-page .post-gallery__row .gallery-photo__thumbnail:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.gallery-new-page .post-gallery__row .gallery-photo__thumbnail img,
.gallery-new-page .post-gallery__row .gallery-photo__thumbnail iframe,
.gallery-new-page .post-gallery__row .gallery-photo__thumbnail video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.gallery-new-page .post-gallery__row .gallery-photo__header {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  font-size: 14px !important;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo__header {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .post-gallery__row .gallery-photo__header {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .post-gallery__row .gallery-photo__header {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .post-gallery__row .gallery-photo__header {
    font-size: 16px !important;
  }
}
.gallery-new-page .post-gallery__row .gallery-photo__desc {
  font-family: 'Playfair Display', 'Helvetica', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  font-size: 12px !important;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-new-page .post-gallery__row .gallery-photo__desc {
    font-size: 16px !important;
  }
}
.gallery-new-page .post-gallery__hidden {
  display: none;
}
.gallery-new-page .post-gallery__buttons {
  margin-top: 15px;
}
.gallery-new-page .post-gallery__load {
  background-color: #e9d088;
}
.gallery-new-page .post-gallery__load .text-active {
  display: none;
}
.gallery-new-page .post-gallery__load.active .text-unactive {
  display: none;
}
.gallery-new-page .post-gallery__load.active .text-active {
  display: block;
}



.static-slider {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 20px solid transparent;
  border-image: linear-gradient(0.2turn, #D69C47, #B08444, #BA863A, #EEC25C, #FEDB6B, #FEDB6B);
  border-image-slice: 1;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .static-slider {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .static-slider {
    height: calc(100vh - 110px);
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .static-slider {
    height: 710px;
  }
}
.static-slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2e2c2a url("../../images/top-bg.png") no-repeat right center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
.static-slider h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}
@media screen and (min-width: 768px) {
  .static-slider h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .static-slider h2 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 50px;
  }
}
.static-slider h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .static-slider h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .static-slider h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.static-slider h3 br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static-slider h3 br {
    display: block;
  }
}
.static-slider h3 span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 1440px) {
  .static-slider h3 span {
    font-size: 32px;
    line-height: 38px;
  }
}
.static-slider h3 small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  opacity: 0.3;
}
@media screen and (min-width: 1440px) {
  .static-slider h3 small {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .static-slider .buttons-wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .static-slider .buttons-wrapper {
    margin-top: 40px;
  }
}
.static-slider .feature-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  width: calc(50% + 30px);
  float: left;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .static-slider .feature-wrapper {
    width: 100%;
    float: none;
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .static-slider .feature-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .static-slider .feature-wrapper {
    margin-bottom: 30px;
  }
}
.static-slider .feature-wrapper img {
  max-width: 70px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .static-slider .feature-wrapper img {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .static-slider .feature-wrapper img {
    max-width: 95px;
  }
}
@media screen and (min-width: 1440px) {
  .static-slider .feature-wrapper img {
    max-width: 105px;
  }
}
.static-slider .brand-slider {
  position: absolute;
  bottom: -62.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .static-slider .brand-slider {
    left: 52%;
    display: block;
  }
}
.static-slider .brand-slider img {
  max-width: 125px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .static-slider .brand-slider img {
    max-width: 125px;
    min-width: 125px!important;
  }
}
.static-slider .scroll-to {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static-slider .scroll-to {
    display: block;
  }
}
.d-show {
  display: none!important;
}
@media screen and (min-width: 768px) {
  .d-show {
    display: flex!important;
  }
}
.d-show-mobile {
  display: flex!important;
  float: left;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .d-show-mobile {
    display: none!important;
  }
}
.after-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 20px solid transparent;
  border-image: linear-gradient(0.2turn, #D69C47, #B08444, #BA863A, #EEC25C, #FEDB6B, #FEDB6B);
  border-image-slice: 1;
  width: 100%;
  background: url("../../images/slider/tlo.jpg");
  background-position: center;
  background-size: cover;
}
.after-slider a {
  color: #2E2C2A;
  display: block;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto!important;
}
.after-slider .row {
  display: block;
}
@media screen and (min-width: 768px) {
  .after-slider .row {
    display: flex;
    align-items: center;
  }
}
.after-slider h2 {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .after-slider h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.after-slider h3 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
}
@media screen and (min-width: 768px) {
  .after-slider h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
.after-slider .gwarancje {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  display: block;
  margin: 20px auto 10px;
}
.after-slider .gwarancja-img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .after-slider .gwarancja-img {
    margin-top: 0;
  }
}

.scroll-to {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: 2rem;
    z-index: 8;
}