@charset "UTF-8";
@import url(libs/owl/owl.carousel.min.css);
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, font, 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 {
  background-color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  font-size: 16px;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  line-height: 1;
}

button {
  appearance: none;
}

a, button {
  cursor: pointer;
}

strong, b {
  color: inherit;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Raleway';
  src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("fonts/Raleway-ExtraBold.woff2") format("woff2"), url("fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("fonts/subset-Geometria-ExtraBold.woff2") format("woff2"), url("fonts/subset-Geometria-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=386c1c225836e5ea6820)
 * Config saved to config.json and https://gist.github.com/386c1c225836e5ea6820
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.clear {
  width: 100%;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.both {
  clear: both;
}

.row-flex, .wrapper-firstsection_02, .wrapper-card-04, .wrapper-form-01, .wrapper-form-02, .wrapper-carousel-reviews-01 .owl-carousel-reviews-01 .owl-stage, .wrapper-contacts-01, .wrapper-icon-and-text-02, .wrapper-tabs-01 {
  display: flex;
  flex-flow: row wrap;
}

.h100 {
  height: 100%;
}

body, p, a, span, div, li, ul, ol, blockquote, q, table, button, pre, tr, td {
  font-family: 'Open Sans';
}

#content {
  padding-top: 98px;
}

.container {
  width: 1430px;
}

.container-header {
  max-width: 1671px;
  margin: 0 auto;
}

#content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1430px;
}

.container-carousel {
  width: 1460px;
}

a, span {
  color: inherit;
}

/*Основные стили используемых шрифтов*/
.super-small-text, .wrapper-carousel-reviews-01 .wrapper-review .footer .link-to-proof {
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700;
}

.small-text, .wrapper-input.active label, .wrapper-carousel-reviews-01 .wrapper-review .footer .date, .wrapper-carousel-reviews-01 .wrapper-review .footer .title-product {
  font-size: 0.813em;
  letter-spacing: .4px;
  font-weight: 400;
}

.small-text.mnu-item, .wrapper-input.active label.mnu-item, .wrapper-carousel-reviews-01 .wrapper-review .footer .mnu-item.date, .wrapper-carousel-reviews-01 .wrapper-review .footer .mnu-item.title-product {
  text-transform: uppercase;
  letter-spacing: .4px;
}

.big-text {
  font-size: 1.250em;
  line-height: 1.2em;
  color: #2D394E;
}

.text-plashka, .wrapper-product-card-02 .content .description p, .wrapper-product-card-02 .content .description li, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description p, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description li {
  font-size: 0.875em;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
}

.zagolovok-plashka, .wrapper-carousel-reviews-01 .wrapper-review .header .name {
  font-family: 'Raleway';
  font-size: 1.125em;
  color: #404040;
  font-weight: 700;
}

p {
  color: #404040;
  font-size: 1.125em;
  line-height: 1.938em;
  font-weight: 400;
  margin-bottom: 15px;
}

p strong {
  font-size: inherit;
}

h1 {
  font-family: 'Raleway';
  font-size: 4.063em;
  line-height: 1em;
  color: #404040;
  margin: 60px 0 32px;
  padding-bottom: 6px;
  font-weight: 800;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
  font-family: 'Raleway';
  font-size: 3em;
  line-height: 1.3em;
  color: #404040;
  padding-bottom: 70px;
  padding-top: 180px;
}

h3, .h3 {
  font-family: 'Raleway';
  font-size: 2.250em;
  line-height: 1.111em;
  color: #404040;
}

h4, .h4 {
  font-family: 'Raleway';
  font-size: 1.688em;
  line-height: 1.222em;
  color: #404040;
}

h5, .h5 {
  font-family: 'Raleway';
  font-size: 1.250em;
  line-height: 1.250em;
  color: #404040;
}

h6, .h6, .wrapper-tabs-01 .tab-menu li {
  font-family: 'Raleway';
  font-size: 0.938em;
  line-height: 1.333em;
  color: #404040;
  letter-spacing: .3px;
  font-weight: 800;
}

blockquote {
  font-style: italic;
}

blockquote p, blockquote a, blockquote div, blockquote b, blockquote strong, blockquote span, blockquote h5, blockquote h6, blockquote h4 {
  font-style: italic;
}

.elementor-text-editor h1 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.elementor-text-editor h2 {
  padding-top: 120px;
  padding-top: 80px;
}

.elementor-text-editor h3 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.elementor-text-editor h4 {
  padding-top: 50px;
  padding-bottom: 25px;
}

.elementor-text-editor h5 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.elementor-text-editor h6 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.elementor-text-editor blockquote {
  padding: 30px 40px 30px 70px;
  position: relative;
}

.elementor-text-editor blockquote::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS43MyAzMS45Ij48ZGVmcz48c3R5bGU+LmNscy0xe2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTJ7ZmlsbDojZmYwMDc2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+0KDQtdGB0YPRgNGBIDE8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PGcgY2xhc3M9ImNscy0xIj48ZyBjbGFzcz0iY2xzLTEiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTAsMzEuOSw2LjgxLDBIMjAuNDRMMTMuNjMsMzEuOVptMTkuMjksMEwyNi4xLDBIMzkuNzNMMzIuOTIsMzEuOVoiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+") 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.elementor-text-editor blockquote p, .elementor-text-editor blockquote a, .elementor-text-editor blockquote div, .elementor-text-editor blockquote b, .elementor-text-editor blockquote strong, .elementor-text-editor blockquote span, .elementor-text-editor blockquote h5, .elementor-text-editor blockquote h6, .elementor-text-editor blockquote h4 {
  font-style: italic;
}

ul:not([class]) {
  padding: 10px 0 0;
}

ul:not([class]) li {
  color: #404040;
  font-size: 1.125em;
  padding-left: 25px;
  margin-bottom: 17px;
  position: relative;
  line-height: 1.35em;
}

ul:not([class]) li::before {
  display: block;
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  z-index: 2;
  width: 7px;
  height: 7px;
  background-color: #FF0076;
  border-radius: 50%;
}

button {
  border: none;
}

/*стили кнопок*/
button:not([class]), button.in-form, input[type="button"], .button {
  text-align: center;
  display: inline-block;
  height: 65px;
  padding: 3px 36px 0;
  background-color: #FF0076;
  border: none;
  margin: 0;
  box-shadow: 0 0 12px rgba(255, 0, 118, 0.25);
  color: #fff;
  border-radius: 153px;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all .15s;
}

button:not([class]).in-form, button.in-form.in-form, input[type="button"].in-form, .button.in-form {
  transform: translateX(-3px);
}

button:not([class]).secondary, button.in-form.secondary, input[type="button"].secondary, .button.secondary {
  background-color: #fff;
  border: 3px solid #FF0076;
  color: #FF0076;
  font-weight: 700;
}

button:not([class]).secondary:active, button.in-form.secondary:active, input[type="button"].secondary:active, .button.secondary:active {
  border-color: #FF54A3;
  color: #fff;
}

a.button {
  line-height: 62px;
}

a.button.secondary {
  padding-top: 0;
  line-height: 60px;
}

/*END стили кнопок*/
@media all and (min-width: 1200px) {
  button:not([class]):hover, button.in-form input[type="button"]:hover, .button:hover {
    box-shadow: 0 0 20px rgba(255, 0, 118, 0.35);
    transform: scale(1.05);
  }
  button:not([class]).in-form:active, button.in-form input[type="button"].in-form:active, .button.in-form:active {
    transform: translateX(-3px);
  }
  button:not([class]):active, button.in-form input[type="button"]:active, .button:active {
    box-shadow: none;
    transform: none;
    background-color: #FF2188;
  }
}

/*стили форм*/
.wrapper-input {
  position: relative;
  width: 100%;
  max-width: 326px;
  margin-bottom: 52px;
}

.wrapper-input::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A2A2A2;
  height: 1px;
}

.wrapper-input input[type="text"] {
  border: none;
  height: 36px;
  width: 100%;
  max-width: 326px;
  color: #2D394E;
  padding: 0;
  background-color: transparent;
}

.wrapper-input label {
  cursor: text;
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #2D394E;
  font-size: 1.125em;
  line-height: 1.938em;
  font-weight: 400;
  opacity: .53;
  transition: all .15s;
}

.wrapper-input.active label {
  bottom: 36px;
}

.wrapper-input.last-child {
  margin-bottom: 42px;
}

/*END стили форм*/
@media all and (max-width: 1739px) {
  #content {
    padding-top: 75px;
  }
  .container {
    width: 1170px;
  }
  .container-carousel {
    width: 1200px;
  }
  .container-header {
    max-width: 1199px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 1170px;
  }
  h1 {
    font-size: 3.000em;
    line-height: 1.083em;
    margin-bottom: 20px;
  }
  h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 2.500em;
    line-height: 1.150em;
    padding-top: 117px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 1279px) {
  .container-header {
    max-width: 774px;
  }
  .container {
    width: 774px;
  }
  .container-carousel {
    width: 804px;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 774px;
  }
  h3, .h3 {
    font-size: 1.688em;
    line-height: 1.222em;
  }
}

@media all and (max-width: 991px) {
  .container-header, .container, .container-carousel, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 30px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 1.875em;
    line-height: 1.233em;
  }
  h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 1.688em;
    line-height: 1.111em;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  h3, .h3 {
    font-size: 1.375em;
    line-height: 1.409em;
  }
  .container-header, .container, .container-carousel, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
  }
  .container-carousel {
    padding: 0;
  }
}

@media all and (max-width: 414px) {
  button.in-form, input[type="button"].in-form, .button.in-form {
    width: calc(100% + 6px);
  }
}

header#masthead {
  background-color: #fff;
  width: 100%;
  height: 98px;
  padding-top: 36px;
  position: absolute;
  z-index: 9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

header#masthead.scroll-active {
  position: fixed;
  top: -100px;
  z-index: 99;
  padding-top: 22px;
  height: 68px;
  transition: top .2s ease-in-out;
}

header#masthead.scroll-active .container-header #site-navigation {
  top: 28px;
}

header#masthead.scroll-active .container-header .site-branding a {
  max-width: 230px;
}

header#masthead.scroll-active.active {
  top: 0;
  z-index: 9999;
}

header#masthead .container-header .site-branding {
  float: left;
  display: inline-block;
}

header#masthead .container-header .site-branding a {
  display: inline-block;
  max-width: 266px;
}

header#masthead .container-header .site-branding a img {
  width: 100%;
  height: auto;
}

header#masthead .container-header #site-navigation {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%);
  display: block;
  text-align: center;
  width: 100%;
  max-width: 1100px;
}

header#masthead .container-header #site-navigation ul#primary-menu {
  display: inline-block;
}

