@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
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;
}
@media only screen and (max-width: 767px) {
  .container-xs-limited {
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
  }
}
.section-header {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  position: relative;
  overflow: hidden;
}
.section-header::before,
.section-header::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 50%;
  background-color: #d7d2e1;
  top: 50%;
}
.section-header::before {
  left: -15%;
}
@media (max-width: 1024px) {
  .section-header::before {
    left: -20%;
  }
}
@media (max-width: 767px) {
  .section-header::before {
    left: 85%;
    top: 45%;
  }
}
.section-header::after {
  right: -15%;
}
@media (max-width: 1024px) {
  .section-header::after {
    right: -20%;
  }
}
@media (max-width: 767px) {
  .section-header::after {
    right: 85%;
    top: 45%;
  }
}
.OtherBrowser a.btn.btn--cta {
  background-color: #D7D2E1;
}
a.btn.btn--cta {
  padding: 15px 35px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.023em;
  line-height: 25px;
  font-size: 16px;
  background-color: var(--main-color);
  border-radius: 27px;
  border: 1px solid #C9C4D4;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  a.btn.btn--cta {
    padding: 5px 15px;
  }
}
a.btn.btn--cta:hover {
  background-color: black;
  border: 1px solid black;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
html,
body {
  overflow-x: hidden;
  height: auto;
  width: 100%;
}
body {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-top: 10px;
  padding-top: 75px;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}
*::-moz-selection {
  background-color: var(--main-color);
  color: white;
}
*::selection {
  background-color: var(--main-color);
  color: white;
}
.page-bar {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-bar__phone {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15) inset, 0px 2px 5px rgba(128, 128, 128, 0.4);
  background-color: var(--main-color);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  height: 50px;
  width: 50px;
  right: 20px;
}
@media (min-width: 721px) {
  .page-bar__phone {
    height: 64px;
    width: 64px;
  }
}
.page-bar__phone img,
.page-bar__phone svg {
  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-bar__phone img,
  .page-bar__phone svg {
    height: 35px;
    width: 35px;
  }
}
.rm-link {
  color: var(--main-color);
  font-weight: bold;
}
.header {
  background-color: white;
  display: block;
  z-index: 20;
  width: 100%;
  top: 0px;
  position: fixed;
  border-bottom: 2px solid #F6F6F6;
}
.header .col-xs-12 {
  position: static;
}
.header__container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
}
@media only screen and (min-width: 992px) {
  .header__container {
    height: 90px;
  }
}
.header__logo {
  letter-spacing: 0.1em;
  margin-right: 30px;
  font-weight: 800;
  font-size: 0px;
  max-width: 225px;
  height: 45px;
  color: black;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .header__logo {
    height: 55px;
  }
}
.header__logo img {
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.header__infos {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header__infos {
    display: none !important;
  }
}
.header__infos li {
  letter-spacing: 0.06em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  margin-right: 40px;
  font-weight: 300;
  font-size: 10px;
  color: #c6c6c6;
}
@media only screen and (min-width: 992px) {
  .header__infos li {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.header__infos li:after {
  content: '|';
  transform: translateY(-50%);
  left: calc(100% + 20px);
  position: absolute;
  font-size: 12px;
  top: 50%;
}
.header__infos li:last-of-type {
  margin-right: 0;
}
.header__infos li:last-of-type::after {
  display: none;
}
.header__infos li.phone {
  color: #6d6d6d;
  font-weight: 500;
  font-size: 14px;
}
.header__infos li a {
  vertical-align: middle;
  display: inline-block;
}
.header__btn {
  cursor: pointer;
  display: block !important;
  position: relative;
  margin-left: auto;
  height: 18px;
  width: 25px;
}
@media only screen and (min-width: 992px) {
  .header__btn {
    display: none !important;
  }
}
.header__btn.active span:nth-of-type(1),
.header__btn.active span:nth-of-type(4) {
  opacity: 0;
}
.header__btn.active span:nth-of-type(2) {
  transform: translateY(-50%) rotate(45deg);
}
.header__btn.active span:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.header__btn span {
  transition: all 0.3s ease-in-out;
  background-color: black;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
}
.header__btn span:nth-of-type(1) {
  top: 0;
}
.header__btn span:nth-of-type(2),
.header__btn span:nth-of-type(3) {
  transform: translateY(-50%);
  top: 50%;
}
.header__btn span:nth-of-type(4) {
  bottom: 0;
}
.header__menu {
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  background-color: white;
  letter-spacing: 0.06em;
  position: absolute;
  text-align: right;
  font-weight: 700;
  display: block;
  display: none;
  font-size: 0;
  color: black;
  width: 100%;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 991.98px) {
  .header__menu {
    top: 75px;
    z-index: 9999;
    overflow-y: scroll;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    height: calc(100vh - 75px);
    padding-right: 15px;
    padding-left: 15px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu {
    background-color: transparent;
    display: block !important;
    border-bottom: none;
    position: relative;
    border-top: none;
    text-align: left;
    margin-left: 0;
    width: auto;
    left: auto;
    top: auto;
  }
}
@media (max-width: 991px) {
  .header__menu [aria-current],
  .header__menu .active-parent {
    color: #d7d2e1;
  }
}
.header__menu .menu {
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .header__menu .menu {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu .menu {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    max-width: none;
    padding-top: 0;
  }
}
.header__menu li {
  position: relative;
  display: block !important;
  -ms-flex-pack: initial;
      justify-content: initial;
  -ms-flex-align: initial;
      align-items: initial;
}
@media (min-width: 1200px) {
  .header__menu li :first-child {
    min-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .header__menu li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
}
@media only screen and (min-width: 992px) {
  .header__menu li {
    display: inline-block !important;
    vertical-align: middle;
  }
}
.header__menu li:after {
  content: '';
  transition: all 0.2s ease-in-out;
  background-color: var(--main-color);
  transform: translateY(-50%);
  right: calc(100% + 15px);
  position: absolute;
  display: none;
  width: 50px;
  height: 3px;
  top: 50%;
}
@media only screen and (min-width: 992px) {
  .header__menu li:after {
    transform: translateX(-50%);
    top: calc(100% + 9px);
    display: block;
    right: auto;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  .header__menu li:after {
    content: none;
  }
}
.header__menu li:hover:after {
  width: 100%;
}
.header__menu li:last-of-type {
  margin-right: 0;
}
.header__menu li.current_page_item,
.header__menu li.current-menu-ancestor {
  display: inline-block;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .header__menu li.current_page_item,
  .header__menu li.current-menu-ancestor {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu li.current_page_item,
  .header__menu li.current-menu-ancestor {
    display: block;
  }
}
.header__menu li.current_page_item:after,
.header__menu li.current-menu-ancestor:after {
  display: none;
  width: 50px;
}
@media (min-width: 991.98px) {
  .header__menu li.current_page_item:after,
  .header__menu li.current-menu-ancestor:after {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu li.current_page_item:after,
  .header__menu li.current-menu-ancestor:after {
    transform: none;
    width: 100%;
    left: 0;
  }
}
.header__menu li a,
.header__menu li span.dropdown-item {
  position: relative;
  padding: 24px 0;
  font-size: 15px;
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__menu li a,
  .header__menu li span.dropdown-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu li a,
  .header__menu li span.dropdown-item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu li a,
  .header__menu li span.dropdown-item {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .header__menu li a,
  .header__menu li span.dropdown-item {
    padding: 15px 0;
  }
}
.header__menu .dropdown {
  position: relative;
}
.header__menu .dropdown.rotateArrow::before {
  transform: rotate(180deg);
}
.header__menu .dropdown .menu-item {
  transition: 0.3s ease-in-out all;
  margin: 0;
}
.header__menu .dropdown .menu-item:hover {
  background-color: black;
}
.header__menu .dropdown .menu-item:hover a {
  color: white;
}
.header__menu .dropdown .menu-item::after {
  content: none;
}
.header__menu .dropdown .current-menu-item {
  background-color: black;
}
.header__menu .dropdown .current-menu-item a {
  color: white;
}
@media (max-width: 991px) {
  .header__menu .dropdown .current-menu-item {
    background-color: var(--main-color);
  }
}
@media (max-width: 991.98px) {
  .header__menu .dropdown .dropdown-item {
    padding-right: 30px;
  }
}
.header__menu .dropdown::before {
  content: url(../images/dropdown-arrow.svg);
  width: 17px;
  height: 12px;
  position: absolute;
  display: block;
  top: 20px;
  left: 43%;
  cursor: pointer;
  transition: .3s all;
  transform-origin: 50% 55%;
}
@media screen and (max-width: 991.98px) {
  .header__menu .dropdown::before {
    right: 0;
    top: 17px;
    left: initial;
  }
}
@media screen and (max-width: 1199.98px) {
  .header__menu .dropdown .sub-menu {
    border-right: 3px solid var(--main-color);
    margin-bottom: 10px;
  }
}
.header__menu ul.sub-menu {
  position: relative;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 330px;
  box-shadow: 6px 7px 34px 0px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  top: 55px;
  left: -80%;
}
@media (max-width: 991px) {
  .header__menu ul.sub-menu {
    right: 0;
    left: auto;
    top: 0;
    -ms-flex-align: end;
        align-items: flex-end;
    border: none;
    box-shadow: none;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .header__menu ul.sub-menu {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 576px) {
  .header__menu ul.sub-menu {
    min-width: 290px;
  }
}
@media (max-height: 650px) and (min-width: 991px) {
  .header__menu ul.sub-menu {
    height: 84vh;
  }
}
.header__menu ul.sub-menu li a {
  color: black;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .header__menu ul.sub-menu li a {
    padding: 15px 10px;
    text-align: left;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .header__menu ul.sub-menu li a {
    padding: 9px 60px;
  }
}
.header__menu .show {
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute !important;
  background-color: #fff !important;
}
@media (max-width: 991px) {
  .header__menu .show {
    position: relative !important;
  }
}
.footer {
  background-color: #ececec;
  padding: 10px 0;
  display: block;
  width: 100%;
  margin: 0;
}
.footer__container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer__logo {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 0px;
  height: 23px;
  width: 189px;
  color: black;
}
.footer__logo img {
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.footer__socials {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  font-size: 0;
}
.footer__socials .social {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.footer__socials .social:first-of-type {
  margin-left: 0;
}
.footer__socials .social img,
.footer__socials .social svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.categories-list {
  padding-bottom: 90px;
  padding-top: 20px;
}
.single-category {
  padding-top: 45px;
}
.single-category__header {
  letter-spacing: 0.04em;
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  font-weight: 700;
  display: block;
  font-size: 0;
  width: 100%;
  z-index: 1;
}
.single-category__header:before {
  content: '';
  background-color: var(--main-color);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  height: 4px;
  width: 100%;
  left: 50%;
  top: 50%;
}
.single-category__name {
  background-color: white;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.15;
  font-size: 30px !important;
  padding: 0 10px;
  margin: 0 30px;
}
@media (max-width: 768px) {
  .single-category__name {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 440px) {
  .single-category__name {
    font-size: 25px !important;
  }
}
@media (max-width: 360px) {
  .single-category__name {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 768px) {
  .single-category__name {
    padding: 0 30px;
  }
}
.single-category__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;
}
@media only screen and (min-width: 768px) {
  .single-category__container {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .single-category__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.single-category__container .post-box {
  margin-right: 30px;
  width: calc(50% - 15px);
}
@media only screen and (min-width: 992px) {
  .single-category__container .post-box {
    width: calc(25% - 22.5px);
  }
}
.single-category__container .post-box:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .single-category__container .post-box:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .single-category__container .post-box:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
.single-category__container .post-box:last-of-type {
  margin-right: 0;
}
.single-category__container .post-box__name {
  font-size: 10px;
}
@media (min-width: 360px) {
  .single-category__container .post-box__name {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .single-category__container .post-box__name {
    font-size: 15px;
  }
}
.single-category__permalink {
  transition: all 0.3s ease-in-out;
  background-color: var(--main-color);
  padding-right: 21.21212121px;
  padding-left: 21.21212121px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  font-size: 12px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .single-category__permalink {
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 26px;
    line-height: 54px;
    font-size: 16px;
  }
}
.single-category__permalink:hover {
  background-color: black;
  color: white;
}
@media (max-width: 768px) {
  .row ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .row ul li::before {
    min-width: 15px;
  }
}
.promotion-box {
  box-shadow: 10px 17.3px 50px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .promotion-box {
    width: calc(50% + 15px);
    margin-bottom: 0;
  }
}
.promotion-box:last-of-type {
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .promotion-box:last-of-type {
    margin-left: -30px;
    margin-top: 40px;
  }
}
.promotion-box:hover .promotion-box__permalink {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.promotion-box:before {
  content: '';
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: absolute;
  height: 75%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.promotion-box:after {
  content: '';
  padding-bottom: 75%;
  display: block;
}
.promotion-box__bg {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.promotion-box__bg img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.promotion-box__permalink {
  transition: all 0.3s ease-in-out;
  background-color: var(--main-color);
  padding-right: 15.15151515px;
  padding-left: 15.15151515px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  font-size: 12px;
  color: white;
  transform: translate(-200%, -50%);
  position: absolute;
  opacity: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .promotion-box__permalink {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 26px;
    line-height: 54px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-box__permalink {
    display: none !important;
  }
}
.promotion-box__content {
  transform: translateX(-50%);
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 2;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .promotion-box__content {
    padding-right: 35px;
    padding-left: 35px;
    bottom: 30px;
  }
}
.promotion-box__title {
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .promotion-box__title {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.promotion-box__desc {
  font-weight: 300;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .promotion-box__desc {
    display: none !important;
  }
}
.page-heading {
  background-color: #f0f0f0;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-heading {
    min-height: 270px;
  }
}
@media (max-width: 530px) {
  .page-heading {
    background-color: #e3e3e3;
  }
}
.page-heading__photo {
  width: calc(100% - 40px);
  left: calc(50% + 40px);
  position: absolute;
  display: none;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-heading__photo {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .page-heading__photo {
    width: calc(100% - 100px);
    left: calc(50% + 100px);
  }
}
.page-heading__photo img {
  mix-blend-mode: darken;
  -o-object-position: left;
     object-position: left;
  pointer-events: none;
  -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%;
}
.page-heading__container {
  padding-bottom: 80px;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  .page-heading__container {
    padding-bottom: 75px;
    padding-top: 140px;
  }
}
.page-heading__content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-heading__content {
    text-align: center;
  }
}
.page-heading__addon {
  bottom: calc(100% - 50px);
  letter-spacing: 0.1em;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 90px;
  color: white;
  z-index: -1;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .page-heading__addon {
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  .page-heading__addon {
    font-size: 70px;
    transform: translateX(-50%) translateY(-20px);
  }
}
@media (max-width: 480px) {
  .page-heading__addon {
    font-size: 50px;
    transform: translateX(-50%) translateY(-40px);
  }
}
@media (max-width: 360px) {
  .page-heading__addon {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-heading__addon {
    font-size: 135px;
    left: -5px;
  }
}
.page-heading__header {
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: black;
}
@media (max-width: 360px) {
  .page-heading__header {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .page-heading__header {
    font-size: 50px;
  }
}
.OtherBrowser .page-heading__photo img {
  width: auto;
}
.treatments {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .treatments {
    padding-bottom: 60px;
  }
}
.treatments .treat-box {
  background-color: #f0f0f0;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.treatments .treat-box:after {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  right: -25px;
  height: 50px;
  width: 50px;
  z-index: -1;
  top: -25px;
}
.treatments .treat-box__photo {
  width: calc(45% - 16px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .treatments .treat-box__photo {
    display: none !important;
  }
}
.treatments .treat-box__photo img {
  -o-object-position: right;
     object-position: right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.treatments .treat-box__content {
  padding: 25px 25px 30px 25px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__content {
    padding: 55px 55px 30px 0;
    width: calc(55% - 16px);
  }
}
.treatments .treat-box__content:after {
  content: '';
  height: calc(100% - 55px - 30px - 20px - 10px);
  background-color: black;
  position: absolute;
  display: none;
  opacity: 0.1;
  left: -60px;
  width: 4px;
  top: 65px;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__content:after {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .treatments .treat-box__content:after {
    height: calc(100% - 55px - 55px - 20px - 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .treatments .treat-box__content:after {
    height: calc(100% - 55px - 30px - 20px - 10px);
  }
}
.treatments .treat-box__header {
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.7;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__header {
    font-size: 26px;
  }
}
.treatments .treat-box__list {
  display: block;
}
.treatments .treat-box__list li {
  background-color: white;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  border-radius: 30px;
  position: relative;
  line-height: 1.7;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__list li {
    width: calc(100% - 60px);
    font-size: 15px;
  }
}
.treatments .treat-box__list li:hover .treat-box__arrow {
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__list li:hover .treat-box__arrow {
    right: 25px;
  }
}
.treatments .treat-box__list li a {
  padding: 10px 45px 10px 20px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__list li a {
    padding: 15px 55px 15px 30px;
  }
}
.treatments .treat-box__arrow {
  content: '';
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 15px;
  width: 17px;
  right: 15px;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .treatments .treat-box__arrow {
    height: 19px;
    width: 21px;
    right: 20px;
  }
}
.treatments .treat-box__arrow img,
.treatments .treat-box__arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.price-box {
  background-color: #f0f0f0;
  text-transform: none;
  margin-bottom: 25px;
  font-weight: 700;
  margin-top: 25px;
  font-size: 11px;
  display: block;
  padding: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .price-box {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.price-box__category {
  background-color: var(--main-color);
  display: block;
  padding: 15px;
  color: white;
  width: 100%;
}
.price-box__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .price-box__row {
    padding: 10px 15px;
  }
}
.price-box__row:last-of-type {
  border-bottom: none;
}
.price-box__label {
  width: 40%;
}
@media only screen and (min-width: 992px) {
  .price-box__label {
    width: 60%;
  }
}
.price-box__info {
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .price-box__info {
    font-size: 12px;
  }
}
.price-box__value {
  text-align: center;
  width: 30%;
}
@media only screen and (min-width: 992px) {
  .price-box__value {
    width: 20%;
  }
}
.price-box__value.normal {
  text-align: right;
}
.price-box__value.center {
  border-right-width: 1px;
  border-left-width: 1px;
  border-color: #c6c6c6;
  border-style: solid;
}
.price-box__value .disabled {
  color: #c6c6c6;
}
.post-box {
  transition: all 0.3s ease-in-out;
  background-color: white;
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
}
.post-box:hover {
  box-shadow: 0 0 35px 0 rgba(54, 54, 54, 0.15);
}
.post-box:hover .post-box__button {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.post-box__thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.post-box__thumbnail:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.post-box__thumbnail img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.post-box__button {
  transition: all 0.3s ease-in-out;
  background-color: var(--main-color);
  padding-right: 33.33333333px;
  padding-left: 33.33333333px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  font-size: 12px;
  color: white;
  transform: translate(-50%, 0%);
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: 1;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .post-box__button {
    padding-right: 55px;
    padding-left: 55px;
    border-radius: 26px;
    line-height: 54px;
    font-size: 16px;
  }
}
.post-box__button:hover {
  background-color: black;
  color: white;
}
.post-box__name {
  background-color: white;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.9;
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
}
.contact {
  padding-bottom: 55px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding-bottom: 55px;
  }
}
.contact__title {
  margin-bottom: 0px !important;
}
.contact h2 {
  margin-bottom: 45px;
}
.contact__map {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  display: block;
  height: 225px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact__map {
    margin-bottom: 50px;
  }
}
.contact__header {
  margin-bottom: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .contact__header {
    font-size: 26px;
  }
}
.contact__desc {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .contact__desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.contact .contact-infos {
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .contact .contact-infos {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-infos {
    margin-bottom: 0;
  }
}
.contact .contact-infos__data {
  line-height: 1.8;
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-infos__data {
    width: calc(45% - 15px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-infos__data {
    width: calc(65% - 15px);
  }
}
.contact .contact-infos__data strong {
  font-weight: 700;
}
.contact .contact-infos__data p {
  margin-bottom: 26px;
}
.contact .contact-infos__data ul,
.contact .contact-infos__data ol {
  margin-bottom: 26px;
  padding-left: 15px;
}
.contact .contact-infos__data ul {
  list-style-type: disc;
}
.contact .contact-infos__data ol {
  list-style-type: decimal;
}
.contact .contact-infos__hours {
  line-height: 1.8;
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-infos__hours {
    width: calc(55% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-infos__hours {
    width: calc(35% - 15px);
  }
}
.contact .contact-infos__hours strong {
  font-weight: 700;
}
.contact .contact-infos__hours ul,
.contact .contact-infos__hours ol {
  padding-left: 15px;
}
.contact .contact-infos__hours ul {
  list-style-type: disc;
}
.contact .contact-infos__hours ol {
  list-style-type: decimal;
}
.contact .contact-form {
  display: block;
  font-size: 0;
}
.contact .contact-form__btn {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(0px);
}
.contact .contact-form__btn:hover .contact-form__arrow {
  transform: translateX(10px);
}
.contact .contact-form .wpcf7-not-valid-tip,
.contact .contact-form .wpcf7-spinner {
  display: none !important;
}
.contact .contact-form .wpcf7-response-output {
  background-color: #ff6666;
  border: none !important;
  letter-spacing: 0.04em;
  margin: 25px 0 0 0;
  line-height: 1.5;
  font-size: 12px;
  padding: 10px;
  color: white;
  width: 100%;
}
.contact .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #7ee55a;
}
@media only screen and (min-width: 768px) {
  .contact .contact-form .wpcf7-response-output {
    margin: 30px 0 0 0;
    font-size: 14px;
    padding: 15px;
  }
}
.contact .contact-form__arrow {
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  height: 35px;
  width: 35px;
  margin-left: 1rem;
}
.contact .contact-form__arrow img,
.contact .contact-form__arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.contact .contact-form__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contact .contact-form__submit input[type="submit"] {
  border: 1px solid transparent;
  background-color: white;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: black;
  padding: 0;
  margin: 0;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  display: inline-block;
  border-right: none;
  border-left: none;
  border-top: none;
  font-size: 14px;
  color: black;
  height: 40px;
}
.contact .contact-form input[type="text"]:focus,
.contact .contact-form input[type="email"]:focus {
  border-color: rgba(0, 0, 0, 0.63);
  color: black;
}
.contact .contact-form input[type="text"]:focus:-ms-input-placeholder,
.contact .contact-form input[type="email"]:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.contact .contact-form input[type="text"]:focus::placeholder,
.contact .contact-form input[type="email"]:focus::placeholder {
  opacity: 0.5;
}
.contact .contact-form input[type="text"]:-ms-input-placeholder,
.contact .contact-form input[type="email"]:-ms-input-placeholder {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.contact .contact-form input[type="text"]::placeholder,
.contact .contact-form input[type="email"]::placeholder {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.contact .contact-form input[type="text"] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-form input[type="text"] {
    width: calc(40% - 15px);
    margin-right: 30px;
  }
}
.contact .contact-form input[type="email"] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .contact-form input[type="email"] {
    width: calc(60% - 15px);
  }
}
.contact .contact-form textarea {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-right: none;
  padding-top: 10px;
  border-left: none;
  border-top: none;
  font-size: 14px;
  height: 43px;
  color: black;
  resize: none;
  width: 100%;
}
.contact .contact-form textarea:focus {
  height: 200px;
  border-color: rgba(0, 0, 0, 0.63);
}
.contact .contact-form textarea:focus:-ms-input-placeholder {
  opacity: .5;
}
.contact .contact-form textarea:focus::placeholder {
  opacity: .5;
}
.contact .contact-form textarea:-ms-input-placeholder {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.contact .contact-form textarea::placeholder {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: pointer !important;
}
.page-bar__phone {
  bottom: 40px;
}
@media (min-width: 992px) {
  .page-bar__phone {
    bottom: 60px;
  }
}
.fixed-button {
  position: fixed;
  top: 110px;
  z-index: 99;
  right: 0;
  text-transform: uppercase;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .fixed-button {
    display: none;
  }
}
.fixed-button__title-above {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: 0.06em;
  line-height: 18px;
  padding: 3px 10px;
}
.fixed-button__button {
  background: linear-gradient(135deg, #48B4C5 0%, #44ACBF 50%, #348CA7 100%);
  color: white;
  box-shadow: 6px 7px 34px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.024em;
  line-height: 25px;
  padding: 20px 30px;
  transition: 0.3s ease-in-out all;
  display: block;
}
.fixed-button__button:hover {
  background: white;
  color: #4ab7c7;
}
.pricing-button {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 9;
}
.pricing-button__button {
  background: linear-gradient(135deg, #48B4C5 0%, #44ACBF 50%, #348CA7 100%);
  color: white;
  box-shadow: 6px 7px 34px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.024em;
  line-height: 25px;
  padding: 20px 30px;
  transition: 0.3s ease-in-out all;
  display: block;
}
@media screen and (max-width: 767px) {
  .pricing-button__button {
    padding: 10px;
  }
}
.pricing-button__button:hover {
  background: white;
  color: #4ab7c7;
}
.partners {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .partners {
    margin-bottom: 30px;
  }
}
.partners__item {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .partners__item {
    margin-bottom: 30px;
  }
}
.partners__item:hover .partners__title {
  background: black;
  color: white;
}
.partners__background {
  min-height: 260px;
  background-size: cover;
  box-shadow: 6px 7px 34px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}
.partners__logo {
  margin: 60px 0;
  max-width: 100%;
  height: auto;
  padding-left: 15px;
  padding: 15px;
}
.partners__title {
  transition: 0.3s ease-in-out all;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 10px;
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logos {
  margin-bottom: 40px;
}
.logos__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;
  width: 100%;
}
.logos .logo {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  margin-right: 30px;
  display: block;
  padding: 5px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .logos .logo {
    width: calc(20% - 24px);
  }
}
.logos .logo:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .logos .logo:nth-of-type(even) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .logos .logo:nth-of-type(5n+5) {
    margin-right: 0;
  }
}
.logos .logo:last-of-type {
  margin-right: 0;
}
.logos .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.tpl-single-treatment .header__menu .treatments-link {
  display: inline-block;
  font-weight: 800;
}
.tpl-single-treatment .header__menu .treatments-link:after {
  display: block;
  width: 50px;
}
.tpl-single-treatment .default-page {
  padding-top: 40px;
}
.tpl-single-treatment .default-page .entrance .rm-link {
  color: var(--main-color);
  font-weight: 700;
}
.tpl-single-treatment .default-page .entrance__header {
  background-color: white;
  letter-spacing: 0.06em;
  vertical-align: middle;
  display: inline-block;
  padding-right: 35px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance__header {
    font-size: 30px;
  }
}
.tpl-single-treatment .default-page .entrance__header-wrapper {
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance__header-wrapper {
    margin-bottom: 50px;
  }
}
.tpl-single-treatment .default-page .entrance__header-wrapper:after {
  content: '';
  background-color: var(--main-color);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: 4px;
  z-index: -1;
  top: 50%;
  left: 0;
}
.tpl-single-treatment .default-page .entrance__content {
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance__content {
    font-size: 15px;
  }
}
.tpl-single-treatment .default-page .entrance__content p,
.tpl-single-treatment .default-page .entrance__content ul,
.tpl-single-treatment .default-page .entrance__content ol {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance__content p,
  .tpl-single-treatment .default-page .entrance__content ul,
  .tpl-single-treatment .default-page .entrance__content ol {
    margin-bottom: 25px;
  }
}
.tpl-single-treatment .default-page .entrance__content ul,
.tpl-single-treatment .default-page .entrance__content ol {
  padding-left: 15px;
}
.tpl-single-treatment .default-page .entrance__content ul {
  list-style-type: disc;
}
.tpl-single-treatment .default-page .entrance__content ol {
  list-style-type: decimal;
}
.tpl-single-treatment .default-page .entrance .entrance-table {
  background-color: #f0f0f0;
  display: block;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance .entrance-table {
    padding: 20px;
  }
}
.tpl-single-treatment .default-page .entrance .entrance-table__row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: left;
  font-size: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance .entrance-table__row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
  }
}
.tpl-single-treatment .default-page .entrance .entrance-table__label {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance .entrance-table__label {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .entrance .entrance-table__value {
    text-align: right;
    width: 50%;
  }
}
.tpl-single-treatment .default-page .gallery {
  padding-top: 40px;
}
.tpl-single-treatment .default-page .gallery__container {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.tpl-single-treatment .default-page .gallery__container .gallery-item {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .gallery__container .gallery-item {
    width: calc(50% - 35px);
    margin-bottom: 35px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .gallery__container .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.tpl-single-treatment .default-page .gallery__container .gallery-item__photo {
  box-shadow: 10px 17.321px 50px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .gallery__container .gallery-item__photo {
    margin-bottom: 35px;
  }
}
.tpl-single-treatment .default-page .gallery__container .gallery-item__photo:after {
  content: '';
  padding-bottom: 68%;
  display: block;
}
.tpl-single-treatment .default-page .gallery__container .gallery-item__photo img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.tpl-single-treatment .default-page .gallery__container .gallery-item__name {
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .gallery__container .gallery-item__name {
    font-size: 30px;
  }
}
.tpl-single-treatment .default-page .advantages {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages {
    padding-top: 40px;
  }
}
.tpl-single-treatment .default-page .advantages__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;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .tpl-single-treatment .default-page .advantages__container--4 .advantage-item {
    width: calc(25% - 22.5px) !important;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-single-treatment .default-page .advantages__container--4 .advantage-item:nth-of-type(even) {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-single-treatment .default-page .advantages__container--4 .advantage-item:nth-of-type(4n+4) {
    margin-right: 0 !important;
  }
}
.tpl-single-treatment .default-page .advantages__container .advantage-item {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__header {
  background-color: white;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .06em;
  padding-right: 30px;
  line-height: 1.15;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 420px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item__header {
    display: table-caption;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item__header {
    font-size: 20px;
  }
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__header-wrapper {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item__header-wrapper {
    margin-bottom: 30px;
  }
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__header-wrapper:before {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__header-wrapper:after {
  content: '';
  background-color: var(--main-color);
  transform: translateY(-50%);
  position: absolute;
  display: none;
  z-index: -1;
  height: 4px;
  width: 100%;
  top: 50%;
  left: 0;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc {
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .advantages__container .advantage-item__desc {
    font-size: 15px;
  }
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc strong,
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc b {
  font-weight: 700;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc em,
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc i {
  font-style: italic;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ul,
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ol {
  padding-left: 30px;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ul li,
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ol li {
  margin-bottom: 10px;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ul {
  list-style-type: none;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ul li {
  position: relative;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ul li:after {
  content: '- ';
  position: absolute;
  left: -30px;
  top: 1px;
}
.tpl-single-treatment .default-page .advantages__container .advantage-item__desc ol {
  list-style-type: decimal;
}
.tpl-single-treatment .default-page .visit-box {
  background-color: #f0f0f0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 40px;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .visit-box {
    padding: 0;
  }
}
.tpl-single-treatment .default-page .visit-box__photo {
  display: none;
  height: 120px;
  width: 215px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .visit-box__photo {
    display: block;
  }
}
.tpl-single-treatment .default-page .visit-box__photo img {
  mix-blend-mode: darken;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.tpl-single-treatment .default-page .visit-box__content {
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 22px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .visit-box__content {
    width: calc(100% - 215px - 30px);
    padding-right: 30px;
    margin-left: 30px;
    text-align: left;
  }
}
.tpl-single-treatment .default-page .visit-box__content span,
.tpl-single-treatment .default-page .visit-box__content a {
  color: var(--main-color);
}
@media only screen and (max-width: 767px) {
  .tpl-single-treatment .default-page .visit-box__content span,
  .tpl-single-treatment .default-page .visit-box__content a {
    display: block;
  }
}
.tpl-single-treatment .default-page .accordion {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 70px;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}
.tpl-single-treatment .default-page .accordion li {
  padding-top: 20px;
  display: block;
  width: 100%;
  -ms-flex-order: 3;
      order: 3;
}
.tpl-single-treatment .default-page .accordion li:first-of-type {
  padding-top: 0;
  -ms-flex-order: 1;
      order: 1;
}
.tpl-single-treatment .default-page .accordion li.pricing {
  -ms-flex-order: 2;
      order: 2;
}
.tpl-single-treatment .default-page .accordion li.active .accordion__header-wrapper:before {
  width: calc(100% - 25px);
}
.tpl-single-treatment .default-page .accordion li.active .accordion__header-wrapper .arrow {
  transform: rotate(180deg);
  top: 8px;
}
.tpl-single-treatment .default-page .accordion li.active .accordion__header .border-line {
  opacity: 0;
}
.tpl-single-treatment .default-page .accordion__header {
  background-color: white;
  letter-spacing: 0.06em;
  vertical-align: middle;
  display: inline-block;
  padding-right: 20px;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion__header {
    font-size: 22px;
  }
}
.tpl-single-treatment .default-page .accordion__header-wrapper {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.tpl-single-treatment .default-page .accordion__header-wrapper .border-line {
  background-color: #f0f0f0;
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 100%;
  left: 0;
}
.tpl-single-treatment .default-page .accordion__header-wrapper:before {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  z-index: -1;
  height: 3px;
  width: 0%;
  top: 8px;
  left: 0;
}
.tpl-single-treatment .default-page .accordion__header-wrapper .arrow {
  position: absolute;
  height: 10px;
  width: 14px;
  right: 0;
  top: 2px;
}
.tpl-single-treatment .default-page .accordion__header-wrapper .arrow img,
.tpl-single-treatment .default-page .accordion__header-wrapper .arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.tpl-single-treatment .default-page .accordion__content {
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  padding-top: 25px;
  line-height: 1.7;
  font-size: 14px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion__content {
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 18px;
  }
}
.tpl-single-treatment .default-page .accordion__content strong,
.tpl-single-treatment .default-page .accordion__content b {
  font-weight: 700;
}
.tpl-single-treatment .default-page .accordion__content em,
.tpl-single-treatment .default-page .accordion__content i {
  font-style: italic;
}
.tpl-single-treatment .default-page .accordion__content ul,
.tpl-single-treatment .default-page .accordion__content ol {
  padding-left: 30px;
}
.tpl-single-treatment .default-page .accordion__content ul li,
.tpl-single-treatment .default-page .accordion__content ol li {
  padding: 0 !important;
  margin-bottom: 10px;
  -ms-flex-order: 0 !important;
      order: 0 !important;
}
.tpl-single-treatment .default-page .accordion__content ul {
  list-style-type: none;
}
.tpl-single-treatment .default-page .accordion__content ul li {
  position: relative;
}
.tpl-single-treatment .default-page .accordion__content ul li:after {
  content: '- ';
  position: absolute;
  left: -30px;
  top: 1px;
}
.tpl-single-treatment .default-page .accordion__content ol {
  list-style-type: decimal;
}
.tpl-single-treatment .default-page .accordion__content .price-box {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: block;
}
.tpl-single-treatment .default-page .accordion .price-table {
  background-color: #f0f0f0;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion .price-table {
    padding: 30px;
  }
}
.tpl-single-treatment .default-page .accordion .price-table__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 15px;
  text-align: right;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion .price-table__row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.tpl-single-treatment .default-page .accordion .price-table__row:last-of-type {
  border-bottom: none;
}
.tpl-single-treatment .default-page .accordion .price-table__category {
  background-color: var(--main-color);
  display: block;
  padding: 15px;
  color: white;
  width: 100%;
}
.tpl-single-treatment .default-page .accordion .price-table__label {
  font-weight: 700;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion .price-table__label {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
.tpl-single-treatment .default-page .accordion .price-table__value {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .default-page .accordion .price-table__value {
    text-align: right;
    width: 50%;
  }
}
.tpl-single-treatment .logos {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tpl-single-treatment .logos {
    margin-bottom: 65px;
  }
}
.tpl-promotions .promotions {
  padding-bottom: 40px;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .tpl-promotions .promotions {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}
.tpl-promotions .promotions__container {
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .tpl-promotions .promotions__container {
    margin-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-promotions .promotions__container {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.tpl-pricing .pricing {
  padding-bottom: 75px;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .tpl-pricing .pricing .container-xs-limited {
    max-width: 460px;
  }
}
.tpl-pricing .pricing .price-list {
  margin-bottom: 20px;
  overflow-x: hidden;
}
.tpl-pricing .pricing .price-list__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tpl-pricing .pricing .price-list__header {
  background-color: white;
  letter-spacing: 0.06em;
  vertical-align: middle;
  display: inline-block;
  padding-right: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .tpl-pricing .pricing .price-list__header {
    font-size: 22px;
  }
}
.tpl-pricing .pricing .price-list__header-wrapper {
  position: relative;
  display: block;
  font-size: 0;
  z-index: 1;
}
.tpl-pricing .pricing .price-list__header-wrapper:after {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 3px;
  left: 0%;
  top: 50%;
}
.tpl-pricing .pricing .price-list__header__text {
  display: block;
}
.tpl-pricing .pricing .price-list__group {
  padding-left: 20px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .tpl-pricing .pricing .price-list__group {
    margin-top: 30px;
    padding-left: 40px;
  }
}
.tpl-pricing .pricing .price-list__group li {
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 15px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 450px) {
  .tpl-pricing .pricing .price-list__group li {
    width: 100%;
  }
}
@media only screen and (max-width: 465px) {
  .tpl-pricing .pricing .price-list__group li {
    max-width: 370px;
  }
}
.tpl-pricing .pricing .price-list__group .active svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 450px) {
}
.tpl-pricing .pricing .price-list__group svg {
  margin-left: .5rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 450px) {
}
@media only screen and (min-width: 768px) {
  .tpl-pricing .pricing .price-list__group {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.tpl-pricing .pricing .price-list__group .line {
  background-color: #f0f0f0;
  right: calc(100% + 10px);
  position: absolute;
  width: 100vw;
  height: 3px;
  top: 12px;
}
.tpl-pricing .pricing .price-list__group .price-list__subgroup {
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 20px;
  font-weight: 400;
  margin-top: 25px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .tpl-pricing .pricing .price-list__group .price-list__subgroup {
    margin-bottom: 30px;
    padding-left: 40px;
    margin-top: 30px;
  }
}
.tpl-pricing .pricing .price-list__group.active {
  font-weight: 700;
}
.tpl-pricing .pricing .price-list__group.active .line {
  background-color: var(--main-color);
}
.tpl-pricing .pricing .price-list__group.active li .line {
  background-color: #f0f0f0;
}
.tpl-pricing .pricing .price-list__group.active li.active {
  font-weight: 700;
}
.tpl-pricing .pricing .price-list__group.active li.active .line {
  background-color: var(--main-color);
}
.tpl-contact .contact {
  padding-bottom: 85px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .tpl-contact .contact {
    padding-bottom: 110px;
    padding-top: 80px;
  }
}
.tpl-contact .contact__photo {
  margin-bottom: 30px;
  max-width: 100%;
  display: block;
  height: auto;
  font-size: 0;
}
.tpl-contact .contact__photo img {
  max-width: 100%;
  height: auto;
}
.tpl-about-us .about {
  padding-bottom: 60px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about {
    padding-bottom: 105px;
    padding-top: 60px;
  }
}
.tpl-about-us .about__sitename {
  background-color: #f0f0f0;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 24px;
  display: block;
  padding: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__sitename {
    font-size: 30px;
    padding: 45px;
  }
}
.tpl-about-us .about__sitename img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 30px;
  width: 256px;
}
.tpl-about-us .about__content {
  color: black;
}
.tpl-about-us .about__content strong {
  font-weight: 700;
}
.tpl-about-us .about__content h1,
.tpl-about-us .about__content h2,
.tpl-about-us .about__content h3,
.tpl-about-us .about__content h4,
.tpl-about-us .about__content h5,
.tpl-about-us .about__content h6 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content h1,
  .tpl-about-us .about__content h2,
  .tpl-about-us .about__content h3,
  .tpl-about-us .about__content h4,
  .tpl-about-us .about__content h5,
  .tpl-about-us .about__content h6 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.tpl-about-us .about__content p,
.tpl-about-us .about__content ul,
.tpl-about-us .about__content ol {
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content p,
  .tpl-about-us .about__content ul,
  .tpl-about-us .about__content ol {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.tpl-about-us .about__content img {
  max-width: 100%;
}
.tpl-about-us .about__content img.alignleft {
  margin-bottom: 30px;
  display: block;
  float: left;
}
.tpl-about-us .about__content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.tpl-about-us .about__content img.alignright {
  margin-bottom: 30px;
  display: block;
  float: right;
}
.tpl-about-us .about__content ul,
.tpl-about-us .about__content ol {
  padding-left: 15px;
}
.tpl-about-us .about__content ul li,
.tpl-about-us .about__content ol li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content ul li,
  .tpl-about-us .about__content ol li {
    margin-bottom: 25px;
  }
}
.tpl-about-us .about__content ul {
  list-style-type: disc;
}
.tpl-about-us .about__content ol {
  list-style-type: decimal;
}
.tpl-about-us .about__content .gallery {
  -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%;
}
.tpl-about-us .about__content .gallery .gallery-item {
  width: calc(50% - 15px) !important;
  margin-bottom: 30px !important;
  margin-right: 30px !important;
  margin-top: 0 !important;
  position: relative;
}
.tpl-about-us .about__content .gallery .gallery-item:nth-of-type(even) {
  margin-right: 0 !important;
}
.tpl-about-us .about__content .gallery .gallery-item:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.tpl-about-us .about__content .gallery .gallery-item .gallery-icon,
.tpl-about-us .about__content .gallery .gallery-item a,
.tpl-about-us .about__content .gallery .gallery-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.tpl-about-us .about__content .gallery .gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tpl-about-us .about__content .gallery.gallery-columns-1 .gallery-item {
  margin-right: 0 !important;
  width: 100% !important;
}
.tpl-about-us .about__content .gallery.gallery-columns-1 .gallery-item:nth-of-type(even) {
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.33% - 20px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-3 .gallery-item:nth-of-type(even) {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 22.5px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-4 .gallery-item:nth-of-type(even) {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-5 .gallery-item,
  .tpl-about-us .about__content .gallery.gallery-columns-6 .gallery-item,
  .tpl-about-us .about__content .gallery.gallery-columns-7 .gallery-item,
  .tpl-about-us .about__content .gallery.gallery-columns-8 .gallery-item,
  .tpl-about-us .about__content .gallery.gallery-columns-9 .gallery-item {
    width: calc(20% - 24px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-5 .gallery-item:nth-of-type(even),
  .tpl-about-us .about__content .gallery.gallery-columns-6 .gallery-item:nth-of-type(even),
  .tpl-about-us .about__content .gallery.gallery-columns-7 .gallery-item:nth-of-type(even),
  .tpl-about-us .about__content .gallery.gallery-columns-8 .gallery-item:nth-of-type(even),
  .tpl-about-us .about__content .gallery.gallery-columns-9 .gallery-item:nth-of-type(even) {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .tpl-about-us .about__content .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n),
  .tpl-about-us .about__content .gallery.gallery-columns-6 .gallery-item:nth-of-type(5n),
  .tpl-about-us .about__content .gallery.gallery-columns-7 .gallery-item:nth-of-type(5n),
  .tpl-about-us .about__content .gallery.gallery-columns-8 .gallery-item:nth-of-type(5n),
  .tpl-about-us .about__content .gallery.gallery-columns-9 .gallery-item:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
.tpl-home .home-banner {
  background-color: #f0f0f0;
  padding-bottom: 80px;
  padding-top: 100px;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-home .home-banner {
    padding-bottom: 120px;
    padding-top: 135px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .home-banner {
    padding-bottom: 145px;
    padding-top: 175px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl-home .home-banner__content {
    text-align: left;
    width: 64%;
  }
}
.tpl-home .home-banner__addon {
  letter-spacing: 0.1em;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 75px;
  color: white;
  z-index: -1;
  left: -3px;
  top: -48px;
}
@media only screen and (min-width: 768px) {
  .tpl-home .home-banner__addon {
    font-size: 140px;
    left: -6px;
    top: -90px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .home-banner__addon {
    font-size: 193px;
    top: -108px;
    left: -9px;
  }
}
.tpl-home .home-banner__header {
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tpl-home .home-banner__header {
    margin-bottom: 25px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .home-banner__header {
    font-size: 50px;
  }
}
.tpl-home .home-banner__desc {
  letter-spacing: 0.06em;
  margin-bottom: 25px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .tpl-home .home-banner__desc {
    margin-bottom: 45px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl-home .home-banner__desc br {
    display: none;
  }
}
.tpl-home .home-banner__button {
  transition: all 0.3s ease-in-out;
  background-color: var(--main-color);
  padding-right: 24.24242424px;
  padding-left: 24.24242424px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  font-size: 12px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .tpl-home .home-banner__button {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 26px;
    line-height: 54px;
    font-size: 16px;
  }
}
.tpl-home .home-banner__button:hover {
  background-color: black;
  color: white;
}
.tpl-home .home-banner__photo {
  left: calc(46% - 20px);
  position: absolute;
  height: 100%;
  width: 80vw;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .tpl-home .home-banner__photo {
    left: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-home .home-banner__photo {
    left: calc(50% - 60px);
  }
}
.tpl-home .home-banner__photo img {
  -o-object-position: bottom left;
     object-position: bottom left;
  mix-blend-mode: darken;
  pointer-events: none;
  -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%;
}
.tpl-home .promotions__header {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  pointer-events: none;
  margin-bottom: 15px;
  text-align: center;
  color: #f0f0f0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__header {
    font-size: 111px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .promotions__header {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-home .promotions__header {
    margin-bottom: 0;
    font-size: 160px;
  }
}
.tpl-home .promotions__container {
  padding-bottom: 25px;
  position: relative;
  padding-top: 30px;
  margin-top: -40px;
  display: block;
  font-size: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__container {
    padding-bottom: 85px;
    padding-right: 115px;
    padding-left: 115px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .promotions__container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-home .promotions__container {
    padding-right: 115px;
    padding-left: 115px;
  }
}
.tpl-home .promotions__container--mobile {
  display: block !important;
}
@media only screen and (min-width: 992px) {
  .tpl-home .promotions__container--mobile {
    display: none !important;
  }
}
.tpl-home .promotions__container--desktop {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .tpl-home .promotions__container--desktop {
    display: block !important;
  }
}
.tpl-home .promotions__container .prev,
.tpl-home .promotions__container .next {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  background-color: white;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  width: 45px;
  z-index: 10;
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__container .prev,
  .tpl-home .promotions__container .next {
    height: 65px;
    width: 65px;
    top: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-home .promotions__container .prev,
  .tpl-home .promotions__container .next {
    top: 46%;
  }
}
.tpl-home .promotions__container .prev:hover,
.tpl-home .promotions__container .next:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}
.tpl-home .promotions__container .prev svg,
.tpl-home .promotions__container .next svg,
.tpl-home .promotions__container .prev img,
.tpl-home .promotions__container .next img {
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 15px;
  width: 17px;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__container .prev svg,
  .tpl-home .promotions__container .next svg,
  .tpl-home .promotions__container .prev img,
  .tpl-home .promotions__container .next img {
    height: 19px;
    width: 21px;
  }
}
.tpl-home .promotions__container .prev {
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__container .prev {
    left: 0;
  }
}
.tpl-home .promotions__container .prev svg,
.tpl-home .promotions__container .prev img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.tpl-home .promotions__container .next {
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .tpl-home .promotions__container .next {
    right: 0;
  }
}
.tpl-home .promotions__container .swiper-container {
  overflow: visible;
}
.about-us {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .about-us .features__photo {
    display: block;
    width: 100%;
  }
}
.about-us__photo {
  box-shadow: 6px 7px 34px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .about-us__photo {
    max-width: 100%;
    width: inherit;
    margin-bottom: 2rem;
  }
}
.about-us__desc {
  font-size: 14px;
  line-height: 25px;
}
.about-us__desc p {
  margin-bottom: 30px;
}
.about-usfeatures__title p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}
.about-usfeatures__title p strong {
  font-weight: bold;
}
.about-us .features {
  margin-top: 60px;
}
.about-us .features__item {
  text-align: center;
}
.about-us .features__title {
  font-size: 26px;
  line-height: 39px;
  margin: 20px 0;
}
.about-us .features__desc {
  font-size: 14px;
  line-height: 25px;
}
div.main-heading {
  margin-bottom: 0;
  text-align: center;
}
div.main-heading h1 {
  font-size: 3rem;
  font-weight: 700;
}
body.tpl-product p,
body.tpl-secondProduct p,
body.tpl-thirdproduct p,
body.tpl-product .entrance__content,
body.tpl-secondProduct .entrance__content,
body.tpl-thirdproduct .entrance__content {
  font-size: 14px;
  line-height: 25px;
}
body.tpl-product p a,
body.tpl-secondProduct p a,
body.tpl-thirdproduct p a,
body.tpl-product .entrance__content a,
body.tpl-secondProduct .entrance__content a,
body.tpl-thirdproduct .entrance__content a {
  text-decoration: underline;
  transition: .3s all;
}
body.tpl-product p a:hover,
body.tpl-secondProduct p a:hover,
body.tpl-thirdproduct p a:hover,
body.tpl-product .entrance__content a:hover,
body.tpl-secondProduct .entrance__content a:hover,
body.tpl-thirdproduct .entrance__content a:hover {
  color: var(--main-color);
}
body.tpl-product h2,
body.tpl-secondProduct h2,
body.tpl-thirdproduct h2 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  body.tpl-product h2,
  body.tpl-secondProduct h2,
  body.tpl-thirdproduct h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.tpl-product h2,
  body.tpl-secondProduct h2,
  body.tpl-thirdproduct h2 {
    font-size: 18px;
  }
}
body.tpl-product h3:not(.single-category__name,.text-box__header),
body.tpl-secondProduct h3:not(.single-category__name,.text-box__header),
body.tpl-thirdproduct h3:not(.single-category__name,.text-box__header) {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
body.tpl-product h3:not(.single-category__name,.text-box__header)::after,
body.tpl-secondProduct h3:not(.single-category__name,.text-box__header)::after,
body.tpl-thirdproduct h3:not(.single-category__name,.text-box__header)::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background-color: #D7D2E1;
  margin-left: 10px;
}
@media (max-width: 767px) {
  body.tpl-product h3:not(.single-category__name,.text-box__header)::after,
  body.tpl-secondProduct h3:not(.single-category__name,.text-box__header)::after,
  body.tpl-thirdproduct h3:not(.single-category__name,.text-box__header)::after {
    display: none;
  }
}
body.tpl-product .text-box,
body.tpl-secondProduct .text-box,
body.tpl-thirdproduct .text-box {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.tpl-product .text-box,
  body.tpl-secondProduct .text-box,
  body.tpl-thirdproduct .text-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 767px) {
  body.tpl-product .text-box,
  body.tpl-secondProduct .text-box,
  body.tpl-thirdproduct .text-box {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  body.tpl-product .text-box:nth-of-type(even),
  body.tpl-secondProduct .text-box:nth-of-type(even),
  body.tpl-thirdproduct .text-box:nth-of-type(even) {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
body.tpl-product .text-box p,
body.tpl-secondProduct .text-box p,
body.tpl-thirdproduct .text-box p,
body.tpl-product .text-box .entrance__content,
body.tpl-secondProduct .text-box .entrance__content,
body.tpl-thirdproduct .text-box .entrance__content {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  body.tpl-product .text-box p,
  body.tpl-secondProduct .text-box p,
  body.tpl-thirdproduct .text-box p,
  body.tpl-product .text-box .entrance__content,
  body.tpl-secondProduct .text-box .entrance__content,
  body.tpl-thirdproduct .text-box .entrance__content {
    margin-bottom: 20px;
  }
}
body.tpl-product .text-box p strong,
body.tpl-secondProduct .text-box p strong,
body.tpl-thirdproduct .text-box p strong,
body.tpl-product .text-box .entrance__content strong,
body.tpl-secondProduct .text-box .entrance__content strong,
body.tpl-thirdproduct .text-box .entrance__content strong {
  font-weight: bold;
}
body.tpl-product .text-box p:last-of-type,
body.tpl-secondProduct .text-box p:last-of-type,
body.tpl-thirdproduct .text-box p:last-of-type,
body.tpl-product .text-box .entrance__content:last-of-type,
body.tpl-secondProduct .text-box .entrance__content:last-of-type,
body.tpl-thirdproduct .text-box .entrance__content:last-of-type {
  margin-bottom: 0;
}
body.tpl-product .text-box img,
body.tpl-secondProduct .text-box img,
body.tpl-thirdproduct .text-box img {
  max-width: 100%;
  box-shadow: 6px 7px 34px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  body.tpl-product .text-box img,
  body.tpl-secondProduct .text-box img,
  body.tpl-thirdproduct .text-box img {
    margin-top: 25px;
  }
}
body.tpl-product .benefits__box,
body.tpl-secondProduct .benefits__box,
body.tpl-thirdproduct .benefits__box,
body.tpl-product .offer-details__box,
body.tpl-secondProduct .offer-details__box,
body.tpl-thirdproduct .offer-details__box {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 30px 0 30px;
  background-color: #FAFAFA;
  border: 1px solid #E7E7E7;
  margin-bottom: 40px;
}
body.tpl-product .benefits__box .benefit-box,
body.tpl-secondProduct .benefits__box .benefit-box,
body.tpl-thirdproduct .benefits__box .benefit-box,
body.tpl-product .offer-details__box .benefit-box,
body.tpl-secondProduct .offer-details__box .benefit-box,
body.tpl-thirdproduct .offer-details__box .benefit-box {
  margin-bottom: 30px;
}
body.tpl-product .benefits__box .benefit-box .benefit-header,
body.tpl-secondProduct .benefits__box .benefit-box .benefit-header,
body.tpl-thirdproduct .benefits__box .benefit-box .benefit-header,
body.tpl-product .offer-details__box .benefit-box .benefit-header,
body.tpl-secondProduct .offer-details__box .benefit-box .benefit-header,
body.tpl-thirdproduct .offer-details__box .benefit-box .benefit-header {
  margin-bottom: 0;
  line-height: 25px;
}
@media (max-width: 767px) {
  body.tpl-product .benefits__box,
  body.tpl-secondProduct .benefits__box,
  body.tpl-thirdproduct .benefits__box,
  body.tpl-product .offer-details__box,
  body.tpl-secondProduct .offer-details__box,
  body.tpl-thirdproduct .offer-details__box {
    padding: 30px 10px 0 10px;
  }
}
body.tpl-product .benefits__h2,
body.tpl-secondProduct .benefits__h2,
body.tpl-thirdproduct .benefits__h2,
body.tpl-product .offer-details__h2,
body.tpl-secondProduct .offer-details__h2,
body.tpl-thirdproduct .offer-details__h2 {
  padding-left: 40px;
  position: relative;
}
body.tpl-product .benefits__h2::before,
body.tpl-secondProduct .benefits__h2::before,
body.tpl-thirdproduct .benefits__h2::before,
body.tpl-product .offer-details__h2::before,
body.tpl-secondProduct .offer-details__h2::before,
body.tpl-thirdproduct .offer-details__h2::before {
  content: url('../images/star.svg');
  position: absolute;
  left: 0;
}
body.tpl-product .offer-details__box h2::before,
body.tpl-secondProduct .offer-details__box h2::before,
body.tpl-thirdproduct .offer-details__box h2::before {
  content: url('../images/magnifier.svg');
}
@media (max-width: 992px) {
  body.tpl-product section.cta .cta-box__header,
  body.tpl-secondProduct section.cta .cta-box__header,
  body.tpl-thirdproduct section.cta .cta-box__header {
    font-size: 40px;
  }
}
body.tpl-product section.cta .cta-box__wrapper,
body.tpl-secondProduct section.cta .cta-box__wrapper,
body.tpl-thirdproduct section.cta .cta-box__wrapper {
  min-height: 400px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 768px) {
  body.tpl-product section.cta .cta-box__wrapper,
  body.tpl-secondProduct section.cta .cta-box__wrapper,
  body.tpl-thirdproduct section.cta .cta-box__wrapper {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__wrapper,
  body.tpl-secondProduct section.cta .cta-box__wrapper,
  body.tpl-thirdproduct section.cta .cta-box__wrapper {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__wrapper::before,
  body.tpl-secondProduct section.cta .cta-box__wrapper::before,
  body.tpl-thirdproduct section.cta .cta-box__wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #bbb;
    opacity: .7;
    z-index: 2;
    left: 0;
    top: 0;
  }
}
@media (max-width: 1200px) {
  body.tpl-product section.cta .cta-box__wrapper,
  body.tpl-secondProduct section.cta .cta-box__wrapper,
  body.tpl-thirdproduct section.cta .cta-box__wrapper {
    min-height: 332px;
  }
}
@media (max-width: 992px) {
  body.tpl-product section.cta .cta-box__wrapper,
  body.tpl-secondProduct section.cta .cta-box__wrapper,
  body.tpl-thirdproduct section.cta .cta-box__wrapper {
    min-height: 254px;
  }
}
body.tpl-product section.cta .cta-box__wrapper img,
body.tpl-secondProduct section.cta .cta-box__wrapper img,
body.tpl-thirdproduct section.cta .cta-box__wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__wrapper img,
  body.tpl-secondProduct section.cta .cta-box__wrapper img,
  body.tpl-thirdproduct section.cta .cta-box__wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
body.tpl-product section.cta .cta-box__content,
body.tpl-secondProduct section.cta .cta-box__content,
body.tpl-thirdproduct section.cta .cta-box__content {
  padding-top: 65px;
}
@media (max-width: 1199px) {
  body.tpl-product section.cta .cta-box__content,
  body.tpl-secondProduct section.cta .cta-box__content,
  body.tpl-thirdproduct section.cta .cta-box__content {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__content,
  body.tpl-secondProduct section.cta .cta-box__content,
  body.tpl-thirdproduct section.cta .cta-box__content {
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 10px;
  }
}
body.tpl-product section.cta .cta-box__content h3,
body.tpl-secondProduct section.cta .cta-box__content h3,
body.tpl-thirdproduct section.cta .cta-box__content h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  body.tpl-product section.cta .cta-box__content h3,
  body.tpl-secondProduct section.cta .cta-box__content h3,
  body.tpl-thirdproduct section.cta .cta-box__content h3 {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  body.tpl-product section.cta .cta-box__content h3,
  body.tpl-secondProduct section.cta .cta-box__content h3,
  body.tpl-thirdproduct section.cta .cta-box__content h3 {
    font-size: 18px;
  }
}
body.tpl-product section.cta .cta-box__content h3::after,
body.tpl-secondProduct section.cta .cta-box__content h3::after,
body.tpl-thirdproduct section.cta .cta-box__content h3::after {
  content: none;
}
body.tpl-product section.cta .cta-box__content h2,
body.tpl-secondProduct section.cta .cta-box__content h2,
body.tpl-thirdproduct section.cta .cta-box__content h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  body.tpl-product section.cta .cta-box__content h2,
  body.tpl-secondProduct section.cta .cta-box__content h2,
  body.tpl-thirdproduct section.cta .cta-box__content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  body.tpl-product section.cta .cta-box__content h2,
  body.tpl-secondProduct section.cta .cta-box__content h2,
  body.tpl-thirdproduct section.cta .cta-box__content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.tpl-product section.cta .cta-box__content h2,
  body.tpl-secondProduct section.cta .cta-box__content h2,
  body.tpl-thirdproduct section.cta .cta-box__content h2 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__content h2,
  body.tpl-secondProduct section.cta .cta-box__content h2,
  body.tpl-thirdproduct section.cta .cta-box__content h2 {
    margin-bottom: 10px;
  }
}
body.tpl-product section.cta .cta-box__content p,
body.tpl-secondProduct section.cta .cta-box__content p,
body.tpl-thirdproduct section.cta .cta-box__content p {
  padding-top: 60px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 992px) {
  body.tpl-product section.cta .cta-box__content p,
  body.tpl-secondProduct section.cta .cta-box__content p,
  body.tpl-thirdproduct section.cta .cta-box__content p {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  body.tpl-product section.cta .cta-box__content p,
  body.tpl-secondProduct section.cta .cta-box__content p,
  body.tpl-thirdproduct section.cta .cta-box__content p {
    padding-top: 20px;
  }
}
body.tpl-product section.cta .cta-box__content p::before,
body.tpl-secondProduct section.cta .cta-box__content p::before,
body.tpl-thirdproduct section.cta .cta-box__content p::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 70px;
  top: 45px;
  background-color: #D7D2E1;
}
@media (max-width: 768px) {
  body.tpl-product section.cta .cta-box__content p::before,
  body.tpl-secondProduct section.cta .cta-box__content p::before,
  body.tpl-thirdproduct section.cta .cta-box__content p::before {
    top: 15px;
  }
}
body.tpl-product section.cta .cta-box__content a.cta-telephone,
body.tpl-secondProduct section.cta .cta-box__content a.cta-telephone,
body.tpl-thirdproduct section.cta .cta-box__content a.cta-telephone {
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
}
@media (max-width: 767px) {
  body.tpl-product section.cta .cta-box__content a.cta-telephone,
  body.tpl-secondProduct section.cta .cta-box__content a.cta-telephone,
  body.tpl-thirdproduct section.cta .cta-box__content a.cta-telephone {
    font-size: 20px;
    line-height: 28px;
  }
}
body.tpl-product section.additional-info,
body.tpl-secondProduct section.additional-info,
body.tpl-thirdproduct section.additional-info {
  margin-bottom: 45px;
}
body.tpl-product section.additional-info h3,
body.tpl-secondProduct section.additional-info h3,
body.tpl-thirdproduct section.additional-info h3 {
  margin: 30px 0 20px 0;
  font-size: 15px;
  line-height: 20px;
}
body.tpl-product section.guarantee h3,
body.tpl-secondProduct section.guarantee h3,
body.tpl-thirdproduct section.guarantee h3 {
  margin: 30px 0 20px 0;
  line-height: 20px;
}
body.tpl-product section.guarantee p:last-of-type,
body.tpl-secondProduct section.guarantee p:last-of-type,
body.tpl-thirdproduct section.guarantee p:last-of-type {
  margin: 30px 0 50px 0;
}
@media (max-width: 768px) {
  body.tpl-product section.guarantee p:last-of-type,
  body.tpl-secondProduct section.guarantee p:last-of-type,
  body.tpl-thirdproduct section.guarantee p:last-of-type {
    margin: 15px 0 15px 0;
  }
}
body.tpl-product section.how-works h3,
body.tpl-secondProduct section.how-works h3,
body.tpl-thirdproduct section.how-works h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  body.tpl-product section.how-works h3,
  body.tpl-secondProduct section.how-works h3,
  body.tpl-thirdproduct section.how-works h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.how-works h3,
  body.tpl-secondProduct section.how-works h3,
  body.tpl-thirdproduct section.how-works h3 {
    font-size: 18px;
  }
}
body.tpl-product section.how-works-second,
body.tpl-secondProduct section.how-works-second,
body.tpl-thirdproduct section.how-works-second {
  background-size: cover;
  background-position: 0 40%;
  background-attachment: fixed;
  position: relative;
  padding: 0 1rem;
}
body.tpl-product section.how-works-second::before,
body.tpl-secondProduct section.how-works-second::before,
body.tpl-thirdproduct section.how-works-second::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .75;
}
body.tpl-product section.how-works-second .text-box,
body.tpl-secondProduct section.how-works-second .text-box,
body.tpl-thirdproduct section.how-works-second .text-box {
  padding: 2rem 0 4rem 0;
}
@media (max-width: 768px) {
  body.tpl-product section.how-works-second,
  body.tpl-secondProduct section.how-works-second,
  body.tpl-thirdproduct section.how-works-second {
    background-position: center;
  }
}
body.tpl-product section.how-works-second h3,
body.tpl-secondProduct section.how-works-second h3,
body.tpl-thirdproduct section.how-works-second h3,
body.tpl-product section.how-works-second p,
body.tpl-secondProduct section.how-works-second p,
body.tpl-thirdproduct section.how-works-second p {
  color: white;
}
@media (max-width: 767px) {
  body.tpl-product section.how-works .text-box,
  body.tpl-secondProduct section.how-works .text-box,
  body.tpl-thirdproduct section.how-works .text-box {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
body.tpl-product .price-box-non-dropdown,
body.tpl-secondProduct .price-box-non-dropdown,
body.tpl-thirdproduct .price-box-non-dropdown {
  display: block !important;
  margin: 0;
}
body.tpl-product section.treatment-descriptions .single-category__header,
body.tpl-secondProduct section.treatment-descriptions .single-category__header,
body.tpl-thirdproduct section.treatment-descriptions .single-category__header {
  margin-top: 30px;
}
@media (max-width: 767px) {
  body.tpl-product section.treatment-descriptions .single-category__header,
  body.tpl-secondProduct section.treatment-descriptions .single-category__header,
  body.tpl-thirdproduct section.treatment-descriptions .single-category__header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.tpl-product section.treatment-descriptions ul,
body.tpl-secondProduct section.treatment-descriptions ul,
body.tpl-thirdproduct section.treatment-descriptions ul {
  column-count: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.tpl-product section.treatment-descriptions ul,
  body.tpl-secondProduct section.treatment-descriptions ul,
  body.tpl-thirdproduct section.treatment-descriptions ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
body.tpl-product section.treatment-descriptions li,
body.tpl-secondProduct section.treatment-descriptions li,
body.tpl-thirdproduct section.treatment-descriptions li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
body.tpl-product section.treatment-descriptions li::before,
body.tpl-secondProduct section.treatment-descriptions li::before,
body.tpl-thirdproduct section.treatment-descriptions li::before {
  content: '';
  height: 2px;
  min-width: 15px;
  background-color: var(--main-color);
  transform: translateY(-4px);
  margin-right: .5rem;
}
@media (max-width: 767px) {
  body.tpl-product section.treatment-descriptions li::before,
  body.tpl-secondProduct section.treatment-descriptions li::before,
  body.tpl-thirdproduct section.treatment-descriptions li::before {
    position: static;
    display: inline-block;
    transform: translateY(-4px);
    margin-right: .5rem;
  }
}
@media (max-width: 767px) {
  body.tpl-product section.treatment-descriptions li,
  body.tpl-secondProduct section.treatment-descriptions li,
  body.tpl-thirdproduct section.treatment-descriptions li {
    font-size: 14px;
  }
}
body.tpl-product section.effects,
body.tpl-secondProduct section.effects,
body.tpl-thirdproduct section.effects {
  margin-bottom: 40px;
}
body.tpl-product section.effects .effect__image,
body.tpl-secondProduct section.effects .effect__image,
body.tpl-thirdproduct section.effects .effect__image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 450px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.tpl-product section.effects .effect__image,
  body.tpl-secondProduct section.effects .effect__image,
  body.tpl-thirdproduct section.effects .effect__image {
    min-height: 350px;
    margin-bottom: 20px;
  }
}
body.tpl-product section.effects img,
body.tpl-secondProduct section.effects img,
body.tpl-thirdproduct section.effects img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  box-shadow: 10px 17.321px 50px 0px rgba(0, 0, 0, 0.2);
}
body.tpl-product section.effects h3:not(.single-category__name),
body.tpl-secondProduct section.effects h3:not(.single-category__name),
body.tpl-thirdproduct section.effects h3:not(.single-category__name) {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.tpl-product section.effects h3:not(.single-category__name),
  body.tpl-secondProduct section.effects h3:not(.single-category__name),
  body.tpl-thirdproduct section.effects h3:not(.single-category__name) {
    text-align: center;
    font-size: 16px;
  }
}
body.tpl-secondProduct section.cta {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .banner .slick-slide {
    background-position: right;
    background-size: cover;
  }
}
.banner-wrapper {
  position: relative;
  min-height: 600px;
  background-size: cover;
}
.banner-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: .4;
}
@media (max-width: 1500px) {
  .banner-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  .banner-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .banner-wrapper {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper {
    min-height: 250px;
    background-size: 100% 100%;
    position: relative;
  }
  .banner-wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: .7;
    z-index: 2;
    left: 0;
    top: 0;
  }
}
.banner-content {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1500px) {
  .banner-content {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .banner-content {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .banner-content {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    z-index: 10;
  }
}
.banner-content h2.banner-header,
.banner-content h1.banner-header {
  font-size: 150px;
  position: relative;
  top: 35px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.01em;
  line-height: 144px;
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .banner-content h2.banner-header,
  .banner-content h1.banner-header {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .banner-content h2.banner-header,
  .banner-content h1.banner-header {
    font-size: 110px;
  }
}
@media (max-width: 768px) {
  .banner-content h2.banner-header,
  .banner-content h1.banner-header {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner-content h2.banner-header,
  .banner-content h1.banner-header {
    font-size: 40px;
    line-height: 40px;
    top: 15px;
  }
}
.banner-content h2.banner-subtitle,
.banner-content h1.banner-subtitle {
  position: relative;
  z-index: 3;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .banner-content h2.banner-subtitle,
  .banner-content h1.banner-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .banner-content h2.banner-subtitle,
  .banner-content h1.banner-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner-content h2.banner-subtitle,
  .banner-content h1.banner-subtitle {
    font-size: 18px;
    line-height: 15px;
    margin-top: 30px;
  }
}
.banner-content p {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1500px) {
  .banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .banner-content p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-content p {
    line-height: 17px !important;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .banner-content p {
    margin-bottom: 30px;
  }
}
.banner .slick-dots {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  bottom: 50px;
  text-align: left;
}
@media (min-width: 1200px) {
  .banner .slick-dots {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner .slick-dots {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .slick-dots {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 25px;
  }
}
.banner .slick-dots li {
  background-color: #fff;
  border-radius: 50%;
  transition: .3s all ease;
  width: 12px;
  height: 12px;
}
.banner .slick-dots li button::before {
  content: none;
}
.banner .slick-dots li.slick-active {
  background-color: #BDB5CD;
  transform: scale(1.4);
}
.error-page__wrapper {
  height: calc(100vh - 155px);
  position: relative;
  background-image: url(../images/error-page-background.jpg);
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 991px) {
  .error-page__wrapper {
    height: calc(100vh - 140px);
  }
}
.error-page__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--main-color);
  opacity: .8;
}
.error-page__content {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.error-page__content h1 {
  font-size: 140px;
  font-weight: bold;
  letter-spacing: 15px;
  color: white;
}
@media (max-width: 991px) {
  .error-page__content h1 {
    font-size: 120px;
  }
}
@media (max-width: 320px) {
  .error-page__content h1 {
    font-size: 100px;
  }
}
.error-page__content p {
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .error-page__content p {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .error-page__content p {
    margin: 20px 0;
    font-size: 28px;
  }
}
.error-page__content a {
  padding: 20px 60px;
  border: 2px solid black;
  font-weight: 500;
  transition: .3s all;
  background-color: white;
  border-radius: 50px;
}
@media (max-width: 320px) {
  .error-page__content a {
    padding: 10px 40px;
  }
}
.error-page__content a:hover {
  background-color: black;
  color: white;
  border: 2px solid white;
}
.wpcf7-form-control {
  font-size: 14px;
  color: black;
}
.wpcf7-form-control a {
  text-decoration: underline;
  transition: .3s all;
}
.wpcf7-form-control a:hover {
  color: var(--main-color);
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 15px 0 !important;
}
.tpl-rodo section.rodo-section {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-size: 14px;
}
.tpl-rodo section.rodo-section h2 {
  color: var(--main-color);
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
}
.tpl-rodo section.rodo-section ol {
  list-style-type: disc;
}
@media (max-width: 768px) {
  .tpl-rodo section.rodo-section ol {
    list-style-type: none;
  }
}
.tpl-rodo section.rodo-section ol li {
  margin: 5px 0;
}
.tpl-rodo section.rodo-section ol li ol {
  margin-left: 40px;
  list-style-type: decimal;
}
.tpl-rodo section.rodo-section a {
  text-decoration: underline;
  transition: .3s all;
}
.tpl-rodo section.rodo-section a:hover {
  color: var(--main-color);
}
.polityka-prywatnosci {
  position: fixed;
  bottom: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 100px;
  width: 100vw;
  background-color: var(--main-color);
}
.polityka-prywatnosci.d-none {
  display: none !important;
}
@media (max-width: 1365px) {
  .polityka-prywatnosci {
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .polityka-prywatnosci {
    padding: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.polityka-prywatnosci p {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .polityka-prywatnosci p {
    text-align: center;
    line-height: 20px;
  }
}
.polityka-prywatnosci button,
.polityka-prywatnosci a {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 50px;
  padding: 5px 10px;
  transition: all .3s;
  cursor: pointer;
  font-size: 12px;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .polityka-prywatnosci button,
  .polityka-prywatnosci a {
    margin: 5px 0;
  }
}
.polityka-prywatnosci button:hover,
.polityka-prywatnosci a:hover {
  color: white;
  background-color: black;
}
input[type="submit"] {
  cursor: pointer;
}


@media only screen and (max-width: 767.98px) {

  .promotion-box {
    max-width: 70%;
    left: 15%;
  }
  .tpl-home .promotions__container .prev, .tpl-home .promotions__container .next {
    width: 25px!important;
    height: 25px!important;
  }
  .tpl-home .promotions__container .next {
    right: 10px!important;
  }
  .tpl-home .promotions__container .prev {
    left: 10px!important;
  } 
  .polityka-prywatnosci {

    width: 90vw;
    left:5vw;
  }
}