header#masthead .container-header #site-navigation ul#primary-menu li.current-menu-item > a {
  color: #FF0076;
}

header#masthead .container-header #site-navigation ul#primary-menu li {
  list-style: none;
  display: inline-block;
  margin: 0 7.5px;
}

header#masthead .container-header #site-navigation ul#primary-menu li:first-child {
  margin-left: 0;
}

header#masthead .container-header #site-navigation ul#primary-menu li:last-child {
  margin-right: 0;
}

header#masthead .container-header #site-navigation ul#primary-menu li a {
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 600;
  color: #404040;
  letter-spacing: 0.4px;
  padding: 0 10px;
  position: relative;
  transition: all .15s;
}

header#masthead .container-header #site-navigation ul#primary-menu li > ul {
  display: none;
}

header#masthead .container-header .wrap-phone {
  float: right;
  text-align: right;
}

header#masthead .container-header .wrap-phone .phone-number {
  font-size: 1.125em;
  color: #404040;
  font-weight: 700;
  letter-spacing: 0.4px;
}

header#masthead .container-header .wrap-phone .open-modal-call-back {
  display: inline-block;
  cursor: pointer;
  color: #1C1C1C;
  opacity: 0.6;
  margin-right: 2px;
  transform: translateY(-2px);
}

header#masthead .container-header .mob-mnu-toggle {
  display: none;
}

@media all and (min-width: 1200px) {
  header#masthead .container-header #site-navigation ul#primary-menu li a:hover {
    color: #FF0076;
  }
}

@media all and (max-width: 1739px) {
  header#masthead {
    height: 75px;
    padding: 25px 30px 26px;
  }
  header#masthead.scroll-active .container-header .site-branding a {
    max-width: 176px;
  }
  header#masthead.scroll-active.active {
    top: 0;
  }
  header#masthead .container-header .site-branding {
    margin-top: 6px;
  }
  header#masthead .container-header .site-branding a {
    max-width: 176px;
  }
  header#masthead .container-header #site-navigation {
    display: block;
    max-width: 780px;
    top: 31px;
  }
  header#masthead .container-header #site-navigation ul#primary-menu li {
    margin: 0 11.5px;
  }
  header#masthead .container-header #site-navigation ul#primary-menu li a {
    padding: 0;
  }
}

@media all and (max-width: 1279px) {
  header#masthead .container-header {
    position: relative;
    padding-right: 66px;
  }
  header#masthead .container-header .mob-mnu-toggle {
    cursor: pointer;
    display: inline-block;
    width: 33px;
    height: 19px;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4wNjMiIGhlaWdodD0iMTguODgiIHZpZXdCb3g9IjAgMCAzMy4wNjMgMTguODgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NDQuMDM5IC0yOCkiPjxsaW5lIHgyPSIzMC4wNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk0NS41MzkgMjkuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJkMzk0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiLz48bGluZSB4Mj0iMzAuMDYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NDUuNTM5IDM3LjQ0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmQzOTRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPjxsaW5lIHgyPSIzMC4wNjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk0NS41MzkgNDUuMzgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyZDM5NGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==") 50% no-repeat;
    background-size: contain;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 6px;
    right: 0;
    transition: none;
  }
  header#masthead .container-header .mob-mnu-toggle span {
    display: inline-block;
    opacity: 0;
  }
  header#masthead .container-header .mob-mnu-toggle span::before, header#masthead .container-header .mob-mnu-toggle span::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #1C1C1C;
  }
  header#masthead .container-header .mob-mnu-toggle.active {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-image: none;
    width: 50px;
    height: 50px;
  }
  header#masthead .container-header .mob-mnu-toggle.active span {
    position: absolute;
    left: 6px;
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  header#masthead .container-header .mob-mnu-toggle.active span::before, header#masthead .container-header .mob-mnu-toggle.active span::after {
    width: 20px;
    transition: transform .15s .5s;
  }
  header#masthead .container-header .mob-mnu-toggle.active span::before {
    transform: rotate(45deg);
  }
  header#masthead .container-header .mob-mnu-toggle.active span::after {
    transform: rotate(-45deg);
  }
  header#masthead .container-header #site-navigation {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    max-width: initial;
    transform: initial;
  }
  header#masthead .container-header #site-navigation ul#primary-menu {
    display: block;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
  }
  header#masthead .container-header #site-navigation ul#primary-menu li {
    width: 100%;
    margin: 15px 0;
  }
  header#masthead.mnu-open .container-header .wrap-phone {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    float: none;
    max-width: initial;
    text-align: center;
    width: 100%;
  }
  header#masthead.mnu-open .container-header .wrap-phone .super-small-text.open-modal-call-back, header#masthead.mnu-open .container-header .wrap-phone .wrapper-carousel-reviews-01 .wrapper-review .footer .open-modal-call-back.link-to-proof, .wrapper-carousel-reviews-01 .wrapper-review .footer header#masthead.mnu-open .container-header .wrap-phone .open-modal-call-back.link-to-proof {
    margin-top: 7px;
    padding: 5px;
    display: inline-block;
  }
  header#masthead.scroll-active .container-header #site-navigation {
    top: 0;
  }
}

@media all and (max-width: 991px) {
  header#masthead .container-header {
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  header#masthead {
    box-shadow: 0 3px 10px transparent;
    padding-left: 15px;
    padding-right: 15px;
  }
  header#masthead.scroll-active.active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  }
  header#masthead .container-header .wrap-phone {
    display: none;
  }
}

@media all and (max-width: 450px) {
  header#masthead .container-header #site-navigation {
    overflow-y: hidden;
  }
}

@media all and (max-width: 413px) {
  header#masthead .container-header #site-navigation ul#primary-menu {
    top: 200px;
  }
}

@media all and (max-width: 374px) {
  header#masthead .container-header .mob-mnu-toggle.active {
    top: 50px;
  }
  header#masthead .container-header #site-navigation ul#primary-menu {
    top: 130px;
  }
}

@media all and (max-width: 991px) and (max-height: 450px) {
  header#masthead .container-header .mob-mnu-toggle.active {
    top: 30px;
    right: 20px;
    left: auto;
    transform: none;
  }
  header#masthead .container-header #site-navigation ul#primary-menu {
    top: 30px;
    left: 50px;
    text-align: left;
    transform: none;
  }
  header#masthead.mnu-open .container-header .wrap-phone {
    left: auto;
    right: 36px;
    transform: none;
    text-align: right;
    width: calc(100% - 50px);
  }
}

footer#colophon {
  display: block;
  margin-top: 158px;
  background-color: #fff;
  padding-bottom: 32px;
}

footer#colophon .coperight span {
  color: #2D394E;
}

footer#colophon .coperight .info-ip {
  margin-top: 15px;
}

footer#colophon .politika {
  text-align: center;
  font-size: inherit;
}

footer#colophon .politika, footer#colophon .developers {
  opacity: .6;
}

footer#colophon .developers {
  text-align: right;
}

footer#colophon .developers a {
  font-size: inherit;
}

footer#colophon a {
  text-decoration: underline;
}

@media all and (min-width: 1200px) {
  footer#colophon a:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 1739px) and (min-width: 1280px) {
  footer#colophon .container {
    position: relative;
    padding-bottom: 30px;
  }
  footer#colophon .developers {
    width: 66.666%;
  }
  footer#colophon .politika {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
  }
  footer#colophon .developers {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media all and (max-width: 1279px) {
  footer#colophon .politika, footer#colophon .developers {
    position: relative;
    bottom: auto;
    left: auto;
  }
  footer#colophon .col-md-12 {
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
  }
  footer#colophon .col-md-12.politika {
    padding-bottom: 80px;
  }
}

.owl-carousel {
  display: block;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 41px);
  transform: translateY(-50%);
  left: -104px;
  right: -104px;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #F5F9FF !important;
  position: relative;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 27px !important;
  opacity: 1;
  transition: all .15s;
  pointer-events: auto;
}

.owl-carousel .owl-nav button::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF0076;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 50%;
  opacity: 0;
  transition: all .15s;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy43NjUiIGhlaWdodD0iMTUuNDM1IiB2aWV3Qm94PSIwIDAgMjcuNzY1IDE1LjQzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMy44NCAyOTIuMDM0KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIzLjg0IC0yOTIuMDM0KSI+PHBhdGggZD0iTTI0LjI0MywyNC45NjdhLjkyNC45MjQsMCwwLDAtLjU3NywxLjYwN2w1LjY0LDUuMTc4SDUuODEzYy0uMDMyLDAtLjA2NCwwLS4xLDBhLjkyNS45MjUsMCwwLDAsLjEsMS44NDhIMjkuMzA1bC01LjY0LDUuMTY4YS45MjQuOTI0LDAsMSwwLDEuMjUxLDEuMzU3bDcuMzkxLTYuNzc1YS45MjQuOTI0LDAsMCwwLDAtMS4zNTdsLTcuMzkxLTYuNzc1QS45MjQuOTI0LDAsMCwwLDI0LjI0MywyNC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC44NCAtMjQuOTY2KSIgZmlsbD0iIzQwNDA0MCIvPjwvZz48L2c+PC9zdmc+");
}

.owl-carousel .owl-nav button.owl-next::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy43NjUiIGhlaWdodD0iMTUuNDM1IiB2aWV3Qm94PSIwIDAgMjcuNzY1IDE1LjQzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMy44NCAyOTIuMDM0KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIzLjg0IC0yOTIuMDM0KSI+PHBhdGggZD0iTTI0LjI0MywyNC45NjdhLjkyNC45MjQsMCwwLDAtLjU3NywxLjYwN2w1LjY0LDUuMTc4SDUuODEzYy0uMDMyLDAtLjA2NCwwLS4xLDBhLjkyNS45MjUsMCwwLDAsLjEsMS44NDhIMjkuMzA1bC01LjY0LDUuMTY4YS45MjQuOTI0LDAsMSwwLDEuMjUxLDEuMzU3bDcuMzkxLTYuNzc1YS45MjQuOTI0LDAsMCwwLDAtMS4zNTdsLTcuMzkxLTYuNzc1QS45MjQuOTI0LDAsMCwwLDI0LjI0MywyNC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC44NCAtMjQuOTY2KSIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+");
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy43NjUiIGhlaWdodD0iMTUuNDM1IiB2aWV3Qm94PSIwIDAgMjcuNzY1IDE1LjQzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxLjYwNCAtMjc2LjU5OSkgcm90YXRlKDE4MCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyMy44NCAtMjkyLjAzNCkiPjxwYXRoIGQ9Ik0yNC4yNDMsMjQuOTY3YS45MjQuOTI0LDAsMCwwLS41NzcsMS42MDdsNS42NCw1LjE3OEg1LjgxM2MtLjAzMiwwLS4wNjQsMC0uMSwwYS45MjUuOTI1LDAsMCwwLC4xLDEuODQ4SDI5LjMwNWwtNS42NCw1LjE2OGEuOTI0LjkyNCwwLDEsMCwxLjI1MSwxLjM1N2w3LjM5MS02Ljc3NWEuOTI0LjkyNCwwLDAsMCwwLTEuMzU3bC03LjM5MS02Ljc3NUEuOTI0LjkyNCwwLDAsMCwyNC4yNDMsMjQuOTY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuODQgLTI0Ljk2NikiIGZpbGw9IiM0MDQwNDAiLz48L2c+PC9nPjwvc3ZnPg==");
}

.owl-carousel .owl-nav button.owl-prev::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy43NjUiIGhlaWdodD0iMTUuNDM1IiB2aWV3Qm94PSIwIDAgMjcuNzY1IDE1LjQzNSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxLjYwNCAtMjc2LjU5OSkgcm90YXRlKDE4MCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyMy44NCAtMjkyLjAzNCkiPjxwYXRoIGQ9Ik0yNC4yNDMsMjQuOTY3YS45MjQuOTI0LDAsMCwwLS41NzcsMS42MDdsNS42NCw1LjE3OEg1LjgxM2MtLjAzMiwwLS4wNjQsMC0uMSwwYS45MjUuOTI1LDAsMCwwLC4xLDEuODQ4SDI5LjMwNWwtNS42NCw1LjE2OGEuOTI0LjkyNCwwLDEsMCwxLjI1MSwxLjM1N2w3LjM5MS02Ljc3NWEuOTI0LjkyNCwwLDAsMCwwLTEuMzU3bC03LjM5MS02Ljc3NUEuOTI0LjkyNCwwLDAsMCwyNC4yNDMsMjQuOTY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuODQgLTI0Ljk2NikiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==");
}

.owl-carousel .owl-nav button:hover::before {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 60px;
}

.owl-carousel .owl-dots button.owl-dot {
  height: 19px;
  width: 19px;
  display: inline-block;
  margin: 0 5px;
  background-color: #D9DDE2;
  opacity: .67;
  transition: all .15s;
  box-shadow: none;
  border-radius: 50%;
}

.owl-carousel .owl-dots button.owl-dot:hover {
  background-color: #FF0076;
  opacity: 0.35;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #FF0076;
  opacity: 1;
}

.owl-carousel .owl-stage .owl-item {
  padding: 15px;
}

@media all and (max-width: 1739px) {
  .owl-carousel .owl-dots {
    padding-top: 50px;
  }
  .owl-carousel .owl-nav {
    left: -78px;
    right: -78px;
    top: calc(50% - 35px);
    transform: translateY(-50%);
  }
}

@media all and (max-width: 1344px) {
  .owl-carousel .owl-nav {
    left: 14px;
    right: 14px;
    top: calc(100% - 11px);
  }
}

@media all and (max-width: 1279px) {
  .owl-carousel .owl-nav {
    left: -97px;
    right: -97px;
    top: calc(50% - 35px);
  }
}

@media all and (max-width: 1023px) {
  .owl-carousel .owl-nav {
    left: 14px;
    right: 14px;
    top: calc(100% - 11px);
  }
}

@media all and (max-width: 375px) {
  .owl-carousel .owl-dots {
    padding-top: 25px;
  }
}

@media all and (max-width: 370px) {
  .owl-carousel .owl-dots {
    display: none;
    visibility: hidden;
  }
  .owl-carousel .owl-nav {
    top: calc(100% + 30px);
  }
}

.wrapper-firstsection_01 {
  min-height: calc(100vh - 98px);
}

.wrapper-firstsection_01 > .wrapper-bg-image-single {
  height: calc(100vh - 98px);
  overflow-x: hidden;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.wrapper-firstsection_01 > .wrapper-bg-image-single .color-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper-firstsection_01 .color-wrap {
  display: none;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 {
  display: block;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 > .wrapper-bg-image:first-child {
  height: calc(100vh - 98px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-item {
  padding: 0;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-item > div {
  height: calc(100vh - 98px);
  overflow-x: hidden;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-dots button.owl-dot {
  width: 17.5px;
  height: 17.5px;
  margin: 0 4.5px;
  background-color: #fff;
  opacity: .24;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-dots button.owl-dot.active {
  background-color: #fff;
  opacity: 1;
}

.wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-dots button.owl-dot:hover {
  opacity: .6;
}

.wrapper-firstsection_01 .wrapper-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.wrapper-firstsection_01 .container-header {
  min-height: 1px;
  height: 100%;
  position: relative;
  height: calc(100vh - 98px);
}

.wrapper-firstsection_01 .wrapper-text-content {
  max-width: 900px;
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 3;
  color: #fff;
}

.wrapper-firstsection_01 .wrapper-text-content h1 {
  margin-top: 0;
  color: #fff;
}

.wrapper-firstsection_01 .wrapper-text-content .description {
  color: #fff;
  max-width: 600px;
  font-size: 20px;
  line-height: 1.450em;
  margin-bottom: 0;
}

.wrapper-firstsection_01 .wrapper-text-content .button {
  margin-top: 42px;
  transform: translateX(-4px);
  min-width: 300px;
}

.wrapper-firstsection_01 .video-wrapper {
  height: calc(100vh - 98px);
  position: relative;
  width: 100%;
  margin: rem-calc(0 0 54.5);
  min-height: rem(500);
  overflow: hidden;
}

.wrapper-firstsection_01 .video-overlay {
  height: 100%;
  width: 100%;
  opacity: .8;
  position: absolute;
  z-index: 2;
}

.wrapper-firstsection_01 .video-expand {
  color: white;
  font-size: rem(18);
  line-height: 1em;
  opacity: .4;
  position: absolute;
  top: rem(15);
  right: rem(15);
  z-index: 3;
}

.wrapper-firstsection_01 .video-expand:hover {
  transition: all .4s;
}

.wrapper-firstsection_01 .tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper-firstsection_01 .tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}

.wrapper-firstsection_01 .tv .screen.active {
  opacity: 1;
}

@media all and (max-width: 1739px) {
  .wrapper-firstsection_01 {
    min-height: calc(100vh - 75px);
  }
  .wrapper-firstsection_01 > .wrapper-bg-image-single {
    min-height: calc(100vh - 75px);
  }
  .wrapper-firstsection_01 .owl-carousel-firstsection_01 .wrapper-bg-image:first-child {
    min-height: calc(100vh - 75px);
  }
  .wrapper-firstsection_01 .owl-carousel-firstsection_01 .owl-item > div {
    height: calc(100vh - 75px);
  }
  .wrapper-firstsection_01 .wrapper-text-content {
    max-width: 665px;
  }
  .wrapper-firstsection_01 .wrapper-text-content .button {
    margin-top: 28px;
  }
}

@media all and (max-width: 991px) {
  .wrapper-firstsection_01 .color-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .wrapper-firstsection_01 .wrapper-text-content {
    width: calc(100% - 60px);
    left: 30px;
  }
}

@media all and (max-width: 767px) {
  .wrapper-firstsection_01 {
    padding-top: 42px;
    min-height: initial;
  }
  .wrapper-firstsection_01 .video-wrapper {
    display: none;
    visibility: hidden;
  }
  .wrapper-firstsection_01 .container-header {
    height: initial;
  }
  .wrapper-firstsection_01 .color-wrap {
    display: none;
  }
  .wrapper-firstsection_01 .owl-carousel.owl-big-slider.owl-carousel-firstsection_01, .wrapper-firstsection_01 > .wrapper-bg-image-single {
    display: none;
    visibility: hidden;
  }
  .wrapper-firstsection_01 .wrapper-text-content, .wrapper-firstsection_01 .wrapper-container {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
}

@media all and (max-width: 414px) {
  .wrapper-firstsection_01 .wrapper-text-content {
    width: 100%;
  }
  .wrapper-firstsection_01 .wrapper-text-content .button {
    width: 100%;
  }
}

.wrapper-firstsection_02 .block {
  width: 50%;
  min-height: calc(100vh - 98px);
}

.wrapper-firstsection_02 .block-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.wrapper-firstsection_02 .block-content {
  position: relative;
}

.wrapper-firstsection_02 .block-content .wrapper-content {
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(1671px / 2);
  transform: translateY(-50%);
}

.wrapper-firstsection_02 .block-content .wrapper-content .content {
  padding-right: 70px;
}

.wrapper-firstsection_02 .block-content .wrapper-content .content .description {
  margin-bottom: 35px;
}

@media (max-width: 1739px) {
  .wrapper-firstsection_02 .block {
    min-height: calc(100vh - 75px);
  }
  .wrapper-firstsection_02 .block-content .wrapper-content {
    width: calc( 1199px / 2);
  }
}

@media (max-width: 1279px) {
  .wrapper-firstsection_02 .block-content {
    width: 66.666%;
    position: initial;
  }
  .wrapper-firstsection_02 .block-content .wrapper-content {
    width: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 774px;
  }
  .wrapper-firstsection_02 .block-content .wrapper-content .content {
    max-width: 562px;
    padding-right: 50px;
  }
  .wrapper-firstsection_02 .block-right {
    width: 33.333%;
  }
}

@media (max-width: 1023px) {
  .wrapper-firstsection_02 .block {
    min-height: initial;
  }
  .wrapper-firstsection_02 .block-content {
    width: 100%;
    max-width: initial;
    padding: 0 30px;
  }
  .wrapper-firstsection_02 .block-content .wrapper-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: initial;
  }
  .wrapper-firstsection_02 .block-content .wrapper-content .content {
    padding-right: 0;
  }
  .wrapper-firstsection_02 .block-right {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1023px) {
  .wrapper-firstsection_02 .block-content {
    padding: 0 15px;
  }
}

.wrapper-product-card-01 {
  cursor: pointer;
  border-radius: 10px;
  min-height: 180px;
  width: 100%;
  padding: 22px 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  display: block;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
}

.wrapper-product-card-01::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 63px;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.wrapper-product-card-01::after {
  content: '';
  position: absolute;
  border-radius: 10px;
  background-color: #FF0076;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s;
}

.wrapper-product-card-01 .content {
  position: absolute;
  bottom: 15px;
  left: 22px;
  z-index: 2;
  width: calc(100% - 70px);
  transition: all .15s ease-in-out;
}

.wrapper-product-card-01 .title, .wrapper-product-card-01 .price {
  display: block;
}

.wrapper-product-card-01 .title {
  transition: all .15s;
}

.wrapper-product-card-01 .price {
  opacity: 0;
  height: 0;
  transition: all .15s;
}

@media all and (min-width: 1280px) {
  .wrapper-product-card-01:hover {
    background-size: 0;
  }
  .wrapper-product-card-01:hover::after {
    transform: scale(1.11, 1.25);
    opacity: 1;
    box-shadow: 0 0 20px rgba(255, 0, 118, 0.27);
  }
  .wrapper-product-card-01:hover::before {
    visibility: hidden;
  }
  .wrapper-product-card-01:hover .content {
    left: 19px;
  }
  .wrapper-product-card-01:hover .title {
    font-family: 'Raleway';
    font-size: 1.250em;
    line-height: 1.250em;
    color: #404040;
    color: #fff;
  }
  .wrapper-product-card-01:hover .price {
    height: initial;
    margin-top: 11px;
    opacity: 1;
  }
}

@media all and (max-width: 1739px) {
  .wrapper-product-card-01 .content {
    width: calc(100% - 40px);
  }
}

@media all and (max-width: 767px) {
  .wrapper-product-card-01 {
    margin-bottom: 20px;
  }
}

.wrapper-product-card-02 {
  cursor: pointer;
  border-radius: 10px;
  min-height: 493px;
  width: 100%;
  padding: 69px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  display: block;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
}

.wrapper-product-card-02::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 63px;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.wrapper-product-card-02::after {
  content: '';
  position: absolute;
  border-radius: 10px;
  background-color: #FF0076;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s;
}

.wrapper-product-card-02 .color-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.wrapper-product-card-02 .content {
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 2;
  width: calc(100% - 130px);
  transition: all .15s ease-in-out;
}

.wrapper-product-card-02 .content .title {
  display: inline-block;
  margin-top: 69px;
  color: #fff;
  margin-bottom: 40px;
}

.wrapper-product-card-02 .content .description {
  transition: all .15s;
  opacity: 0;
  color: #fff;
  max-width: 600px;
}

.wrapper-product-card-02 .content .description ul li {
  color: #fff;
}

.wrapper-product-card-02 .content .description ul li::before {
  top: 5px;
}

.wrapper-product-card-02 .content .description p, .wrapper-product-card-02 .content .description li, .wrapper-product-card-02 .content .description strong, .wrapper-product-card-02 .content .description b, .wrapper-product-card-02 .content .description h1, .wrapper-product-card-02 .content .description h2, .wrapper-product-card-02 .content .description h3, .wrapper-product-card-02 .content .description h4, .wrapper-product-card-02 .content .description h5, .wrapper-product-card-02 .content .description h6, .wrapper-product-card-02 .content .description span {
  color: #fff;
}

.wrapper-product-card-02 .content .description p, .wrapper-product-card-02 .content .description li {
  line-height: 1.125em;
}

.wrapper-product-card-02 .content .description ul li::before {
  z-index: 2;
  background-color: #fff !important;
}

.wrapper-product-card-02 .wrap-bottom-info {
  position: absolute;
  bottom: 28px;
  left: 50px;
  z-index: 2;
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wrapper-product-card-02 .wrap-bottom-info span {
  display: inline-block;
}

.wrapper-product-card-02 .wrap-bottom-info span::before {
  content: '';
  display: inline-block;
}

.wrapper-product-card-02 .wrap-bottom-info .left-info .price::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wMDIiIGhlaWdodD0iMTAuMDAyIiB2aWV3Qm94PSIwIDAgMTAuMDAyIDEwLjAwMiI+PHBhdGggZD0iTTEzMDAyLTcxNjguNWE1LjAwNyw1LjAwNywwLDAsMS01LTUsNS4wMDcsNS4wMDcsMCwwLDEsNS01LDUuMDA3LDUuMDA3LDAsMCwxLDUsNUE1LjAwNyw1LjAwNywwLDAsMSwxMzAwMi03MTY4LjVabS0xLjQ1Ni0yLjU2NlYtNzE3MGgxLjR2LTEuMDY0aDEuNzM2di0uODY4aC0xLjczNnYtLjY5MmguNjEzYTQuNTg3LDQuNTg3LDAsMCwwLC41OTEtLjAzOSwzLjQzOCwzLjQzOCwwLDAsMCwuNTc4LS4xMjcsMi42MzgsMi42MzgsMCwwLDAsLjUyMi0uMjM4LDEuNzU3LDEuNzU3LDAsMCwwLC40MjgtLjM2MiwxLjY3OCwxLjY3OCwwLDAsMCwuMjg3LS41MTMsMS45MTcsMS45MTcsMCwwLDAsLjEwNy0uNjcyLDIuMDYsMi4wNiwwLDAsMC0uMTg2LS45LDEuNjYsMS42NiwwLDAsMC0uNTI5LS42MjQsMi40MywyLjQzLDAsMCwwLS44MjUtLjM1OSw0LjU1MSw0LjU1MSwwLDAsMC0xLjA3OC0uMTE4aC0xLjkwOXYzLjA4OGgtLjYzN3YuODY4aC42Mzd2LjY5MmgtLjYzN3YuODY4Wm0xLjk0Mi0yLjQyOGgtLjU0MnYtMi4yMTdoLjU0MmExLjIwOSwxLjIwOSwwLDAsMSwuODg4LjI5NCwxLjA4MywxLjA4MywwLDAsMSwuMy44LDEuMTE4LDEuMTE4LDAsMCwxLS4zLjgxOUExLjE4NSwxLjE4NSwwLDAsMSwxMzAwMi40ODYtNzE3My40OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5OTYuOTk5IDcxNzguNTAxKSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") 50% no-repeat;
}

.wrapper-product-card-02 .wrap-bottom-info .right-info .location {
  margin-bottom: 6px;
  padding-left: 19px;
  position: relative;
  display: inline-block;
}

.wrapper-product-card-02 .wrap-bottom-info .right-info .location::before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 9px;
  height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxMS45OTUiIHZpZXdCb3g9IjAgMCA5LjA5MSAxMS45OTUiPjxwYXRoIGQ9Ik0yOC42MTQsMTQuMTQyYTQuNTQ1LDQuNTQ1LDAsMSwwLTguMSwzLjExOGwzLjI4Miw0LjM4NmEuMzczLjM3MywwLDAsMCwuNiwwbDMuMjgyLTQuMzg2QTQuNzg0LDQuNzg0LDAsMCwwLDI4LjYxNCwxNC4xNDJabS00LjUzNiwyLjE5M2ExLjkxNywxLjkxNywwLDEsMSwxLjkxLTEuOTFBMS45MTcsMS45MTcsMCwwLDEsMjQuMDc4LDE2LjMzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS41MzMgLTkuOCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% no-repeat;
}

.wrapper-product-card-02 .wrap-bottom-info .right-info .time::before {
  width: 10px;
  height: 10px;
  margin-right: 9px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4yMTkiIGhlaWdodD0iMTAuMjE5IiB2aWV3Qm94PSIwIDAgMTAuMjE5IDEwLjIxOSI+PHBhdGggZD0iTTAtMTg2Ljg5MUE1LjExMSw1LjExMSwwLDAsMSw1LjEwOS0xOTJhNS4xMTEsNS4xMTEsMCwwLDEsNS4xMDksNS4xMDksNS4xMTEsNS4xMTEsMCwwLDEtNS4xMDksNS4xMDlBNS4xMTEsNS4xMTEsMCwwLDEsMC0xODYuODkxWm04LjMuNzk1di0uMzExYS40ODQuNDg0LDAsMCwwLS40ODMtLjQ4M0g1Ljc0OFYtMTg5LjZhLjQ4NC40ODQsMCwwLDAtLjQ4My0uNDgzSDQuOTU0YS40ODQuNDg0LDAsMCwwLS40ODMuNDgzdjMuNWEuNDg0LjQ4NCwwLDAsMCwuNDgzLjQ4M0g3LjgyMUEuNDg0LjQ4NCwwLDAsMCw4LjMtMTg2LjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE5MikiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% no-repeat;
}

@media all and (min-width: 1280px) {
  .wrapper-product-card-02:hover {
    background-size: 0;
  }
  .wrapper-product-card-02:hover::after {
    opacity: 1;
    box-shadow: 0 0 20px rgba(255, 0, 118, 0.27);
  }
  .wrapper-product-card-02:hover::before {
    visibility: hidden;
  }
  .wrapper-product-card-02:hover .content .description {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .wrapper-product-card-02 {
    padding: 49px 30px;
  }
  .wrapper-product-card-02 .content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .wrapper-product-card-02 .content .title {
    margin-top: 0px;
  }
  .wrapper-product-card-02 .content .description {
    visibility: hidden;
    display: none;
  }
  .wrapper-product-card-02 .wrap-bottom-info {
    left: 30px;
    width: calc(100% - 60px);
    display: block;
    bottom: 20px;
  }
  .wrapper-product-card-02 .wrap-bottom-info > div {
    display: block;
    width: 100%;
  }
  .wrapper-product-card-02 .wrap-bottom-info > div span {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 374px) {
  .wrapper-product-card-02 {
    min-height: 340px;
  }
}

.wrapper-quote-01 {
  padding: 123px 0 150px;
}

.wrapper-quote-01 .content {
  margin: 0 auto;
  max-width: 764px;
  width: 100%;
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
}

.wrapper-quote-01 .content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS43MyAzMS45Ij48ZGVmcz48c3R5bGU+LmNscy0xe2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTJ7ZmlsbDojZmYwMDc2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+0KDQtdGB0YPRgNGBIDE8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PGcgY2xhc3M9ImNscy0xIj48ZyBjbGFzcz0iY2xzLTEiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTAsMzEuOSw2LjgxLDBIMjAuNDRMMTMuNjMsMzEuOVptMTkuMjksMEwyNi4xLDBIMzkuNzNMMzIuOTIsMzEuOVoiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+") 50% no-repeat;
  background-size: contain;
  width: 40px;
  height: 33px;
}

.wrapper-quote-01 .content blockquote {
  padding-bottom: 51px;
}

.wrapper-quote-01 .content .author {
  display: block;
  margin-bottom: 9px;
}

.wrapper-quote-01 .content .position {
  opacity: .4;
}

@media all and (max-width: 1739px) {
  .wrapper-quote-01 {
    padding-top: 10px;
  }
}

@media all and (max-width: 1279px) {
  .wrapper-quote-01 {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  .wrapper-quote-01 .content {
    padding: 0;
  }
  .wrapper-quote-01 .content::before {
    display: none;
  }
  .wrapper-quote-01 .content blockquote {
    padding-bottom: 20px;
  }
}

.wrapper-cards-01 {
  padding-bottom: 150px;
}

.wrapper-card-01 {
  margin-bottom: 30px;
}

.wrapper-card-01 .w {
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 30px;
  box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
  min-height: 220px;
  position: relative;
}

.wrapper-card-01 .content {
  line-height: 1.611em;
}

.wrapper-card-01 .content p {
  line-height: inherit;
}

.wrapper-card-01 .content .num {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 50px;
  font-family: 'Geometria';
  font-weight: 800;
  font-style: normal;
  color: #E7ECF3;
  opacity: .5;
}

.wrapper-card-01 .content::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #FF0076;
  border-radius: 150px;
}

@media all and (max-width: 1739px) {
  .wrapper-cards-01 {
    padding-bottom: 70px;
  }
  .wrapper-cards-01 .w {
    min-height: 238px;
  }
}

@media all and (max-width: 1279px) and (min-width: 768px) {
  .wrapper-cards-01 .col-lg-3 {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .wrapper-cards-01 .col-sm-12 {
    width: 100%;
  }
}

.wrapper-card-02 {
  padding: 43px 40px 15px;
  min-height: 203px;
  background-color: #fff;
}

.wrapper-card-02.shadow-box {
  box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
}

.wrapper-card-02 .title {
  display: inline-block;
  padding-bottom: 28px;
  margin-bottom: 16px;
  position: relative;
}

.wrapper-card-02 .title::before {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 82px;
  border-radius: 5px;
  background-color: #FF0076;
}

@media all and (max-width: 1739px) {
  .wrapper-card-02 {
    min-height: 225px;
  }
}

@media all and (max-width: 1023px) {
  .wrapper-card-02 {
    min-height: initial;
  }
}

@media all and (max-width: 550px) {
  .wrapper-card-02 {
    padding: 33px 22px 15px;
  }
}

.wrapper-card-03 {
  box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
  padding: 74px 63px 50px;
  min-height: 203px;
  background-color: #fff;
}

.wrapper-card-03 .title {
  display: inline-block;
  padding-bottom: 28px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .wrapper-card-03 {
    padding: 43px 40px 30px;
  }
}

@media all and (max-width: 550px) {
  .wrapper-card-03 {
    padding: 33px 22px 15px;
  }
}

.wrapper-card-04 {
  box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
  padding: 50px;
  min-height: 203px;
  background-color: #fff;
}

.wrapper-card-04 .icon-wrapper {
  display: block;
  width: 78px;
  margin-right: 27px;
}

.wrapper-card-04 .icon-wrapper .icon {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-color: #F5F9FF;
  border-radius: 50%;
}

.wrapper-card-04 .icon-wrapper .icon img {
  width: 100%;
  border-radius: 50%;
}

.wrapper-card-04 .wrapper {
  padding-top: 17px;
}

.wrapper-card-04 .wrapper .title {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.wrapper-card-04 .wrapper .title::before {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 5px;
  width: 41px;
  border-radius: 5px;
  background-color: #FF0076;
}

.wrapper-card-04 .wrapper .content {
  padding-left: 76px;
}

@media all and (max-width: 1739px) {
  .wrapper-card-04 {
    padding: 50px 50px 20px;
    min-height: 172px;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .wrapper-card-04 {
    min-height: initial;
    padding-top: 30px;
  }
  .wrapper-card-04 .icon-wrapper {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 767px) {
  .wrapper-card-04 {
    min-height: initial;
  }
}

@media all and (max-width: 413px) {
  .wrapper-card-04 {
    padding: 30px 30px 20px;
  }
}

@media all and (max-width: 374px) {
  .wrapper-card-04 {
    padding: 30px 20px 20px;
  }
  .wrapper-card-04 .icon-wrapper {
    margin-right: 16px;
  }
}

.wrapper-form-01 .wrapper-image-block-form-01 {
  width: 50%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 0 10px 10px 0;
}

.wrapper-form-01 .content {
  width: 50%;
  padding: 121px 80px;
  max-width: 660px;
}

.wrapper-form-01 .content h3 {
  margin-bottom: 63px;
}

@media all and (max-width: 991px) {
  .wrapper-form-01 .content {
    padding: 75px 41px 68px;
  }
  .wrapper-form-01 .wrapper-image-block-form-01 {
    width: 44%;
  }
}

@media all and (max-width: 767px) {
  .wrapper-form-01 .wrapper-image-block-form-01 {
    display: none;
    visibility: hidden;
  }
  .wrapper-form-01 {
    padding: 86px 15px 130px;
  }
  .wrapper-form-01 .content {
    width: 100%;
    padding: 0;
  }
  .wrapper-form-01 .content h3 {
    max-width: 320px;
  }
}

.wrapper-form-02 {
  margin: 226px auto 192px;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
  width: 100%;
  max-width: 1190px;
  border-radius: 10px;
}

.wrapper-form-02 .block {
  width: 50%;
  float: left;
}

.wrapper-form-02 .left-block {
  background-color: #06407F;
  padding: 83px 81px;
  border-radius: 10px 0 0 10px;
}

.wrapper-form-02 .left-block h3 {
  margin-bottom: 26px;
}

.wrapper-form-02 .left-block h3, .wrapper-form-02 .left-block p {
  color: #fff;
}

.wrapper-form-02 .right-block {
  background-color: #fff;
  min-height: 382px;
  border-radius: 0 10px 10px 0;
  padding: 92px 80px 63px;
}

@media all and (max-width: 1739px) {
  .wrapper-form-02 {
    margin: 130px auto;
  }
}

@media all and (max-width: 1279px) {
  .wrapper-form-02 {
    background-color: #fff;
    padding: 63px 65px 20px;
    max-width: 500px;
    position: relative;
  }
  .wrapper-form-02 .block {
    width: 100%;
  }
  .wrapper-form-02 .left-block {
    background-color: transparent;
    padding: 0;
    padding-bottom: 20px;
  }
  .wrapper-form-02 .left-block h3, .wrapper-form-02 .left-block p {
    color: #404040;
  }
  .wrapper-form-02 .left-block .description-2 {
    position: absolute;
    left: 65px;
    bottom: 25px;
  }
  .wrapper-form-02 .right-block {
    background-color: transparent;
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  .wrapper-form-02 {
    margin-bottom: 75px;
  }
}

@media all and (max-width: 480px) {
  .wrapper-form-02 {
    padding: 60px 15px 20px;
  }
  .wrapper-form-02 .left-block .description-2 {
    left: 15px;
  }
}

@media all and (max-width: 414px) {
  .wrapper-form-02 .right-block button {
    width: 100%;
  }
}

.wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image {
  display: none;
  border-radius: 8px;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
  padding: 0 15px;
  width: 25%;
}

.wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image:nth-child(1), .wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image:nth-child(2), .wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image:nth-child(3), .wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image:nth-child(4) {
  display: inline-block;
}

.wrapper-carousel-docs-01 {
  padding: 20px;
}

.wrapper-carousel-docs-01 .owl-item .wrapper-image {
  border-radius: 8px;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
  display: block;
}

@media all and (max-width: 1279px) {
  .wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image {
    width: 33.333%;
  }
  .wrapper-carousel-docs-01 .owl-carousel-docs-01 > .wrapper-image:nth-child(3) {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .wrapper-carousel-docs-01 {
    padding: 0;
  }
}

.wrapper-carousel-reviews-01 .owl-carousel-reviews-01 > .wrapper-review {
  display: none;
}

.wrapper-carousel-reviews-01 .owl-carousel-reviews-01 > .wrapper-review:nth-child(1), .wrapper-carousel-reviews-01 .owl-carousel-reviews-01 > .wrapper-review:nth-child(2) {
  display: block;
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}

.wrapper-carousel-reviews-01 {
  position: relative;
  padding-bottom: 180px;
}

.wrapper-carousel-reviews-01 .owl-carousel-reviews-01 .owl-stage .owl-item {
  padding: 15px;
}

.wrapper-carousel-reviews-01 .wrapper-review {
  border-radius: 8px;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
  padding: 55px  71px 42px 56px;
  height: 100%;
}

.wrapper-carousel-reviews-01 .wrapper-review .header {
  padding-bottom: 30px;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .name {
  float: left;
  display: inline-block;
  padding-right: 92px;
  position: relative;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .name::after {
  content: '';
  display: inline-block;
  background-color: #FF0076;
  height: 3px;
  width: 61px;
  position: absolute;
  right: 0;
  top: 9px;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons {
  float: left;
  display: inline-block;
  padding-left: 23px;
  transform: translateY(-5px);
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: transparent;
  position: relative;
  transition: all .15s;
  border-radius: 50%;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a svg {
  transition: all .15s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #2D394E;
  height: auto;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a.vk svg {
  width: 15px;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a.facebook svg {
  width: 6.57px;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a.instagram svg {
  width: 12.95px;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a:hover {
  background-color: #F5F9FF;
}

.wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons a:hover svg {
  fill: #FF0076;
}

.wrapper-carousel-reviews-01 .wrapper-review .content {
  padding-bottom: 40px;
}

.wrapper-carousel-reviews-01 .wrapper-review .content p {
  line-height: 1.722em;
}

.wrapper-carousel-reviews-01 .wrapper-review .footer .date, .wrapper-carousel-reviews-01 .wrapper-review .footer .title-product {
  opacity: .4;
}

.wrapper-carousel-reviews-01 .wrapper-review .footer .link-to-proof {
  margin-top: 13px;
  display: inline-block;
  position: relative;
  color: #2D394E;
  padding-bottom: 2px;
}

.wrapper-carousel-reviews-01 .wrapper-review .footer .link-to-proof::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2D394E;
}

.wrapper-carousel-reviews-01 .wrapper-review .footer .link-to-proof:hover {
  color: #FF0076;
}

.wrapper-carousel-reviews-01 .wrapper-review .footer .link-to-proof:hover::after {
  background-color: #FF0076;
}

@media all and (max-width: 1279px) {
  .wrapper-carousel-reviews-01 {
    padding-bottom: 150px;
  }
}

@media all and (max-width: 991px) {
  .wrapper-carousel-reviews-01 {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  .wrapper-carousel-reviews-01 .wrapper-review {
    padding: 55px 19px 26px;
  }
  .wrapper-carousel-reviews-01 .wrapper-review .header {
    padding-bottom: 5px;
  }
  .wrapper-carousel-reviews-01 .wrapper-review .header .name {
    display: inline-block;
  }
  .wrapper-carousel-reviews-01 .wrapper-review .header .name::after {
    bottom: -30px;
    left: 0;
    top: auto;
    width: 30px;
  }
  .wrapper-carousel-reviews-01 .wrapper-review .header .social-buttons {
    width: 100%;
    padding-left: 45px;
    margin-top: 18px;
  }
  .wrapper-carousel-reviews-01 .wrapper-review .content {
    padding-bottom: 10px;
  }
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card {
  cursor: pointer;
  border-radius: 10px;
  min-height: 493px;
  width: 100%;
  padding: 69px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  display: block;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 63px;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card::after {
  content: '';
  position: absolute;
  border-radius: 10px;
  background-color: #FF0076;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .color-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content {
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 2;
  width: calc(100% - 130px);
  transition: all .15s ease-in-out;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .title {
  display: inline-block;
  margin-top: 69px;
  color: #fff;
  margin-bottom: 40px;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description {
  transition: all .15s;
  opacity: 0;
  color: #fff;
  max-width: 600px;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description ul li {
  color: #fff;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description ul li::before {
  top: 5px;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description p, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description li, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description strong, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description b, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h1, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h2, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h3, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h4, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h5, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description h6, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description span {
  color: #fff;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description p, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description li {
  line-height: 1.125em;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description ul li::before {
  z-index: 2;
  background-color: #fff !important;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info {
  position: absolute;
  bottom: 28px;
  left: 50px;
  z-index: 2;
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info span {
  display: inline-block;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info span::before {
  content: '';
  display: inline-block;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info .left-info .price::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wMDIiIGhlaWdodD0iMTAuMDAyIiB2aWV3Qm94PSIwIDAgMTAuMDAyIDEwLjAwMiI+PHBhdGggZD0iTTEzMDAyLTcxNjguNWE1LjAwNyw1LjAwNywwLDAsMS01LTUsNS4wMDcsNS4wMDcsMCwwLDEsNS01LDUuMDA3LDUuMDA3LDAsMCwxLDUsNUE1LjAwNyw1LjAwNywwLDAsMSwxMzAwMi03MTY4LjVabS0xLjQ1Ni0yLjU2NlYtNzE3MGgxLjR2LTEuMDY0aDEuNzM2di0uODY4aC0xLjczNnYtLjY5MmguNjEzYTQuNTg3LDQuNTg3LDAsMCwwLC41OTEtLjAzOSwzLjQzOCwzLjQzOCwwLDAsMCwuNTc4LS4xMjcsMi42MzgsMi42MzgsMCwwLDAsLjUyMi0uMjM4LDEuNzU3LDEuNzU3LDAsMCwwLC40MjgtLjM2MiwxLjY3OCwxLjY3OCwwLDAsMCwuMjg3LS41MTMsMS45MTcsMS45MTcsMCwwLDAsLjEwNy0uNjcyLDIuMDYsMi4wNiwwLDAsMC0uMTg2LS45LDEuNjYsMS42NiwwLDAsMC0uNTI5LS42MjQsMi40MywyLjQzLDAsMCwwLS44MjUtLjM1OSw0LjU1MSw0LjU1MSwwLDAsMC0xLjA3OC0uMTE4aC0xLjkwOXYzLjA4OGgtLjYzN3YuODY4aC42Mzd2LjY5MmgtLjYzN3YuODY4Wm0xLjk0Mi0yLjQyOGgtLjU0MnYtMi4yMTdoLjU0MmExLjIwOSwxLjIwOSwwLDAsMSwuODg4LjI5NCwxLjA4MywxLjA4MywwLDAsMSwuMy44LDEuMTE4LDEuMTE4LDAsMCwxLS4zLjgxOUExLjE4NSwxLjE4NSwwLDAsMSwxMzAwMi40ODYtNzE3My40OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5OTYuOTk5IDcxNzguNTAxKSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") 50% no-repeat;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info .right-info .location {
  margin-bottom: 6px;
  padding-left: 19px;
  position: relative;
  display: inline-block;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info .right-info .location::before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 9px;
  height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxMS45OTUiIHZpZXdCb3g9IjAgMCA5LjA5MSAxMS45OTUiPjxwYXRoIGQ9Ik0yOC42MTQsMTQuMTQyYTQuNTQ1LDQuNTQ1LDAsMSwwLTguMSwzLjExOGwzLjI4Miw0LjM4NmEuMzczLjM3MywwLDAsMCwuNiwwbDMuMjgyLTQuMzg2QTQuNzg0LDQuNzg0LDAsMCwwLDI4LjYxNCwxNC4xNDJabS00LjUzNiwyLjE5M2ExLjkxNywxLjkxNywwLDEsMSwxLjkxLTEuOTFBMS45MTcsMS45MTcsMCwwLDEsMjQuMDc4LDE2LjMzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS41MzMgLTkuOCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% no-repeat;
}

.wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info .right-info .time::before {
  width: 10px;
  height: 10px;
  margin-right: 9px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4yMTkiIGhlaWdodD0iMTAuMjE5IiB2aWV3Qm94PSIwIDAgMTAuMjE5IDEwLjIxOSI+PHBhdGggZD0iTTAtMTg2Ljg5MUE1LjExMSw1LjExMSwwLDAsMSw1LjEwOS0xOTJhNS4xMTEsNS4xMTEsMCwwLDEsNS4xMDksNS4xMDksNS4xMTEsNS4xMTEsMCwwLDEtNS4xMDksNS4xMDlBNS4xMTEsNS4xMTEsMCwwLDEsMC0xODYuODkxWm04LjMuNzk1di0uMzExYS40ODQuNDg0LDAsMCwwLS40ODMtLjQ4M0g1Ljc0OFYtMTg5LjZhLjQ4NC40ODQsMCwwLDAtLjQ4My0uNDgzSDQuOTU0YS40ODQuNDg0LDAsMCwwLS40ODMuNDgzdjMuNWEuNDg0LjQ4NCwwLDAsMCwuNDgzLjQ4M0g3LjgyMUEuNDg0LjQ4NCwwLDAsMCw4LjMtMTg2LjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE5MikiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% no-repeat;
}

@media all and (min-width: 1280px) {
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card:hover {
    background-size: 0;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card:hover::after {
    opacity: 1;
    box-shadow: 0 0 20px rgba(255, 0, 118, 0.27);
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card:hover::before {
    visibility: hidden;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card:hover .content .description {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card {
    padding: 49px 30px;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .title {
    margin-top: 0px;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description {
    visibility: hidden;
    display: none;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info {
    left: 30px;
    width: calc(100% - 60px);
    display: block;
    bottom: 20px;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info > div {
    display: block;
    width: 100%;
  }
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrap-bottom-info > div span {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 374px) {
  .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card {
    min-height: 340px;
  }
}

.wrapper-gallery-01 .item {
  width: 25%;
  float: left;
  height: 270px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

.wrapper-gallery-01 .item .link-to-img {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.wrapper-gallery-01 .item .content {
  transition: all .15s;
  height: 100%;
  width: 100%;
  background-color: #FF0076;
  position: relative;
  opacity: 0;
}

.wrapper-gallery-01 .item .content .wrap {
  position: absolute;
  bottom: 13px;
  left: 35px;
  width: calc(100% - 70px);
}

.wrapper-gallery-01 .item .content .wrap h5 {
  margin-bottom: 12px;
  color: #fff;
}

.wrapper-gallery-01 .item .content .wrap .text-plashka, .wrapper-gallery-01 .item .wrapper-product-card-02 .content .wrap .description p, .wrapper-product-card-02 .wrapper-gallery-01 .item .content .wrap .description p, .wrapper-gallery-01 .item .wrapper-product-card-02 .content .description .wrap p, .wrapper-product-card-02 .wrapper-gallery-01 .item .content .description .wrap p, .wrapper-gallery-01 .item .wrapper-product-card-02 .content .wrap .description li, .wrapper-product-card-02 .wrapper-gallery-01 .item .content .wrap .description li, .wrapper-gallery-01 .item .wrapper-product-card-02 .content .description .wrap li, .wrapper-product-card-02 .wrapper-gallery-01 .item .content .description .wrap li, .wrapper-gallery-01 .item .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .wrap .description p, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrapper-gallery-01 .item .content .wrap .description p, .wrapper-gallery-01 .item .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description .wrap p, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrapper-gallery-01 .item .content .description .wrap p, .wrapper-gallery-01 .item .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .wrap .description li, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrapper-gallery-01 .item .content .wrap .description li, .wrapper-gallery-01 .item .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .content .description .wrap li, .wrapper-carousel-slider-01 .owl-1-item .wrapper-product-card .wrapper-gallery-01 .item .content .description .wrap li {
  line-height: 1.786em;
}

@media all and (min-width: 1280px) {
  .wrapper-gallery-01 .item:hover .content {
    opacity: 1;
  }
}

@media all and (max-width: 1739px) {
  .wrapper-gallery-01 .item .content .wrap {
    left: 24px;
    bottom: 2px;
  }
}

@media all and (max-width: 1024px) {
  .wrapper-gallery-01 .item {
    height: 190px;
  }
}

@media all and (max-width: 991px) {
  .wrapper-gallery-01 .item {
    width: 50%;
  }
}

@media all and (max-width: 480px) {
  .wrapper-gallery-01 .item {
    width: 100%;
  }
}

.wrapper-contacts-01 {
  max-width: 982px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-contacts-01 .block {
  position: relative;
  width: 50%;
  float: left;
  min-height: 300px;
}

.wrapper-contacts-01 .block.left-block {
  padding: 29px 26px;
}

.wrapper-contacts-01 .block.right-block {
  border-left: 1px solid #F2F2F2;
}

.wrapper-contacts-01 .el {
  position: relative;
  padding-left: 33px;
  margin-bottom: 36px;
}

.wrapper-contacts-01 .el a {
  display: inline-block;
  margin-bottom: 8px;
}

.wrapper-contacts-01 .el .small-text, .wrapper-contacts-01 .el .wrapper-input.active label, .wrapper-input.active .wrapper-contacts-01 .el label, .wrapper-contacts-01 .el .wrapper-carousel-reviews-01 .wrapper-review .footer .date, .wrapper-carousel-reviews-01 .wrapper-review .footer .wrapper-contacts-01 .el .date, .wrapper-contacts-01 .el .wrapper-carousel-reviews-01 .wrapper-review .footer .title-product, .wrapper-carousel-reviews-01 .wrapper-review .footer .wrapper-contacts-01 .el .title-product {
  opacity: .42;
  color: #2D394E;
}

.wrapper-contacts-01 .el .callback {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 2px;
  opacity: 1;
  font-weight: 600;
  margin-top: 25px;
}

.wrapper-contacts-01 .el .callback::before {
  transition: all  .15s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyODQuMTU2IiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAyODQuMTU2IDEiPjxsaW5lIHgyPSIyODQuMTU2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJkMzk0ZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtZGFzaGFycmF5PSI0IDIiLz48L3N2Zz4=") 0 0 repeat-x;
  background-size: cover;
}

.wrapper-contacts-01 .el .callback:hover::before {
  opacity: 0;
}

.wrapper-contacts-01 .el::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 23px;
  height: 24px;
}

.wrapper-contacts-01 .el.wrapper-addresses::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIzIDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk1IC03NzkzKSI+PHJlY3Qgd2lkdGg9IjIzIiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUgNzc5MykiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMzQuMzMxLDE2Ljg3NWE3LjQsNy40LDAsMCwwLTE0Ljc4MiwwLDcuNTc1LDcuNTc1LDAsMCwwLDEuNTgsNS4wODFMMjYuNDc4LDI5LjFhLjYwOC42MDgsMCwwLDAsLjk3MiwwTDMyLjgsMjEuOTU2QTcuOCw3LjgsMCwwLDAsMzQuMzMxLDE2Ljg3NVpNMjYuOTQsMjAuNDQ5YTMuMTI0LDMuMTI0LDAsMSwxLDMuMTEyLTMuMTEyQTMuMTIzLDMuMTIzLDAsMCwxLDI2Ljk0LDIwLjQ0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ3OS40NjcgNzc4NikiIGZpbGw9IiMyZDM5NGUiLz48L2c+PC9zdmc+") 50% no-repeat;
}

.wrapper-contacts-01 .el.wrapper-phones::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIzIDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk1IC03ODU0KSI+PHJlY3Qgd2lkdGg9IjIzIiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUgNzg1NCkiIGZpbGw9Im5vbmUiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUgNzgzNi40MjcpIj48cGF0aCBkPSJNMTIuNTE0LDE5LjU3M2ExMC4wNTIsMTAuMDUyLDAsMCwwLTguMjMxLDQuMjg4LDQuOTIsNC45MiwwLDAsMSwxLjEsMS4wMTcsOC41ODMsOC41ODMsMCwwLDEsNi4xLTMuNzY0LDcuMTI1LDcuMTI1LDAsMCwxLDEuMDMzLS4wODcsNy4xMTgsNy4xMTgsMCwwLDEsMS4wMzIuMDg3QTguNiw4LjYsMCwwLDEsMjEuMDMyLDI4LjZhNS43NzEsNS43NzEsMCwwLDEsMCwyLjA2Niw4LjU4Niw4LjU4NiwwLDAsMS0zLjkzNCw2LjIxLDIuNjExLDIuNjExLDAsMCwxLC4yMjUuOTQ4LDIuNTEzLDIuNTEzLDAsMCwxLS4wNjQuNjc1LDEwLjA1NiwxMC4wNTYsMCwwLDAtNC43NDUtMTguOTI0Wm0yLjU2NywxNi41NjVjLTIuMzE5LTEuODYzLTIuOTY3LS45NDctNC4wMTkuMS0uNzM0LjczNS0yLjU5My0uOC00LjItMi40cy0zLjEzOS0zLjQ2NC0yLjQtNC4yYzEuMDUyLTEuMDUyLDEuOTY4LTEuNy4xLTQuMDE5UzEuNDU4LDI1LjA4Mi40MzgsMjYuMWMtMS4xNzcsMS4xNzYtLjA2Miw1LjU1OSw0LjI3LDkuODkyczguNzE2LDUuNDQ2LDkuODkxLDQuMjdDMTUuNjE5LDM5LjI0NCwxNy40LDM4LDE1LjA4MSwzNi4xMzhaTTguMDE5LDMxLjIwNWMwLTIuMDYxLDIuNDEzLTIuNDI4LDIuNDEzLTMuMjMyYS41NTEuNTUxLDAsMCwwLS42LS41NTRjLS41MzEsMC0uODI3LjU5My0uODI3LjU5M2wtMS4wMTUtLjY3OWEyLjE1MywyLjE1MywwLDAsMSwxLjk2OC0xLjIsMS43NDIsMS43NDIsMCwwLDEsMS45MDUsMS43MWMwLDEuNzQxLTIuMjQ5LDIuMDc3LTIuMjg4LDIuOGgyLjM3NHYxLjE3MUg4LjA4MkEzLjQxMSwzLjQxMSwwLDAsMSw4LjAxOSwzMS4yMDVabTQuNS0xLjU3NywyLjE1NS0zLjRoMS42NzF2My4xaC42NjR2MS4xMzJoLS42NjR2MS4zNTFIMTQuOTkzVjMwLjQ1NkgxMi41MTh2LS44MjdabTIuNDc1LS4zVjI4LjA3NGE0Ljk4NSw0Ljk4NSwwLDAsMSwuMDQ3LS42MjVoLS4wMTZhMi45NjMsMi45NjMsMCwwLDEtLjI3My41NzhsLS44NDMsMS4yODF2LjAxNloiIGZpbGw9IiMyZDM5NGUiLz48L2c+PC9nPjwvc3ZnPg==") 50% no-repeat;
}

.wrapper-contacts-01 .el.wrapper-email {
  margin-bottom: 0;
}

.wrapper-contacts-01 .el.wrapper-email::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIzIDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk1IC04MDMzKSI+PHJlY3Qgd2lkdGg9IjIzIiBoZWlnaHQ9IjI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUgODAzMykiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTEuMzA5LDk3Ni4zNjJhMS4zMTIsMS4zMTIsMCwwLDAtLjQ4NC4xbDcuNCw2LjQ3YS42NzkuNjc5LDAsMCwwLC45ODIsMGw3LjQxNy02LjQ3YTEuMzEyLDEuMzEyLDAsMCwwLS40ODQtLjFabS0xLjMsMS4xMjVhMS4zNTcsMS4zNTcsMCwwLDAtLjAxNC4xODRWOTg2LjRhMS4zMDYsMS4zMDYsMCwwLDAsMS4zMDksMS4zMDlIMjYuMTQzYTEuMzA2LDEuMzA2LDAsMCwwLDEuMzA5LTEuMzA5di04LjcyNmExLjM1NiwxLjM1NiwwLDAsMC0uMDE0LS4xODRsLTcuMzY5LDYuNDI5YTIuMDYyLDIuMDYyLDAsMCwxLTIuNywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDg3LjU1MSA3MDY0LjI2MSkiIGZpbGw9IiMyZDM5NGUiLz48L2c+PC9zdmc+") 50% no-repeat;
}

.wrapper-contacts-01 .wrapp-social {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-contacts-01 .wrapp-social a {
  display: inline-block;
  margin: 4.5px;
  width: 45px;
  height: 45px;
  padding-top: 8px;
  padding-left: 5px;
  border-radius: 50%;
  transition: all .15s;
}

.wrapper-contacts-01 .wrapp-social a svg {
  transition: all .15s;
  width: 35px;
  height: 29px;
  fill: #2d394e;
}

.wrapper-contacts-01 .wrapp-social a:hover {
  background-color: #F5F9FF;
}

.wrapper-contacts-01 .wrapp-social a:hover svg {
  fill: #FF0076;
}

@media all and (max-width: 767px) {
  .wrapper-contacts-01 .block {
    width: 100%;
    min-height: initial;
  }
  .wrapper-contacts-01 .block.block.left-block {
    padding: 0;
    float: none;
  }
  .wrapper-contacts-01 .block.right-block {
    padding-top: 50px;
    border-left: 0;
  }
  .wrapper-contacts-01 .block.right-block .wrapp-social {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(-13px);
  }
  .wrapper-contacts-01 .block.right-block .wrapp-social a {
    margin-right: 7px;
  }
}

.modal, .fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  border-radius: 10px;
  width: 100%;
  cursor: default;
  overflow-x: hidden;
}

.fancybox-button {
  background-color: transparent;
  box-shadow: none !important;
  padding: 0;
  background-color: transparent;
}

.fancybox-button:hover {
  transform: none;
}

.fancybox-button:active {
  background-color: transparent !important;
}

.modal-thanks {
  max-width: 1400px;
}

.modal-thanks .first-wrap {
  padding-bottom: 140px;
  text-align: center;
}

.modal-thanks .first-wrap h2 {
  padding-bottom: 32px;
}

.modal-thanks .second-wrap {
  text-align: center;
}

.modal-thanks .second-wrap .wrap-tours {
  margin-top: 69px;
  text-align: left;
}

.modal-thanks .second-wrap .wrap-tours .content span {
  text-align: left;
}

.modal-callback {
  max-width: 1131px;
  padding: 0;
}

.modal-callback .wrap {
  float: left;
  min-height: 788px;
  height: 100%;
}

.modal-callback .left-wrap {
  width: 595px;                                                                                                                                              
  background: #fff url("img/mar.jpg") 50% no-repeat;                                                                                                         
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Модалка "Получить консультацию" */
#modal-get-consultation .left-wrap {
    background: #fff url("img/konsult.jpg") center center no-repeat !important;
    background-size: contain !important;
}

.modal-callback .right-wrap {
  padding: 92px 69px 55px;
  width: calc(100% - 595px);
  position: relative;
}

.modal-callback .right-wrap form {
  margin-top: 80px;
}

.modal-callback .right-wrap h3 {
  margin-bottom: 18px;
}

.modal-callback .right-wrap p {
  line-height: 1.500em;
}

.modal-callback .right-wrap .description-2 {
  position: absolute;
  bottom: 55px;
  left: 69px;
  font-size: 0.938em;
  line-height: 1.400em;
  margin-bottom: 0;
}

.modal-callback .right-wrap .description-2 strong {
  color: #393939;
}

@media all and (max-width: 1179px) {
  .modal-callback .left-wrap {
    width: 500px;
  }
  .modal-callback .right-wrap {
    width: calc(100% - 500px);
  }
}

@media all and (max-width: 991px) {
  .modal-callback {
    max-width: 500px;
  }
  .modal-callback .left-wrap {
    display: none;
    visibility: hidden;
  }
  .modal-callback .right-wrap {
    padding: 63px 65px 40px;
    width: 100%;
    min-height: initial;
  }
  .modal-callback .right-wrap form {
    margin-top: 30px;
  }
  .modal-callback .right-wrap .description-2 {
    margin-top: 40px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

@media all and (max-width: 991px) {
  .modal-callback .right-wrap {
    overflow: auto;
    padding: 60px 15px 20px;
    width: 100%;
    min-height: initial;
  }
  .modal-callback .right-wrap form {
    margin-top: 30px;
  }
  .modal-callback .right-wrap .description-2 {
    margin-top: 40px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.wrapper-icon-and-text-01 {
  position: relative;
  padding-left: 35px;
}

.wrapper-icon-and-text-01 .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}

.wrapper-icon-and-text-01 .icon img {
  width: 100%;
}

.wrapper-icon-and-text-02 {
  position: relative;
  padding: 41px 63px 13px 39px;
  box-shadow: 0 0 17px rgba(45, 57, 78, 0.06);
}

.wrapper-icon-and-text-02 .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding-top: 9px;
}

.wrapper-icon-and-text-02 .icon img {
  width: 100%;
}

.wrapper-icon-and-text-02 .content {
  width: calc(100% - 48px);
  padding-left: 26px;
}

@media all and (max-width: 1279px) {
  .wrapper-icon-and-text-02 {
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .wrapper-icon-and-text-02 {
    padding: 25px 25px 10px;
  }
  .wrapper-icon-and-text-02 .icon {
    width: 35px;
    height: 35px;
    padding-top: 9px;
  }
}

.wrap-button-01 {
  min-width: 330px;
  text-align: center;
}

@media all and (max-width: 374px) {
  .wrap-button-01 {
    min-width: initial;
    width: 100%;
    padding: 3px 25px 0;
    letter-spacing: .2px;
  }
}

.wrapper-team-01 {
  padding-bottom: 600px;
}

.wrapper-team-01 .row .col.active .wrapper-card {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(45, 57, 78, 0.08);
}

.wrapper-team-01 .row .col.active .wrapper-card .content {
  opacity: 1;
}

.wrapper-team-01 .col-2:first-child .wrapper-card .content {
  opacity: 1;
  top: 300px;
}

.wrapper-team-01 .col-2:nth-child(4n) .wrapper-card .content, .wrapper-team-01 .col-2:nth-child(5n) .wrapper-card .content, .wrapper-team-01 .col-2:nth-child(6n) .wrapper-card .content {
  left: auto;
  right: -14px;
}

.wrapper-team-01 .col-2:nth-child(4n) .wrapper-card .content::after, .wrapper-team-01 .col-2:nth-child(5n) .wrapper-card .content::after, .wrapper-team-01 .col-2:nth-child(6n) .wrapper-card .content::after {
  right: 99px;
  left: auto;
}

.wrapper-team-01 .col-2 {
  width: 16.666%;
  padding: 0 15px;
}

.wrapper-team-01 .col-3 {
  width: 25%;
  padding: 0 15px;
}

.wrapper-team-01 .col {
  margin-bottom: 30px;
}

.wrapper-team-01 .wrapper-card {
  cursor: pointer;
  padding: 37px 15px 32px;
  height: 100%;
  box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all .3s;
}

.wrapper-team-01 .wrapper-card .photo-wrapper {
  width: 86px;
  height: 86px;
  display: inline-block;
  margin-bottom: 35px;
}

.wrapper-team-01 .wrapper-card .wrapper-content span {
  display: inline-block;
  width: 100%;
}

.wrapper-team-01 .wrapper-card .wrapper-content .name {
  margin-bottom: 15px;
}

.wrapper-team-01 .wrapper-card .wrapper-content .position {
  font-size: 0.688em;
  line-height: 1.545em;
  font-weight: 700;
  color: #2D394E;
  opacity: .4;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.wrapper-team-01 .wrapper-card .content {
  cursor: default;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s .3s, padding .4s;
  position: absolute;
  bottom: auto;
  top: 0;
  left: -14px;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(45, 57, 78, 0.08);
  width: 820px;
  padding: 158px 169px 104px;
  text-align: left;
}

.wrapper-team-01 .wrapper-card .content p {
  pointer-events: auto;
}

.wrapper-team-01 .wrapper-card .content::after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 99px;
  width: 31px;
  height: 31px;
  background-color: #fff;
  transform: rotate(45deg);
}

.wrapper-team-01 .wrapper-card .content::before {
  content: '';
  display: block;
  position: absolute;
  top: 86px;
  left: 111px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS43MyAzMS45Ij48ZGVmcz48c3R5bGU+LmNscy0xe2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTJ7ZmlsbDojZmYwMDc2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+0KDQtdGB0YPRgNGBIDE8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PGcgY2xhc3M9ImNscy0xIj48ZyBjbGFzcz0iY2xzLTEiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTAsMzEuOSw2LjgxLDBIMjAuNDRMMTMuNjMsMzEuOVptMTkuMjksMEwyNi4xLDBIMzkuNzNMMzIuOTIsMzEuOVoiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+") 50% no-repeat;
  background-size: contain;
  width: 40px;
  height: 33px;
}

@media all and (max-width: 1739px) {
  .wrapper-team-01 {
    padding-bottom: 0px;
  }
  .wrapper-team-01 .wrapper-card {
    padding: 25px 15px;
  }
  .wrapper-team-01 .wrapper-card .content {
    padding: 158px 98px 84px;
    width: 703px;
  }
  .wrapper-team-01 .wrapper-card .content::before {
    left: 100px;
  }
  .wrapper-team-01 .wrapper-card .content::after {
    left: 82px;
  }
  .wrapper-team-01 .col-2:nth-child(4n) .wrapper-card .content::after, .wrapper-team-01 .col-2:nth-child(5n) .wrapper-card .content::after, .wrapper-team-01 .col-2:nth-child(6n) .wrapper-card .content::after {
    right: 82px;
    left: auto;
  }
}

@media all and (max-width: 1279px) {
  .wrapper-team-01 .col-2 {
    width: 33.333%;
  }
  .wrapper-team-01 .row .col.active .wrapper-card {
    cursor: default;
    transform: none;
    box-shadow: 0 0 14px rgba(45, 57, 78, 0.06);
  }
  .wrapper-team-01 .row .col.active .wrapper-card .content {
    opacity: 0;
  }
  .wrapper-team-01 .wrapper-card .content {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .wrapper-team-01 .container {
    padding: 0 45px;
  }
}

@media all and (max-width: 767px) {
  .wrapper-team-01 .col-2 {
    width: 50%;
  }
}

@media all and (max-width: 550px) {
  .wrapper-team-01 .col-2 {
    width: 100%;
  }
}

.wrapper-number-01 {
  position: relative;
  color: #fff;
}

.wrapper-number-01::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: calc(100% - 30px);
  background-color: #FF0076;
  position: absolute;
  left: 5px;
  top: 24px;
}

.wrapper-number-01 .number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: inherit;
  display: inline-block;
  background-color: inherit;
  font-size: 3.125em;
  font-weight: 700;
  padding-right: 17px;
  background-color: #06407F;
}

.wrapper-number-01 .number .prefix {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.540em;
}

.wrapper-number-01 .content {
  display: block;
}

.wrapper-number-01 .content .w {
  padding-top: 10px;
  color: #fff;
  padding-right: 25px;
}

.wrapper-number-01 .content p {
  color: inherit;
  line-height: 1.5em;
}

.wrapper-tabs-01 {
  position: relative;
}

.wrapper-tabs-01.mob {
  display: none;
  visibility: hidden;
}

.wrapper-tabs-01.pc {
  display: flex;
  visibility: visible;
}

.wrapper-tabs-01 .tab-menu {
  display: block;
  background-color: #FAFCFF;
  border-radius: 10px 0 0 10px;
  width: 327px;
  padding: 3px 0px;
}

.wrapper-tabs-01 .tab-menu li {
  cursor: pointer;
  font-weight: 500;
  padding: 20px 43px;
  position: relative;
  transition: all .15s;
}

.wrapper-tabs-01 .tab-menu li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  height: 0;
  height: 100%;
  width: 3px;
  transition: all .15s;
  background-color: #FF0076;
  opacity: 0;
}

.wrapper-tabs-01 .tab-menu li.active {
  font-weight: 800;
  background-color: #F5F9FF;
}

.wrapper-tabs-01 .tab-menu li.active::before {
  opacity: 1;
}

.wrapper-tabs-01 .tabs-content {
  width: calc(100% - 327px);
  display: inline-block;
  padding-left: 83px;
  padding-top: 17px;
}

.wrapper-tabs-01 .tabs-content .content {
  height: 90vh;
  max-height: 700px;
  min-height: 300px;
  max-width: 750px;
  padding-right: 30px;
  position: relative;
  overflow-y: auto;
  display: block;
  padding-right: 20px;
}

.wrapper-tabs-01 .tabs-content .content:not(.active) {
  display: none;
}

.wrapper-tabs-01 .tabs-content .content p, .wrapper-tabs-01 .tabs-content .content li, .wrapper-tabs-01 .tabs-content .content blockquote, .wrapper-tabs-01 .tabs-content .content pre, .wrapper-tabs-01 .tabs-content .content span, .wrapper-tabs-01 .tabs-content .content div, .wrapper-tabs-01 .tabs-content .content a {
  max-width: 650px;
}

.wrapper-tabs-01 .tabs-content .content img {
  max-width: 100%;
}

@media all and (max-width: 1279px) {
  .wrapper-tabs-01 .tab-menu {
    width: 260px;
  }
  .wrapper-tabs-01 .tab-menu li {
    padding: 20px 30px;
  }
  .wrapper-tabs-01 .tabs-content {
    width: calc(100% - 260px);
    padding-left: 30px;
  }
  .wrapper-tabs-01 .tabs-content .content {
    max-height: 550px;
  }
}

@media all and (max-width: 1023px) {
  .wrapper-tabs-01 .tab-menu {
    width: 220px;
  }
  .wrapper-tabs-01 .tab-menu li {
    padding: 20px 30px;
  }
  .wrapper-tabs-01 .tabs-content {
    width: calc(100% - 220px);
  }
  .wrapper-tabs-01 .tabs-content .content {
    max-height: 680px;
  }
}

@media all and (max-width: 767px) {
  .wrapper-tabs-01.pc {
    display: none;
    visibility: hidden;
  }
  .wrapper-tabs-01.mob {
    display: block;
    visibility: visible;
  }
  .wrapper-tabs-01.mob .tab {
    display: block;
  }
  .wrapper-tabs-01.mob .tab:not(.active) .title-tab::before {
    content: '+';
  }
  .wrapper-tabs-01.mob .tab:not(.active) .content {
    display: none;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0 !important;
    overflow: hidden;
  }
  .wrapper-tabs-01.mob .tab .title-tab {
    padding: 30px;
    background-color: #F5F9FF;
  }
  .wrapper-tabs-01.mob .tab .title-tab::before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
  }
  .wrapper-tabs-01.mob .tab .content {
    display: block;
    visibility: visible;
    overflow: auto;
    height: initial;
    padding: 20px 30px 50px;
  }
}

@media all and (max-width: 550px) {
  .wrapper-tabs-01.mob .tab .title-tab {
    padding: 20px 15px;
  }
  .wrapper-tabs-01.mob .tab .content {
    padding: 20px 15px 40px;
  }
}

/*иконки в модалке elementor*/
[class*=" eicon-"], [class^=eicon] {
  color: #fff;
}

