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

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

html, body {
  width: 100%;
  height: 100%; }

.halfsize {
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
}

.fuckyousto{
  overflow:hidden !important;  
}

@media (min-width: 450px) {
.specialsto{
  /*display:none !important;  */
}
}

@media (max-width: 450px) {
.specialsto{
  display:none !important;  
}
}

@media (min-width: 450px) {
.specialstomobile{
  display:none !important;
}
}

@media (max-width: 450px) {
.specialstomobile{
  /*display:none !important;  */
}
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

body {
  position: relative;
  background-color: #FBFAF6;
  margin: 0;
  padding: 0;
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 100% !important;
  overflow-x: hidden !important; }
  body.noscroll {
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    margin-right: 15px;
    max-height: 100%; }

figure {
  margin: 0; }

p, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type=number] {
  -moz-appearance: textfield; }

a {
  text-decoration: none; }

*:focus {
  outline: none; }

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

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

b,
strong {
  font-weight: bold; }

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

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

small {
  font-size: 80%; }

img {
  border: 0; }

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

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border: none; }

button,
input {
  line-height: normal; }

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

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

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

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

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

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

i {
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  max-width: 1480px;
  padding: 0 100px;
  margin: 0 auto; }
  @media (max-width: 1391px) {
    .wrapper {
      max-width: initial;
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .wrapper {
      padding: 0 35px; } }
  @media (max-width: 567px) {
    .wrapper {
      padding: 0 25px; } }

.lightboxOverlay {
  cursor: zoom-out !important;
  background-color: #fff !important;
  opacity: 1 !important; }

.lb-data .lb-caption {
  color: #063c27 !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3em;
  text-transform: uppercase !important; }

.lb-data .lb-number {
  color: #063c27 !important;
  font-family: "ProximaNova", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase !important;
  padding-top: 5px; }

.lb-data .lb-close {
  background: none !important;
  opacity: 1 !important;
  display: block; }
  .lb-data .lb-close:before {
    content: '\e91b';
    color: #063c27 !important;
    font-size: 16px !important;
    font-family: "icomoon" !important; }

.lb-dataContainer {
  position: absolute !important;
  top: -50px !important;
  left: 30px !important;
  width: calc(100% - 60px) !important; }

.lb-nav {
  top: 50% !important;
  height: auto !important; }
  .lb-nav .lb-prev {
    position: absolute !important;
    left: -40px !important;
    top: 0 !important;
    float: left !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    background: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important; }
    .lb-nav .lb-prev:before {
      display: inline-block !important;
      content: '\e314';
      font-family: "icomoon" !important;
      font-size: 16px !important;
      color: #063c27 !important;
      margin-top: 20px !important; }
    .lb-nav .lb-prev:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .lb-nav .lb-next {
    position: absolute !important;
    right: -40px !important;
    top: 0 !important;
    float: right !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    background: none !important;
    background-color: transparent !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s !important; }
    .lb-nav .lb-next:before {
      display: inline-block !important;
      content: '\e315';
      font-family: "icomoon" !important;
      font-size: 16px !important;
      color: #063c27 !important;
      margin-top: 20px !important; }
    .lb-nav .lb-next:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.slick-slider {
  visibility: hidden;
  opacity: 0; }

.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important; }

.slick-list, .slick-track {
  height: 100%; }

/*ventana pop-up */
.content-pop {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .content-pop.active {
    bottom: 0; }
  .content-pop .back-mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: zoom-out; }

.wrap-input {
  position: relative;
  border: 1px solid #063c27; }
  .wrap-input .main-input {
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    color: #063c27;
    font-family: "ProximaNova", sans-serif;
    line-height: 36px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%; }
    .wrap-input .main-input.placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-input .main-input:-moz-placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-input .main-input::-moz-placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-input .main-input:-ms-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-input .main-input::-webkit-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-input .main-input:-o-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-weight: 500;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
  .wrap-input:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    width: 38px;
    height: 38px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    line-height: 38px;
    background-color: transparent;
    color: #063c27; }

.wrap-select {
  position: relative;
  border: 1px solid #063c27; }
  .wrap-select:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #063c27;
    top: calc(50% - 8px);
    right: 36px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .wrap-select .main-select {
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    color: #063c27;
    font-family: "ProximaNova", sans-serif;
    line-height: 36px;
    letter-spacing: 2.5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%; }
    .wrap-select .main-select option {
      height: 36px;
      padding: 0 14px;
      font-size: 13px;
      font-weight: 500;
      color: #303030;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      letter-spacing: 0.6px; }
  .wrap-select:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e915';
    width: 38px;
    height: 38px;
    font-size: 13px;
    pointer-events: none;
    text-align: center;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    line-height: 38px;
    background-color: transparent;
    color: #063c27;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
  @media (min-width: 971px) {
    .wrap-select:hover:after {
      background-color: #063c27;
      color: #fff; } }

.wrap-textarea {
  position: relative;
  border: 1px solid #063c27; }
  .wrap-textarea .main-textarea {
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
    font-family: "ProximaNova", sans-serif;
    line-height: 36px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%; }
    .wrap-textarea .main-textarea.placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-textarea .main-textarea:-moz-placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-textarea .main-textarea::-moz-placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-textarea .main-textarea:-ms-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-textarea .main-textarea::-webkit-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .wrap-textarea .main-textarea:-o-input-placeholder {
      color: #063c27;
      font-size: 13px;
      font-family: "ProximaNova", sans-serif;
      line-height: 36px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase; }

.checkbox-zone {
  cursor: pointer;
  display: block;
  margin: 0; }
  .checkbox-zone .checkbox-input {
    display: none !important;
    border: 0px solid transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    text-indent: 0.01px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%; }
  .checkbox-zone .checkbox-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #063c27;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative; }
    .checkbox-zone .checkbox-box:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e941';
      font-size: 10px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #063c27;
      display: none; }
    .checkbox-zone .checkbox-box.active:after {
      display: block;
      color: #303030; }
  .checkbox-zone .checkbox-text {
    font-size: 13px;
    font-family: "ProximaNova", sans-serif;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #303030;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.4px;
    padding: 0 8px;
    width: calc(100% - 25px); }

.btn-main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 210px;
  border: 1px solid #063c27;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-main .btn-main-link {
    display: block;
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    color: #063c27;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.3em;
    padding: 12px 20px 11px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-main:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    margin-right: -4px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  @media (min-width: 971px) {
    .btn-main:hover {
      background-color: #063c27; }
      .btn-main:hover .btn-main-link {
        color: #FFF; }
      .btn-main:hover:before {
        opacity: 1;
        right: 20px; } }
  .btn-main.white-btn {
    border-color: #fff; }
    .btn-main.white-btn:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #063c27;
      margin-right: -4px; }
    .btn-main.white-btn .btn-main-link {
      color: #fff; }
    @media (min-width: 971px) {
      .btn-main.white-btn:hover {
        background-color: #fff; }
        .btn-main.white-btn:hover .btn-main-link {
          color: #063c27; } }
  .btn-main.back-btn:before {
    left: 50px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    margin-left: -4px;
    border-left-color: transparent; }
  @media (min-width: 971px) {
    .btn-main.back-btn:hover:before {
      left: 20px;
      right: auto; } }
  @media (max-width: 1261px) {
    .btn-main .btn-main-link {
      padding: 12px 30px 11px;
      text-align: center; } }
  @media (min-width: 971px) {
    .btn-main.canbordoy:hover {
      background-color: #C58854;
      border-color: transparent; }
      .btn-main.canbordoy:hover .btn-main-link {
        color: #fff; }
      .btn-main.canbordoy:hover:before {
        opacity: 1;
        right: 20px;
        border-left-color: #fff; } }
  @media (min-width: 971px) {
    .btn-main.opio:hover {
      background-color: #D9262E;
      border-color: transparent; }
      .btn-main.opio:hover .btn-main-link {
        color: #fff; }
      .btn-main.opio:hover:before {
        opacity: 1;
        right: 20px;
        border-left-color: #fff; } }
  @media (min-width: 971px) {
    .btn-main.purobeach:hover {
      background-color: #B2925F;
      border-color: transparent; }
      .btn-main.purobeach:hover .btn-main-link {
        color: #fff; }
      .btn-main.purobeach:hover:before {
        opacity: 1;
        right: 20px;
        border-left-color: #fff; } }
  @media (min-width: 971px) {
    .btn-main.purospa:hover {
      background-color: #6F8CC2;
      border-color: transparent; }
      .btn-main.purospa:hover .btn-main-link {
        color: #fff; }
      .btn-main.purospa:hover:before {
        opacity: 1;
        right: 20px;
        border-left-color: #fff; } }

.btn-circle {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 0;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-circle:after {
    position: absolute;
    font-family: 'icomoon';
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  @media (min-width: 971px) {
    .btn-circle:hover {
      background-color: #063c27;
      border-color: transparent; }
      .btn-circle:hover:after {
        color: #fff; } }

.btn-slide-square {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  width: 32px;
  height: 110px;
  background-color: #333333;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-slide-square:before {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(50%) translateY(-50%) translateZ(0);
    -o-transform: translateX(50%) translateY(-50%) translateZ(0);
    transform: translateX(50%) translateY(-50%) translateZ(0);
    font-family: 'icomoon';
    color: rgba(250, 250, 250, 0.5);
    font-size: 16px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-slide-square.slick-next {
    right: 0; }
    .btn-slide-square.slick-next:before {
      content: '\e315'; }
  .btn-slide-square.slick-prev {
    left: 0; }
    .btn-slide-square.slick-prev:before {
      content: '\e314'; }
  @media (min-width: 971px) {
    .btn-slide-square:hover {
      background-color: #fff; }
      .btn-slide-square:hover:before {
        color: #1B1B1B; } }
  @media (max-width: 567px) {
    .btn-slide-square {
      width: 25px;
      height: 85px; } }

.btn-slide-flat {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  border: 1px solid transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-slide-flat:before {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(50%) translateY(-50%) translateZ(0);
    -o-transform: translateX(50%) translateY(-50%) translateZ(0);
    transform: translateX(50%) translateY(-50%) translateZ(0);
    font-family: 'icomoon';
    color: #063c27;
    font-size: 20px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-slide-flat.slick-next {
    right: 0; }
    .btn-slide-flat.slick-next:before {
      content: '\e315'; }
  .btn-slide-flat.slick-prev {
    left: 0; }
    .btn-slide-flat.slick-prev:before {
      content: '\e314'; }
  @media (min-width: 971px) {
    .btn-slide-flat:hover {
      -webkit-transform: translateY(-50%) translateZ(0) scale(1.2);
      -moz-transform: translateY(-50%) translateZ(0) scale(1.2);
      -ms-transform: translateY(-50%) translateZ(0) scale(1.2);
      -o-transform: translateY(-50%) translateZ(0) scale(1.2);
      transform: translateY(-50%) translateZ(0) scale(1.2); } }

.btn-close {
  display: block;
  margin: 0 auto;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .btn-close:before {
    position: absolute;
    content: '\e91b';
    top: 52%;
    left: 52%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    font-family: 'icomoon';
    font-size: 16px;
    color: #303030;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  @media (min-width: 971px) {
    .btn-close:hover {
      -webkit-transform: translateZ(0) scale(1.14);
      -moz-transform: translateZ(0) scale(1.14);
      -ms-transform: translateZ(0) scale(1.14);
      -o-transform: translateZ(0) scale(1.14);
      transform: translateZ(0) scale(1.14); } }

.main-button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #063c27;
  padding: 0 25px;
  text-align: center;
  background-color: transparent;
  min-width: 173px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  position: relative; }
  .main-button .main-button-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    color: #063c27;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 1.2px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .main-button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    margin-right: -4px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  @media (min-width: 971px) {
    .main-button:hover {
      background-color: #063c27; }
      .main-button:hover .main-button-text {
        color: #fff; }
      .main-button:hover:before {
        opacity: 1;
        right: 20px; } }

.close-text-btn .btn-text {
  position: absolute;
  right: calc(100% + 40px);
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  font-family: "ProximaNova", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .close-text-btn .btn-text:before {
    content: '\e920';
    position: absolute;
    right: 0;
    top: 50%;
    color: #303030;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    font-family: 'icomoon';
    font-size: 17px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
@media (min-width: 971px) {
  .close-text-btn:hover .btn-text {
    right: calc(100% + 35px);
    opacity: 1; }
    .close-text-btn:hover .btn-text:before {
      right: -30px; } }

.page-nav {
  position: relative;
  z-index: 1; }
  .page-nav .wrap-nav {
    position: relative; }
    .page-nav .wrap-nav .wrap-logo {
      position: absolute;
      z-index: 3;
      top: -4px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .page-nav .wrap-nav .wrap-logo .only-home {
        display: none; }
      .page-nav .wrap-nav .wrap-logo img {
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        width: 160px;
        height: 81px;
		padding-top: 0px;}
    .page-nav .wrap-nav .wrap-links {
      position: relative;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .page-nav .wrap-nav .wrap-links:before, .page-nav .wrap-nav .wrap-links:after {
        content: '';
        display: table;
        clear: both; }
      .page-nav .wrap-nav .wrap-links .resp-logo {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        background-color: #FBFAF6;
        width: 100%; }
        .page-nav .wrap-nav .wrap-links .resp-logo img {
          display: block;
          width: 90px;
          height: 64px;
          margin: 6px auto; }
      .page-nav .wrap-nav .wrap-links .resp-mandala {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 135px;
        overflow: hidden;
        opacity: 0.4; }
        .page-nav .wrap-nav .wrap-links .resp-mandala img {
          display: block;
          width: 340px;
          height: auto;
          margin: 0 auto; }
      .page-nav .wrap-nav .wrap-links .nav-bar.left-links {
        float: left;
        width: 50%;
        padding-right: 80px;
        text-align: right; }
      .page-nav .wrap-nav .wrap-links .nav-bar.right-links {
        float: left;
        width: 50%;
        padding-left: 80px;
        text-align: left; }
      .page-nav .wrap-nav .wrap-links .nav-bar .links-list {
        font-size: 0; }
        .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element {
          position: relative;
          display: inline-block;
          vertical-align: top;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          opacity: 1;
          cursor: pointer; }
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: transalteX(-50%);
            -moz-transform: transalteX(-50%);
            -ms-transform: transalteX(-50%);
            -o-transform: transalteX(-50%);
            transform: transalteX(-50%);
            width: 1px;
            height: 0;
            background-color: #303030;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
            display: block;
            font-family: "Quiche", sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
			text-shadow: 0px -1px 0px #333333;
            letter-spacing: 0.1em;
            color: #ffffff;
            padding: 28px 20px 20px; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link.index-link:before {
              content: url('../svg/icon.png');
              display: block;
              font-family: 'icomoon';
              font-size: 10px;
              line-height: 1.3;
              color: #303030;
			  transform: scale(.5);
              margin-top:-42px;}
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link-extra {
            position: absolute;
            top: calc(100% - 20px);
            left: 50%;
            -webkit-transform: translateX(-50%) scale(0.5) translateZ(0);
            -moz-transform: translateX(-50%) scale(0.5) translateZ(0);
            -ms-transform: translateX(-50%) scale(0.5) translateZ(0);
            -o-transform: translateX(-50%) scale(0.5) translateZ(0);
            transform: translateX(-50%) scale(0.5) translateZ(0);
            opacity: 0;
            border-radius: 5px;
            background-color: rgba(255, 255, 255, 0.2);
            font-family: "TradeGothic18", sans-serif;
            font-size: 12px;
            padding: 10px 20px;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 0.09em;
            white-space: nowrap;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link-extra:before {
              content: '';
              position: absolute;
              top: -6px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              content: "";
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid rgba(255, 255, 255, 0.2);
              margin-bottom: -2px; }
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.active {
            opacity: 1; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.active:before {
              height: 20px; }
          @media (min-width: 971px) {
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:hover {
              opacity: 1; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:hover .nav-link-extra {
                top: 100%;
                opacity: 1;
                -webkit-transform: translateX(-50%) scale(1) translateZ(0);
                -moz-transform: translateX(-50%) scale(1) translateZ(0);
                -ms-transform: translateX(-50%) scale(1) translateZ(0);
                -o-transform: translateX(-50%) scale(1) translateZ(0);
                transform: translateX(-50%) scale(1) translateZ(0); }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:hover:before {
                height: 20px; } }
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang {
            cursor: pointer;
            padding-right: 50px; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .nav-link {
              position: relative; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .nav-link:before {
                content: '\e919';
                font-size: 4px;
                left: calc(50% - 3px);
                bottom: 12px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: block;
                position: absolute; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .nav-link:after {
                content: '\e922';
                font-size: 19px;
                left: calc(50% - 9.5px);
                bottom: 12px;
                opacity: 0;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: block;
                position: absolute; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:before {
              display: none; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:after {
              content: '';
              position: absolute;
              bottom: 21px;
              left: 0px;
              width: 1px;
              height: 15px;
              background-color: #303030; }
            @media (min-width: 971px) {
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover {
                background-color: rgba(255, 255, 255, 0.1); }
                .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover .wrap-languages {
                  max-height: 144px;
                  opacity: 1; } }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages {
              position: absolute;
              display: block;
              overflow: hidden;
              max-height: 0;
              opacity: 0;
              left: 0;
              top: 100%;
              width: 100%;
              background-color: transparent;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list {
                font-size: 0;
                background-color: rgba(255, 255, 255, 0.6);
                padding: 11px 0; }
                .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list .lang-element {
                  padding: 0 18px;
                  position: relative; }
                  .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list .lang-element .lang-link {
                    display: block;
                    font-size: 10px;
                    font-weight: 500;
                    font-family: "ProximaNova", sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 0.8px;
                    line-height: 40px;
                    color: #303030; }
                  .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list .lang-element.active .lang-link {
                    text-decoration: underline; }
                  @media (min-width: 971px) {
                    .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list .lang-element:hover .lang-link {
                      text-decoration: underline; } }
      .page-nav .wrap-nav .wrap-links .resp-languages {
        display: none;
        padding-top: 50px;
        clear: both;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .page-nav .wrap-nav .wrap-links .resp-languages .lang-list {
          font-size: 0;
          text-align: center; }
          .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            text-align: center;
            width: 100px;
            border: 1px solid #fff;
            opacity: 0.5;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element:nth-child(2) {
              margin: 0 15px; }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element.active {
              opacity: 1;
              background-color: #383838;
              border: none; }
            @media (min-width: 971px) {
              .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element:hover {
                opacity: 1;
                background-color: #383838;
                border-color: transparent; } }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element .lang-link {
              display: block;
              font-family: "TradeGothic18", sans-serif;
              font-size: 13px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              padding: 5px 0; }
    .page-nav .wrap-nav .wrap-subnav {
      position: fixed;
      z-index: 1;
      top: 0;
      overflow: hidden;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      max-height: 0%;
      background-color: #FBFAF6;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .page-nav .wrap-nav .wrap-subnav.active {
        max-height: 100%; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content {
        position: relative;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content.showit {
          opacity: 1; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .close-subnav {
          position: absolute;
          z-index: 1;
          top: 80px;
          right: 25px;
          padding: 20px;
          cursor: pointer; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .close-subnav:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            content: '\e91b';
            font-family: 'icomoon';
            font-size: 16px;
            color: #303030;
            opacity: 0.8;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .page-nav .wrap-nav .wrap-subnav .subnav-content .close-subnav:hover:before {
              opacity: 1; } }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box {
          position: relative;
          padding-top: 180px;
          width: 100%;
          height: 100%; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links {
            position: absolute;
            top: 55%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            width: 100%; }
            .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-main-title {
              display: inline-block;
              font-family: "ProximaNova", sans-serif;
              font-size: 14px;
              font-weight: 400;
              color: #063c27;
              text-transform: uppercase;
              border-bottom: 0px solid #063c27;
              letter-spacing: 0.3em;
              padding-bottom: 5px;
              margin-bottom: 10px; }
            .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-element {
              padding: 15px 0;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-element .subnav-title {
                font-family: "ITCModern", serif;
                font-size: 40px;
                font-weight: 300;
                color: #303030; }
              .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-element .subnav-subtitle {
                font-family: "ProximaNova", sans-serif;
                font-size: 13px;
                font-weight: 500;
                color: #303030;
                text-transform: uppercase;
                letter-spacing: 0.2em;
                line-height: 123.0769230769%;
                padding-top: 8px; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-imgs-box {
          position: fixed;
          right: 0;
          top: 0;
          width: 0%;
          height: 0%;
          background-color: rgba(229, 218, 198, 0.11);
          pointer-events: none; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-imgs-box .subnav-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .page-nav .wrap-nav .resp-nav-btn {
      position: absolute;
      right: 35px;
      top: 55px;
      width: 27px;
      height: 27px;
      opacity: 0.5;
      cursor: pointer;
      display: none;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .page-nav .wrap-nav .resp-nav-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #303030;
        border-radius: 1px;
        left: 0%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
        .page-nav .wrap-nav .resp-nav-btn span:first-child {
          top: 10%; }
        .page-nav .wrap-nav .resp-nav-btn span:nth-child(2) {
          top: calc(50% - 1.5px);
          left: 50%;
          -webkit-transform: translateX(-50%) translateZ(0);
          -moz-transform: translateX(-50%) translateZ(0);
          -ms-transform: translateX(-50%) translateZ(0);
          -o-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0); }
        .page-nav .wrap-nav .resp-nav-btn span:nth-child(3) {
          bottom: 10%; }
      @media (min-width: 971px) {
        .page-nav .wrap-nav .resp-nav-btn:hover span:first-child {
          top: 0%; }
        .page-nav .wrap-nav .resp-nav-btn:hover span:nth-child(2) {
          width: 120%; }
        .page-nav .wrap-nav .resp-nav-btn:hover span:nth-child(3) {
          bottom: 0%; } }
      .page-nav .wrap-nav .resp-nav-btn.close span:first-child {
        -webkit-transform: rotate(45deg) translateZ(0);
        -moz-transform: rotate(45deg) translateZ(0);
        -ms-transform: rotate(45deg) translateZ(0);
        -o-transform: rotate(45deg) translateZ(0);
        transform: rotate(45deg) translateZ(0);
        top: 50%; }
      .page-nav .wrap-nav .resp-nav-btn.close span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      .page-nav .wrap-nav .resp-nav-btn.close span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateZ(0);
        -moz-transform: rotate(-45deg) translateZ(0);
        -ms-transform: rotate(-45deg) translateZ(0);
        -o-transform: rotate(-45deg) translateZ(0);
        transform: rotate(-45deg) translateZ(0);
        top: 50%; }
      .page-nav .wrap-nav .resp-nav-btn .resp-btn-text {
        position: absolute;
        right: calc(100% + 40px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .page-nav .wrap-nav .resp-nav-btn .resp-btn-text:before {
          content: '\e920';
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon';
          font-size: 13px;
          color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .page-nav .wrap-nav .resp-nav-btn .resp-btn-text .btn-text {
          display: block;
          font-family: "ProximaNova", sans-serif;
          font-size: 12px;
          color: #fff;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.06em;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .page-nav .wrap-nav .resp-nav-btn .resp-btn-text .btn-text.closed {
            display: none; }
      @media (min-width: 971px) {
        .page-nav .wrap-nav .resp-nav-btn:hover {
          opacity: 1; }
          .page-nav .wrap-nav .resp-nav-btn:hover .resp-btn-text {
            opacity: 1;
            right: calc(100% + 35px); }
            .page-nav .wrap-nav .resp-nav-btn:hover .resp-btn-text:before {
              right: -22px; } }
  .page-nav.load-fix {
    position: fixed;
    z-index: 9;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .page-nav.subnav-on {
    height: 100%; }
    .page-nav.subnav-on .wrap-nav .wrap-logo {
      z-index: 3; }
    .page-nav.subnav-on .wrap-nav .wrap-links {
      opacity: 0;
      z-index: 2;
      background-color: #FBFAF6; }
  .page-nav.fixed-nav {
    position: fixed;
    z-index: 99;
    opacity: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .page-nav.fixed-nav.subnav-on {
      background-color: transparent; }
      .page-nav.fixed-nav.subnav-on .wrap-nav .wrap-links {
        opacity: 1; }
    .page-nav.fixed-nav .wrap-nav {
      position: relative; }
      .page-nav.fixed-nav .wrap-nav .resp-nav-btn span {
        background-color: #303030; }
      .page-nav.fixed-nav .wrap-nav .resp-nav-btn .resp-btn-text {
        color: #303030; }
        .page-nav.fixed-nav .wrap-nav .resp-nav-btn .resp-btn-text:before {
          color: #303030; }
        .page-nav.fixed-nav .wrap-nav .resp-nav-btn .resp-btn-text .btn-text {
          color: #303030; }
      .page-nav.fixed-nav .wrap-nav .wrap-logo {
        top: 0px; }
        .page-nav.fixed-nav .wrap-nav .wrap-logo img {
          width: 161px; }
      .page-nav.fixed-nav .wrap-nav .wrap-links {
        background-color: #FBFAF6;
        border-bottom: 1px solid #E0E0E0;
        max-height: 76px;}
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .left-links {
          padding-right: 165px; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .right-links {
          padding-left: 165px; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:before {
          background-color: #303030; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
          padding: 28px 25px 25px;
          color: #063c27; }
          .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link.index-link:before {
            color: #303030; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .nav-link:before {
          bottom: 14px; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:after {
          bottom: 25px;
          background-color: #303030; }
        .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang .wrap-languages .lang-list {
          background-color: rgba(177, 143, 110, 0.6); }
        @media (min-width: 971px) {
          .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover {
            background-color: rgba(177, 143, 110, 0.6); }
            .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover .nav-link {
              color: #fff;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover .nav-link:before {
                color: #fff;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .page-nav.fixed-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang:hover .wrap-languages .lang-list .lang-element .lang-link {
              color: #fff; } }
      .page-nav.fixed-nav .wrap-nav .resp-nav-btn {
        top: 21px; }
  @media (max-width: 1391px) {
    .page-nav .wrap-nav .wrap-links .nav-bar.left-links {
      padding-right: 40px; }
    .page-nav .wrap-nav .wrap-links .nav-bar.right-links {
      padding-left: 40px; } }
  @media (max-width: 1261px) {
    .page-nav.fixed-nav .wrap-nav .wrap-logo {
      background-color: #FBFAF6;
      padding: 0;
      border-bottom: 1px solid #CBCBCB; }
      .page-nav.fixed-nav .wrap-nav .wrap-logo img {
        height: 64px;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    .page-nav .wrap-nav {
      position: inherit; }
      .page-nav .wrap-nav .wrap-logo {
        position: relative;
        text-align: center;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 12px; }
      .page-nav .wrap-nav .wrap-links {
        display: block;
        z-index: 9;
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: 0;
        background-color: #212121;
        padding: 0 160px;
        pointer-events: none;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .page-nav .wrap-nav .wrap-links .resp-logo {
          display: block;
          border-bottom: 1px solid #CBCBCB; }
        .page-nav .wrap-nav .wrap-links .resp-mandala {
          display: block;
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .page-nav .wrap-nav .wrap-links .nav-bar {
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .page-nav .wrap-nav .wrap-links .nav-bar.left-links {
            float: initial;
            width: 100%;
            padding-right: 0;
            text-align: center; }
          .page-nav .wrap-nav .wrap-links .nav-bar.right-links {
            float: initial;
            width: 100%;
            padding-left: 0;
            text-align: center; }
          .page-nav .wrap-nav .wrap-links .nav-bar .links-list {
            overflow: hidden; }
            .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element {
              float: left;
              width: 100%;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
                padding: 10px 15px !important;
                font-family: "ITCModern", serif;
                font-size: 46px;
                font-weight: 300;
                text-transform: inherit;
                letter-spacing: 0.04em; }
                .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link.index-link {
                  display: none; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link-extra {
                display: none; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element:before {
                display: none; }
              .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element.nav-lang {
                display: none; }
        .page-nav .wrap-nav .wrap-links .resp-languages {
          display: block;
          opacity: 0; }
          .page-nav .wrap-nav .wrap-links .resp-languages.showit {
            opacity: 1; }
          .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element {
            opacity: 1;
            border-color: #303030; }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element .lang-link {
              font-family: "ProximaNova", sans-serif;
              font-weight: 500;
              font-size: 9px;
              letter-spacing: 3px;
              padding: 11px 0 9px; }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element.active .lang-link {
              color: #fff; }
            .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element .lang-link {
              color: #303030; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content {
        width: auto; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-imgs-box {
          display: none; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box {
          width: 100%; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links {
            position: relative;
            top: 0;
            left: 0;
            width: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list {
          margin: 0 auto;
          padding: 85px 70px 0; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link {
            margin: 0 30px; }
            .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link .link-title {
              font-size: 31px; }
      .page-nav .wrap-nav .resp-nav-btn {
        display: block;
        z-index: 11;
        opacity: 1;
        top: 25px; }
      .page-nav .wrap-nav.open-menu .wrap-links {
        pointer-events: auto;
        min-height: 100vh;
        max-height: 2000px;
        padding: 140px 160px 40px;
        background-color: #FBFAF6; }
        .page-nav .wrap-nav.open-menu .wrap-links .resp-mandala.showit {
          opacity: 1; }
        .page-nav .wrap-nav.open-menu .wrap-links .nav-bar.showit {
          opacity: 1; }
      .page-nav .wrap-nav.open-menu .resp-nav-btn {
        top: 100px; }
        .page-nav .wrap-nav.open-menu .resp-nav-btn .resp-btn-text .btn-text.opened {
          display: none; }
        .page-nav .wrap-nav.open-menu .resp-nav-btn .resp-btn-text .btn-text.closed {
          display: block; } }
  @media (max-width: 969px) {
    .page-nav .wrap-nav .wrap-logo img {
      width: 178px; }
    .page-nav .wrap-nav .wrap-links .nav-bar {
      width: 100%; }
      .page-nav .wrap-nav .wrap-links .nav-bar.left-links {
        padding-right: 0;
        width: 100%; }
      .page-nav .wrap-nav .wrap-links .nav-bar.right-links {
        padding-left: 0;
        width: 100%; }
      .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
        font-size: 65px; }
    .page-nav .wrap-nav .wrap-links .resp-mandala {
      height: 100px; }
      .page-nav .wrap-nav .wrap-links .resp-mandala img {
        width: 270px; }
    .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list {
      padding: 85px 60px 0; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element {
        width: 50%; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link .link-title {
          font-size: 30px; }
    .page-nav .wrap-nav .wrap-subnav .subnav-content .back-mandala {
      height: 100px; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .back-mandala img {
        width: 270px; } }
  @media (max-width: 767px) {
    .page-nav .wrap-nav .wrap-links {
      padding: 0 100px; }
      .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
        padding: 17px 0;
        font-size: 55px; }
    .page-nav .wrap-nav .wrap-subnav .subnav-content {
      padding-top: 124px;
      max-width: 325px;
      margin: 0 auto; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-imgs-box {
        display: none; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-element .subnav-title {
          font-size: 35px; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links .subnav-element .subnav-subtitle {
          font-size: 12px; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-info.line-g {
        display: none; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list {
        padding: 40px 30px 0; }
        .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element {
          width: 100%;
          padding-bottom: 25px; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element:last-child .wrap-link .link-title {
            border-bottom: none; }
          .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link {
            margin: 0 auto; }
            .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link .link-title {
              font-size: 30px; }
            .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link .link-subtitle {
              display: none; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .back-mandala {
        display: none; }
    .page-nav .wrap-nav .resp-nav-btn {
      right: 30px; }
    .page-nav .wrap-nav.open-menu .resp-nav-btn {
      top: 80px;
      right: 20px; }
    .page-nav .wrap-nav.open-menu .wrap-links {
      padding: 140px 88px 40px; }
      .page-nav .wrap-nav.open-menu .wrap-links .nav-bar .links-list .link-element .nav-link {
        padding: 17px 0; }
      .page-nav .wrap-nav.open-menu .wrap-links .resp-mandala {
        display: none; } }
  @media (max-width: 567px) {
    .page-nav .wrap-nav .wrap-logo img {
      width: 110px; }
    .page-nav .wrap-nav .wrap-links {
      padding: 0px 50px; }
      .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element {
        width: 83px; }
        .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element:nth-child(2) {
          margin: 0 12px; }
      .page-nav .wrap-nav .wrap-links .nav-bar .links-list .link-element .nav-link {
        font-size: 25px;
        letter-spacing: 0.05em; }
    .page-nav .wrap-nav .wrap-subnav .subnav-content {
      padding-top: 90px; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-links-box .subnav-links {
        padding-bottom: 60px; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-info {
        font-size: 16px;
        max-width: 265px;
        margin: 0 auto;
        line-height: 150%; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .subnav-list .subnav-element .wrap-link .link-title {
        font-size: 26px; }
      .page-nav .wrap-nav .wrap-subnav .subnav-content .close-subnav {
        right: 0; }
    .page-nav .wrap-nav.open-menu .wrap-links {
      padding: 100px 50px 100px; } }
  @media (max-width: 374px) {
    .page-nav .wrap-nav .wrap-links {
      padding: 0px 50px; }
      .page-nav .wrap-nav .wrap-links .resp-languages {
        padding-top: 10px; }
        .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element {
          display: block;
          margin: 15px auto; }
          .page-nav .wrap-nav .wrap-links .resp-languages .lang-list .lang-element:nth-child(2) {
            margin: 15px auto; }
    .page-nav .wrap-nav .wrap-subnav .subnav-content {
      max-width: 270px; }
    .page-nav .wrap-nav .resp-nav-btn {
      right: 20px; }
    .page-nav .wrap-nav.open-menu .resp-nav-btn {
      top: 80px;
      right: 20px; } }

.newsletter-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-width: 576px;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #FBFAF6; }
  .newsletter-box.inlogin {
    min-height: 342px; }
    .newsletter-box.inlogin .wrap-news#login {
      display: none; }
      .newsletter-box.inlogin .wrap-news#login.active {
        display: block; }
    .newsletter-box.inlogin .wrap-news#solicitar {
      display: none; }
      .newsletter-box.inlogin .wrap-news#solicitar.active {
        display: block; }
    .newsletter-box.inlogin .wrap-news#recuperar {
      display: none; }
      .newsletter-box.inlogin .wrap-news#recuperar.active {
        display: block; }
    .newsletter-box.inlogin .wrap-news .wrap-input.input-mail:after {
      content: '\e92f'; }
    .newsletter-box.inlogin .wrap-news .wrap-input.input-user:after {
      content: '\e931'; }
    .newsletter-box.inlogin .wrap-news .wrap-input.input-password:after {
      content: '\e937'; }
    .newsletter-box.inlogin .wrap-news .news-header {
      padding-bottom: 0; }
      .newsletter-box.inlogin .wrap-news .news-header .news-title:before {
        display: none; }
    .newsletter-box.inlogin .login-nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; }
      .newsletter-box.inlogin .login-nav .nav-list {
        text-align: center;
        font-size: 0; }
        .newsletter-box.inlogin .login-nav .nav-list .nav-element {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          padding: 25px 20px;
          text-align: left; }
          .newsletter-box.inlogin .login-nav .nav-list .nav-element .nav-text {
            position: relative;
            padding-bottom: 5px;
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .newsletter-box.inlogin .login-nav .nav-list .nav-element .nav-text:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0%;
              height: 1px;
              background-color: #fff;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .newsletter-box.inlogin .login-nav .nav-list .nav-element.active .nav-text {
            color: #fff; }
            .newsletter-box.inlogin .login-nav .nav-list .nav-element.active .nav-text:before {
              width: 100%; }
          @media (min-width: 971px) {
            .newsletter-box.inlogin .login-nav .nav-list .nav-element:hover .nav-text {
              color: #fff; }
              .newsletter-box.inlogin .login-nav .nav-list .nav-element:hover .nav-text:before {
                width: 100%; } }
      @media (max-width: 567px) {
        .newsletter-box.inlogin .login-nav .nav-list .nav-element {
          display: inline-block;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          padding: 15px 20px 5px; }
          .newsletter-box.inlogin .login-nav .nav-list .nav-element .nav-text {
            display: inline-block; } }
  .newsletter-box .close-news {
    position: absolute;
    padding: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer; }
    .newsletter-box .close-news:before {
      content: '\e91b';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      font-family: 'icomoon';
      font-size: 18px;
      color: #636365; }
    .newsletter-box .close-news.close-text-btn .btn-text {
      color: #636365; }
      .newsletter-box .close-news.close-text-btn .btn-text:before {
        color: #636365; }
  .newsletter-box .wrap-news {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    padding: 50px 0 30px 0; }
    .newsletter-box .wrap-news .news-header {
      padding-bottom: 10px; }
      .newsletter-box .wrap-news .news-header .news-title {
        font-size: 18px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase;
        color: #063c27;
        font-weight: 700;
        letter-spacing: 0.3em;
        line-height: 1.2;
        border-bottom: 1px solid #cbcbcb;
        padding: 10px 0;
        position: relative; }
        .newsletter-box .wrap-news .news-header .news-title:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e92f';
          font-size: 20px;
          display: block;
          position: absolute;
          color: #063c27;
          bottom: 100%;
          left: calc(50% - 10px); }
      .newsletter-box .wrap-news .news-header .news-text {
        font-size: 13px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.6px;
        color: #303030;
        letter-spacing: 0.2em;
        padding: 10px 0; }
    .newsletter-box .wrap-news .news-form {
      max-width: 255px;
      margin: 0 auto; }
      .newsletter-box .wrap-news .news-form .wrap-input {
        margin: 20px 0; }
        .newsletter-box .wrap-news .news-form .wrap-input:after {
          content: '\e923'; }
      .newsletter-box .wrap-news .news-form .wrap-select {
        margin: 20px 0; }
      .newsletter-box .wrap-news .news-form .wrap-checkbox {
        margin: 20px 0; }
        .newsletter-box .wrap-news .news-form .wrap-checkbox .checkbox-zone .checkbox-box.active:after {
          display: block;
          color: #303030; }

.f-links {
  background-color: #FBFAF6; }
  .f-links.smaller .wrapper-footer {
    max-width: 1485px;
    padding: 0 20px; }
  @media (max-width: 969px) {
    .f-links.smaller .wrapper-footer {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .f-links.smaller .wrapper-footer {
      padding: 0 40px; } }
  @media (max-width: 567px) {
    .f-links.smaller .wrapper-footer {
      padding: 0 25px; } }
  .f-links.inpartners .wrapper-footer .wrap-zones {
    display: none; }
  .f-links.only_partners .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(1), .f-links.only_partners .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(2), .f-links.only_partners .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(3) {
    display: none; }
  .f-links.only_partners .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(4) {
    width: 100%; }
  .f-links .wrapper-footer {
    margin: 0 auto; }
    .f-links .wrapper-footer .wrap-zones {
      position: relative;
      margin: 0 -20px; }
      .f-links .wrapper-footer .wrap-zones .zones-list {
        font-size: 0;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: center;
        padding: 75px 0 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list:before, .f-links .wrapper-footer .wrap-zones .zones-list:after {
          content: '';
          position: relative;
          display: block;
          clear: both; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element {
          display: inline-block;
          width: 25%;
          flex-basis: 25%;
          max-width: 25%;
          padding: 0 20px; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.partners .wrap-header:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            background-color: #fff;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header {
            position: relative;
            border-bottom: 1px solid #CBCBCB;
            border-top: 1px solid #CBCBCB; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title {
              display: block;
              font-family: "ProximaNova", sans-serif;
              font-weight: 500;
              font-size: 13px;
              color: #063c27;
              letter-spacing: 0.3em;
              text-transform: uppercase;
              padding: 22px 0; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title:before {
                position: absolute;
                font-family: 'icomoon';
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #063c27;
                font-size: 12px; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.oasispuro:before {
                content: '\e904'; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.faq:before {
                content: '\e928'; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.rrss:before {
                content: '\e903'; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.partners:before {
                content: '\e902'; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .see-all {
              position: absolute;
              opacity: 0;
              right: 10px;
              -webkit-transform: translateX(50%) translateZ(0);
              -moz-transform: translateX(50%) translateZ(0);
              -ms-transform: translateX(50%) translateZ(0);
              -o-transform: translateX(50%) translateZ(0);
              transform: translateX(50%) translateZ(0);
              background-color: #063c27;
              font-family: "ProximaNova", sans-serif;
              font-size: 12px;
              color: #fff;
              text-transform: uppercase;
              border-radius: 5px;
              width: 105px;
              padding: 8px 0;
              text-align: center;
              top: -10px;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .see-all:before {
                content: '';
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #063c27;
                margin-top: -2px;
                position: absolute;
                top: 100%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%); }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content {
            position: relative;
            padding: 35px 0; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .element-text {
              padding-right: 80px;
              font-family: "ProximaNova", sans-serif;
              font-size: 16px;
              color: #303030;
              font-weight: 500;
              letter-spacing: 0.001em;
              line-height: 137.5%; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info {
              position: absolute;
              top: 57px;
              right: 0;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-icon {
                border-color: #063c27; }
                .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-icon:after {
                  content: '\e905';
                  font-size: 8px;
                  color: #063c27; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-text {
                position: absolute;
                opacity: 0;
                left: 50%;
                -webkit-transform: translateX(-50%) translateZ(0);
                -moz-transform: translateX(-50%) translateZ(0);
                -ms-transform: translateX(-50%) translateZ(0);
                -o-transform: translateX(-50%) translateZ(0);
                transform: translateX(-50%) translateZ(0);
                background-color: #063c27;
                font-family: "ProximaNova", sans-serif;
                font-size: 12px;
                font-weight: 500;
                color: #fff;
                text-transform: uppercase;
                border-radius: 5px;
                width: 105px;
                padding: 8px 0;
                text-align: center;
                top: -30px;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-text:before {
                  content: '';
                  content: "";
                  display: block;
                  position: absolute;
                  width: 0;
                  height: 0;
                  border-left: 6px solid transparent;
                  border-right: 6px solid transparent;
                  border-top: 6px solid #063c27;
                  margin-top: -2px;
                  position: absolute;
                  top: 100%;
                  left: 50%;
                  -webkit-transform: translateX(-50%);
                  -moz-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list {
              font-size: 0;
              text-align: center;
              padding: 5px 0px; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                margin: 0 7px; }
                .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon {
                  border-color: #063c27; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:after {
                    color: #063c27; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon.instagram:after {
                    content: "\e90d";
                    font-size: 14px; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon.linkedin:after {
                    content: "\eaca";
                    font-size: 14px; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon.youtube:after {
                    content: "\e90c";
                    font-size: 16px; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon.facebook:after {
                    content: "\e910";
                    font-size: 16px; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon.streamcloud:after {
                    content: "\e909";
                    font-size: 16px; }
                  @media (min-width: 971px) {
                    .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover {
                      opacity: 1;
                      border-color: transparent; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover:after {
                        color: #fff; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover.twitter {
                        background-color: #50B7F0; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover.facebook {
                        background-color: #185B95; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover.youtube {
                        background-color: #cc181e; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover.instagram {
                        background-color: #8a3ab9; }
                      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .social-icon:hover.streamcloud {
                        background-color: #1db954; } }
                .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .av-tag {
                  position: absolute;
                  width: 110px;
                  bottom: 100%;
                  left: 50%;
                  -webkit-transform: translateX(-50%) translateZ(0);
                  -moz-transform: translateX(-50%) translateZ(0);
                  -ms-transform: translateX(-50%) translateZ(0);
                  -o-transform: translateX(-50%) translateZ(0);
                  transform: translateX(-50%) translateZ(0);
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  background-color: #063c27;
                  font-family: "ProximaNova", sans-serif;
                  font-size: 12px;
                  font-weight: 500;
                  color: #fff;
                  text-transform: uppercase;
                  border-radius: 5px;
                  text-align: center;
                  padding: 8px;
                  opacity: 0; }
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link .av-tag:before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-top: 6px solid #063c27;
                    margin-top: -2px;
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%); }
                .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link:active .av-tag {
                  -webkit-transform: translateX(-50%) translateY(-10px) translateZ(0);
                  -moz-transform: translateX(-50%) translateY(-10px) translateZ(0);
                  -ms-transform: translateX(-50%) translateY(-10px) translateZ(0);
                  -o-transform: translateX(-50%) translateY(-10px) translateZ(0);
                  transform: translateX(-50%) translateY(-10px) translateZ(0);
                  opacity: 1; }
                @media (min-width: 971px) {
                  .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link:hover .av-tag {
                    -webkit-transform: translateX(-50%) translateY(-10px) translateZ(0);
                    -moz-transform: translateX(-50%) translateY(-10px) translateZ(0);
                    -ms-transform: translateX(-50%) translateY(-10px) translateZ(0);
                    -o-transform: translateX(-50%) translateY(-10px) translateZ(0);
                    transform: translateX(-50%) translateY(-10px) translateZ(0);
                    opacity: 1; } }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .partners-slider {
              margin-top: -10px; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .partners-slider .partner-slide .partner-img {
                max-width: 140px;
                margin: 0 auto;
                width: 100%; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .partners-counter {
              position: absolute;
              right: 8px;
              top: 30px;
              font-family: "TradeGothic18", sans-serif;
              font-size: 13px;
              color: rgba(255, 255, 255, 0.5);
              letter-spacing: 0.05em; }
          @media (min-width: 971px) {
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element:hover .wrap-header .see-all {
              opacity: 1;
              top: -15px; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element:hover .wrap-content .more-info .more-text {
              opacity: 1;
              top: -40px; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element:hover .wrap-content .more-info .more-icon {
              opacity: 1;
              background-color: #063c27; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element:hover .wrap-content .more-info .more-icon:after {
                color: #fff; } }
      .f-links .wrapper-footer .wrap-zones .footer-top {
        position: absolute;
        right: 0;
        top: 0;
        display: none; }
        .f-links .wrapper-footer .wrap-zones .footer-top .btn-top {
          position: relative;
          width: 28px;
          height: 28px;
          border-color: #063c27; }
          .f-links .wrapper-footer .wrap-zones .footer-top .btn-top:after {
            color: #063c27; }
          .f-links .wrapper-footer .wrap-zones .footer-top .btn-top:after {
            content: '\e316';
            font-family: 'icomoon';
            font-size: 10px; }
          .f-links .wrapper-footer .wrap-zones .footer-top .btn-top .top-text {
            position: absolute;
            top: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%) translateZ(0);
            -moz-transform: translateX(-50%) translateZ(0);
            -ms-transform: translateX(-50%) translateZ(0);
            -o-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.05em; }
    .f-links .wrapper-footer .wrap-generals {
      overflow: hidden;
      border-top: 1px solid #CBCBCB;
      padding: 35px 0 65px; }
      .f-links .wrapper-footer .wrap-generals .wrap-copy {
        float: left;
        width: 25%; }
        .f-links .wrapper-footer .wrap-generals .wrap-copy .copy-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          color: #303030;
          letter-spacing: 0.05em; }
      .f-links .wrapper-footer .wrap-generals .wrap-sublinks {
        float: left;
        width: 75%; }
        .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list {
          overflow: hidden;
          padding-left: 0px; }
          .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element {
            float: left;
            cursor: pointer;
            width: 17.5%; }
            .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element .sublink {
              position: relative;
              display: inline-block;
              font-family: "ProximaNova", sans-serif;
              font-size: 13px;
              font-weight: 500;
              color: #303030;
              letter-spacing: 0.05em;
              padding-bottom: 20px;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element .sublink:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 12px;
                width: 0%;
                height: 1px;
                background-color: #063c27;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            @media (min-width: 971px) {
              .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element:hover .sublink {
                color: #063c27; }
                .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element:hover .sublink:before {
                  width: 100%; } }
    @media (max-width: 1499px) {
      .f-links .wrapper-footer .wrap-zones .zones-list {
        padding: 5px 0 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .element-text {
          padding-right: 60px; } }
    @media (max-width: 1391px) {
      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .element-text {
        padding-right: 50px; } }
    @media (max-width: 1261px) {
      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element {
        width: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:last-child {
          width: 100%;
          flex-basis: 100%;
          max-width: 100%; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .element-text {
          padding-right: 50px; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .partners-counter {
          display: none; }
      .f-links .wrapper-footer .wrap-generals .wrap-copy {
        width: 222px; }
      .f-links .wrapper-footer .wrap-generals .wrap-sublinks {
        width: calc(100% - 222px); }
        .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element {
          width: 25%; } }
    @media (max-width: 969px) {
      .f-links .wrapper-footer .wrap-zones {
        margin: 0 auto; }
        .f-links .wrapper-footer .wrap-zones .zones-list {
          padding: 50px 0 0; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element {
            width: 50%;
            flex-basis: 50%;
            max-width: 50%; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:last-child {
              width: 50%;
              max-width: 50%; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(odd) {
              padding: 0 30px 0 0; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(even) {
              padding: 0 0 0 30px; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-icon {
              width: 28px;
              height: 28px; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .partners-counter {
              display: block; }
        .f-links .wrapper-footer .wrap-zones .footer-top {
          display: block; }
          .f-links .wrapper-footer .wrap-zones .footer-top .btn-top .top-text {
            display: none; }
      .f-links .wrapper-footer .wrap-generals {
        margin: 0 auto;
        padding-top: 50px;
        border-bottom: 0; }
        .f-links .wrapper-footer .wrap-generals .wrap-copy {
          float: initial; }
        .f-links .wrapper-footer .wrap-generals .wrap-sublinks {
          float: initial;
          width: 100%; }
          .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list {
            padding: 30px 0 0;
            margin: 0 -15px; }
            .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element {
              padding: 0 15px;
              width: 33.33%; }
              .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element .sublink {
                display: block;
                padding: 20px 0;
                border-bottom: 1px solid #CBCBCB; } }
    @media (max-width: 767px) {
      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element {
        width: 100%;
        flex-basis: 100%;
        max-width: 1000%;
        float: initial;
        border-bottom: 1px solid #CBCBCB; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:first-child {
          border-top: 1px solid #CBCBCB; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:last-child {
          border-bottom: none; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:last-child {
          width: 100%;
          max-width: 100%;
          flex-basis: 100%; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(odd) {
          padding: 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element:nth-child(even) {
          padding: 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element {
          overflow: hidden; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header {
            border: none;
            float: left;
            width: 180px;
            padding: 45px 0; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title {
              padding: 0 0 0 30px; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.rrss {
                margin-top: 8px;
                position: relative; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title:before {
                right: auto;
                left: 0; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.partners .wrap-header {
            padding: 60px 0; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content {
            padding: 45px 0;
            float: left;
            width: calc(100% - 180px); }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info {
              top: 50%; }
              .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .more-info .more-icon:after {
                content: '\e315'; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list {
              padding: 0; }
      .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element {
        width: 50%; } }
    @media (max-width: 567px) {
      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element {
        min-height: 135px;
        padding: 30px 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-link {
          position: relative; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header {
          border: none;
          float: initial;
          width: auto;
          padding: 5px 0;
          margin-bottom: 28px; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title {
            padding: 0 0 0 30px; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-header .element-title.rrss {
              margin-top: 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.partners .wrap-header {
          padding: 5px 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.partners .wrap-content {
          padding: 40px 0; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.partners .wrap-content .partners-counter {
            top: -18px; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content {
          position: initial;
          padding: 0 0 0 30px;
          margin-top: 15px;
          float: initial;
          width: auto; }
          .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list {
            text-align: left; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link:first-child {
              margin-left: 0; }
            .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element .wrap-content .wrap-socials .socials-list .social-link:last-child {
              margin-right: 0; }
      .f-links .wrapper-footer .wrap-generals .wrap-copy .copy-text {
        color: #063c27; }
      .f-links .wrapper-footer .wrap-generals .wrap-sublinks .sublinks-list .sublinks-element {
        width: 100%; } }
    @media (max-width: 374px) {
      .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.socials .wrap-content {
        padding-left: 0; }
        .f-links .wrapper-footer .wrap-zones .zones-list .zones-element .wrap-element.socials .wrap-content .wrap-socials .socials-list {
          text-align: center; } }

.f-static {
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
  background-color: #063c27; }
  .f-static.load {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .f-static .wrap-f-static {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 40px; }
    .f-static .wrap-f-static .right-links {
      float: left; }
      .f-static .wrap-f-static .right-links .puro-music-link {
        padding: 9px 0 8px; }
        .f-static .wrap-f-static .right-links .puro-music-link .music-icon {
          display: inline-block;
          vertical-align: middle; }
          .f-static .wrap-f-static .right-links .puro-music-link .music-icon:after {
            content: '\e92d';
            color: #fff;
            font-family: 'icomoon';
            font-size: 14px; }
        .f-static .wrap-f-static .right-links .puro-music-link .music-link {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          color: #fff;
          letter-spacing: 1.2px;
          padding-left: 50px; }
          .f-static .wrap-f-static .right-links .puro-music-link .music-link:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 25px;
            width: 10px;
            height: 1px;
            background-color: #fff;
            -webkit-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .f-static .wrap-f-static .right-links .puro-music-link .music-link:after {
            content: '\e92e';
            position: absolute;
            top: 50%;
            left: 25px;
            font-family: 'icomoon';
            font-size: 17px;
            color: #fff;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -webkit-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            opacity: 0; }
        @media (min-width: 971px) {
          .f-static .wrap-f-static .right-links .puro-music-link:hover .music-link:before {
            opacity: 0; }
          .f-static .wrap-f-static .right-links .puro-music-link:hover .music-link:after {
            opacity: 1;
            left: 13px; } }
    .f-static .wrap-f-static .left-links {
      float: right; }
      .f-static .wrap-f-static .left-links .f-static-list {
        overflow: hidden;
        font-size: 0; }
        .f-static .wrap-f-static .left-links .f-static-list .f-static-element {
          float: left;
          width: 160px;
          text-align: center;
          margin: 0 1px;
          padding: 9px 0 8px;
          cursor: pointer;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element .f-static-text {
            display: inline-block;
            vertical-align: middle;
            font-family: "ProximaNova", sans-serif;
            font-weight: 500;
            font-size: 13px;
            color: #fff;
            letter-spacing: 1px;
            padding-right: 10px; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-phone {
            display: inline-block;
            vertical-align: middle; }
            .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-phone:after {
              content: '\e938';
              color: #fff;
              font-family: 'icomoon';
              font-size: 14px; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-news {
            display: inline-block;
            vertical-align: middle; }
            .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-news:after {
              content: '\e92f';
              color: #fff;
              font-family: 'icomoon';
              font-size: 14px; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-man {
            display: inline-block;
            vertical-align: middle; }
            .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-man:after {
              content: '\e931';
              color: #fff;
              font-family: 'icomoon';
              font-size: 13px; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-top {
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 14px; }
            .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-top:after {
              content: '\e316';
              color: #fff;
              font-family: 'icomoon';
              font-size: 5px; }
            @media (min-width: 971px) {
              .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-top:hover {
                border-color: #fff; }
                .f-static .wrap-f-static .left-links .f-static-list .f-static-element .icon-top:hover:after {
                  color: #fff; } }
          @media (min-width: 971px) {
            .f-static .wrap-f-static .left-links .f-static-list .f-static-element:hover {
              background-color: rgba(148, 119, 92, 0.8); } }
  @media (max-width: 969px) {
    .f-static {
      width: auto;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(100%);
      -moz-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
      -o-transform: translateX(-50%) translateY(100%);
      transform: translateX(-50%) translateY(100%);
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .f-static.load {
        -webkit-transform: translateY(0%) translateX(-50%);
        -moz-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
        -o-transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%); }
      .f-static .wrap-f-static {
        padding: 0; }
        .f-static .wrap-f-static .right-links {
          display: none; }
        .f-static .wrap-f-static .left-links .f-static-list .f-static-element {
          display: none; }
          .f-static .wrap-f-static .left-links .f-static-list .f-static-element.newsletter {
            display: block;
            width: 200px;
            text-align: center;
            padding: 12px 0 11px; } }

.home-main {
  height: 100%; }
  .home-main.news-on .wrap-main .scroll-box {
    -webkit-transform: translateX(-50%) translateY(-80px) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-80px) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-80px) translateZ(0);
    -o-transform: translateX(-50%) translateY(-80px) translateZ(0);
    transform: translateX(-50%) translateY(-80px) translateZ(0); }
  .home-main.news-on .wrap-main .puro-music-box {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); }
  .home-main.news-on .wrap-main .puro-newsletter-box {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); }
  .home-main.news-on .wrap-main .scroll-pop {
    bottom: 80px; }
  @media (max-width: 969px) {
    .home-main.news-on .wrap-main .scroll-box {
      -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
      -moz-transform: translateX(-50%) translateY(0) translateZ(0);
      -ms-transform: translateX(-50%) translateY(0) translateZ(0);
      -o-transform: translateX(-50%) translateY(0) translateZ(0);
      transform: translateX(-50%) translateY(0) translateZ(0); }
    .home-main.news-on .wrap-main .puro-music-box {
      -webkit-transform: translateY(0) translateX(-50%);
      -moz-transform: translateY(0) translateX(-50%);
      -ms-transform: translateY(0) translateX(-50%);
      -o-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%); }
    .home-main.news-on .wrap-main .puro-newsletter-box {
      -webkit-transform: translateY(0) translateX(50%);
      -moz-transform: translateY(0) translateX(50%);
      -ms-transform: translateY(0) translateX(50%);
      -o-transform: translateY(0) translateX(50%);
      transform: translateY(0) translateX(50%); }
    .home-main.news-on .wrap-main .scroll-pop {
      bottom: 0; } }
  .home-main .page-nav .wrap-nav .wrap-logo img {
    display: none; }
  .home-main .page-nav .wrap-nav .wrap-logo img.only-home {
    display: inline-block; }
  .home-main .page-nav.fixed-nav .wrap-nav .wrap-logo img.only-home {
    display: none; }
  .home-main .page-nav.fixed-nav .wrap-nav .wrap-logo img {
    display: inline-block; }
  .home-main .wrap-main {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (max-width: 767px) {
      .home-main .wrap-main {
        height: calc(100% - 60px); } }
    .home-main .wrap-main:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #303030;
      opacity: 0.3; }
    .home-main .wrap-main .main-slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .home-main .wrap-main .main-slider .home-slide {
        width: 100%;
        height: 100%; }
        .home-main .wrap-main .main-slider .home-slide .slide-img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .home-main .wrap-main .home-main-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      opacity: 0.3;
      filter: grayscale(100%);
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .home-main .wrap-main .home-main-back:hover {
          opacity: 0;
          } }
    .home-main .wrap-main .home-main-logo {
      position: absolute;
      top: 53%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      .home-main .wrap-main .home-main-logo .wrap-logotipe .logo-img {
        width: 815px;
        height: auto; }
      @media (max-width: 1391px) {
        .home-main .wrap-main .home-main-logo .wrap-logotipe .logo-img {
          width: 590px; } }
      @media (max-width: 767px) {
        .home-main .wrap-main .home-main-logo .wrap-logotipe .logo-img {
          width: 475px; } }
      @media (max-width: 567px) {
        .home-main .wrap-main .home-main-logo .wrap-logotipe .logo-img {
          width: 270px; } }
    .home-main .wrap-main .scroll-box {
      position: absolute;
      bottom: 0;
      padding: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateZ(0);
      transform: translateX(-50%) translateZ(0);
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      text-align: center; }
      .home-main .wrap-main .scroll-box .scroll-icon {
        width: 35px;
        height: 35px;
        background-image: url(../svg/arrow-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 1;
        border: none; }
        .home-main .wrap-main .scroll-box .scroll-icon:after {
          display: none !important; }
      .home-main .wrap-main .scroll-box .scroll-title {
        display: block;
        font-family: "TradeGothic20", sans-serif;
        font-size: 46px;
        color: #fff;
        text-transform: uppercase; }
      .home-main .wrap-main .scroll-box .scroll-words {
        font-size: 0; }
        .home-main .wrap-main .scroll-box .scroll-words .line-word {
          display: inline-block;
          vertical-align: middle;
          font-family: "TradeGothic18", sans-serif;
          font-size: 14px;
          letter-spacing: 0.18em;
          color: #fff;
          text-transform: uppercase;
          padding: 5px 2.5px 20px; }
      .home-main .wrap-main .scroll-box .scroll-icon:after {
        content: '\e313';
        display: block;
        font-size: 12px; }
      @media (min-width: 971px) {
        .home-main .wrap-main .scroll-box:hover {
          opacity: 1; }
          .home-main .wrap-main .scroll-box:hover .scroll-icon {
            background-image: url(../svg/arrow-transparent.svg);
            background-color: transparent; } }
      @media (max-width: 1391px) {
        .home-main .wrap-main .scroll-box .scroll-title {
          font-size: 42px; } }
      @media (max-width: 767px) {
        .home-main .wrap-main .scroll-box {
          width: 100%; } }
      @media (max-width: 567px) {
        .home-main .wrap-main .scroll-box .scroll-title {
          font-size: 32px;
          padding-bottom: 20px; }
        .home-main .wrap-main .scroll-box .scroll-words {
          display: none; } }
    .home-main .wrap-main .scroll-pop {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #063c27;
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      text-align: center;
      padding: 10px 0 7px;
      color: #fff;
      max-height: 0;
      padding: 0;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .home-main .wrap-main .scroll-pop.moveup {
        max-height: 40px;
        padding: 10px 0 7px; }
    .home-main .wrap-main .puro-music-box {
      position: absolute;
      left: 30px;
      bottom: 0;
      padding-bottom: 30px;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .home-main .wrap-main .puro-music-box .music-icon {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        background-image: url("../svg/headset-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 1;
        border: none;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .home-main .wrap-main .puro-music-box .music-icon:after {
          display: none; }
      .home-main .wrap-main .puro-music-box .music-text {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: "ProximaNova", sans-serif;
        font-weight: 500;
        color: #fff;
        letter-spacing: 1.2px;
        font-size: 13px;
        padding-left: 30px; }
        .home-main .wrap-main .puro-music-box .music-text:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 10px;
          width: 10px;
          height: 1px;
          background-color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -webkit-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -ms-transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0); }
        .home-main .wrap-main .puro-music-box .music-text:after {
          content: '\e92e';
          position: absolute;
          font-family: 'icomoon';
          top: 50%;
          left: 7px;
          -webkit-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -ms-transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
          font-size: 17px;
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .home-main .wrap-main .puro-music-box:hover .music-icon {
          opacity: 1;
          background-image: url("../svg/headset-transparent.svg");
          background-color: transparent; }
        .home-main .wrap-main .puro-music-box:hover .music-text:before {
          opacity: 0; }
        .home-main .wrap-main .puro-music-box:hover .music-text:after {
          opacity: 1;
          left: 3px; } }
      @media (max-width: 969px) {
        .home-main .wrap-main .puro-music-box {
          left: calc(50% - 73px);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          .home-main .wrap-main .puro-music-box .music-text {
            display: none; } }
    .home-main .wrap-main .puro-newsletter-box {
      position: absolute;
      right: 30px;
      bottom: 0;
      padding-bottom: 30px;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .home-main .wrap-main .puro-newsletter-box .news-icon {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        background-image: url("../svg/mail-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 1;
        border: none;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .home-main .wrap-main .puro-newsletter-box .news-icon:after {
          display: none; }
      .home-main .wrap-main .puro-newsletter-box .news-text {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        letter-spacing: 1.2px;
        padding-right: 30px; }
        .home-main .wrap-main .puro-newsletter-box .news-text:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 10px;
          width: 10px;
          height: 1px;
          background-color: #fff;
          -webkit-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -ms-transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .home-main .wrap-main .puro-newsletter-box .news-text:after {
          content: '\e92e';
          position: absolute;
          font-family: 'icomoon';
          top: 50%;
          right: 7px;
          -webkit-transform: translateY(-50%) rotate(180deg) translateZ(0);
          -moz-transform: translateY(-50%) rotate(180deg) translateZ(0);
          -ms-transform: translateY(-50%) rotate(180deg) translateZ(0);
          -o-transform: translateY(-50%) rotate(180deg) translateZ(0);
          transform: translateY(-50%) rotate(180deg) translateZ(0);
          font-size: 17px;
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .home-main .wrap-main .puro-newsletter-box:hover .news-icon {
          opacity: 1;
          background-image: url("../svg/mail-transparent.svg");
          background-color: transparent; }
        .home-main .wrap-main .puro-newsletter-box:hover .news-text:before {
          opacity: 0; }
        .home-main .wrap-main .puro-newsletter-box:hover .news-text:after {
          opacity: 1;
          right: 3px; } }
      @media (max-width: 969px) {
        .home-main .wrap-main .puro-newsletter-box {
          right: calc(50% - 73px);
          -webkit-transform: translateX(50%);
          -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
          -o-transform: translateX(50%);
          transform: translateX(50%); }
          .home-main .wrap-main .puro-newsletter-box .news-text {
            display: none; } }

.resultados-module {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background-color: #2C2C2C; }
  .resultados-module .back-mandala {
    position: absolute;
    top: 50%;
    background-image: url("../img/mandala.html");
    background-size: contain;
    background-repeat: no-repeat;
    height: 465px;
    width: 465px; }
    .resultados-module .back-mandala.toleft {
      left: 0;
      -webkit-transform: translateY(-50%) translateX(-60%);
      -moz-transform: translateY(-50%) translateX(-60%);
      -ms-transform: translateY(-50%) translateX(-60%);
      -o-transform: translateY(-50%) translateX(-60%);
      transform: translateY(-50%) translateX(-60%); }
    .resultados-module .back-mandala.toright {
      right: 0;
      -webkit-transform: translateY(-50%) translateX(60%);
      -moz-transform: translateY(-50%) translateX(60%);
      -ms-transform: translateY(-50%) translateX(60%);
      -o-transform: translateY(-50%) translateX(60%);
      transform: translateY(-50%) translateX(60%); }
  .resultados-module .wrap-resultados {
    position: absolute;
    width: 100%;
    top: calc(50% - 50px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 1010px; }
    .resultados-module .wrap-resultados .resultados-box {
      text-align: center; }
      .resultados-module .wrap-resultados .resultados-box .resultados-title {
        display: inline-block;
        vertical-align: middle;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        line-height: 122.2222222222%; }
      .resultados-module .wrap-resultados .resultados-box .resultados-list {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 35px; }
        .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element {
          padding: 35px 0;
          width: 25%; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element:nth-child(n+5) {
            width: 33%; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-number {
            display: block;
            font-family: "TradeGothic20", sans-serif;
            font-size: 75px;
            color: #fff;
            line-height: 119.8198198198%; }
            .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-number.smallone {
              font-size: 75px; }
            .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-number.centerit {
              padding-left: 30px; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-text {
            display: block;
            padding-top: 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            font-family: "TradeGothic20", sans-serif;
            max-width: 185px;
            margin: 0 auto;
            font-size: 20px;
            color: rgba(252, 252, 252, 0.5);
            letter-spacing: 0.05em;
            text-transform: uppercase; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-subtext {
            display: block;
            font-family: "TradeGothic20", sans-serif;
            font-size: 12px;
            color: rgba(252, 252, 252, 0.5);
            text-transform: uppercase;
            padding-bottom: 15px;
            letter-spacing: 0.05em; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .wrap-bignumber {
            position: relative; }
            .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .wrap-bignumber .resultado-number {
              display: inline-block;
              vertical-align: middle; }
            .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .wrap-bignumber .plus-icon {
              display: inline-block;
              vertical-align: middle;
              font-family: "TradeGothic20", sans-serif;
              font-size: 19px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              line-height: 115.7894736842%; }
            .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .wrap-bignumber .number-icon {
              display: inline-block;
              vertical-align: middle;
              font-family: "TradeGothic20", sans-serif;
              font-size: 19px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              line-height: 115.7894736842%;
              padding-left: 8px; }
  @media (max-width: 1499px) {
    .resultados-module .back-mandala.toright {
      -webkit-transform: translateY(-50%) translateX(70%);
      -moz-transform: translateY(-50%) translateX(70%);
      -ms-transform: translateY(-50%) translateX(70%);
      -o-transform: translateY(-50%) translateX(70%);
      transform: translateY(-50%) translateX(70%); }
    .resultados-module .back-mandala.toleft {
      -webkit-transform: translateY(-50%) translateX(-70%);
      -moz-transform: translateY(-50%) translateX(-70%);
      -ms-transform: translateY(-50%) translateX(-70%);
      -o-transform: translateY(-50%) translateX(-70%);
      transform: translateY(-50%) translateX(-70%); } }
  @media (max-width: 1391px) {
    .resultados-module .back-mandala {
      width: 333px;
      height: 333px; }
      .resultados-module .back-mandala.toright {
        display: none; }
      .resultados-module .back-mandala.toleft {
        top: 40px;
        -webkit-transform: translateY(-50%) translateX(50%);
        -moz-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        -o-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%);
        right: 50%;
        left: auto; } }
  @media (max-width: 1261px) {
    .resultados-module .wrap-resultados {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      padding: 130px 20px 0;
      margin: 0 auto; } }
  @media (max-width: 969px) {
    .resultados-module .wrap-resultados {
      max-width: 550px;
      padding: 130px 30px 70px; }
      .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element {
        padding: 25px 0;
        width: 50%; }
        .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element:nth-child(n+5) {
          width: 50%; }
        .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element .resultado-section .resultado-text {
          max-width: 165px; } }
  @media (max-width: 567px) {
    .resultados-module .back-mandala {
      width: 250px;
      height: 250px; }
    .resultados-module .wrap-resultados {
      padding: 120px 30px 70px; }
      .resultados-module .wrap-resultados .resultados-box .resultados-title {
        max-width: 235px; }
        .resultados-module .wrap-resultados .resultados-box .resultados-title.g-line {
          display: none; }
      .resultados-module .wrap-resultados .resultados-box .resultados-list {
        padding-top: 15px; }
        .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element {
          width: 100%;
          padding: 15px 0; }
          .resultados-module .wrap-resultados .resultados-box .resultados-list .resultados-element:nth-child(n+5) {
            width: 100%; } }

.wrap-servicios .servicios-header {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-servicios .servicios-header .servicios-title {
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 119.5652173913%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .wrap-servicios .servicios-header .servicios-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    line-height: 116.6666666667%; }
.wrap-servicios .servicios-content {
  padding: 35px 0; }
  .wrap-servicios .servicios-content .servicios-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%;
    text-align: center; }
.wrap-servicios .servicios-list .servicios-zones {
  overflow: hidden; }
  .wrap-servicios .servicios-list .servicios-zones .wrap-zone {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-servicios .servicios-list .servicios-zones .wrap-zone:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element {
      position: relative;
      padding: 32px 0 26px;
      cursor: pointer;
      overflow: hidden; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .element-title {
        font-family: "TradeGothic20", sans-serif;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        line-height: 116.6666666667%;
        opacity: 0.5;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .wrap-element-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 100%; }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .wrap-element-btn:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 100%;
          height: 5px;
          background-color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .wrap-element-btn .scroll-btn {
          position: absolute;
          left: 50%;
          top: calc(50% + 4px);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          width: 26px;
          height: 26px;
          opacity: 0.5; }
          .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .wrap-element-btn .scroll-btn:after {
            content: '\e313';
            font-size: 10px; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element.active .element-title {
        opacity: 1; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element.active .wrap-element-btn:before {
        top: 0; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element.active .scroll-btn {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element.active .scroll-btn:after {
          content: '\e91b'; }
      @media (min-width: 971px) {
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element:hover .element-title {
          opacity: 1; }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element:hover .wrap-element-btn:before {
          top: 0; }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element:hover .scroll-btn {
          opacity: 1; } }
    .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-img {
        width: 100%;
        height: auto; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 152.9411764706%;
        letter-spacing: 0.05em;
        padding: 45px 0; }
      .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list {
        overflow: hidden;
        font-size: 0;
        padding-bottom: 60px; }
        .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element {
          float: left;
          width: 100%; }
          .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element:first-child {
            padding-bottom: 15px; }
            .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element:first-child .list-text {
              font-family: "TradeGothic18", sans-serif;
              font-size: 18px;
              color: #fff;
              line-height: 116.6666666667%;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              opacity: 1;
              padding-left: 0; }
              .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element:first-child .list-text:before {
                display: none; }
          .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element:last-child .list-text {
            border-bottom: none; }
          .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element .list-text {
            display: block;
            position: relative;
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 162.5%;
            letter-spacing: 0.05em;
            padding: 15px 0;
            padding-left: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .wrap-servicios .servicios-list .servicios-zones .wrap-zone .inside-servicio .inside-list .list-element .list-text:before {
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: '\e918';
              font-family: 'icomoon';
              color: #fff;
              font-size: 6px; }
@media (max-width: 767px) {
  .wrap-servicios .servicios-header .servicios-subtitle.g-line {
    display: none; } }
@media (max-width: 567px) {
  .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .wrap-element-btn {
    width: 45px; }
  .wrap-servicios .servicios-list .servicios-zones .wrap-zone .servicio-element .element-title {
    max-width: 205px; } }

.wrap-concepto {
  max-width: 500px;
  margin: 0 auto; }
  .wrap-concepto .concepto-header {
    position: relative;
    text-align: center;
    padding-bottom: 40px; }
    .wrap-concepto .concepto-header:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3); }
    .wrap-concepto .concepto-header .concepto-title {
      font-family: "TradeGothic20", sans-serif;
      font-size: 46px;
      color: #fff;
      line-height: 119.5652173913%;
      text-transform: uppercase;
      padding-bottom: 20px; }
    .wrap-concepto .concepto-header .concepto-subtitle {
      display: inline-block;
      vertical-align: middle;
      font-family: "TradeGothic18", sans-serif;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      line-height: 116.6666666667%; }
  .wrap-concepto .concepto-content {
    padding: 35px 0; }
    .wrap-concepto .concepto-content .concepto-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 17px;
      color: #fff;
      letter-spacing: 0.05em;
      line-height: 152.9411764706%;
      text-align: center; }
    .wrap-concepto .concepto-content .concepto-phrase {
      display: block;
      padding-top: 20px;
      text-align: center;
      font-family: "Helvetica27", sans-serif;
      font-size: 38px;
      color: #fff;
      letter-spacing: 0.035em;
      line-height: 131.5789473684%; }
  .wrap-concepto .wrap-concepto-img {
    position: relative;
    padding: 25px 0; }
    .wrap-concepto .wrap-concepto-img .concepto-img {
      position: relative;
      z-index: 2;
      width: 100%; }
    .wrap-concepto .wrap-concepto-img .img-shadow {
      position: absolute;
      z-index: 1;
      left: 0;
      top: calc(100% - 25px);
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .wrap-concepto .wrap-concepto-img .img-shadow img {
        width: 100%; }
  @media (max-width: 1261px) {
    .wrap-concepto {
      max-width: 600px; } }
  @media (max-width: 969px) {
    .wrap-concepto {
      max-width: 500px; } }
  @media (max-width: 767px) {
    .wrap-concepto .concepto-header .concepto-subtitle.g-line {
      display: none; } }
  @media (max-width: 567px) {
    .wrap-concepto .concepto-content .concepto-phrase {
      font-size: 36px; }
    .wrap-concepto .concepto-content .concepto-text {
      font-size: 16px; }
    .wrap-concepto .wrap-concepto-img {
      padding: 15px 0; } }

.wrap-compras .compras-header {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-compras .compras-header .compras-title {
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 119.5652173913%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .wrap-compras .compras-header .compras-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 116.6666666667%; }
.wrap-compras .compras-content {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-compras .compras-content .compras-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%; }
  .wrap-compras .compras-content .compras-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 116.6666666667%; }
  .wrap-compras .compras-content .icon-arrow {
    margin: 25px auto;
    width: 22px;
    height: 22px;
    opacity: 0.5;
    cursor: auto; }
    @media (min-width: 971px) {
      .wrap-compras .compras-content .icon-arrow:hover {
        background-color: transparent; }
        .wrap-compras .compras-content .icon-arrow:hover:after {
          color: #fff; } }
    .wrap-compras .compras-content .icon-arrow:after {
      content: '\e313';
      font-size: 6px; }
  .wrap-compras .compras-content .number-box {
    padding-bottom: 75px;
    max-width: 350px;
    margin: 0 auto; }
    .wrap-compras .compras-content .number-box .number-text {
      display: block;
      font-family: "TradeGothic18", sans-serif;
      font-size: 13px;
      color: #fff;
      opacity: 0.5;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .wrap-compras .compras-content .number-box .number {
      display: block;
      font-family: "TradeGothic20", sans-serif;
      font-size: 84px;
      color: #fff;
      text-transform: uppercase;
      padding-right: 10px;
      letter-spacing: -0.05em;
      line-height: 117.6470588235%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-compras .compras-content .number-box .number-title {
      display: block;
      font-family: "TradeGothic18", sans-serif;
      font-size: 22px;
      color: #fff;
      opacity: 0.5;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding-top: 15px; }
  .wrap-compras .compras-content .money-box {
    padding-bottom: 20px;
    max-width: 350px;
    margin: 0 auto; }
    .wrap-compras .compras-content .money-box .money-text {
      display: block;
      font-family: "TradeGothic18", sans-serif;
      font-size: 13px;
      color: #fff;
      opacity: 0.5;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .wrap-compras .compras-content .money-box .price-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .wrap-compras .compras-content .money-box .price-box .money {
        position: relative;
        font-family: "TradeGothic20", sans-serif;
        font-size: 84px;
        color: #fff;
        text-transform: uppercase;
        padding-right: 10px;
        letter-spacing: -0.05em;
        line-height: 117.6470588235%; }
        .wrap-compras .compras-content .money-box .price-box .money:after {
          content: '\20AC';
          position: absolute;
          right: -10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "TradeGothic20", sans-serif;
          font-size: 19px;
          color: #fff;
          text-transform: uppercase; }
    .wrap-compras .compras-content .money-box .money-title {
      display: block;
      font-family: "TradeGothic18", sans-serif;
      font-size: 22px;
      color: #fff;
      opacity: 0.5;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding-top: 15px; }
@media (max-width: 767px) {
  .wrap-compras .compras-header .compras-subtitle.g-line {
    display: none; } }
@media (max-width: 567px) {
  .wrap-compras .compras-content .compras-text {
    font-size: 16px; }
  .wrap-compras .compras-content .compras-subtitle.g-line {
    display: none; }
  .wrap-compras .compras-content .money-box .money-text {
    max-width: 225px;
    margin: 0 auto; }
  .wrap-compras .compras-content .money-box .price-box .money {
    font-size: 74px; }
    .wrap-compras .compras-content .money-box .price-box .money:after {
      right: -5px; } }

.wrap-estrategia .estrategia-header {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-estrategia .estrategia-header .estrategia-title {
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 119.5652173913%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .wrap-estrategia .estrategia-header .estrategia-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    line-height: 116.6666666667%; }
.wrap-estrategia .estrategia-content {
  padding: 35px 0; }
  .wrap-estrategia .estrategia-content .estrategia-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%;
    text-align: center; }
.wrap-estrategia .estrategia-list .estrategia-zones {
  overflow: hidden; }
  .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element {
      position: relative;
      padding: 32px 0 26px;
      cursor: pointer;
      overflow: hidden; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .element-title {
        font-family: "TradeGothic20", sans-serif;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        line-height: 116.6666666667%;
        opacity: 0.5;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .wrap-element-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 100%; }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .wrap-element-btn:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 100%;
          height: 5px;
          background-color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .wrap-element-btn .scroll-btn {
          position: absolute;
          left: 50%;
          top: calc(50% + 4px);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          width: 26px;
          height: 26px;
          opacity: 0.5; }
          .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .wrap-element-btn .scroll-btn:after {
            content: '\e313';
            font-size: 10px; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element.active .element-title {
        opacity: 1; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element.active .wrap-element-btn:before {
        top: 0; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element.active .scroll-btn {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element.active .scroll-btn:after {
          content: '\e91b'; }
      @media (min-width: 971px) {
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element:hover .element-title {
          opacity: 1; }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element:hover .wrap-element-btn:before {
          top: 0; }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element:hover .scroll-btn {
          opacity: 1; } }
    .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-img {
        width: 100%;
        height: auto; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-title {
        padding: 40px 0;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 152.9411764706%;
        letter-spacing: 0.05em;
        padding: 45px 0; }
      .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list {
        overflow: hidden;
        font-size: 0;
        padding-bottom: 60px; }
        .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element {
          float: left;
          width: 100%; }
          .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element:first-child {
            padding-bottom: 15px; }
            .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element:first-child .list-text {
              font-family: "TradeGothic18", sans-serif;
              font-size: 18px;
              color: #fff;
              line-height: 116.6666666667%;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              opacity: 1;
              padding-left: 0; }
              .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element:first-child .list-text:before {
                display: none; }
          .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element:last-child .list-text {
            border-bottom: none; }
          .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element .list-text {
            display: block;
            position: relative;
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 162.5%;
            letter-spacing: 0.05em;
            opacity: 0.5;
            padding: 15px 0;
            padding-left: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .inside-estrategia .inside-list .list-element .list-text:before {
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: '\e918';
              font-family: 'icomoon';
              color: #fff;
              opacity: 0.5;
              font-size: 6px; }
@media (max-width: 767px) {
  .wrap-estrategia .estrategia-header .estrategia-subtitle.g-line {
    display: none; } }
@media (max-width: 567px) {
  .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .wrap-element-btn {
    width: 45px; }
  .wrap-estrategia .estrategia-list .estrategia-zones .wrap-zone .estrategia-element .element-title {
    max-width: 205px; } }

.wrap-franquicias .franquicias-header {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-franquicias .franquicias-header .franquicias-title {
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 119.5652173913%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .wrap-franquicias .franquicias-header .franquicias-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    line-height: 116.6666666667%; }
.wrap-franquicias .franquicias-content {
  padding: 35px 0; }
  .wrap-franquicias .franquicias-content .franquicias-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%;
    text-align: center; }
.wrap-franquicias .complement-content {
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-franquicias .complement-content .complement-title {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    line-height: 116.6666666667%; }
.wrap-franquicias .franquicias-list .franquicias-zones {
  overflow: hidden; }
  .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element {
      position: relative;
      padding: 32px 0 26px;
      cursor: pointer;
      overflow: hidden; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .element-title {
        font-family: "TradeGothic20", sans-serif;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        line-height: 116.6666666667%;
        opacity: 0.5;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .wrap-element-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 100%; }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .wrap-element-btn:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 100%;
          height: 5px;
          background-color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .wrap-element-btn .scroll-btn {
          position: absolute;
          left: 50%;
          top: calc(50% + 4px);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          width: 26px;
          height: 26px;
          opacity: 0.5; }
          .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .wrap-element-btn .scroll-btn:after {
            content: '\e313';
            font-size: 10px; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element.active .element-title {
        opacity: 1; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element.active .wrap-element-btn:before {
        top: 0; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element.active .scroll-btn {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element.active .scroll-btn:after {
          content: '\e91b'; }
      @media (min-width: 971px) {
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element:hover .element-title {
          opacity: 1; }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element:hover .wrap-element-btn:before {
          top: 0; }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element:hover .scroll-btn {
          opacity: 1; } }
    .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-img {
        width: 100%;
        height: auto; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-title {
        padding: 40px 0;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 152.9411764706%;
        letter-spacing: 0.05em;
        padding: 45px 0; }
      .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list {
        overflow: hidden;
        font-size: 0;
        padding-bottom: 60px; }
        .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element {
          float: left;
          width: 100%; }
          .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element:first-child {
            padding-bottom: 15px; }
            .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element:first-child .list-text {
              font-family: "TradeGothic18", sans-serif;
              font-size: 18px;
              color: #fff;
              line-height: 116.6666666667%;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              opacity: 1;
              padding-left: 0; }
              .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element:first-child .list-text:before {
                display: none; }
          .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element:last-child .list-text {
            border-bottom: none; }
          .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element .list-text {
            display: block;
            position: relative;
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 162.5%;
            letter-spacing: 0.05em;
            opacity: 0.5;
            padding: 15px 0;
            padding-left: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .inside-franquicias .inside-list .list-element .list-text:before {
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: '\e918';
              font-family: 'icomoon';
              color: #fff;
              opacity: 0.5;
              font-size: 6px; }
.wrap-franquicias .franquicias-list .franquicias-end {
  padding-top: 35px;
  text-align: center; }
  .wrap-franquicias .franquicias-list .franquicias-end .end-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%;
    padding: 0 35px 35px; }
@media (max-width: 969px) {
  .wrap-franquicias .franquicias-list .franquicias-end {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
@media (max-width: 767px) {
  .wrap-franquicias .franquicias-header .franquicias-subtitle.g-line {
    display: none; }
  .wrap-franquicias .franquicias-list .franquicias-end .end-text {
    padding: 0 0 35px; }
  .wrap-franquicias .complement-content .complement-title.g-line {
    display: none; } }
@media (max-width: 567px) {
  .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .wrap-element-btn {
    width: 45px; }
  .wrap-franquicias .franquicias-list .franquicias-zones .wrap-zone .franquicias-element .element-title {
    max-width: 205px; } }

.wrap-marcas .marcas-header {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .wrap-marcas .marcas-header .marcas-title {
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #fff;
    line-height: 119.5652173913%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .wrap-marcas .marcas-header .marcas-subtitle {
    display: inline-block;
    vertical-align: middle;
    font-family: "TradeGothic18", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    line-height: 116.6666666667%; }
.wrap-marcas .marcas-content {
  padding: 35px 0; }
  .wrap-marcas .marcas-content .marcas-text {
    font-family: "ProximaNova", sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 152.9411764706%;
    text-align: center; }
.wrap-marcas .marcas-list .marcas-zones {
  overflow: hidden; }
  .wrap-marcas .marcas-list .marcas-zones .wrap-zone {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element .wrap-element-btn:before {
      background-color: #D9262E; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element .wrap-element-btn .scroll-btn:hover {
        background-color: #D9262E;
        border-color: #D9262E; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element .wrap-element-btn .scroll-btn:hover:after {
          color: #fff !important; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element.active .wrap-element-btn .scroll-btn {
      border-color: #D9262E; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element.active .wrap-element-btn .scroll-btn:after {
        color: #D9262E; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element:hover .wrap-element-btn .scroll-btn {
        border-color: #D9262E; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .marcas-element:hover .wrap-element-btn .scroll-btn:after {
          color: #D9262E; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .inside-marcas .inside-title {
      color: #D9262E; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .inside-marcas .marcas-btn:before {
      border-left-color: #fff; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .inside-marcas .marcas-btn:hover {
        background-color: #D9262E;
        border-color: transparent; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.opio .inside-marcas .marcas-btn:hover .btn-main-link {
          color: #fff; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element .element-title {
      height: 30px; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element .wrap-element-btn:before {
      background-color: #C58854; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element .wrap-element-btn .scroll-btn:hover {
        background-color: #C58854;
        border-color: #C58854; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element .wrap-element-btn .scroll-btn:hover:after {
          color: #fff !important; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element.active .wrap-element-btn .scroll-btn {
      border-color: #C58854; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element.active .wrap-element-btn .scroll-btn:after {
        color: #C58854; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element:hover .wrap-element-btn .scroll-btn {
        border-color: #C58854; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .marcas-element:hover .wrap-element-btn .scroll-btn:after {
          color: #C58854; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .inside-marcas .inside-title {
      color: #C58854; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .inside-marcas .marcas-btn:before {
      border-left-color: #fff; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .inside-marcas .marcas-btn:hover {
        background-color: #C58854;
        border-color: transparent; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.canbordoy .inside-marcas .marcas-btn:hover .btn-main-link {
          color: #fff; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element .wrap-element-btn:before {
      background-color: #6F8CC2; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element .wrap-element-btn .scroll-btn:hover {
        background-color: #6F8CC2;
        border-color: #6F8CC2; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element .wrap-element-btn .scroll-btn:hover:after {
          color: #fff !important; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element.active .wrap-element-btn .scroll-btn {
      border-color: #6F8CC2; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element.active .wrap-element-btn .scroll-btn:after {
        color: #6F8CC2; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element:hover .wrap-element-btn .scroll-btn {
        border-color: #6F8CC2; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .marcas-element:hover .wrap-element-btn .scroll-btn:after {
          color: #6F8CC2; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .inside-marcas .inside-title {
      color: #6F8CC2; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .inside-marcas .marcas-btn:before {
      border-left-color: #fff; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .inside-marcas .marcas-btn:hover {
        background-color: #6F8CC2;
        border-color: transparent; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purospa .inside-marcas .marcas-btn:hover .btn-main-link {
          color: #fff; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element .wrap-element-btn:before {
      background-color: #BA9F70; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element .wrap-element-btn .scroll-btn:hover {
        background-color: #BA9F70;
        border-color: #BA9F70; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element .wrap-element-btn .scroll-btn:hover:after {
          color: #fff !important; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element.active .wrap-element-btn .scroll-btn {
      border-color: #BA9F70; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element.active .wrap-element-btn .scroll-btn:after {
        color: #BA9F70; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element:hover .wrap-element-btn .scroll-btn {
        border-color: #BA9F70; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .marcas-element:hover .wrap-element-btn .scroll-btn:after {
          color: #BA9F70; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .inside-marcas .inside-title {
      color: #BA9F70; }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .inside-marcas .marcas-btn:before {
      border-left-color: #fff; }
    @media (min-width: 971px) {
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .inside-marcas .marcas-btn:hover {
        background-color: #BA9F70;
        border-color: transparent; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone.purobeach .inside-marcas .marcas-btn:hover .btn-main-link {
          color: #fff; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element {
      position: relative;
      padding: 32px 0 26px;
      cursor: pointer;
      overflow: hidden; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .element-title {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        height: 25px;
        width: 200px;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .wrap-element-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 100%; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .wrap-element-btn:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5px;
          width: 100%;
          height: 5px;
          background-color: #fff;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .wrap-element-btn .scroll-btn {
          position: absolute;
          left: 50%;
          top: calc(50% + 4px);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          width: 26px;
          height: 26px;
          opacity: 0.5; }
          .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .wrap-element-btn .scroll-btn:after {
            content: '\e313';
            font-size: 10px; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element.active .marcas-title {
        opacity: 1; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element.active .wrap-element-btn:before {
        top: 0; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element.active .scroll-btn {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element.active .scroll-btn:after {
          content: '\e91b'; }
      @media (min-width: 971px) {
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element:hover .element-title {
          opacity: 1; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element:hover .wrap-element-btn:before {
          top: 0; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element:hover .scroll-btn {
          opacity: 1; } }
    .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .inside-img {
        width: 100%;
        height: auto; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .inside-title {
        padding: 40px 0;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .purogroup-inmarca {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .purogroup-inmarca .logo-inmarca {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 130px;
          height: 50px; }
        .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .purogroup-inmarca .inside-title {
          max-width: calc(100% - 130px);
          border-bottom: none; }
        @media (max-width: 567px) {
          .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .purogroup-inmarca .logo-inmarca {
            position: relative;
            top: auto;
            right: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            margin-top: 15px; } }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .inside-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 152.9411764706%;
        letter-spacing: 0.05em;
        padding: 45px 0; }
      .wrap-marcas .marcas-list .marcas-zones .wrap-zone .inside-marcas .marcas-btn {
        margin-bottom: 45px; }
@media (max-width: 767px) {
  .wrap-marcas .marcas-header .marcas-subtitle.g-line {
    display: none; } }
@media (max-width: 567px) {
  .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .wrap-element-btn {
    width: 45px; }
  .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .marcas-title {
    max-width: 205px; }
  .wrap-marcas .marcas-list .marcas-zones .wrap-zone .marcas-element .element-title {
    height: 22px; } }

.news-box {
  position: relative;
  background-color: #FBFAF6; }
  .news-box .wrap-news-box {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #FBFAF6;
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    .news-box .wrap-news-box.hidden {
      max-height: 0; }
    .news-box .wrap-news-box .news-tag {
      background-color: #FBFAF6;
      position: absolute;
      text-align: center;
      width: 83px;
      height: 20px;
      padding: 4px 0;
      top: 40px;
      left: -42px;
      transform-origin: top center;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      .news-box .wrap-news-box .news-tag .tag-text {
        text-transform: uppercase;
        font-family: "DIN Next LT Pro", sans-serif;
        color: #063c27;
        font-size: 12px;
        letter-spacing: 0.05em; }
    .news-box .wrap-news-box .news-content {
      position: absolute;
      text-align: center;
      padding: 23px 0;
      left: 270px;
      right: 270px; }
      .news-box .wrap-news-box .news-content .news-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        padding-bottom: 5px;
        line-height: 1.2; }
      .news-box .wrap-news-box .news-content .news-text {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #303030;
        margin: 0 auto;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        letter-spacing: 0.05em; }
    .news-box .wrap-news-box .news-btn {
      position: absolute;
      right: 105px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      min-width: 125px;
      text-align: center;
      border-color: #063c27; }
      .news-box .wrap-news-box .news-btn .news-link {
        padding: 7px 30px 6px;
        color: #063c27; }
      @media (min-width: 971px) {
        .news-box .wrap-news-box .news-btn:hover {
          background-color: #063c27; }
          .news-box .wrap-news-box .news-btn:hover:before {
            border-left: 4px solid #fff; }
          .news-box .wrap-news-box .news-btn:hover .news-link {
            color: #fff; } }
    .news-box .wrap-news-box .close-news {
      position: absolute;
      right: 20px;
      top: 50%;
      padding: 20px;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      opacity: 0.5;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .news-box .wrap-news-box .close-news:before {
        content: '\e91b';
        font-family: 'icomoon';
        font-size: 16px;
        color: #303030;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .news-box .wrap-news-box .close-news:hover {
          opacity: 1; } }
  @media (max-width: 969px) {
    .news-box {
      padding: 0 45px 0; }
      .news-box .wrap-news-box {
        position: relative;
        height: auto;
        max-height: 500px;
        background-color: #FBFAF6;
        max-width: 580px;
        padding: 50px 25px 22px;
        margin: 60px auto 0;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border: 1px solid #063c27; }
        .news-box .wrap-news-box.hidden {
          max-height: 0;
          padding: 0; }
        .news-box .wrap-news-box .news-tag {
          top: 0;
          left: 50%;
          background-color: #063c27;
          -webkit-transform: rotate(0) translateX(-50%);
          -moz-transform: rotate(0) translateX(-50%);
          -ms-transform: rotate(0) translateX(-50%);
          -o-transform: rotate(0) translateX(-50%);
          transform: rotate(0) translateX(-50%); }
          .news-box .wrap-news-box .news-tag .tag-text {
            color: #fff; }
        .news-box .wrap-news-box .news-content {
          position: relative;
          left: auto;
          right: auto;
          padding-top: 0; }
          .news-box .wrap-news-box .news-content .news-title {
            padding: 0 20px 10px;
            color: #063c27;
            line-height: 1.2; }
          .news-box .wrap-news-box .news-content .news-text {
            padding: 12px 26px;
            border-top: 1px solid #063c27;
            white-space: inherit;
            overflow: visible;
            -o-text-overflow: inherit;
            text-overflow: inherit;
            line-height: 146.6666666667%;
            color: #303030; }
        .news-box .wrap-news-box .news-btn {
          position: relative;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          left: auto;
          top: auto;
          right: auto;
          border-color: #063c27; }
          .news-box .wrap-news-box .news-btn .news-link {
            color: #063c27; }
        .news-box .wrap-news-box .close-news {
          top: 0;
          right: 0;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          opacity: 1; }
          .news-box .wrap-news-box .close-news:before {
            color: #063c27; } }
  @media (max-width: 767px) {
    .news-box .wrap-news-box {
      margin: 0 auto; } }
  @media (max-width: 567px) {
    .news-box {
      padding: 0 20px 0; }
      .news-box .wrap-news-box {
        padding: 50px 25px 22px; }
        .news-box .wrap-news-box .news-content .news-title {
          font-size: 14px; } }

.text-module {
  background-color: #2C2C2C;
  padding-top: 70px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .text-module .wrap-module {
    position: relative;
    overflow: hidden;
    height: 830px; }
    .text-module .wrap-module .back-mandala {
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto;
      width: auto;
      opacity: 1;
      -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0);
      -moz-transform: translateY(-50%) translateX(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateX(-50%) translateZ(0);
      -o-transform: translateY(-50%) translateX(-50%) translateZ(0);
      transform: translateY(-50%) translateX(-50%) translateZ(0); }
      .text-module .wrap-module .back-mandala img {
        width: 100%;
        height: auto; }
    .text-module .wrap-module .back-palm {
      position: absolute;
      top: 50%;
      opacity: 0.15;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s; }
      .text-module .wrap-module .back-palm.palm-left {
        left: 0;
        -webkit-transform: translateY(-50%) translateX(-100%) translateZ(0) rotate(-40deg);
        -moz-transform: translateY(-50%) translateX(-100%) translateZ(0) rotate(-40deg);
        -ms-transform: translateY(-50%) translateX(-100%) translateZ(0) rotate(-40deg);
        -o-transform: translateY(-50%) translateX(-100%) translateZ(0) rotate(-40deg);
        transform: translateY(-50%) translateX(-100%) translateZ(0) rotate(-40deg); }
        .text-module .wrap-module .back-palm.palm-left.load {
          -webkit-transform: translateY(-50%) translateX(-55%) translateZ(0) rotate(0deg);
          -moz-transform: translateY(-50%) translateX(-55%) translateZ(0) rotate(0deg);
          -ms-transform: translateY(-50%) translateX(-55%) translateZ(0) rotate(0deg);
          -o-transform: translateY(-50%) translateX(-55%) translateZ(0) rotate(0deg);
          transform: translateY(-50%) translateX(-55%) translateZ(0) rotate(0deg); }
      .text-module .wrap-module .back-palm.palm-right {
        right: 0;
        -webkit-transform: translateY(-50%) translateX(110%) translateZ(0) rotate(40deg);
        -moz-transform: translateY(-50%) translateX(110%) translateZ(0) rotate(40deg);
        -ms-transform: translateY(-50%) translateX(110%) translateZ(0) rotate(40deg);
        -o-transform: translateY(-50%) translateX(110%) translateZ(0) rotate(40deg);
        transform: translateY(-50%) translateX(110%) translateZ(0) rotate(40deg); }
        .text-module .wrap-module .back-palm.palm-right.load {
          -webkit-transform: translateY(-50%) translateX(60%) translateZ(0) rotate(0deg);
          -moz-transform: translateY(-50%) translateX(60%) translateZ(0) rotate(0deg);
          -ms-transform: translateY(-50%) translateX(60%) translateZ(0) rotate(0deg);
          -o-transform: translateY(-50%) translateX(60%) translateZ(0) rotate(0deg);
          transform: translateY(-50%) translateX(60%) translateZ(0) rotate(0deg); }
    .text-module .wrap-module .wrap-content {
      position: absolute;
      top: calc(50% + 40px);
      -webkit-transform: translateY(-50%) translateZ(0);
      -moz-transform: translateY(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateZ(0);
      -o-transform: translateY(-50%) translateZ(0);
      transform: translateY(-50%) translateZ(0);
      width: 100%;
      text-align: center; }
      .text-module .wrap-module .wrap-content .content-text {
        font-family: "Helvetica27", sans-serif;
        font-size: 38px;
        letter-spacing: 0.035em;
        line-height: 131.5789473684%;
        color: #fff;
        max-width: 995px;
        margin: 0 auto;
        padding-bottom: 50px; }
  @media (max-width: 1499px) {
    .text-module .wrap-module {
      height: 768px; } }
  @media (max-width: 1261px) {
    .text-module .wrap-module .wrap-content .content-text {
      max-width: 825px; }
    .text-module .wrap-module .back-palm {
      display: none; } }
  @media (max-width: 969px) {
    .text-module .wrap-module {
      height: 830px; }
      .text-module .wrap-module .wrap-content .content-text {
        max-width: 435px; }
    .text-module.news-on {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .text-module .wrap-module {
      height: 690px; }
      .text-module .wrap-module .wrap-content .content-text {
        max-width: 340px;
        font-size: 30px; } }
  @media (max-width: 567px) {
    .text-module .wrap-module {
      height: 605px; }
      .text-module .wrap-module .back-mandala {
        width: 80%; }
      .text-module .wrap-module .wrap-content .content-text {
        max-width: 275px;
        font-size: 24px; } }
  @media (max-width: 374px) {
    .text-module .wrap-module {
      height: 505px; }
      .text-module .wrap-module .wrap-content .content-text {
        font-size: 22px; } }

@-webkit-keyframes arrow-jump {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); }
  50% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(0);
    -moz-transform: translateX(-50%) translateZ(0) translateY(0);
    -ms-transform: translateX(-50%) translateZ(0) translateY(0);
    -o-transform: translateX(-50%) translateZ(0) translateY(0);
    transform: translateX(-50%) translateZ(0) translateY(0); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); } }
@-moz-keyframes arrow-jump {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); }
  50% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(0);
    -moz-transform: translateX(-50%) translateZ(0) translateY(0);
    -ms-transform: translateX(-50%) translateZ(0) translateY(0);
    -o-transform: translateX(-50%) translateZ(0) translateY(0);
    transform: translateX(-50%) translateZ(0) translateY(0); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); } }
@-o-keyframes arrow-jump {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); }
  50% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(0);
    -moz-transform: translateX(-50%) translateZ(0) translateY(0);
    -ms-transform: translateX(-50%) translateZ(0) translateY(0);
    -o-transform: translateX(-50%) translateZ(0) translateY(0);
    transform: translateX(-50%) translateZ(0) translateY(0); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); } }
@keyframes arrow-jump {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); }
  50% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(0);
    -moz-transform: translateX(-50%) translateZ(0) translateY(0);
    -ms-transform: translateX(-50%) translateZ(0) translateY(0);
    -o-transform: translateX(-50%) translateZ(0) translateY(0);
    transform: translateX(-50%) translateZ(0) translateY(0); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) translateY(10px);
    -moz-transform: translateX(-50%) translateZ(0) translateY(10px);
    -ms-transform: translateX(-50%) translateZ(0) translateY(10px);
    -o-transform: translateX(-50%) translateZ(0) translateY(10px);
    transform: translateX(-50%) translateZ(0) translateY(10px); } }
.itemslider-module {
  background-color: #2C2C2C;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
  .itemslider-module .wrap-module {
    position: relative;
    overflow: hidden;
    height: 830px; }
    .itemslider-module .wrap-module .absolute-text {
      position: absolute;
      z-index: 1;
      top: 120px;
      left: 50%;
      min-width: 490px;
      -webkit-transform: translateX(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateZ(0);
      transform: translateX(-50%) translateZ(0);
      text-align: center; }
      .itemslider-module .wrap-module .absolute-text .itemslider-title {
        display: inline-block;
        vertical-align: middle;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        letter-spacing: 0.22em;
        line-height: 144.4444444444%;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 20px; }
      .itemslider-module .wrap-module .absolute-text .itemslider-all {
        display: inline-block;
        background-color: #383838;
        border-radius: 2px;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .itemslider-module .wrap-module .absolute-text .itemslider-all .all-btn {
          display: block;
          font-family: "TradeGothic18", sans-serif;
          font-size: 13px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #fff;
          padding: 6px 20px 5px;
          opacity: 0.5;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .itemslider-module .wrap-module .absolute-text .itemslider-all:hover {
            background-color: #fff; }
            .itemslider-module .wrap-module .absolute-text .itemslider-all:hover .all-btn {
              opacity: 1;
              color: #383838; } }
    .itemslider-module .wrap-module .itemslider-home {
      height: 100%; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item {
        position: relative;
        height: 100%;
        border-right: 1px solid rgba(112, 112, 112, 0.15);
        border-left: 1px solid rgba(112, 112, 112, 0.15);
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .itemslider-module .wrap-module .itemslider-home .wrap-item .full-link {
          display: block;
          width: 100%;
          height: 100%; }
        .itemslider-module .wrap-module .itemslider-home .wrap-item .decoration-img {
          position: absolute;
          top: calc(50% - 20px);
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
          transform: translateX(-50%) translateY(-50%) translateZ(0);
          max-width: 330px;
          height: auto;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: 0.4;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          text-align: center;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.opio {
            top: calc(50% - 9px); }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.opio .text-subtitle {
              color: #FC363F; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.opio .text-subtitle:before {
                background-color: #FC363F; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.bordoy .text-subtitle {
            color: #C58854; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.bordoy .text-subtitle:before {
              margin: 8px auto 15px;
              background-color: #C58854; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.purohotel .text-subtitle {
            color: #fff; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.purohotel .text-subtitle:before {
              background-color: #fff; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.puromusic .text-subtitle {
            color: #fff; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.puromusic .text-subtitle:before {
              background-color: #fff; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.purospa .text-subtitle {
            color: #6F8CC2; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text.purospa .text-subtitle:before {
              background-color: #6F8CC2; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img {
            max-width: 285px;
            width: 100%;
            height: auto;
            margin: 0 auto;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img.small {
              height: 33px; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img.opio {
              height: 48px; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img.bordoy {
              height: 52px; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .text-subtitle {
            display: block;
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #BA9F70; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .text-subtitle:before {
              content: '';
              display: block;
              margin: 20px auto 15px;
              width: 15px;
              height: 1px;
              background-color: #BA9F70;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
        .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns {
          position: absolute;
          bottom: 80px;
          left: 50%;
          text-align: center;
          -webkit-transform: translateX(-50%) translateZ(0);
          -moz-transform: translateX(-50%) translateZ(0);
          -ms-transform: translateX(-50%) translateZ(0);
          -o-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns:before {
            content: '\e922';
            font-family: 'icomoon';
            position: absolute;
            top: -50px;
            left: 50%;
            -webkit-transform: translateX(-50%) translateZ(0);
            -moz-transform: translateX(-50%) translateZ(0);
            -ms-transform: translateX(-50%) translateZ(0);
            -o-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
            font-size: 22px;
            color: #fff;
            -webkit-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -moz-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -o-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86); }
          @media (min-width: 971px) {
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.opio:hover {
              background-color: #D9262E;
              border-color: transparent; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.opio:hover .btn-main-link {
                color: #fff; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.opio:hover:before {
                border-left-color: #fff; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purobeach:hover {
              background-color: #B2925F;
              border-color: transparent; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purobeach:hover .btn-main-link {
                color: #fff; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purobeach:hover:before {
                border-left-color: #fff; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purospa:hover {
              background-color: #6F8CC2;
              border-color: transparent; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purospa:hover .btn-main-link {
                color: #fff; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.purospa:hover:before {
                border-left-color: #fff; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.canbordoy:hover {
              background-color: #C58854;
              border-color: transparent; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.canbordoy:hover .btn-main-link {
                color: #fff; }
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main.canbordoy:hover:before {
                border-left-color: #fff; } }
          .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .web-link {
            position: relative;
            display: inline-block;
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #fff;
            padding: 25px 0 5px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .web-link:before {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0%;
              height: 1px;
              background-color: #fff;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            @media (min-width: 971px) {
              .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .web-link:hover:before {
                width: 100%; } }
        @media (min-width: 971px) {
          .itemslider-module .wrap-module .itemslider-home .wrap-item:hover {
            background-color: #1B1B1B; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item:hover .decoration-img {
              -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
              opacity: 0.5;
              -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
              -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
              -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
              -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05); }
            .itemslider-module .wrap-module .itemslider-home .wrap-item:hover .wrap-text .text-subtitle:before {
              width: 60px; }
            .itemslider-module .wrap-module .itemslider-home .wrap-item:hover .wrap-text .logo-img {
              -webkit-transform: translateZ(0) scale(1.05);
              -moz-transform: translateZ(0) scale(1.05);
              -ms-transform: translateZ(0) scale(1.05);
              -o-transform: translateZ(0) scale(1.05);
              transform: translateZ(0) scale(1.05); }
            .itemslider-module .wrap-module .itemslider-home .wrap-item:hover .wrap-btns {
              opacity: 1; } }
  @media (max-width: 1499px) {
    .itemslider-module .wrap-module {
      height: 768px; }
      .itemslider-module .wrap-module .absolute-text {
        top: 100px; } }
  @media (max-width: 1261px) {
    .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns {
      opacity: 1; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-btns .btn-main {
        display: block; } }
  @media (max-width: 969px) {
    .itemslider-module .wrap-module {
      height: 900px; }
      .itemslider-module .wrap-module .absolute-text {
        top: 140px; } }
  @media (max-width: 767px) {
    .itemslider-module .wrap-module {
      height: 760px; }
      .itemslider-module .wrap-module .absolute-text {
        top: 50px;
        min-width: initial;
        max-width: 300px; }
        .itemslider-module .wrap-module .absolute-text .itemslider-title.graphic {
          display: none; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .decoration-img {
        max-width: 285px; } }
  @media (max-width: 567px) {
    .itemslider-module .wrap-module {
      height: 710px; }
      .itemslider-module .wrap-module .absolute-text {
        max-width: 250px;
        width: 100%; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .decoration-img {
        max-width: 250px; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img {
        max-width: 250px; } }
  @media (max-width: 374px) {
    .itemslider-module .wrap-module {
      height: 660px; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .decoration-img {
        max-width: 205px; }
      .itemslider-module .wrap-module .itemslider-home .wrap-item .wrap-text .logo-img {
        max-width: 205px; } }

.footer-banner {
  padding-top: 70px;
  background-color: #2C2C2C; }
  .footer-banner .wrap-banner {
    position: relative;
    height: 690px;
    overflow: hidden; }
    .footer-banner .wrap-banner .back-img {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: 0.3;
      filter: grayscale(100%);
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .footer-banner .wrap-banner .back-img:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #303030;
        opacity: 0.1; }
    .footer-banner .wrap-banner .wrap-logo {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 550px;
      height: auto;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
      transform: translateX(-50%) translateY(-50%) translateZ(0);
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
    .footer-banner .wrap-banner .wrap-btns {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .footer-banner .wrap-banner .wrap-btns:before {
        content: '\e922';
        position: absolute;
        top: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-family: 'icomoon';
        font-size: 25px;
        color: #fff;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
        -webkit-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation: arrow-jump 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .footer-banner .wrap-banner .wrap-btns .btn-main {
        min-width: 230px; }
    @media (min-width: 971px) {
      .footer-banner .wrap-banner:hover .back-img {
        filter: grayscale(0%);
        opacity: 0.4; }
      .footer-banner .wrap-banner:hover .wrap-logo {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05); }
      .footer-banner .wrap-banner:hover .wrap-btns {
        top: calc(100% - 100px); }
        .footer-banner .wrap-banner:hover .wrap-btns:before {
          opacity: 1; } }
  .footer-banner.purobeach .wrap-banner .btn-main .btn-main-link {
    color: #fff; }
  .footer-banner.purobeach .wrap-banner .btn-main:before {
    border-left-color: #fff; }
  @media (min-width: 971px) {
    .footer-banner.purobeach .wrap-banner .btn-main:hover {
      background-color: #B2925F;
      border-color: transparent; } }
  .footer-banner.purohotel .wrap-banner .wrap-logo {
    width: 510px; }
  .footer-banner.opio .wrap-banner .wrap-logo {
    width: 335px; }
  .footer-banner.opio .wrap-banner .btn-main .btn-main-link {
    color: #fff; }
  .footer-banner.opio .wrap-banner .btn-main:before {
    border-left-color: #fff; }
  @media (min-width: 971px) {
    .footer-banner.opio .wrap-banner .btn-main:hover {
      background-color: #D9262E;
      border-color: transparent; } }
  .footer-banner.canbordoy .wrap-banner .wrap-logo {
    width: 500px; }
  .footer-banner.canbordoy .wrap-banner .btn-main .btn-main-link {
    color: #fff; }
  .footer-banner.canbordoy .wrap-banner .btn-main:before {
    border-left-color: #fff; }
  @media (min-width: 971px) {
    .footer-banner.canbordoy .wrap-banner .btn-main:hover {
      background-color: #C58854;
      border-color: transparent; } }
  @media (max-width: 1499px) {
    .footer-banner .wrap-banner {
      height: 560px; } }
  @media (max-width: 1391px) {
    .footer-banner .wrap-banner {
      height: 525px; } }
  @media (max-width: 1261px) {
    .footer-banner .wrap-banner {
      height: 420px;
      overflow: inherit; }
      .footer-banner .wrap-banner .wrap-logo {
        width: 435px; }
      .footer-banner .wrap-banner .wrap-btns {
        top: calc(100% - 100px); }
        .footer-banner .wrap-banner .wrap-btns:before {
          display: none; }
    .footer-banner.purobeach .wrap-banner .btn-main {
      background-color: #B2925F;
      border-color: transparent; }
      .footer-banner.purobeach .wrap-banner .btn-main .btn-main-link {
        color: #fff; }
      .footer-banner.purobeach .wrap-banner .btn-main:before {
        border-left-color: #fff;
        opacity: 1;
        right: 20px; }
    .footer-banner.canbordoy .wrap-banner .wrap-logo {
      width: 400px; }
    .footer-banner.canbordoy .wrap-banner .btn-main {
      background-color: #C58854;
      border-color: transparent; }
      .footer-banner.canbordoy .wrap-banner .btn-main .btn-main-link {
        color: #fff; }
      .footer-banner.canbordoy .wrap-banner .btn-main:before {
        border-left-color: #fff;
        opacity: 1;
        right: 20px; }
    .footer-banner.opio .wrap-banner .wrap-logo {
      width: 270px; }
    .footer-banner.opio .wrap-banner .btn-main {
      background-color: #D9262E;
      border-color: transparent; }
      .footer-banner.opio .wrap-banner .btn-main .btn-main-link {
        color: #fff; }
      .footer-banner.opio .wrap-banner .btn-main:before {
        border-left-color: #fff;
        opacity: 1;
        right: 20px; }
    .footer-banner.purohotel .wrap-banner .wrap-logo {
      width: 410px; }
    .footer-banner.purohotel .wrap-banner .btn-main {
      background-color: #fff;
      border-color: transparent; }
      .footer-banner.purohotel .wrap-banner .btn-main .btn-main-link {
        color: #1B1B1B; }
      .footer-banner.purohotel .wrap-banner .btn-main:before {
        border-left-color: #1B1B1B;
        opacity: 1;
        right: 20px; } }
  @media (max-width: 969px) {
    .footer-banner {
      padding-bottom: 60px; }
      .footer-banner .wrap-banner {
        height: 315px; }
        .footer-banner .wrap-banner .wrap-logo {
          width: 340px; }
        .footer-banner .wrap-banner .wrap-btns {
          top: calc(100% + 22px);
          width: 100%;
          text-align: center; }
      .footer-banner.canbordoy .wrap-banner .wrap-logo {
        width: 304px; }
      .footer-banner.opio .wrap-banner .wrap-logo {
        width: 210px; }
      .footer-banner.purohotel .wrap-banner .wrap-logo {
        width: 320px; } }
  @media (max-width: 767px) {
    .footer-banner .wrap-banner {
      height: 255px; }
      .footer-banner .wrap-banner .wrap-logo {
        width: 280px; }
    .footer-banner.canbordoy .wrap-banner .wrap-logo {
      width: 247px; }
    .footer-banner.opio .wrap-banner .wrap-logo {
      width: 175px; }
    .footer-banner.purohotel .wrap-banner .wrap-logo {
      width: 265px; } }
  @media (max-width: 567px) {
    .footer-banner {
      padding-top: 50px; }
      .footer-banner .wrap-banner {
        height: 205px; }
        .footer-banner .wrap-banner .wrap-logo {
          width: 220px; }
      .footer-banner.canbordoy .wrap-banner .wrap-logo {
        width: 187px; }
      .footer-banner.opio .wrap-banner .wrap-logo {
        width: 140px; }
      .footer-banner.purohotel .wrap-banner .wrap-logo {
        width: 215px; } }

.partners-module {
  background-color: #FBFAF6;
  padding: 150px 0 60px; }
  .partners-module .wrap-partners .partners-title {
    display: block;
    vertical-align: middle;
    font-family: "ITCModern", serif;
    font-size: 70px;
    font-weight: 300;
    color: #303030;
    text-align: center;
    padding-bottom: 50px; }
  .partners-module .wrap-partners .partners-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -17.5px; }
    .partners-module .wrap-partners .partners-list .partners-element {
      width: 20%;
      padding: 0 17.5px; }
      .partners-module .wrap-partners .partners-list .partners-element .wrap-img {
        max-width: 275px;
        margin: 0 auto;
        border-top: 1px solid #cbcbcb;
        padding: 40px 40px 55px; }
        .partners-module .wrap-partners .partners-list .partners-element .wrap-img .partner-img {
          width: 100%;
          height: auto;
          margin: 0 auto;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -webkit-transform: scale(1) translateZ(0);
          -moz-transform: scale(1) translateZ(0);
          -ms-transform: scale(1) translateZ(0);
          -o-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }
      @media (min-width: 971px) {
        .partners-module .wrap-partners .partners-list .partners-element:hover .wrap-img .partner-img {
          -webkit-transform: scale(1.1) translateZ(0);
          -moz-transform: scale(1.1) translateZ(0);
          -ms-transform: scale(1.1) translateZ(0);
          -o-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0); } }
  @media (max-width: 1391px) {
    .partners-module .wrap-partners .partners-list .partners-element {
      width: 25%; } }
  @media (max-width: 1261px) {
    .partners-module .wrap-partners .partners-list .partners-element {
      width: 33.33%; } }
  @media (max-width: 969px) {
    .partners-module {
      padding: 120px 0 60px; }
      .partners-module .wrap-partners .partners-title {
        font-size: 55px; }
      .partners-module .wrap-partners .partners-list .partners-element {
        width: 50%; } }
  @media (max-width: 567px) {
    .partners-module .wrap-partners {
      text-align: center; }
      .partners-module .wrap-partners .partners-list .partners-element {
        width: 100%; } }

.blog-page {
  padding-top: 160px;
  background-color: #2C2C2C; }
  @media (max-width: 1261px) {
    .blog-page {
      padding-top: 120px; } }
  .blog-page .wrap-page {
    max-width: 1485px;
    padding: 0 95px;
    margin: 0 auto; }
    .blog-page .wrap-page .blog-posts .wrap-posts .posts-head {
      padding-bottom: 50px;
      overflow: hidden; }
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title {
        float: left;
        font-family: "TradeGothic20", sans-serif;
        font-size: 46px;
        color: #fff;
        text-transform: uppercase;
        line-height: 119.5652173913%; }
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research {
        float: right;
        padding-top: 8px; }
        .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select {
          width: 180px;
          display: inline-block;
          vertical-align: top;
          margin-right: 20px;
          border-color: #fff; }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select .main-select {
            color: #fff; }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select:after {
            color: #fff; }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select:before {
            background-color: #fff; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select:hover:after {
              background-color: #fff;
              color: #272729; } }
        .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input {
          width: 180px;
          display: inline-block;
          vertical-align: top;
          border-color: #fff; }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input:before {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 16px;
            background-color: #fff;
            top: calc(50% - 8px);
            right: 36px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro {
            width: 38px;
            height: 38px;
            font-size: 12px;
            text-align: center;
            display: block;
            position: absolute;
            top: -1px;
            right: -1px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            line-height: 38px;
            background-color: transparent;
            color: #fff;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: '\e93e';
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
            @media (min-width: 971px) {
              .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:hover {
                background-color: #fff; }
                .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:hover:before {
                  color: #272729; } }
          .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input {
            color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input.placeholder {
              color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-moz-placeholder {
              color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input::-moz-placeholder {
              color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-ms-input-placeholder {
              color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input::-webkit-input-placeholder {
              color: #fff; }
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-o-input-placeholder {
              color: #fff; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input:hover:after {
              color: #272729; } }
    .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list {
      font-size: 0;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 -7.5px; }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element {
        width: 25%;
        padding: 0 7.5px 25px; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img {
          position: relative;
          padding-top: 84.375%;
          overflow: hidden; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .posts-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 0;
            background-color: #2C2C2C;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -webkit-transform: translateY(100%) translateZ(0);
            -moz-transform: translateY(100%) translateZ(0);
            -ms-transform: translateY(100%) translateZ(0);
            -o-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .info-text {
              display: block;
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              padding: 13px 0 13px 15px; }
              .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .info-text:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 15px;
                width: 20px;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.3); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%) translateZ(0);
              -moz-transform: translateY(-50%) translateZ(0);
              -ms-transform: translateY(-50%) translateZ(0);
              -o-transform: translateY(-50%) translateZ(0);
              transform: translateY(-50%) translateZ(0);
              right: 25px;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              opacity: 0;
              transition-delay: 0.6s; }
              .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow:after {
                content: '\e920';
                font-size: 15px;
                color: rgba(255, 255, 255, 0.5); }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text {
          padding: 20px 15px; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .intro-title {
            font-family: "DIN Next LT Pro", sans-serif;
            font-size: 24px;
            color: #fff;
            text-transform: uppercase;
            line-height: 116.6666666667%;
            letter-spacing: 0.025em; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .wrap-moretext .intro-subtitle {
            padding: 5px 0 10px;
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            letter-spacing: 0.05em; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .wrap-moretext .intro-date {
            display: block;
            padding: 10px 0;
            font-family: "TradeGothic18", sans-serif;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            border-top: 1px solid rgba(255, 255, 255, 0.3); }
        @media (min-width: 971px) {
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:hover .wrap-img .hover-info {
            -webkit-transform: translateY(0) translateZ(0);
            -moz-transform: translateY(0) translateZ(0);
            -ms-transform: translateY(0) translateZ(0);
            -o-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:hover .wrap-img .hover-info .icon-arrow {
              right: 15px;
              opacity: 1; } }
    .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter {
        position: relative;
        overflow: hidden; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter {
          float: left;
          cursor: pointer; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow {
            position: relative;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            padding: 35px; }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:before {
              content: '\e314';
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #fff;
              -webkit-transform: translateY(100%) translateZ(0);
              -moz-transform: translateY(100%) translateZ(0);
              -ms-transform: translateY(100%) translateZ(0);
              -o-transform: translateY(100%) translateZ(0);
              transform: translateY(100%) translateZ(0);
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .counter-text {
            display: inline-block;
            vertical-align: middle;
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            -webkit-transform: translateX(0) translateZ(0);
            -moz-transform: translateX(0) translateZ(0);
            -ms-transform: translateX(0) translateZ(0);
            -o-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter:hover .icon-arrow:after {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter:hover .counter-text {
              -webkit-transform: translateX(-10px) translateZ(0);
              -moz-transform: translateX(-10px) translateZ(0);
              -ms-transform: translateX(-10px) translateZ(0);
              -o-transform: translateX(-10px) translateZ(0);
              transform: translateX(-10px) translateZ(0); } }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter {
          float: right;
          cursor: pointer; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow {
            position: relative;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            padding: 35px; }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:before {
              content: '\e315';
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #fff;
              -webkit-transform: translateY(100%) translateZ(0);
              -moz-transform: translateY(100%) translateZ(0);
              -ms-transform: translateY(100%) translateZ(0);
              -o-transform: translateY(100%) translateZ(0);
              transform: translateY(100%) translateZ(0);
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .counter-text {
            display: inline-block;
            vertical-align: middle;
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            -webkit-transform: translateX(0) translateZ(0);
            -moz-transform: translateX(0) translateZ(0);
            -ms-transform: translateX(0) translateZ(0);
            -o-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter:hover .icon-arrow:after {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter:hover .counter-text {
              -webkit-transform: translateX(10px) translateZ(0);
              -moz-transform: translateX(10px) translateZ(0);
              -ms-transform: translateX(10px) translateZ(0);
              -o-transform: translateX(10px) translateZ(0);
              transform: translateX(10px) translateZ(0); } }
    @media (max-width: 1261px) {
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element {
        width: 33.33%; } }
    @media (max-width: 969px) {
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head {
        text-align: center; }
        .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title {
          float: initial;
          padding-bottom: 15px; }
        .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research {
          float: initial; }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element {
        width: 50%; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info {
          -webkit-transform: translateY(0) translateZ(0);
          -moz-transform: translateY(0) translateZ(0);
          -ms-transform: translateY(0) translateZ(0);
          -o-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0); }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow {
            right: 15px;
            opacity: 1; } }
    @media (max-width: 767px) {
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .counter-text {
        display: none; }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow {
        padding: 35px 15px; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:after {
          -webkit-transform: translateY(0%) translateZ(0);
          -moz-transform: translateY(0%) translateZ(0);
          -ms-transform: translateY(0%) translateZ(0);
          -o-transform: translateY(0%) translateZ(0);
          transform: translateY(0%) translateZ(0); }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .counter-text {
        display: none; }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow {
        padding: 35px 15px; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:after {
          -webkit-transform: translateY(0%) translateZ(0);
          -moz-transform: translateY(0%) translateZ(0);
          -ms-transform: translateY(0%) translateZ(0);
          -o-transform: translateY(0%) translateZ(0);
          transform: translateY(0%) translateZ(0); } }
    @media (max-width: 567px) {
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title {
        font-size: 40px; }
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select {
        display: block;
        margin: 0 auto 20px; }
      .blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input {
        display: block;
        margin: 0 auto; }
      .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list {
        margin: 0 auto; }
        .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element {
          width: 100%;
          padding: 20px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:first-child {
            border-top: 1px solid rgba(255, 255, 255, 0.3); }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:last-child {
            border-bottom: none; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img {
            display: inline-block;
            vertical-align: top;
            width: 100px;
            padding-top: 85px; }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info {
              display: none; }
          .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 100px);
            padding: 0 15px; }
            .blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .intro-title {
              font-size: 22px; } }
    .blog-page .wrap-page .blog-recomendations .wrap-recomendations {
      padding: 40px 0 0;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title {
        float: left;
        width: 285px; }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title .module-title {
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 26px;
          color: #fff;
          text-transform: uppercase;
          line-height: 92.3076923077%; }
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list {
        float: left;
        width: calc(100% - 285px); }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list:before, .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list:after {
          content: '';
          clear: both;
          display: block; }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element {
          float: left;
          font-size: 0;
          width: 33.33%;
          padding-right: 50px; }
          .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 75px;
            height: 75px;
            border-radius: 50%; }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img .recomendations-img {
              position: absolute;
              left: 50%;
              top: 50%;
              border-radius: 50%;
              -webkit-transform: translateY(-50%) translateX(-50%);
              -moz-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
              -o-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
              width: 100%;
              height: 100%;
              object-fit: 100%; }
          .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 75px); }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head {
              padding: 10px 0 25px 20px; }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-title {
                font-family: "DIN Next LT Pro", sans-serif;
                font-size: 24px;
                color: #fff;
                text-transform: uppercase;
                line-height: 116.6666666667%; }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-subtitle {
                font-family: "TradeGothic18", sans-serif;
                font-size: 15px;
                color: rgba(255, 255, 255, 0.5);
                text-transform: uppercase;
                line-height: 113.3333333333%;
                letter-spacing: 0.05em; }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info {
              position: relative;
              margin-left: 20px;
              padding-bottom: 20px; }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text {
                padding: 15px 0;
                display: inline-block;
                vertical-align: middle;
                font-family: "TradeGothic18", sans-serif;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                opacity: 0;
                line-height: 115.3846153846%;
                letter-spacing: 0.05em;
                -webkit-transform: translateX(-5px) translateZ(0);
                -moz-transform: translateX(-5px) translateZ(0);
                -ms-transform: translateX(-5px) translateZ(0);
                -o-transform: translateX(-5px) translateZ(0);
                transform: translateX(-5px) translateZ(0);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text:after {
                  content: '\e920';
                  display: inline-block;
                  vertical-align: middle;
                  font-family: 'icomoon';
                  font-size: 15px;
                  opacity: 0;
                  color: rgba(255, 255, 255, 0.5);
                  -webkit-transform: translateX(0px) translateZ(0);
                  -moz-transform: translateX(0px) translateZ(0);
                  -ms-transform: translateX(0px) translateZ(0);
                  -o-transform: translateX(0px) translateZ(0);
                  transform: translateX(0px) translateZ(0);
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition-delay: 0.3s; }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 0%;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.3);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info .info-text {
              opacity: 1;
              -webkit-transform: translateX(0px) translateZ(0);
              -moz-transform: translateX(0px) translateZ(0);
              -ms-transform: translateX(0px) translateZ(0);
              -o-transform: translateX(0px) translateZ(0);
              transform: translateX(0px) translateZ(0); }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info .info-text:after {
                -webkit-transform: translateX(10px) translateZ(0);
                -moz-transform: translateX(10px) translateZ(0);
                -ms-transform: translateX(10px) translateZ(0);
                -o-transform: translateX(10px) translateZ(0);
                transform: translateX(10px) translateZ(0);
                opacity: 1; }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info:before {
              width: 100%; } }
    @media (max-width: 1391px) {
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title {
        float: initial;
        width: auto;
        padding-bottom: 20px; }
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list {
        float: initial;
        width: auto; } }
    @media (max-width: 969px) {
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations {
        padding: 40px 0 15px; }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element {
          width: 100%;
          padding-right: 0; }
          .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img {
            width: 100px;
            height: 100px; }
          .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box {
            width: calc(100% - 100px); }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text {
              opacity: 1;
              -webkit-transform: translateX(0px) translateZ(0);
              -moz-transform: translateX(0px) translateZ(0);
              -ms-transform: translateX(0px) translateZ(0);
              -o-transform: translateX(0px) translateZ(0);
              transform: translateX(0px) translateZ(0); }
              .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text:after {
                -webkit-transform: translateX(10px) translateZ(0);
                -moz-transform: translateX(10px) translateZ(0);
                -ms-transform: translateX(10px) translateZ(0);
                -o-transform: translateX(10px) translateZ(0);
                transform: translateX(10px) translateZ(0);
                opacity: 1; }
            .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info:before {
              width: 100%; } }
    @media (max-width: 567px) {
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img {
        width: 70px;
        height: 70px; }
      .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box {
        width: calc(100% - 70px); }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-title {
          font-size: 20px; }
        .blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-subtitle {
          font-size: 14px; } }
    .blog-page .wrap-page .blog-categories .wrap-categories {
      padding: 40px 0 50px;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .blog-page .wrap-page .blog-categories .wrap-categories .wrap-title {
        float: left;
        width: 285px; }
        .blog-page .wrap-page .blog-categories .wrap-categories .wrap-title .module-title {
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 26px;
          color: #fff;
          text-transform: uppercase;
          line-height: 92.3076923077%; }
      .blog-page .wrap-page .blog-categories .wrap-categories .categories-list {
        float: left;
        width: calc(100% - 262.5px);
        margin: -15px -22.5px 0; }
        .blog-page .wrap-page .blog-categories .wrap-categories .categories-list:before, .blog-page .wrap-page .blog-categories .wrap-categories .categories-list:after {
          content: '';
          clear: both;
          display: block; }
        .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element {
          float: left;
          width: 25%;
          padding: 15px 22.5px 0; }
          .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box {
            position: relative;
            overflow: hidden;
            padding: 0 8px 12.5px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0%;
              height: 1px;
              background-color: #fff;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-title {
              float: left;
              max-width: calc(100% - 30px);
              font-family: "TradeGothic18", sans-serif;
              font-size: 14px;
              color: #fff;
              text-transform: uppercase;
              line-height: 113.3333333333%;
              letter-spacing: 0.05em;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-number {
              float: right;
              font-family: "TradeGothic18", sans-serif;
              font-size: 14px;
              color: #fff;
              text-transform: uppercase;
              line-height: 113.3333333333%;
              letter-spacing: 0.05em;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box:after {
              width: 100%; }
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box .categories-title {
              color: #fff; }
            .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box .categories-number {
              color: #fff; } }
    @media (max-width: 1391px) {
      .blog-page .wrap-page .blog-categories .wrap-categories .wrap-title {
        float: initial;
        width: auto;
        padding-bottom: 20px; }
      .blog-page .wrap-page .blog-categories .wrap-categories .categories-list {
        float: initial;
        width: auto; } }
    @media (max-width: 1261px) {
      .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element {
        width: 33.33%; } }
    @media (max-width: 969px) {
      .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element {
        width: 50%; }
        .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box {
          padding-right: 0; }
          .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-title {
            padding-top: 7px;
            max-width: calc(100% - 65px); }
          .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-number:after {
            content: '\e315';
            display: inline-block;
            padding: 5px 4px 4px 6px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.5);
            font-family: 'icomoon';
            font-size: 10px;
            color: rgba(255, 255, 255, 0.5);
            margin-left: 15px; } }
    @media (max-width: 567px) {
      .blog-page .wrap-page .blog-categories .wrap-categories .categories-list {
        margin: -15px 0 0; }
        .blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element {
          padding: 15px 0 0;
          width: 100%; } }
  @media (max-width: 1499px) {
    .blog-page .wrap-page {
      padding: 0 75px; } }
  @media (max-width: 969px) {
    .blog-page .wrap-page {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .blog-page .wrap-page {
      padding: 0 40px; } }
  @media (max-width: 567px) {
    .blog-page .wrap-page {
      padding: 0 25px; } }

.contact-page {
  padding-top: 160px;
  background-color: #2C2C2C; }
  @media (max-width: 1261px) {
    .contact-page {
      padding-top: 120px; } }
  .contact-page .wrap-page {
    max-width: 1485px;
    padding: 0 95px;
    margin: 0 auto; }
    .contact-page .wrap-page .contact-form .wrap-form .form-header {
      padding-bottom: 40px;
      overflow: hidden; }
      .contact-page .wrap-page .contact-form .wrap-form .form-header .form-title {
        float: left;
        width: 290px;
        font-family: "TradeGothic18", sans-serif;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 118.1818181818%; }
      .contact-page .wrap-page .contact-form .wrap-form .form-header .form-text {
        position: relative;
        float: left;
        width: calc(100% - 290px);
        padding-left: 40px;
        max-width: 700px;
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.05em;
        line-height: 125%; }
        .contact-page .wrap-page .contact-form .wrap-form .form-header .form-text:before {
          content: '';
          position: absolute;
          left: 0;
          top: 10px;
          width: 20px;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3); }
    .contact-page .wrap-page .contact-form .wrap-form .form-fields {
      overflow: hidden; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields {
        float: left;
        width: 290px; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element {
          position: relative;
          margin-bottom: 15px;
          padding-left: 20px; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv {
            font-size: 0;
            display: none; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv.active {
              display: block; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv .wrap-text {
              display: inline-block;
              vertical-align: middle;
              width: 110px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv .wrap-text .cv-text {
                font-family: "TradeGothic18", sans-serif;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.5);
                letter-spacing: 0.02em;
                text-transform: uppercase; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv .wrap-input {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 110px); }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv .wrap-input .main-input {
                display: none; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.cv .wrap-input label {
                cursor: pointer;
                display: block;
                font-family: "TradeGothic18", sans-serif;
                font-size: 15px;
                color: rgba(255, 255, 255, 0.5);
                text-transform: uppercase;
                letter-spacing: 0.02em;
                line-height: 112.5%;
                padding: 10px 14px; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.must-field:before {
            content: '';
            position: absolute;
            border-radius: 50%;
            left: 0;
            top: calc(50% - 2.5px);
            width: 5px;
            height: 5px;
            background-color: #fff; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element:last-child {
            margin-bottom: 0; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input {
            border: 1px solid #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input {
              font-size: 16px;
              height: 38px;
              color: #fff; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input.placeholder {
                color: #fff;
                font-size: 16px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input:-moz-placeholder {
                color: #fff;
                font-size: 16px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input::-moz-placeholder {
                color: #fff;
                font-size: 16px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input:-ms-input-placeholder {
                color: #fff;
                font-size: 16px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input::-webkit-input-placeholder {
                color: #fff;
                font-size: 16px; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input .main-input:-o-input-placeholder {
                color: #fff;
                font-size: 16px; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input:after {
              color: #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input.user:after {
              content: '\e931'; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input.mail:after {
              content: '\e923'; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input.phone:after {
              content: '\e938'; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-input.lock:after {
              content: '\e937'; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select {
            border: 1px solid #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select:before {
              background-color: #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select .main-select {
              height: 38px;
              font-size: 16px;
              color: #fff; }
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select .main-select option {
                color: #fff;
                background-color: #212121;
                border-color: #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select:after {
              color: #fff;
              width: 39px;
              height: 39px; }
            @media (min-width: 971px) {
              .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element .wrap-select:hover:after {
                background-color: #fff;
                color: #444444; } }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.captcha {
            font-size: 0; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.captcha .wrap-number {
              display: inline-block;
              vertical-align: middle;
              width: 65px;
              font-family: "TradeGothic18", sans-serif;
              font-size: 16px;
              color: #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element.captcha .wrap-input {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 65px); }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea {
        float: left;
        width: calc(100% - 290px);
        height: 480px;
        padding-left: 40px; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea {
          height: 100%;
          width: 100%;
          outline: none;
          resize: none;
          overflow: hidden;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding: 10px 15px;
          border-radius: 5px;
          border: 1px solid #fff;
          background-color: transparent;
          color: #fff;
          font-family: "TradeGothic18", sans-serif;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea.placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea:-moz-placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea::-moz-placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea:-ms-input-placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea::-webkit-input-placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea .input-textarea:-o-input-placeholder {
            color: #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer {
        clear: both;
        padding-left: 330px;
        padding-top: 20px;
        overflow: hidden; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone {
          float: left; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .checkbox-zone .checkbox-box {
            border-color: #fff; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .checkbox-zone .checkbox-box:after {
              color: #fff; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .checkbox-zone .checkbox-text {
            font-size: 16px;
            color: #fff; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .must-text {
            position: relative;
            display: block;
            font-family: "TradeGothic18", sans-serif;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 10px;
            padding-left: 27px; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .must-text:after {
              content: '';
              position: absolute;
              border-radius: 50%;
              left: 10px;
              top: calc(50% - 2.5px);
              width: 5px;
              height: 5px;
              background-color: #fff; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .btn-main {
          float: right; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .btn-main .btn-main-link {
            background-color: transparent;
            font-size: 16px;
            width: 100%; }
    @media (max-width: 969px) {
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields {
        float: initial;
        width: 100%; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list {
          overflow: hidden; }
          .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element {
            float: left;
            width: 50%; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element:nth-child(odd) {
              padding-right: 17.5px; }
            .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element:nth-child(even) {
              padding-left: 20px; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-textarea {
        float: initial;
        height: 220px;
        width: 100%;
        padding-top: 20px;
        padding-left: 0; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .contact-page .wrap-page .contact-form .wrap-form .form-header .form-title {
        float: initial;
        display: block;
        width: 100%;
        padding-bottom: 20px; }
      .contact-page .wrap-page .contact-form .wrap-form .form-header .form-text {
        padding-top: 20px;
        float: initial;
        width: 100%;
        padding-left: 0; }
        .contact-page .wrap-page .contact-form .wrap-form .form-header .form-text:before {
          top: 0; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element {
        width: 100%; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .wrap-fields .fields-list .field-element:nth-child(odd) {
          padding-right: 0; }
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer {
        text-align: center; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone {
          text-align: left;
          float: initial; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .btn-main {
          float: initial;
          margin-top: 30px; } }
    @media (max-width: 767px) {
      .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone {
        text-align: center; }
        .contact-page .wrap-page .contact-form .wrap-form .form-fields .form-footer .check-zone .must-text {
          display: inline-block; } }
    .contact-page .wrap-page .contact-zones .wrap-zones {
      padding: 80px 0 0; }
      .contact-page .wrap-page .contact-zones .wrap-zones .lines-path {
        height: 10px;
        opacity: 0.3;
        background-image: url("../svg/lines-path.html");
        background-repeat: repeat-x;
        background-size: contain; }
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level {
        padding-bottom: 30px; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head {
          padding-bottom: 40px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head .zone-title {
            position: relative;
            font-family: "TradeGothic18", sans-serif;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 115%;
            padding-left: 20px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head .zone-title:before {
              content: '\e904';
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              font-family: 'icomoon';
              font-size: 12px;
              color: #fff; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list {
          font-size: 0;
          padding: 40px 0 50px; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list:nth-child(n+3) {
            border-top: 1px solid rgba(255, 255, 255, 0.3); }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element {
            display: inline-block;
            vertical-align: top;
            width: 23.33%; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:first-child {
              width: 30%; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:last-child {
              text-align: right; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .element-img.puro {
              max-width: 120px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .element-img.purohotel {
              max-width: 220px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .element-img.canbordoy {
              max-width: 185px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .element-img.opio {
              max-width: 135px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .element-img.purobeach {
              max-width: 235px; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-title {
              display: block;
              font-family: "TradeGothic18", sans-serif;
              font-size: 20px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              line-height: 115%;
              padding-bottom: 20px; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-title.canbordoy {
                color: #C58854; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-title.opio {
                color: #D9262E; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-title.purobeach {
                color: #B2925F; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-box {
              position: relative;
              padding-left: 30px; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-box .address-text {
                font-family: "ProximaNova", sans-serif;
                font-size: 16px;
                color: #fff;
                letter-spacing: 0.05em;
                line-height: 137.5%; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-box:before {
                content: '\e904';
                position: absolute;
                left: 0;
                top: 5px;
                font-family: 'icomoon';
                font-size: 11px;
                color: #fff; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box {
              position: relative;
              padding-left: 30px;
              margin-top: 42px; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box .phone-number {
                font-family: "ProximaNova", sans-serif;
                font-size: 16px;
                color: #fff;
                letter-spacing: 0.05em;
                line-height: 137.5%; }
              .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box:before {
                content: '\e938';
                position: absolute;
                left: 0;
                top: 5px;
                font-family: 'icomoon';
                font-size: 11px;
                color: #fff; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .btn-main {
              margin-top: 42px; }
    @media (max-width: 1391px) {
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element {
        width: 33.33%; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:first-child {
          width: 33.33%; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:nth-child(3) {
          text-align: right; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:last-child {
          width: 100%; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box {
          display: inline-block; } }
    @media (max-width: 969px) {
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head {
        padding-bottom: 30px; }
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list {
        overflow: hidden; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element {
          width: 50%; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:first-child {
            width: 50%;
            padding-right: 30px; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:nth-child(3) {
            text-align: left;
            float: right; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:last-child {
            width: 50%;
            float: left;
            text-align: left; } }
    @media (max-width: 567px) {
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head {
        text-align: center;
        position: relative; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head .zone-title {
          position: initial;
          padding-left: 0; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-head .zone-title:before {
            left: 50%;
            top: -25px;
            font-size: 14px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
      .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list {
        text-align: center;
        overflow: hidden; }
        .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element {
          width: 100%; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:first-child {
            width: 100%;
            padding-right: 0;
            text-align: center; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:nth-child(3) {
            float: initial;
            text-align: center; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element:last-child {
            width: 100%;
            float: initial;
            text-align: center; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-title {
            padding: 20px 0; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-box {
            padding-left: 0; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .wrap-address .address-box:before {
              display: none; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box {
            margin: 0 auto;
            padding: 20px 0;
            padding-left: 0;
            display: block; }
            .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .phone-box:before {
              display: none; }
          .contact-page .wrap-page .contact-zones .wrap-zones .zone-level .zone-list .zone-element .btn-main {
            margin: 0 auto; } }
  @media (max-width: 1499px) {
    .contact-page .wrap-page {
      padding: 0 75px; } }
  @media (max-width: 969px) {
    .contact-page .wrap-page {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .contact-page .wrap-page {
      padding: 0 40px; } }
  @media (max-width: 567px) {
    .contact-page .wrap-page {
      padding: 0 25px; } }

.centros-module {
  background-color: #212121;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .centros-module .wrap-module {
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 130px;
    overflow: hidden; }
    .centros-module .wrap-module .swap-sections {
      display: none;
      position: absolute;
      right: 70px;
      top: 110px;
      background-color: #383838;
      border-radius: 2px;
      z-index: 1; }
      .centros-module .wrap-module .swap-sections .swap-text {
        display: none;
        font-family: "TradeGothic18", sans-serif;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        padding: 5px 15px;
        letter-spacing: 0.05em; }
      .centros-module .wrap-module .swap-sections.js-marcas .marcas {
        display: block; }
      .centros-module .wrap-module .swap-sections.js-mapas .mapas {
        display: block; }
    .centros-module .wrap-module .centros-list-zone {
      width: 50%;
      text-align: center;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone {
        padding: 0 125px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-head {
          padding-bottom: 55px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-head .list-zone-title {
            font-family: "TradeGothic18", sans-serif;
            font-size: 22px;
            color: #fff;
            letter-spacing: 0.22em;
            line-height: 118.1818181818%;
            text-transform: uppercase; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-head .list-zone-title:after {
              content: '';
              display: block;
              width: 20px;
              height: 1px;
              background-color: rgba(255, 255, 255, 0.5);
              margin: 20px auto; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-head .list-zone-subtitle {
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            color: #fff;
            letter-spacing: 0.09em;
            line-height: 113.3333333333%;
            text-transform: uppercase; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list {
          position: relative; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-number {
            position: absolute;
            top: -58px;
            right: 15px;
            width: 38px;
            height: 38px;
            background-color: #BA9F70;
            font-family: "TradeGothic20", sans-serif;
            font-size: 19px;
            color: #212121;
            line-height: 115.7894736842%;
            border-radius: 50%;
            padding: 9px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element:first-child {
              border-top: 1px solid rgba(255, 255, 255, 0.3); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element.active .wrap-element .element-head .purobeach-btn:before {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element.active .wrap-element .element-head .purobeach-btn .btn-circle {
              background-color: transparent;
              border-color: #B2925F;
              opacity: 1;
              -webkit-transform: rotate(90deg) translateZ(0);
              -moz-transform: rotate(90deg) translateZ(0);
              -ms-transform: rotate(90deg) translateZ(0);
              -o-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element.active .wrap-element .element-head .purobeach-btn .btn-circle:before {
                content: '\e91b';
                color: #B2925F; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element {
              overflow: hidden;
              position: relative; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head {
                position: relative;
                overflow: hidden;
                padding: 25px 0;
                text-align: left;
                cursor: pointer; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-logo {
                  max-width: 220px;
                  -webkit-transform: translateZ(0);
                  -moz-transform: translateZ(0);
                  -ms-transform: translateZ(0);
                  -o-transform: translateZ(0);
                  transform: translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 35px 20px;
                  height: 100%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    background-color: #BA9F70;
                    -webkit-transform: translateY(-100%) translateZ(0);
                    -moz-transform: translateY(-100%) translateZ(0);
                    -ms-transform: translateY(-100%) translateZ(0);
                    -o-transform: translateY(-100%) translateZ(0);
                    transform: translateY(-100%) translateZ(0);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle {
                    width: 26px;
                    height: 26px;
                    opacity: 0.5;
                    -webkit-transform: rotate(0deg) translateZ(0);
                    -moz-transform: rotate(0deg) translateZ(0);
                    -ms-transform: rotate(0deg) translateZ(0);
                    -o-transform: rotate(0deg) translateZ(0);
                    transform: rotate(0deg) translateZ(0); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle:before {
                      content: '\e313';
                      position: absolute;
                      top: 50%;
                      left: 51%;
                      -webkit-transform: translateX(-50%) translateY(-50%);
                      -moz-transform: translateX(-50%) translateY(-50%);
                      -ms-transform: translateX(-50%) translateY(-50%);
                      -o-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
                      font-size: 10px;
                      font-family: 'icomoon';
                      color: #fff;
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    @media (min-width: 971px) {
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle:hover {
                        background-color: #B2925F !important;
                        opacity: 1; }
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle:hover:before {
                          color: #fff !important; } }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head:hover .purobeach-btn:before {
                    -webkit-transform: translateY(0%) translateZ(0);
                    -moz-transform: translateY(0%) translateZ(0);
                    -ms-transform: translateY(0%) translateZ(0);
                    -o-transform: translateY(0%) translateZ(0);
                    transform: translateY(0%) translateZ(0); }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head:hover .purobeach-btn .btn-circle {
                    background-color: transparent;
                    border-color: #B2925F;
                    opacity: 1; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head:hover .purobeach-btn .btn-circle:before {
                      color: #B2925F; } }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content {
                overflow: hidden;
                height: 0;
                text-align: left;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .purobeach-slider .purobeach-slide .purobeach-img {
                  width: 100%;
                  height: auto; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .purobeach-title {
                  display: block;
                  padding: 35px 0 30px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 30px;
                  color: #fff;
                  text-transform: uppercase;
                  letter-spacing: 0.01em;
                  line-height: 120%; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text {
                  border-top: 1px solid rgba(255, 255, 255, 0.3);
                  padding: 30px 0 40px;
                  overflow: hidden; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .left-text {
                    float: left;
                    width: calc(100% - 210px);
                    padding-right: 55px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .left-text .purobeach-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #B2925F;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .left-text .purobeach-text {
                      padding-top: 30px;
                      font-family: "ProximaNova", sans-serif;
                      font-size: 15px;
                      color: #fff;
                      letter-spacing: 0.05em;
                      line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text {
                    float: left;
                    width: 210px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .purobeach-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #B2925F;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-address {
                      position: relative;
                      padding: 30px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-address:before {
                        position: absolute;
                        top: 37px;
                        left: 0;
                        content: '\e904';
                        font-family: 'icomoon';
                        font-size: 11px;
                        color: #B2925F; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-address .purobeach-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-phone {
                      position: relative;
                      padding: 15px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-phone:before {
                        position: absolute;
                        top: 22px;
                        left: 0;
                        content: '\e938';
                        font-family: 'icomoon';
                        font-size: 12px;
                        color: #B2925F; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text .wrap-phone .purobeach-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .bottom-btn {
                    clear: both;
                    padding-top: 30px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list {
          position: relative; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-number {
            position: absolute;
            top: -58px;
            right: 15px;
            width: 38px;
            height: 38px;
            background-color: #518AC8;
            font-family: "TradeGothic20", sans-serif;
            font-size: 19px;
            color: #212121;
            line-height: 115.7894736842%;
            border-radius: 50%;
            padding: 9px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element:first-child {
              border-top: 1px solid rgba(255, 255, 255, 0.3); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element.active .wrap-element .element-head .purospa-btn:before {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element.active .wrap-element .element-head .purospa-btn .btn-circle {
              background-color: transparent;
              border-color: #518AC8;
              opacity: 1;
              -webkit-transform: rotate(90deg) translateZ(0);
              -moz-transform: rotate(90deg) translateZ(0);
              -ms-transform: rotate(90deg) translateZ(0);
              -o-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element.active .wrap-element .element-head .purospa-btn .btn-circle:before {
                content: '\e91b';
                color: #518AC8; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element {
              overflow: hidden;
              position: relative; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head {
                position: relative;
                overflow: hidden;
                padding: 25px 0;
                text-align: left;
                cursor: pointer; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-logo {
                  max-width: 175px;
                  -webkit-transform: translateZ(0);
                  -moz-transform: translateZ(0);
                  -ms-transform: translateZ(0);
                  -o-transform: translateZ(0);
                  transform: translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 31px 20px;
                  height: 100%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    background-color: #518AC8;
                    -webkit-transform: translateY(-100%) translateZ(0);
                    -moz-transform: translateY(-100%) translateZ(0);
                    -ms-transform: translateY(-100%) translateZ(0);
                    -o-transform: translateY(-100%) translateZ(0);
                    transform: translateY(-100%) translateZ(0);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle {
                    width: 26px;
                    height: 26px;
                    opacity: 0.5;
                    -webkit-transform: rotate(0deg) translateZ(0);
                    -moz-transform: rotate(0deg) translateZ(0);
                    -ms-transform: rotate(0deg) translateZ(0);
                    -o-transform: rotate(0deg) translateZ(0);
                    transform: rotate(0deg) translateZ(0); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle:before {
                      content: '\e313';
                      position: absolute;
                      top: 50%;
                      left: 51%;
                      -webkit-transform: translateX(-50%) translateY(-50%);
                      -moz-transform: translateX(-50%) translateY(-50%);
                      -ms-transform: translateX(-50%) translateY(-50%);
                      -o-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
                      font-size: 10px;
                      font-family: 'icomoon';
                      color: #fff;
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    @media (min-width: 971px) {
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle:hover {
                        background-color: #518AC8 !important;
                        opacity: 1; }
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle:hover:before {
                          color: #fff !important; } }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head:hover .purospa-btn:before {
                    -webkit-transform: translateY(0%) translateZ(0);
                    -moz-transform: translateY(0%) translateZ(0);
                    -ms-transform: translateY(0%) translateZ(0);
                    -o-transform: translateY(0%) translateZ(0);
                    transform: translateY(0%) translateZ(0); }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head:hover .purospa-btn .btn-circle {
                    background-color: transparent;
                    border-color: #518AC8;
                    opacity: 1; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head:hover .purospa-btn .btn-circle:before {
                      color: #518AC8; } }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content {
                overflow: hidden;
                height: 0;
                text-align: left;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .purospa-slider .purospa-slide .purospa-img {
                  width: 100%;
                  height: auto; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .purospa-title {
                  display: block;
                  padding: 35px 0 30px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 30px;
                  color: #fff;
                  text-transform: uppercase;
                  letter-spacing: 0.01em;
                  line-height: 120%; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text {
                  border-top: 1px solid rgba(255, 255, 255, 0.3);
                  padding: 30px 0 40px;
                  overflow: hidden; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .left-text {
                    float: left;
                    width: calc(100% - 210px);
                    padding-right: 55px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .left-text .purospa-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #518AC8;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .left-text .purospa-text {
                      padding-top: 30px;
                      font-family: "ProximaNova", sans-serif;
                      font-size: 15px;
                      color: rgba(255, 255, 255, 0.5);
                      letter-spacing: 0.05em;
                      line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text {
                    float: left;
                    width: 210px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .purospa-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #518AC8;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-address {
                      position: relative;
                      padding: 30px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-address:before {
                        position: absolute;
                        top: 37px;
                        left: 0;
                        content: '\e904';
                        font-family: 'icomoon';
                        font-size: 11px;
                        color: #518AC8; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-address .purospa-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: rgba(255, 255, 255, 0.5);
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-phone {
                      position: relative;
                      padding: 15px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-phone:before {
                        position: absolute;
                        top: 22px;
                        left: 0;
                        content: '\e938';
                        font-family: 'icomoon';
                        font-size: 12px;
                        color: #518AC8; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text .wrap-phone .purospa-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: rgba(255, 255, 255, 0.5);
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .bottom-btn {
                    clear: both;
                    padding-top: 30px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .bottom-btn .btn-main {
                      opacity: 0.5; }
                      @media (min-width: 971px) {
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .bottom-btn .btn-main:hover {
                          opacity: 1; } }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list {
          position: relative; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-number {
            position: absolute;
            top: -58px;
            right: 15px;
            width: 38px;
            height: 38px;
            background-color: #D9262E;
            font-family: "TradeGothic20", sans-serif;
            font-size: 19px;
            color: #212121;
            line-height: 115.7894736842%;
            border-radius: 50%;
            padding: 9px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element.active .wrap-element .element-head .opio-btn:before {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element.active .wrap-element .element-head .opio-btn .btn-circle {
              background-color: transparent;
              border-color: #D9262E;
              opacity: 1;
              -webkit-transform: rotate(90deg) translateZ(0);
              -moz-transform: rotate(90deg) translateZ(0);
              -ms-transform: rotate(90deg) translateZ(0);
              -o-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element.active .wrap-element .element-head .opio-btn .btn-circle:before {
                content: '\e91b';
                color: #D9262E; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element {
              overflow: hidden;
              position: relative; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head {
                position: relative;
                overflow: hidden;
                padding: 25px 0;
                text-align: center;
                cursor: pointer; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-logo {
                  max-width: 140px;
                  -webkit-transform: translateZ(0);
                  -moz-transform: translateZ(0);
                  -ms-transform: translateZ(0);
                  -o-transform: translateZ(0);
                  transform: translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 43px 20px;
                  height: 100%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    background-color: #D9262E;
                    -webkit-transform: translateY(-100%) translateZ(0);
                    -moz-transform: translateY(-100%) translateZ(0);
                    -ms-transform: translateY(-100%) translateZ(0);
                    -o-transform: translateY(-100%) translateZ(0);
                    transform: translateY(-100%) translateZ(0);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn .btn-circle {
                    width: 26px;
                    height: 26px;
                    opacity: 0.5;
                    -webkit-transform: rotate(0deg) translateZ(0);
                    -moz-transform: rotate(0deg) translateZ(0);
                    -ms-transform: rotate(0deg) translateZ(0);
                    -o-transform: rotate(0deg) translateZ(0);
                    transform: rotate(0deg) translateZ(0); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn .btn-circle:before {
                      content: '\e313';
                      position: absolute;
                      top: 50%;
                      left: 51%;
                      -webkit-transform: translateX(-50%) translateY(-50%);
                      -moz-transform: translateX(-50%) translateY(-50%);
                      -ms-transform: translateX(-50%) translateY(-50%);
                      -o-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
                      font-size: 10px;
                      font-family: 'icomoon';
                      color: #fff;
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    @media (min-width: 971px) {
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn .btn-circle:hover {
                        background-color: transparent;
                        border-color: #D9262E;
                        opacity: 1; }
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn .btn-circle:hover:before {
                          color: #D9262E; } }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head:hover .opio-btn:before {
                    -webkit-transform: translateY(0%) translateZ(0);
                    -moz-transform: translateY(0%) translateZ(0);
                    -ms-transform: translateY(0%) translateZ(0);
                    -o-transform: translateY(0%) translateZ(0);
                    transform: translateY(0%) translateZ(0); }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head:hover .opio-btn .btn-circle {
                    background-color: transparent;
                    border-color: #D9262E;
                    opacity: 1; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head:hover .opio-btn .btn-circle:before {
                      color: #D9262E; } }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content {
                overflow: hidden;
                height: 0;
                text-align: left;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .opio-slider .opio-slide .opio-img {
                  width: 100%;
                  height: auto; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .opio-title {
                  display: block;
                  padding: 35px 0 30px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 30px;
                  color: #fff;
                  text-transform: uppercase;
                  letter-spacing: 0.01em;
                  line-height: 120%; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text {
                  border-top: 1px solid rgba(255, 255, 255, 0.3);
                  padding: 30px 0 40px;
                  overflow: hidden; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .left-text {
                    float: left;
                    width: calc(100% - 210px);
                    padding-right: 55px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .left-text .opio-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #D9262E;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .left-text .opio-text {
                      padding-top: 30px;
                      font-family: "ProximaNova", sans-serif;
                      font-size: 15px;
                      color: #fff;
                      letter-spacing: 0.05em;
                      line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text {
                    float: left;
                    width: 210px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .opio-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #D9262E;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-address {
                      position: relative;
                      padding: 30px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-address:before {
                        position: absolute;
                        top: 37px;
                        left: 0;
                        content: '\e904';
                        font-family: 'icomoon';
                        font-size: 11px;
                        color: #D9262E; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-address .opio-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-phone {
                      position: relative;
                      padding: 15px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-phone:before {
                        position: absolute;
                        top: 22px;
                        left: 0;
                        content: '\e938';
                        font-family: 'icomoon';
                        font-size: 12px;
                        color: #D9262E; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text .wrap-phone .opio-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .bottom-btn {
                    clear: both;
                    padding-top: 30px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list {
          position: relative; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-number {
            position: absolute;
            top: -58px;
            right: 15px;
            width: 38px;
            height: 38px;
            background-color: #fff;
            font-family: "TradeGothic20", sans-serif;
            font-size: 19px;
            color: #212121;
            line-height: 115.7894736842%;
            border-radius: 50%;
            padding: 9px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element.active .wrap-element .element-head .purohotel-btn:before {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element.active .wrap-element .element-head .purohotel-btn .btn-circle {
              background-color: transparent;
              border-color: #fff;
              opacity: 1;
              -webkit-transform: rotate(90deg) translateZ(0);
              -moz-transform: rotate(90deg) translateZ(0);
              -ms-transform: rotate(90deg) translateZ(0);
              -o-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element.active .wrap-element .element-head .purohotel-btn .btn-circle:before {
                content: '\e91b';
                color: #fff; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element {
              overflow: hidden;
              position: relative; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head {
                position: relative;
                overflow: hidden;
                padding: 25px 0;
                text-align: center;
                cursor: pointer; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-logo {
                  max-width: 210px;
                  -webkit-transform: translateZ(0);
                  -moz-transform: translateZ(0);
                  -ms-transform: translateZ(0);
                  -o-transform: translateZ(0);
                  transform: translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 43px 20px;
                  height: 100%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    background-color: #fff;
                    -webkit-transform: translateY(-100%) translateZ(0);
                    -moz-transform: translateY(-100%) translateZ(0);
                    -ms-transform: translateY(-100%) translateZ(0);
                    -o-transform: translateY(-100%) translateZ(0);
                    transform: translateY(-100%) translateZ(0);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn .btn-circle {
                    width: 26px;
                    height: 26px;
                    opacity: 0.5;
                    -webkit-transform: rotate(0deg) translateZ(0);
                    -moz-transform: rotate(0deg) translateZ(0);
                    -ms-transform: rotate(0deg) translateZ(0);
                    -o-transform: rotate(0deg) translateZ(0);
                    transform: rotate(0deg) translateZ(0); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn .btn-circle:before {
                      content: '\e313';
                      position: absolute;
                      top: 50%;
                      left: 51%;
                      -webkit-transform: translateX(-50%) translateY(-50%);
                      -moz-transform: translateX(-50%) translateY(-50%);
                      -ms-transform: translateX(-50%) translateY(-50%);
                      -o-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
                      font-size: 10px;
                      font-family: 'icomoon';
                      color: #fff;
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    @media (min-width: 971px) {
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn .btn-circle:hover {
                        background-color: transparent;
                        border-color: #fff;
                        opacity: 1; }
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn .btn-circle:hover:before {
                          color: #fff; } }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head:hover .purohotel-btn:before {
                    -webkit-transform: translateY(0%) translateZ(0);
                    -moz-transform: translateY(0%) translateZ(0);
                    -ms-transform: translateY(0%) translateZ(0);
                    -o-transform: translateY(0%) translateZ(0);
                    transform: translateY(0%) translateZ(0); }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head:hover .purohotel-btn .btn-circle {
                    background-color: transparent;
                    border-color: #fff;
                    opacity: 1; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head:hover .purohotel-btn .btn-circle:before {
                      color: #fff; } }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content {
                overflow: hidden;
                height: 0;
                text-align: left;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .purohotel-slider .purohotel-slide .purohotel-img {
                  width: 100%;
                  height: auto; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .purohotel-title {
                  display: block;
                  padding: 35px 0 30px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 30px;
                  color: #fff;
                  text-transform: uppercase;
                  letter-spacing: 0.01em;
                  line-height: 120%; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text {
                  border-top: 1px solid rgba(255, 255, 255, 0.3);
                  padding: 30px 0 40px;
                  overflow: hidden; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .left-text {
                    float: left;
                    width: calc(100% - 210px);
                    padding-right: 55px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .left-text .purohotel-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #fff;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .left-text .purohotel-text {
                      padding-top: 30px;
                      font-family: "ProximaNova", sans-serif;
                      font-size: 15px;
                      color: #fff;
                      letter-spacing: 0.05em;
                      line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text {
                    float: left;
                    width: 210px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .purohotel-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #fff;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-address {
                      position: relative;
                      padding: 30px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-address:before {
                        position: absolute;
                        top: 37px;
                        left: 0;
                        content: '\e904';
                        font-family: 'icomoon';
                        font-size: 11px;
                        color: #fff; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-address .purohotel-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-phone {
                      position: relative;
                      padding: 15px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-phone:before {
                        position: absolute;
                        top: 22px;
                        left: 0;
                        content: '\e938';
                        font-family: 'icomoon';
                        font-size: 12px;
                        color: #fff; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text .wrap-phone .purohotel-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .bottom-btn {
                    clear: both;
                    padding-top: 30px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list {
          position: relative; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-number {
            position: absolute;
            top: -58px;
            right: 15px;
            width: 38px;
            height: 38px;
            background-color: #C58854;
            font-family: "TradeGothic20", sans-serif;
            font-size: 19px;
            color: #212121;
            line-height: 115.7894736842%;
            border-radius: 50%;
            padding: 9px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element.active .wrap-element .element-head .canbordoy-btn:before {
              -webkit-transform: translateY(0%) translateZ(0);
              -moz-transform: translateY(0%) translateZ(0);
              -ms-transform: translateY(0%) translateZ(0);
              -o-transform: translateY(0%) translateZ(0);
              transform: translateY(0%) translateZ(0); }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element.active .wrap-element .element-head .canbordoy-btn .btn-circle {
              background-color: transparent;
              border-color: #C58854;
              opacity: 1;
              -webkit-transform: rotate(90deg) translateZ(0);
              -moz-transform: rotate(90deg) translateZ(0);
              -ms-transform: rotate(90deg) translateZ(0);
              -o-transform: rotate(90deg) translateZ(0);
              transform: rotate(90deg) translateZ(0); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element.active .wrap-element .element-head .canbordoy-btn .btn-circle:before {
                content: '\e91b';
                color: #C58854; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element {
              overflow: hidden;
              position: relative; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head {
                position: relative;
                overflow: hidden;
                padding: 25px 0;
                text-align: center; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-logo {
                  max-width: 170px;
                  -webkit-transform: translateZ(0);
                  -moz-transform: translateZ(0);
                  -ms-transform: translateZ(0);
                  -o-transform: translateZ(0);
                  transform: translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 50px 20px;
                  height: 100%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    background-color: #C58854;
                    -webkit-transform: translateY(-100%) translateZ(0);
                    -moz-transform: translateY(-100%) translateZ(0);
                    -ms-transform: translateY(-100%) translateZ(0);
                    -o-transform: translateY(-100%) translateZ(0);
                    transform: translateY(-100%) translateZ(0);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn .btn-circle {
                    width: 26px;
                    height: 26px;
                    opacity: 0.5;
                    -webkit-transform: rotate(0deg) translateZ(0);
                    -moz-transform: rotate(0deg) translateZ(0);
                    -ms-transform: rotate(0deg) translateZ(0);
                    -o-transform: rotate(0deg) translateZ(0);
                    transform: rotate(0deg) translateZ(0); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn .btn-circle:before {
                      content: '\e313';
                      position: absolute;
                      top: 50%;
                      left: 51%;
                      -webkit-transform: translateX(-50%) translateY(-50%);
                      -moz-transform: translateX(-50%) translateY(-50%);
                      -ms-transform: translateX(-50%) translateY(-50%);
                      -o-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
                      font-size: 10px;
                      font-family: 'icomoon';
                      color: #fff;
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    @media (min-width: 971px) {
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn .btn-circle:hover {
                        background-color: transparent;
                        border-color: #C58854;
                        opacity: 1; }
                        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn .btn-circle:hover:before {
                          color: #C58854; } }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head:hover .canbordoy-btn:before {
                    -webkit-transform: translateY(0%) translateZ(0);
                    -moz-transform: translateY(0%) translateZ(0);
                    -ms-transform: translateY(0%) translateZ(0);
                    -o-transform: translateY(0%) translateZ(0);
                    transform: translateY(0%) translateZ(0); }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head:hover .canbordoy-btn .btn-circle {
                    background-color: transparent;
                    border-color: #C58854;
                    opacity: 1; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head:hover .canbordoy-btn .btn-circle:before {
                      color: #C58854; } }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content {
                overflow: hidden;
                height: 0;
                text-align: left;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .canbordoy-slider .canbordoy-slide .canbordoy-img {
                  width: 100%;
                  height: auto; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .canbordoy-title {
                  display: block;
                  padding: 35px 0 30px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 30px;
                  color: #fff;
                  text-transform: uppercase;
                  letter-spacing: 0.01em;
                  line-height: 120%; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text {
                  border-top: 1px solid rgba(255, 255, 255, 0.3);
                  padding: 30px 0 40px;
                  overflow: hidden; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .left-text {
                    float: left;
                    width: calc(100% - 210px);
                    padding-right: 55px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .left-text .canbordoy-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #C58854;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .left-text .canbordoy-text {
                      padding-top: 30px;
                      font-family: "ProximaNova", sans-serif;
                      font-size: 15px;
                      color: #fff;
                      letter-spacing: 0.05em;
                      line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text {
                    float: left;
                    width: 210px; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .canbordoy-subtitle {
                      display: block;
                      font-family: "TradeGothic18", sans-serif;
                      font-size: 18px;
                      color: #C58854;
                      text-transform: uppercase;
                      letter-spacing: 0.05em;
                      line-height: 116.6666666667%;
                      padding-bottom: 15px;
                      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-address {
                      position: relative;
                      padding: 30px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-address:before {
                        position: absolute;
                        top: 37px;
                        left: 0;
                        content: '\e904';
                        font-family: 'icomoon';
                        font-size: 11px;
                        color: #C58854; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-address .canbordoy-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-phone {
                      position: relative;
                      padding: 15px 0 0 25px; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-phone:before {
                        position: absolute;
                        top: 22px;
                        left: 0;
                        content: '\e938';
                        font-family: 'icomoon';
                        font-size: 12px;
                        color: #C58854; }
                      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text .wrap-phone .canbordoy-text {
                        font-family: "ProximaNova", sans-serif;
                        font-size: 15px;
                        color: #fff;
                        letter-spacing: 0.05em;
                        line-height: 173.3333333333%; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .bottom-btn {
                    clear: both;
                    padding-top: 30px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .beachclub-back {
          text-align: center;
          padding: 30px 0; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .beachclub-back .back-btn {
            cursor: pointer;
            display: inline-block;
            background-color: #383838;
            border-radius: 2px;
            font-family: "TradeGothic18", sans-serif;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
            text-transform: uppercase;
            padding: 5px 30px;
            letter-spacing: 0.05em;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            @media (min-width: 971px) {
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .beachclub-back .back-btn:hover {
                background-color: #fff;
                color: #212121; } }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list {
          overflow: hidden; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element {
            float: left;
            width: 50%;
            padding-bottom: 60px; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element:nth-child(odd) {
              padding-right: 35px; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element:nth-child(even) {
              padding-left: 35px; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item {
              position: relative;
              height: 375px; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .full-link {
                display: block;
                width: 100%;
                height: 100%; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .decoration-img {
                position: absolute;
                top: 0;
                left: 50%;
                opacity: 0.5;
                max-width: 250px;
                height: auto;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -webkit-transform: translateX(-50%) translateZ(0) scale(1);
                -moz-transform: translateX(-50%) translateZ(0) scale(1);
                -ms-transform: translateX(-50%) translateZ(0) scale(1);
                -o-transform: translateX(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateZ(0) scale(1); }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text {
                position: absolute;
                top: 135px;
                left: 50%;
                width: 100%;
                text-align: center;
                -webkit-transform: translateX(-50%) translateZ(0);
                -moz-transform: translateX(-50%) translateZ(0);
                -ms-transform: translateX(-50%) translateZ(0);
                -o-transform: translateX(-50%) translateZ(0);
                transform: translateX(-50%) translateZ(0); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.bordoy .text-subtitle:before {
                  margin: 10px auto 15px; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .logo-img {
                  max-width: 240px;
                  width: 100%;
                  height: auto;
                  margin: 0 auto;
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .logo-img.small {
                    height: 24px; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .logo-img.opio {
                    height: 38px; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .logo-img.bordoy {
                    height: 40px; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .text-subtitle {
                  display: block;
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 15px;
                  letter-spacing: 0.18em;
                  text-transform: uppercase;
                  color: #BA9F70; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .text-subtitle:before {
                    content: '';
                    display: block;
                    margin: 20px auto 15px;
                    width: 15px;
                    height: 1px;
                    background-color: #BA9F70;
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.purohotel .text-subtitle {
                  color: #fff; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.purohotel .text-subtitle:before {
                    background-color: #fff; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.opio .text-subtitle {
                  color: #D9262E; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.opio .text-subtitle:before {
                    background-color: #D9262E; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.purospa .text-subtitle {
                  color: #6F8CC2; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.purospa .text-subtitle:before {
                    background-color: #6F8CC2; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.bordoy .text-subtitle {
                  color: #C58854; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text.bordoy .text-subtitle:before {
                    background-color: #C58854; }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number {
                  display: inline-block;
                  margin: 20px auto 0;
                  width: 38px;
                  height: 38px;
                  font-family: "TradeGothic20", sans-serif;
                  font-size: 19px;
                  color: #212121;
                  padding: 10px 0;
                  border-radius: 50%;
                  text-align: center; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number.purobeach {
                    background-color: #BA9F70; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number.purospa {
                    background-color: #6F8CC2; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number.canbordoy {
                    background-color: #C58854; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number.opio {
                    background-color: #D9262E; }
                  .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-text .element-number.purohotel {
                    background-color: #fff;
                    color: #212121; }
              .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item .wrap-btns {
                position: absolute;
                bottom: 0;
                left: 50%;
                text-align: center;
                -webkit-transform: translateX(-50%) translateZ(0);
                -moz-transform: translateX(-50%) translateZ(0);
                -ms-transform: translateX(-50%) translateZ(0);
                -o-transform: translateX(-50%) translateZ(0);
                transform: translateX(-50%) translateZ(0);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              @media (min-width: 971px) {
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item:hover .decoration-img {
                  -webkit-filter: grayscale(0%);
                  filter: grayscale(0%);
                  opacity: 0.5;
                  -webkit-transform: translateX(-50%) translateZ(0) scale(1.05);
                  -moz-transform: translateX(-50%) translateZ(0) scale(1.05);
                  -ms-transform: translateX(-50%) translateZ(0) scale(1.05);
                  -o-transform: translateX(-50%) translateZ(0) scale(1.05);
                  transform: translateX(-50%) translateZ(0) scale(1.05); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item:hover .wrap-text .logo-img {
                  -webkit-transform: translateZ(0) scale(1.05);
                  -moz-transform: translateZ(0) scale(1.05);
                  -ms-transform: translateZ(0) scale(1.05);
                  -o-transform: translateZ(0) scale(1.05);
                  transform: translateZ(0) scale(1.05); }
                .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element .wrap-item:hover .wrap-text .text-subtitle:before {
                  width: 60px; } }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-end-mandala {
          opacity: 0.5;
          overflow: hidden;
          margin: 20px auto 0;
          width: 340px;
          height: 130px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-end-mandala .wrap-mandala {
            width: 100%;
            height: auto; }
    .centros-module .wrap-module .centros-map-zone {
      position: fixed;
      top: 130px;
      right: 0;
      width: 50%;
      height: 100%;
      text-align: center;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .centros-module .wrap-module .centros-map-zone .wrap-map-zone {
        position: relative;
        height: 100%;
        padding: 0 125px; }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone:before {
          content: '';
          position: absolute;
          top: calc(50% - 130px);
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 130px;
          background-color: rgba(255, 255, 255, 0.3); }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head {
          padding-bottom: 35px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head.hideit {
            opacity: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head.remove {
            display: none; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head .map-zone-title {
            font-family: "TradeGothic18", sans-serif;
            font-size: 22px;
            color: #fff;
            letter-spacing: 0.22em;
            line-height: 118.1818181818%;
            text-transform: uppercase; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head .map-zone-title:after {
              content: '';
              display: block;
              width: 20px;
              height: 1px;
              background-color: rgba(255, 255, 255, 0.3);
              margin: 20px auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head .map-zone-subtitle {
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            color: #fff;
            letter-spacing: 0.09em;
            line-height: 113.3333333333%;
            text-transform: uppercase; }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map {
          margin-top: 35px;
          margin-bottom: 35px;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          overflow: hidden; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map.showit {
            opacity: 1;
            pointer-events: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map.hideit {
            display: none;
            height: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map .maplink {
            display: inline-block;
            position: relative;
            z-index: 1; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg {
            max-height: 410px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_purospa {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_purospa:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_purospa {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_purospa:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_opio {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_opio:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_opio {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_opio:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_purohotel {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_purohotel:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_purohotel {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_purohotel:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_canbordoy {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_america_canbordoy:hover {
                -webkit-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(54px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_canbordoy {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-global_map svg #p_x5F_europa_canbordoy:hover {
                -webkit-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -moz-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -ms-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                -o-transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0);
                transform: scale(0.7) translateX(113px) translateY(57px) translateZ(0); }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map {
          position: relative;
          width: 410px;
          margin: 0 auto;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map.showit {
            opacity: 1;
            pointer-events: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map.hideit {
            display: none;
            height: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .back-map {
            position: absolute;
            top: -40px;
            left: -40px;
            width: 85px;
            height: 85px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .back-map .back-img {
              display: block;
              width: 100%;
              height: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg {
            max-width: 410px;
            max-height: 410px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_catalunya {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_catalunya:hover {
                -webkit-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_mallorca {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_mallorca:hover {
                -webkit-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -moz-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -ms-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -o-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_portugal {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_portugal:hover {
                -webkit-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -moz-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -ms-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -o-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_andalucia {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_andalucia:hover {
                -webkit-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -moz-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -ms-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -o-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_catalunya_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_catalunya_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -moz-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -ms-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                -o-transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0);
                transform: scale(0.7) translateX(140px) translateY(70px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_mallorca_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_mallorca_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -moz-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -ms-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                -o-transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0);
                transform: scale(0.7) translateX(150px) translateY(90px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_portugal_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_portugal_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -moz-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -ms-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                -o-transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0);
                transform: scale(0.7) translateX(33px) translateY(123px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_andalucia_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map svg #p_x5F_andalucia_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -moz-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -ms-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                -o-transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0);
                transform: scale(0.7) translateX(76px) translateY(129px) translateZ(0); }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            -moz-transform: translateX(-50%) translateY(-50%) scale(0);
            -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            -o-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
            background-color: #fff;
            width: 460px;
            overflow: hidden;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            border-radius: 10px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list.active {
              -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              -moz-transform: translateX(-50%) translateY(-50%) scale(1);
              -ms-transform: translateX(-50%) translateY(-50%) scale(1);
              -o-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list {
              position: relative;
              padding: 50px; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close {
                position: absolute;
                padding: 20px;
                top: 0;
                right: 0;
                cursor: pointer; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close:before {
                  content: '\e91b';
                  font-family: 'icomoon';
                  font-size: 20px;
                  color: #636365; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close .btn-text {
                  position: absolute;
                  right: calc(100% + 40px);
                  top: 50%;
                  -webkit-transform: translateY(-50%) translateZ(0);
                  -moz-transform: translateY(-50%) translateZ(0);
                  -ms-transform: translateY(-50%) translateZ(0);
                  -o-transform: translateY(-50%) translateZ(0);
                  transform: translateY(-50%) translateZ(0);
                  opacity: 0;
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 15px;
                  color: #636365;
                  text-transform: uppercase;
                  letter-spacing: 0.06em; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close .btn-text:before {
                    content: '\e920';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    color: #636365;
                    -webkit-transform: translateY(-50%) translateZ(0);
                    -moz-transform: translateY(-50%) translateZ(0);
                    -ms-transform: translateY(-50%) translateZ(0);
                    -o-transform: translateY(-50%) translateZ(0);
                    transform: translateY(-50%) translateZ(0);
                    font-family: 'icomoon';
                    font-size: 17px;
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close:hover .btn-text {
                    right: calc(100% + 25px);
                    opacity: 1; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-close:hover .btn-text:before {
                      right: -30px; } }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-title {
                font-family: "TradeGothic18", sans-serif;
                font-size: 15px;
                text-transform: uppercase;
                letter-spacing: 0.09em;
                line-height: 113.3333333333%;
                color: #212121; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones {
                width: 300px;
                margin: 0 auto;
                padding-top: 25px;
                display: none; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones.showit {
                  display: block; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place {
                  position: relative;
                  text-align: left;
                  cursor: pointer;
                  border-bottom: 1px solid rgba(33, 33, 33, 0.3); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:first-child {
                    border-top: 1px solid rgba(33, 33, 33, 0.3); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .link-place {
                    display: block; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .place-title {
                    position: relative;
                    display: inline-block;
                    padding: 12px 0 12px 20px;
                    font-family: "TradeGothic18", sans-serif;
                    font-size: 18px;
                    text-transform: uppercase;
                    letter-spacing: 0.09em;
                    line-height: 116.6666666667%;
                    color: #212121; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .place-title:before {
                      content: '';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      width: 8px;
                      height: 8px;
                      -webkit-transform: translateY(-50%);
                      -moz-transform: translateY(-50%);
                      -ms-transform: translateY(-50%);
                      -o-transform: translateY(-50%);
                      transform: translateY(-50%);
                      border-radius: 50%; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .place-btn {
                    position: absolute;
                    right: 0;
                    top: 23px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-color: #212121;
                    width: 13px;
                    height: 13px; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .place-btn:before {
                      content: '\e315';
                      font-family: 'icomoon';
                      font-size: 6px;
                      color: #212121;
                      position: absolute;
                      top: 45%;
                      left: 55%;
                      -webkit-transform: translateY(-50%) translateX(-50%);
                      -moz-transform: translateY(-50%) translateX(-50%);
                      -ms-transform: translateY(-50%) translateX(-50%);
                      -o-transform: translateY(-50%) translateX(-50%);
                      transform: translateY(-50%) translateX(-50%);
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.purobeach .place-title:before {
                    background-color: #BA9F70; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.purobeach.active .place-btn {
                    -webkit-transform: translateY(-50%) rotate(90deg);
                    -moz-transform: translateY(-50%) rotate(90deg);
                    -ms-transform: translateY(-50%) rotate(90deg);
                    -o-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg);
                    background-color: #BA9F70;
                    border-color: transparent; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.purobeach.active .place-btn:before {
                      color: #fff; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.purohotel .place-title:before {
                    background-color: #212121; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.opio .place-title:before {
                    background-color: #D9262E; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.purospa .place-title:before {
                    background-color: #6F8CC2; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place.canbordoy .place-title:before {
                    background-color: #C4732E; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purobeach-sublist {
                    overflow: hidden;
                    height: 0;
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purobeach-sublist .wrap-sublist .sublist-elements {
                      padding-left: 20px; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purobeach-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text {
                        position: relative;
                        display: block;
                        font-family: "TradeGothic18", sans-serif;
                        font-size: 16px;
                        color: #BA9F70;
                        text-transform: uppercase;
                        letter-spacing: 0.05em;
                        padding-bottom: 10px;
                        padding-left: 20px; }
                        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purobeach-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text:before {
                          content: '';
                          position: absolute;
                          left: 0;
                          top: 7px;
                          width: 10px;
                          height: 1px;
                          background-color: #BA9F70;
                          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                        @media (min-width: 971px) {
                          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purobeach-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text:hover:before {
                            top: 4px;
                            left: 5px;
                            -webkit-transform: rotate(180deg);
                            -moz-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            -o-transform: rotate(180deg);
                            transform: rotate(180deg);
                            width: 6px;
                            height: 6px;
                            border-radius: 50%; } }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purospa-sublist {
                    overflow: hidden;
                    height: 0;
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purospa-sublist .wrap-sublist .sublist-elements {
                      padding-left: 20px; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purospa-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text {
                        position: relative;
                        display: block;
                        font-family: "TradeGothic18", sans-serif;
                        font-size: 16px;
                        color: #6F8CC2;
                        text-transform: uppercase;
                        letter-spacing: 0.05em;
                        padding-bottom: 10px;
                        padding-left: 20px; }
                        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purospa-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text:before {
                          content: '';
                          position: absolute;
                          left: 0;
                          top: 7px;
                          width: 10px;
                          height: 1px;
                          background-color: #6F8CC2;
                          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                        @media (min-width: 971px) {
                          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place .purospa-sublist .wrap-sublist .sublist-elements .sublist-link .sublist-text:hover:before {
                            top: 4px;
                            left: 5px;
                            -webkit-transform: rotate(180deg);
                            -moz-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            -o-transform: rotate(180deg);
                            transform: rotate(180deg);
                            width: 6px;
                            height: 6px;
                            border-radius: 50%; } }
                  @media (min-width: 971px) {
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purobeach .place-btn {
                      background-color: #BA9F70;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purobeach .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purohotel .place-btn {
                      background-color: #212121;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purohotel .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.opio .place-btn {
                      background-color: #D9262E;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.opio .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purospa .place-btn {
                      background-color: #6F8CC2;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.purospa .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.canbordoy .place-btn {
                      background-color: #C4732E;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-europe_map .map-europe-list .wrap-europe-list .europe-list-zones .europe-list-place:hover.canbordoy .place-btn:before {
                        color: #fff; } }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-illetas_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-palma_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-barcelona_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-marbella_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-vilamoura_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-playasdelcarmen_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-canbordoy_map, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-purohotel_map {
          position: relative;
          width: 410px;
          margin: 0 auto;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-illetas_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-palma_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-barcelona_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-marbella_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-vilamoura_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-playasdelcarmen_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-canbordoy_map.showit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-purohotel_map.showit {
            opacity: 1;
            pointer-events: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-illetas_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-palma_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-barcelona_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-marbella_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-vilamoura_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-playasdelcarmen_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-canbordoy_map.hideit, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-purohotel_map.hideit {
            display: none;
            height: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-illetas_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-palma_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-barcelona_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-marbella_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-vilamoura_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-playasdelcarmen_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-canbordoy_map svg, .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-purohotel_map svg {
            max-width: 410px;
            max-height: 410px;
            overflow: visible; }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map {
          position: relative;
          width: 410px;
          margin: 0 auto;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map.showit {
            opacity: 1;
            pointer-events: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map.hideit {
            display: none;
            height: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .back-map {
            position: absolute;
            top: -40px;
            left: -40px;
            width: 85px;
            height: 85px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .back-map .back-img {
              display: block;
              width: 100%;
              height: auto; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map svg {
            max-width: 410px;
            max-height: 410px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map svg #p_x5F_mexico {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map svg #p_x5F_mexico:hover {
                -webkit-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -moz-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -ms-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -o-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map svg #p_x5F_mexico_beachclub {
              cursor: pointer;
              pointer-events: bounding-box;
              pointer-events: fill;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -webkit-transform: scale(1) translateZ(0);
              -moz-transform: scale(1) translateZ(0);
              -ms-transform: scale(1) translateZ(0);
              -o-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map svg #p_x5F_mexico_beachclub:hover {
                -webkit-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -moz-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -ms-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                -o-transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0);
                transform: scale(0.7) translateX(90px) translateY(83px) translateZ(0); }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            -moz-transform: translateX(-50%) translateY(-50%) scale(0);
            -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            -o-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
            background-color: #fff;
            width: 460px;
            overflow: hidden;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            border-radius: 10px; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list.active {
              -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              -moz-transform: translateX(-50%) translateY(-50%) scale(1);
              -ms-transform: translateX(-50%) translateY(-50%) scale(1);
              -o-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1); }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list {
              position: relative;
              padding: 50px; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close {
                position: absolute;
                padding: 20px;
                top: 0;
                right: 0;
                cursor: pointer; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close:before {
                  content: '\e91b';
                  font-family: 'icomoon';
                  font-size: 20px;
                  color: #636365; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close .btn-text {
                  position: absolute;
                  right: calc(100% + 40px);
                  top: 50%;
                  -webkit-transform: translateY(-50%) translateZ(0);
                  -moz-transform: translateY(-50%) translateZ(0);
                  -ms-transform: translateY(-50%) translateZ(0);
                  -o-transform: translateY(-50%) translateZ(0);
                  transform: translateY(-50%) translateZ(0);
                  opacity: 0;
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 15px;
                  color: #636365;
                  text-transform: uppercase;
                  letter-spacing: 0.06em; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close .btn-text:before {
                    content: '\e920';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    color: #636365;
                    -webkit-transform: translateY(-50%) translateZ(0);
                    -moz-transform: translateY(-50%) translateZ(0);
                    -ms-transform: translateY(-50%) translateZ(0);
                    -o-transform: translateY(-50%) translateZ(0);
                    transform: translateY(-50%) translateZ(0);
                    font-family: 'icomoon';
                    font-size: 17px;
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close:hover .btn-text {
                    right: calc(100% + 25px);
                    opacity: 1; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-close:hover .btn-text:before {
                      right: -30px; } }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-title {
                font-family: "TradeGothic18", sans-serif;
                font-size: 15px;
                text-transform: uppercase;
                letter-spacing: 0.09em;
                line-height: 113.3333333333%;
                color: #212121; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones {
                width: 300px;
                margin: 0 auto;
                padding-top: 25px;
                display: none; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones.showit {
                  display: block; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place {
                  position: relative;
                  text-align: left;
                  cursor: pointer;
                  border-bottom: 1px solid rgba(33, 33, 33, 0.3); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:first-child {
                    border-top: 1px solid rgba(33, 33, 33, 0.3); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place .link-place {
                    display: block; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place .place-title {
                    position: relative;
                    display: inline-block;
                    padding: 12px 0 12px 20px;
                    font-family: "TradeGothic18", sans-serif;
                    font-size: 18px;
                    text-transform: uppercase;
                    letter-spacing: 0.09em;
                    line-height: 116.6666666667%;
                    color: #212121; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place .place-title:before {
                      content: '';
                      position: absolute;
                      left: 0;
                      top: 50%;
                      width: 8px;
                      height: 8px;
                      -webkit-transform: translateY(-50%);
                      -moz-transform: translateY(-50%);
                      -ms-transform: translateY(-50%);
                      -o-transform: translateY(-50%);
                      transform: translateY(-50%);
                      border-radius: 50%; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place .place-btn {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-color: #212121;
                    width: 13px;
                    height: 13px; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place .place-btn:before {
                      content: '\e315';
                      font-family: 'icomoon';
                      font-size: 6px;
                      color: #212121;
                      position: absolute;
                      top: 45%;
                      left: 60%;
                      -webkit-transform: translateY(-50%) translateX(-50%);
                      -moz-transform: translateY(-50%) translateX(-50%);
                      -ms-transform: translateY(-50%) translateX(-50%);
                      -o-transform: translateY(-50%) translateX(-50%);
                      transform: translateY(-50%) translateX(-50%);
                      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place.purobeach .place-title:before {
                    background-color: #BA9F70; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place.purohotel .place-title:before {
                    background-color: #212121; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place.opio .place-title:before {
                    background-color: #D9262E; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place.purospa .place-title:before {
                    background-color: #6F8CC2; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place.canbordoy .place-title:before {
                    background-color: #C4732E; }
                  @media (min-width: 971px) {
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purobeach .place-btn {
                      background-color: #BA9F70;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purobeach .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purohotel .place-btn {
                      background-color: #212121;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purohotel .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.opio .place-btn {
                      background-color: #D9262E;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.opio .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purospa .place-btn {
                      background-color: #6F8CC2;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.purospa .place-btn:before {
                        color: #fff; }
                    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.canbordoy .place-btn {
                      background-color: #C4732E;
                      border-color: transparent; }
                      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-content .map-geo .wrap-america_map .map-america-list .wrap-america-list .america-list-zones .america-list-place:hover.canbordoy .place-btn:before {
                        color: #fff; } }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav {
          padding-top: 35px; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list {
            position: relative;
            overflow: hidden; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list:before {
              content: '';
              position: absolute;
              z-index: 1;
              top: 0;
              left: 0;
              width: 100%;
              height: 0;
              background-color: #212121;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list.loading:before {
              height: 100%; }
            .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element {
              float: left;
              width: calc(16.66% + 6px);
              padding: 0 12.5px;
              text-align: center; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element:first-child {
                padding-left: 0;
                width: calc(16.66% - 12px); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element:last-child {
                padding-right: 0;
                width: calc(16.66% - 12px); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link {
                position: relative;
                display: block;
                padding: 20px 0; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link .map-nav-text {
                  position: relative;
                  display: inline-block;
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 14px;
                  text-transform: uppercase;
                  letter-spacing: 0.05em;
                  line-height: 114.2857142857%;
                  color: rgba(255, 255, 255, 0.4);
                  padding: 0 0 10px;
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link .map-nav-text:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0%;
                    height: 1px;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:before {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 50%;
                  -webkit-transform: translateX(-50%) translateZ(0) scale(1);
                  -moz-transform: translateX(-50%) translateZ(0) scale(1);
                  -ms-transform: translateX(-50%) translateZ(0) scale(1);
                  -o-transform: translateX(-50%) translateZ(0) scale(1);
                  transform: translateX(-50%) translateZ(0) scale(1);
                  width: 8px;
                  height: 8px;
                  border-radius: 50%;
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:after {
                  content: '\e904';
                  position: absolute;
                  top: 0;
                  left: 50%;
                  -webkit-transform: translateX(-50%) translateZ(0) scale(0);
                  -moz-transform: translateX(-50%) translateZ(0) scale(0);
                  -ms-transform: translateX(-50%) translateZ(0) scale(0);
                  -o-transform: translateX(-50%) translateZ(0) scale(0);
                  transform: translateX(-50%) translateZ(0) scale(0);
                  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                  font-family: 'icomoon';
                  font-size: 12px; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purobeach:before {
                  background-color: #BA9F70; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purobeach:after {
                  color: #BA9F70; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purobeach .map-nav-text:before {
                  background-color: #BA9F70; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purohotel:before {
                  background-color: #fff; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purohotel:after {
                  color: #fff; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purohotel .map-nav-text:before {
                  background-color: #fff; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.opio:before {
                  background-color: #D9262E; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.opio:after {
                  color: #D9262E; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.opio .map-nav-text:before {
                  background-color: #D9262E; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purospa:before {
                  background-color: #6F8CC2; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purospa:after {
                  color: #6F8CC2; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.purospa .map-nav-text:before {
                  background-color: #6F8CC2; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.canbordoy:before {
                  background-color: #C4732E; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.canbordoy:after {
                  color: #C4732E; }
                .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link.canbordoy .map-nav-text:before {
                  background-color: #C4732E; }
                @media (min-width: 971px) {
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover:before {
                    -webkit-transform: translateX(-50%) translateZ(0) scale(0);
                    -moz-transform: translateX(-50%) translateZ(0) scale(0);
                    -ms-transform: translateX(-50%) translateZ(0) scale(0);
                    -o-transform: translateX(-50%) translateZ(0) scale(0);
                    transform: translateX(-50%) translateZ(0) scale(0); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover:after {
                    -webkit-transform: translateX(-50%) translateZ(0) scale(1);
                    -moz-transform: translateX(-50%) translateZ(0) scale(1);
                    -ms-transform: translateX(-50%) translateZ(0) scale(1);
                    -o-transform: translateX(-50%) translateZ(0) scale(1);
                    transform: translateX(-50%) translateZ(0) scale(1); }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover .map-nav-text:before {
                    width: 100%; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover.purobeach .map-nav-text {
                    color: #BA9F70; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover.purohotel .map-nav-text {
                    color: #fff; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover.opio .map-nav-text {
                    color: #D9262E; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover.purospa .map-nav-text {
                    color: #6F8CC2; }
                  .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element .map-nav-link:hover.canbordoy .map-nav-text {
                    color: #C4732E; } }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link:before {
                -webkit-transform: translateX(-50%) translateZ(0) scale(0);
                -moz-transform: translateX(-50%) translateZ(0) scale(0);
                -ms-transform: translateX(-50%) translateZ(0) scale(0);
                -o-transform: translateX(-50%) translateZ(0) scale(0);
                transform: translateX(-50%) translateZ(0) scale(0); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link:after {
                -webkit-transform: translateX(-50%) translateZ(0) scale(1);
                -moz-transform: translateX(-50%) translateZ(0) scale(1);
                -ms-transform: translateX(-50%) translateZ(0) scale(1);
                -o-transform: translateX(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateZ(0) scale(1); }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link .map-nav-text:before {
                width: 100%; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link.purobeach .map-nav-text {
                color: #BA9F70; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link.purohotel .map-nav-text {
                color: #fff; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link.opio .map-nav-text {
                color: #D9262E; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link.purospa .map-nav-text {
                color: #6F8CC2; }
              .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element.active .map-nav-link.canbordoy .map-nav-text {
                color: #C4732E; }
  @media (max-width: 1499px) {
    .centros-module .wrap-module .centros-list-zone .wrap-list-zone {
      padding: 0 45px; }
    .centros-module .wrap-module .centros-map-zone .wrap-map-zone {
      padding: 0 45px; } }
  @media (max-width: 1391px) {
    .centros-module .wrap-module .centros-map-zone .wrap-map-zone {
      padding: 0 90px; }
      .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element {
        padding: 0 10px;
        width: calc(16.66% + 5px); }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element:first-child {
          width: calc(16.66% - 10px); }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-nav .wrap-map-nav .map-nav-list .map-nav-element:last-child {
          width: calc(16.66% - 10px); } }
  @media (max-width: 1261px) {
    .centros-module .wrap-module {
      padding-top: 110px; }
      .centros-module .wrap-module .swap-sections {
        display: block;
        cursor: pointer; }
      .centros-module .wrap-module .centros-list-zone {
        width: 100%; }
        .centros-module .wrap-module .centros-list-zone.hideit {
          opacity: 0; }
        .centros-module .wrap-module .centros-list-zone.remove {
          display: none; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone {
          width: 600px;
          margin: 0 auto;
          padding: 0; }
      .centros-module .wrap-module .centros-map-zone {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        padding-bottom: 60px; }
        .centros-module .wrap-module .centros-map-zone.hideit {
          opacity: 0; }
        .centros-module .wrap-module .centros-map-zone.remove {
          display: none; }
        .centros-module .wrap-module .centros-map-zone .wrap-map-zone {
          width: 650px;
          margin: 0 auto;
          padding: 0; }
          .centros-module .wrap-module .centros-map-zone .wrap-map-zone:before {
            display: none; } }
  @media (max-width: 969px) {
    .centros-module .wrap-module .swap-sections {
      top: 210px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%); }
    .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-head {
      padding-bottom: 70px; }
    .centros-module .wrap-module .centros-map-zone .wrap-map-zone .map-zone-head {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .centros-module .wrap-module .centros-list-zone .wrap-list-zone {
      width: 460px;
      margin: 0 auto;
      padding: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element {
        width: 100%; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element:nth-child(odd) {
          padding-right: 0; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-zone-content .centros-list .centros-list-element:nth-child(even) {
          padding-left: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .left-text {
        float: initial;
        width: 100%;
        padding-right: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .right-text {
        float: initial;
        width: 100%;
        padding-top: 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text .bottom-btn {
        text-align: center; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .left-text {
        float: initial;
        width: 100%;
        padding-right: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .right-text {
        float: initial;
        width: 100%;
        padding-top: 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text .bottom-btn {
        text-align: center; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .left-text {
        float: initial;
        width: 100%;
        padding-right: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .right-text {
        float: initial;
        width: 100%;
        padding-top: 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text .bottom-btn {
        text-align: center; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .left-text {
        float: initial;
        width: 100%;
        padding-right: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .right-text {
        float: initial;
        width: 100%;
        padding-top: 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text .bottom-btn {
        text-align: center; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .left-text {
        float: initial;
        width: 100%;
        padding-right: 0; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .right-text {
        float: initial;
        width: 100%;
        padding-top: 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text .bottom-btn {
        text-align: center; }
    .centros-module .wrap-module .centros-map-zone .wrap-map-zone {
      width: 465px;
      margin: 0 auto;
      padding: 0; } }
  @media (max-width: 567px) {
    .centros-module .wrap-module .swap-sections {
      display: none; }
    .centros-module .wrap-module .centros-list-zone .wrap-list-zone {
      width: 275px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-number {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head {
        text-align: center;
        padding: 30px 0; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-logo {
          max-width: 200px; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn {
          padding: 45px 5px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle {
            width: 20px;
            height: 20px; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-head .purobeach-btn .btn-circle:before {
              font-size: 8px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .purobeach-slider .purobeach-slide .purobeach-img {
        min-width: 100%;
        width: auto;
        min-height: 230px;
        transform: translateX(-150px); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purobeach-list .purobeach-list .purobeach-element .wrap-element .element-content .wrap-text {
        padding: 15px 0 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-number {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head {
        text-align: center;
        padding: 30px 0; }
        .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn {
          padding: 45px 5px; }
          .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle {
            width: 20px;
            height: 20px; }
            .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-head .purospa-btn .btn-circle:before {
              font-size: 8px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .purospa-slider .purospa-slide .purospa-img {
        min-width: 100%;
        width: auto;
        min-height: 230px;
        transform: translateX(-150px); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purospa-list .purospa-list .purospa-element .wrap-element .element-content .wrap-text {
        padding: 15px 0 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-number {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-head .opio-btn {
        padding: 40px 5px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .opio-slider .opio-slide .opio-img {
        min-width: 100%;
        width: auto;
        min-height: 230px;
        transform: translateX(-150px); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-opio-list .opio-list .opio-element .wrap-element .element-content .wrap-text {
        padding: 15px 0 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-number {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-logo {
        max-width: 200px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-head .purohotel-btn {
        padding: 35px 5px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .purohotel-slider .purohotel-slide .purohotel-img {
        min-width: 100%;
        width: auto;
        min-height: 230px;
        transform: translateX(-150px); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-purohotel-list .purohotel-list .purohotel-element .wrap-element .element-content .wrap-text {
        padding: 15px 0 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-number {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-logo {
        max-width: 160px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-head .canbordoy-btn {
        padding: 45px 5px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .canbordoy-slider .canbordoy-slide .canbordoy-img {
        min-width: 100%;
        width: auto;
        min-height: 230px;
        transform: translateX(-150px); }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .wrap-canbordoy-list .canbordoy-list .canbordoy-element .wrap-element .element-content .wrap-text {
        padding: 15px 0 30px; }
      .centros-module .wrap-module .centros-list-zone .wrap-list-zone .list-end-mandala {
        width: 240px;
        height: 90px; }
    .centros-module .wrap-module .centros-map-zone {
      display: none; } }

.hresources-page {
  padding-top: 70px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  opacity: 0; }
  .hresources-page .hresources-nav {
    background-color: #333333;
    padding: 90px 0 0; }
    .hresources-page .hresources-nav .nav-container .nav-title {
      display: inline-block;
      vertical-align: bottom;
      font-family: "TradeGothic20", sans-serif;
      font-size: 50px;
      color: #fff;
      text-transform: uppercase;
      line-height: 120%;
      padding-bottom: 5px; }
    .hresources-page .hresources-nav .nav-container .wrap-nav {
      display: inline-block;
      vertical-align: bottom;
      padding-left: 30px; }
      .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav {
        position: relative;
        display: none;
        font-family: "TradeGothic18", sans-serif;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 0.05em;
        line-height: 112.5%;
        text-transform: uppercase;
        padding: 14px 35px;
        border-radius: 4px;
        background-color: #212121;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .category-text {
          display: inline-block;
          vertical-align: middle;
          padding-right: 30px; }
        .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn {
          position: absolute;
          right: 35px;
          top: 12px;
          width: 20px;
          height: 20px;
          opacity: 0.5;
          cursor: pointer;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn span {
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
            left: 0%;
            -webkit-transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -ms-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn span:first-child {
              top: 10%; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn span:nth-child(2) {
              top: calc(50% - 1.5px);
              left: 50%;
              -webkit-transform: translateX(-50%) translateZ(0);
              -moz-transform: translateX(-50%) translateZ(0);
              -ms-transform: translateX(-50%) translateZ(0);
              -o-transform: translateX(-50%) translateZ(0);
              transform: translateX(-50%) translateZ(0); }
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn span:nth-child(3) {
              bottom: 10%; }
          @media (min-width: 971px) {
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn:hover span:first-child {
              top: 0%; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn:hover span:nth-child(2) {
              width: 120%; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav .resp-nav-btn:hover span:nth-child(3) {
              bottom: 0%; } }
      .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element {
        display: inline-block;
        vertical-align: bottom;
        cursor: pointer; }
        .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element .nav-link {
          position: relative;
          display: block;
          z-index: 1;
          font-family: "TradeGothic18", sans-serif;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.5);
          letter-spacing: 0.05em;
          line-height: 112.5%;
          text-transform: uppercase;
          padding: 14px 35px;
          border-radius: 4px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element .nav-link:before {
            content: '';
            z-index: -1;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background-color: #2C2C2C;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            transition-delay: 0.4s; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element .nav-link:after {
            content: '\e313';
            position: absolute;
            left: 50%;
            top: 50%;
            opacity: 0;
            -webkit-transform: translateX(-50%) translateZ(0);
            -moz-transform: translateX(-50%) translateZ(0);
            -ms-transform: translateX(-50%) translateZ(0);
            -o-transform: translateX(-50%) translateZ(0);
            transform: translateX(-50%) translateZ(0);
            font-family: 'icomoon';
            font-size: 10px;
            color: #fff;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element.active .nav-link {
          color: white; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element.active .nav-link:before {
            height: 100%; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element.active .nav-link:after {
            opacity: 1;
            -webkit-transform: translateX(-50%) translateY(10px) translateZ(0);
            -moz-transform: translateX(-50%) translateY(10px) translateZ(0);
            -ms-transform: translateX(-50%) translateY(10px) translateZ(0);
            -o-transform: translateX(-50%) translateY(10px) translateZ(0);
            transform: translateX(-50%) translateY(10px) translateZ(0); }
        @media (min-width: 971px) {
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element:hover .nav-link {
            color: white; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element:hover .nav-link:before {
              height: 100%;
              transition-delay: 0s; }
            .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element:hover .nav-link:after {
              opacity: 1;
              -webkit-transform: translateX(-50%) translateY(10px) translateZ(0);
              -moz-transform: translateX(-50%) translateY(10px) translateZ(0);
              -ms-transform: translateX(-50%) translateY(10px) translateZ(0);
              -o-transform: translateX(-50%) translateY(10px) translateZ(0);
              transform: translateX(-50%) translateY(10px) translateZ(0);
              transition-delay: 0.4s; } }
  .hresources-page .wrap-hresources {
    max-width: 1064px;
    margin: 0 auto; }
    .hresources-page .wrap-hresources .values-section {
      padding: 90px 0;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .hresources-page .wrap-hresources .values-section.hideit {
        opacity: 0; }
      .hresources-page .wrap-hresources .values-section.remove {
        display: none; }
      .hresources-page .wrap-hresources .values-section .values-list .values-element {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 60px 90px; }
        .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-title {
          display: block;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          padding-bottom: 20px; }
        .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-text {
          position: relative;
          padding-left: 55px;
          font-family: "ProximaNova", sans-serif;
          font-size: 17px;
          color: #fff;
          letter-spacing: 0.05em;
          line-height: 152.9411764706%; }
          .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-text:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 20px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5); }
    .hresources-page .wrap-hresources .selection-section {
      padding: 90px 0;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .hresources-page .wrap-hresources .selection-section.hideit {
        opacity: 0; }
      .hresources-page .wrap-hresources .selection-section.remove {
        display: none; }
      .hresources-page .wrap-hresources .selection-section .selection-list .selection-element {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 60px 90px; }
        .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-title {
          display: block;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          padding-bottom: 20px; }
        .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-text {
          position: relative;
          padding-left: 55px;
          font-family: "ProximaNova", sans-serif;
          font-size: 17px;
          color: #fff;
          letter-spacing: 0.05em;
          line-height: 152.9411764706%; }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-text:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 20px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5); }
        .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points {
          padding-top: 50px;
          padding-left: 55px; }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-title {
            display: block;
            font-family: "TradeGothic18", sans-serif;
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 116.6666666667%;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-list {
            padding-top: 15px; }
            .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-list .points-element {
              position: relative;
              padding-left: 20px; }
              .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-list .points-element:last-child .points-text {
                border-bottom: 0; }
              .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-list .points-element .points-text {
                font-family: "ProximaNova", sans-serif;
                font-size: 16px;
                color: #fff;
                letter-spacing: 0.05em;
                line-height: 162.5%;
                padding: 10px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points .points-list .points-element:before {
                content: '\e918';
                position: absolute;
                left: 0;
                top: 17px;
                font-family: 'icomoon';
                font-size: 7px;
                color: #fff; }
    .hresources-page .wrap-hresources .employment-section {
      padding: 90px 0;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .hresources-page .wrap-hresources .employment-section.hideit {
        opacity: 0; }
      .hresources-page .wrap-hresources .employment-section.remove {
        display: none; }
      .hresources-page .wrap-hresources .employment-section .employment-list .employment-element {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 60px 90px; }
        .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-title {
          display: block;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          padding-bottom: 20px; }
        .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-text {
          position: relative;
          padding-left: 55px;
          font-family: "ProximaNova", sans-serif;
          font-size: 17px;
          color: #fff;
          letter-spacing: 0.05em;
          line-height: 152.9411764706%; }
          .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-text:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            width: 20px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5); }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 60px;
        padding-bottom: 40px;
        overflow: hidden; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .jobs-title {
          float: left;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          line-height: 116.6666666667%; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .wrap-select {
          float: right;
          width: 220px;
          border: 1px solid #fff; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .wrap-select:after {
            color: #fff; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .wrap-select .main-select {
            color: #fff; }
          @media (min-width: 971px) {
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .wrap-select:hover:after {
              background-color: #fff;
              color: #272729; } }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list a:last-child .wrap-element {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element {
        position: relative;
        padding: 25px 0;
        font-size: 0;
        overflow: hidden;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element.nojob .main-job {
          width: 100%; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job {
          display: inline-block;
          vertical-align: middle;
          width: 50%; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .user-icon {
            display: inline-block;
            vertical-align: middle;
            padding-right: 25px; }
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .user-icon:before {
              content: '\e931';
              display: inline-block;
              vertical-align: middle;
              font-family: 'icomoon';
              font-size: 17px;
              color: #fff; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .job-title {
            display: inline-block;
            vertical-align: middle;
            font-family: "TradeGothic18", sans-serif;
            font-size: 20px;
            color: #fff;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 115%; }
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .job-title:before {
              content: '';
              display: inline-block;
              vertical-align: middle;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: #fff;
              margin-right: 7px; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs {
          display: inline-block;
          vertical-align: middle;
          width: 50%; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .local-job {
            display: inline-block;
            vertical-align: middle;
            padding-right: 60px; }
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .local-job .local-text {
              display: inline-block;
              vertical-align: middle;
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              line-height: 113.3333333333%; }
              .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .local-job .local-text:before {
                content: '\e92b';
                display: inline-block;
                vertical-align: middle;
                font-family: 'icomoon';
                font-size: 10px;
                color: #fff;
                margin-right: 10px; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .location-job {
            display: inline-block;
            vertical-align: middle; }
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .location-job .location-text {
              display: inline-block;
              vertical-align: middle;
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.05em;
              line-height: 113.3333333333%; }
              .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .location-job .location-text:before {
                content: '\e904';
                display: inline-block;
                vertical-align: middle;
                font-family: 'icomoon';
                font-size: 10px;
                color: #fff;
                margin-right: 10px; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .arrow-icon {
          position: absolute;
          right: 25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .arrow-icon:before {
            content: '\e315';
            font-family: 'icomoon';
            font-size: 14px;
            color: rgba(255, 255, 255, 0.5);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element:hover.nojob .main-job .job-title {
            color: rgba(255, 255, 255, 0.5); }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element:hover .main-job .job-title {
            color: #fff; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element:hover .arrow-icon {
            right: 5px; }
            .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element:hover .arrow-icon:before {
              color: #fff; } }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .end-jobs {
        padding: 30px 0; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .end-jobs .end-text {
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          line-height: 116.6666666667%; }
    .hresources-page .wrap-hresources .jobcard-section {
      padding: 100px 0 80px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard {
        padding: 55px 0 40px;
        overflow: hidden;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .jobcard-title {
          float: left;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 36px;
          color: #fff;
          text-transform: uppercase; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .job-btn {
          float: right;
          min-width: 150px;
          opacity: 0.5; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .job-btn .btn-main-link {
            padding: 10px 20px 9px; }
          @media (min-width: 971px) {
            .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .job-btn:hover {
              opacity: 1; } }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone {
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-local {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "TradeGothic18", sans-serif;
          font-size: 15px;
          color: rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          letter-spacing: 0.05em;
          padding-right: 45px;
          padding-left: 20px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-local:before {
            content: '\e92b';
            position: absolute;
            left: 0;
            top: 3px;
            font-family: 'icomoon';
            font-size: 10px;
            color: rgba(255, 255, 255, 0.5); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-location {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "TradeGothic18", sans-serif;
          font-size: 15px;
          color: rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          letter-spacing: 0.05em;
          padding-left: 20px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-location:before {
            content: '\e904';
            position: absolute;
            left: 0;
            top: 2px;
            font-family: 'icomoon';
            font-size: 10px;
            color: rgba(255, 255, 255, 0.5); }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list {
        position: relative;
        overflow: hidden;
        padding: 50px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-title {
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-btn {
          display: none;
          position: absolute;
          top: 0;
          right: 0;
          width: 70px;
          height: 95px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-btn:before {
            content: '\e315';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            font-family: 'icomoon';
            font-size: 12px;
            color: rgba(255, 255, 255, 0.5); }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-btn:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #fff;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .to-hide-list {
          overflow: hidden; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .ficha-list {
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul {
          padding-left: 50px;
          padding-top: 20px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul li {
            position: relative;
            padding-left: 15px;
            padding-bottom: 10px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul li:last-child {
              padding-bottom: 0; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul li p {
              font-family: "ProximaNova", sans-serif;
              font-size: 16px;
              color: rgba(255, 255, 255, 0.5);
              letter-spacing: 0.05em;
              line-height: 162.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul li:before {
              content: '\e918';
              position: absolute;
              left: 0;
              top: 8px;
              font-family: 'icomoon';
              font-size: 7px;
              color: rgba(255, 255, 255, 0.5); }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head {
        padding: 50px 0 45px;
        overflow: hidden; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title {
          float: left;
          width: 330px;
          font-family: "DIN Next LT Pro", sans-serif;
          font-size: 24px;
          color: #fff;
          line-height: 116.6666666667%;
          text-transform: uppercase; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title-text {
          position: relative;
          float: left;
          width: calc(100% - 330px);
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          color: #fff;
          line-height: 125%;
          letter-spacing: 0.05em;
          max-width: 440px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title-text:before {
            content: '';
            position: absolute;
            left: -45px;
            top: 9px;
            width: 20px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.3); }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form {
        overflow: hidden; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields {
          float: left;
          width: 330px;
          padding-right: 35px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element {
            margin-bottom: 15px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:last-child {
              margin-bottom: 0; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.must-field {
              position: relative;
              padding-left: 20px; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.must-field:before {
                content: '';
                position: absolute;
                left: 5px;
                top: 17px;
                width: 5px;
                height: 5px;
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 50%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha {
              font-size: 0; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha .wrap-number {
                display: inline-block;
                vertical-align: middle;
                width: 110px; }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha .wrap-number .captcha-number {
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 16px;
                  color: rgba(255, 255, 255, 0.5);
                  letter-spacing: 0.02em;
                  text-transform: uppercase; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha .wrap-input {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 110px); }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv {
              font-size: 0; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-text {
                display: inline-block;
                vertical-align: middle;
                width: 110px; }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-text .cv-text {
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 16px;
                  color: rgba(255, 255, 255, 0.5);
                  letter-spacing: 0.02em;
                  text-transform: uppercase; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-input {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 110px); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-input .main-input {
                  display: none; }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-input label {
                  cursor: pointer;
                  display: block;
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5);
                  text-transform: uppercase;
                  letter-spacing: 0.02em;
                  line-height: 112.5%;
                  padding: 10px 14px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input {
              border-color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input.user:after {
                content: '\e931';
                color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input.email:after {
                content: '\e923';
                color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input.phone:after {
                content: '\e938';
                color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input.lock:after {
                content: '\e937';
                color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input.file:after {
                content: '\e932';
                color: rgba(255, 255, 255, 0.3); }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input {
                font-size: 15px;
                color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input.placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input:-moz-placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input::-moz-placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input:-ms-input-placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input::-webkit-input-placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element .wrap-input .main-input:-o-input-placeholder {
                  font-size: 15px;
                  color: rgba(255, 255, 255, 0.5); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea {
          float: left;
          width: calc(100% - 330px); }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea {
            width: 100%;
            height: 305px;
            background-color: transparent;
            padding: 10px 15px;
            font-family: "TradeGothic18", sans-serif;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 5px;
            text-transform: uppercase;
            outline: none;
            resize: none;
            overflow: hidden;
            letter-spacing: 0.02em;
            line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea.placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea:-moz-placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea::-moz-placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea:-ms-input-placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea::-webkit-input-placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea:-o-input-placeholder {
              font-family: "TradeGothic18", sans-serif;
              font-size: 15px;
              color: rgba(255, 255, 255, 0.5);
              text-transform: uppercase;
              letter-spacing: 0.02em;
              line-height: 112.5%; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot {
            padding: 20px 0;
            overflow: hidden; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone {
              float: left;
              min-width: 50%; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .checkbox-zone .checkbox-text {
                display: inline-block;
                font-size: 15px;
                width: calc(100% - 22px);
                color: rgba(255, 255, 255, 0.5);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                @media (min-width: 971px) {
                  .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .checkbox-zone .checkbox-text:hover {
                    color: #fff; } }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .must-text {
                position: relative;
                display: block;
                font-family: "TradeGothic18", sans-serif;
                font-size: 15px;
                color: rgba(255, 255, 255, 0.5);
                text-transform: uppercase;
                margin-top: 10px;
                padding-left: 27px; }
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .must-text:after {
                  content: '';
                  position: absolute;
                  border-radius: 50%;
                  left: 10px;
                  top: calc(50% - 2.5px);
                  width: 5px;
                  height: 5px;
                  background-color: rgba(255, 255, 255, 0.5); }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .form-btn {
              float: right;
              opacity: 0.5; }
              .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .form-btn .btn-main-link {
                padding: 11px 20px 10px;
                border: none; }
              @media (min-width: 971px) {
                .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .form-btn:hover {
                  opacity: 1; } }
  @media (max-width: 1261px) {
    .hresources-page .wrap-hresources {
      max-width: 1214px;
      padding: 0 75px; }
      .hresources-page .wrap-hresources .values-section .values-list .values-element {
        padding: 60px 45px; }
      .hresources-page .wrap-hresources .selection-section .selection-list .selection-element {
        padding: 60px 45px; }
      .hresources-page .wrap-hresources .employment-section .employment-list .employment-element {
        padding: 60px 45px; }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .local-job {
        display: block;
        padding-bottom: 5px;
        padding-right: 0; }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs .location-job {
        display: block; } }
  @media (max-width: 969px) {
    .hresources-page .hresources-nav {
      padding: 60px 0 0; }
    .hresources-page .wrap-hresources {
      padding: 0 50px; }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .arrow-icon {
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 8px; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .arrow-icon:before {
          font-size: 10px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list {
        padding: 35px 0;
        cursor: pointer; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-title {
          display: block;
          padding-bottom: 0; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-btn {
          display: block; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .to-hide-list {
          overflow: hidden;
          height: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul {
          padding-top: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list.active .list-btn:before {
          -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          -o-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
          content: '\e91c'; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list.active .list-btn:after {
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%); }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title {
        width: auto; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title-text {
        width: auto;
        margin-left: 66px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form {
        overflow: hidden; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields {
          float: initial;
          width: 100%;
          padding-right: 0; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element {
            float: left;
            width: calc(50% - 10px); }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:nth-child(odd) {
              margin-right: 10px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:nth-child(even) {
              margin-left: 10px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha .wrap-number {
              width: 90px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.captcha .wrap-input {
              width: calc(100% - 90px); }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-text {
              width: 90px; }
            .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element.cv .wrap-input {
              width: calc(100% - 90px); }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea {
          float: initial;
          width: 100%; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-textarea {
            height: 230px; } }
  @media (max-width: 767px) {
    .hresources-page .hresources-nav {
      padding: 30px 0 0; }
      .hresources-page .hresources-nav .nav-container .nav-title {
        display: block;
        text-align: center;
        padding-bottom: 15px; }
      .hresources-page .hresources-nav .nav-container .wrap-nav {
        display: block;
        padding-left: 0;
        text-align: center; }
    .hresources-page .wrap-hresources {
      padding: 0 40px; }
      .hresources-page .wrap-hresources .values-section {
        padding: 40px 0; }
        .hresources-page .wrap-hresources .values-section .values-list .values-element {
          padding: 50px 0; }
          .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-title {
            padding-bottom: 0; }
          .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-text {
            padding-left: 0; }
            .hresources-page .wrap-hresources .values-section .values-list .values-element .wrap-value .value-text:before {
              position: relative;
              display: block;
              margin: 20px 0;
              right: auto;
              top: auto; }
      .hresources-page .wrap-hresources .selection-section {
        padding: 40px 0; }
        .hresources-page .wrap-hresources .selection-section .selection-list .selection-element {
          padding: 50px 0; }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-title {
            padding-bottom: 0; }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-text {
            padding-left: 0; }
            .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-selection .selection-text:before {
              position: relative;
              display: block;
              margin: 20px 0;
              right: auto;
              top: auto; }
          .hresources-page .wrap-hresources .selection-section .selection-list .selection-element .wrap-points {
            padding-left: 0; }
      .hresources-page .wrap-hresources .employment-section {
        padding: 40px 0; }
        .hresources-page .wrap-hresources .employment-section .employment-list .employment-element {
          padding: 50px 0; }
          .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-title {
            padding-bottom: 0; }
          .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-text {
            padding-left: 0; }
            .hresources-page .wrap-hresources .employment-section .employment-list .employment-element .wrap-employment .employment-text:before {
              position: relative;
              display: block;
              margin: 20px 0;
              right: auto;
              top: auto; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job {
          display: block;
          width: 100%; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .user-icon {
            padding-right: 10px; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .main-job .job-title {
            font-size: 18px; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs {
          display: block;
          width: 100%;
          padding-left: 40px; }
          .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .job-specs:before {
            content: '';
            display: block;
            width: 20px;
            height: 1px;
            margin: 10px 0;
            background-color: rgba(255, 255, 255, 0.5); }
      .hresources-page .wrap-hresources .jobcard-section {
        padding: 50px 0 40px; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list ul {
          padding-left: 0; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title {
          display: block;
          float: initial;
          padding-bottom: 10px; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title-text {
          float: initial;
          max-width: none;
          margin-left: 40px; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .form-head .form-title-text:before {
            left: -40px; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .checkbox-zone .checkbox-text {
          max-width: 200px; } }
  @media (max-width: 567px) {
    .hresources-page .hresources-nav .nav-container .wrap-nav {
      position: relative;
      text-align: center; }
      .hresources-page .hresources-nav .nav-container .wrap-nav .category-nav {
        display: inline-block;
        width: 180px;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        border: 1px solid rgba(255, 255, 255, 0); }
      .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list {
        display: inline-block;
        background-color: #212121;
        z-index: 2;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 180px;
        overflow: hidden;
        height: 0;
        border: 1px solid rgba(255, 255, 255, 0);
        border-top: none;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element {
          display: block; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element .nav-link:after {
            content: '';
            position: absolute;
            bottom: 0;
            top: auto;
            left: calc(50% - 15px);
            width: 30px;
            opacity: 1;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-transform: initial !important;
            -moz-transform: initial !important;
            -ms-transform: initial !important;
            -o-transform: initial !important;
            transform: initial !important; }
          .hresources-page .hresources-nav .nav-container .wrap-nav .nav-list .nav-element:last-child .nav-link:after {
            display: none; }
      .hresources-page .hresources-nav .nav-container .wrap-nav.active .category-nav {
        border-color: rgba(255, 255, 255, 0.5); }
        .hresources-page .hresources-nav .nav-container .wrap-nav.active .category-nav .resp-nav-btn span:first-child {
          -webkit-transform: rotate(45deg) translateZ(0);
          -moz-transform: rotate(45deg) translateZ(0);
          -ms-transform: rotate(45deg) translateZ(0);
          -o-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
          top: 50%; }
        .hresources-page .hresources-nav .nav-container .wrap-nav.active .category-nav .resp-nav-btn span:nth-child(2) {
          width: 0%;
          opacity: 0; }
        .hresources-page .hresources-nav .nav-container .wrap-nav.active .category-nav .resp-nav-btn span:nth-child(3) {
          -webkit-transform: rotate(-45deg) translateZ(0);
          -moz-transform: rotate(-45deg) translateZ(0);
          -ms-transform: rotate(-45deg) translateZ(0);
          -o-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
          top: 50%; }
      .hresources-page .hresources-nav .nav-container .wrap-nav.active .nav-list {
        height: 138px;
        border-color: rgba(255, 255, 255, 0.5); }
    .hresources-page .wrap-hresources {
      padding: 0 25px; }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header {
        padding-bottom: 30px; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .jobs-title {
          float: initial;
          display: block; }
        .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-header .wrap-select {
          float: initial;
          width: 100%;
          margin-top: 20px; }
      .hresources-page .wrap-hresources .employment-section .employment-jobs .wrap-jobs .jobs-list .wrap-list .wrap-element .arrow-icon {
        top: 35px;
        right: 5px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard {
        padding: 40px 0; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .jobcard-title {
          display: block;
          float: initial; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-jobcard .job-btn {
          margin-top: 20px;
          float: initial; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .wrap-list .list-btn {
        width: 40px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone {
        padding-left: 20px; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-local {
          display: block;
          padding-bottom: 15px; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-list .jobcard-element .jobcard-zone .zone-location {
          display: block; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element {
        width: 100%; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:nth-child(odd) {
          margin-right: 0; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:nth-child(even) {
          margin-left: 0; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-fields .field-element:last-child {
          margin-bottom: 15px; }
      .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot {
        text-align: center; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone {
          float: initial;
          text-align: left; }
          .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .check-zone .checkbox-zone .checkbox-text {
            width: calc(100% - 20px);
            max-width: none; }
        .hresources-page .wrap-hresources .jobcard-section .jobcard-form .wrap-form .wrap-textarea .form-foot .form-btn {
          margin-top: 30px;
          text-align: center;
          float: initial; } }

.error-module .wrap-error .error-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 520px;
  padding: 80px 20px; }
  .error-module .wrap-error .error-box .error-title {
    display: block;
    font-family: "TradeGothic20", sans-serif;
    font-size: 46px;
    color: #063c27;
    text-transform: uppercase; }
  .error-module .wrap-error .error-box .error-number {
    display: block;
    font-family: "TradeGothic20", sans-serif;
    font-size: 240px;
    color: #063c27;
    text-transform: uppercase; }
  .error-module .wrap-error .error-box .error-text {
    display: block;
    font-family: "ProximaNova", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 1.2px; }
  .error-module .wrap-error .error-box .btn-error {
    margin-top: 25px; }
@media (max-width: 969px) {
  .error-module .wrap-error .error-box {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8); } }
@media (max-width: 767px) {
  .error-module .wrap-error .error-box {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6); } }
@media (max-width: 567px) {
  .error-module .wrap-error .error-box {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.4);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.4);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.4);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.4);
    transform: translateX(-50%) translateY(-50%) scale(0.4); } }

.history-module {
  padding-top: 70px;
  padding-bottom: 70px; }
  .history-module .wrap-history {
    max-width: 1325px;
    margin: 0 auto; }
    .history-module .wrap-history .page-box .history-btn-left {
      position: absolute;
      top: 50%;
      left: 0; }
      .history-module .wrap-history .page-box .history-btn-left:before {
        content: '\e314'; }
    .history-module .wrap-history .page-box .history-btn-right {
      position: absolute;
      top: 50%;
      right: 0; }
      .history-module .wrap-history .page-box .history-btn-right:before {
        content: '\e315'; }
    .history-module .wrap-history .page-box .history-head {
      padding-top: 45px;
      text-align: center; }
      .history-module .wrap-history .page-box .history-head .line-graphic {
        display: inline-block;
        vertical-align: middle;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        letter-spacing: 0.22em;
        line-height: 116.6666666667%; }
      .history-module .wrap-history .page-box .history-head .history-title {
        display: inline-block;
        vertical-align: middle;
        font-family: "TradeGothic18", sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        line-height: 116.6666666667%; }
    .history-module .wrap-history .page-box .history-content {
      position: relative;
      margin-top: 45px; }
      .history-module .wrap-history .page-box .history-content .fixed-zone {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 320px; }
        .history-module .wrap-history .page-box .history-content .fixed-zone .wrap-fixed-zone .fixed-title {
          font-family: "TradeGothic20", sans-serif;
          font-size: 46px;
          color: #fff;
          text-transform: uppercase;
          line-height: 119.5652173913%;
          padding-bottom: 10px; }
        .history-module .wrap-history .page-box .history-content .fixed-zone .wrap-fixed-zone .fixed-subtitle {
          font-family: "TradeGothic18", sans-serif;
          font-size: 18px;
          color: #fff;
          text-transform: uppercase;
          line-height: 116.6666666667%;
          letter-spacing: 0.05em;
          padding: 20px 0 30px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .history-module .wrap-history .page-box .history-content .fixed-zone .wrap-fixed-zone .fixed-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 17px;
          color: #fff;
          line-height: 152.9411764706%;
          letter-spacing: 0.05em;
          padding-top: 25px; }
      .history-module .wrap-history .page-box .history-content .year-zone {
        width: calc(100% - 800px);
        margin: 0 auto; }
        .history-module .wrap-history .page-box .history-content .year-zone.nomandala {
          max-width: 300px;
          padding: 0; }
          .history-module .wrap-history .page-box .history-content .year-zone.nomandala .wrap-year-zone {
            background-image: none;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone {
          position: relative;
          background-image: url("../img/mandala.html");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          padding-top: calc(100% + 5px); }
          .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            text-align: center;
            opacity: 0;
            display: none;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box.active {
              display: block; }
            .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box.load {
              opacity: 1; }
            .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear {
              font-family: "TradeGothic20", sans-serif;
              font-size: 159px;
              color: #fff;
              padding: 0 40px;
              line-height: 120.1257861635%;
              border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
              .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear.noborder {
                border: none; }
            .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .year-logo {
              margin-top: 20px;
              max-height: 37px;
              width: auto; }
              .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .year-logo.purobeach {
                max-height: 60px; }
      .history-module .wrap-history .page-box .history-content .info-zone {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 300px; }
        .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box {
          opacity: 0;
          display: none;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box.active {
            display: block; }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box.load {
            opacity: 1; }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-end-year {
            background-color: #383838;
            border: none;
            margin-top: 30px; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-end-year .btn-main-link {
              padding: 6px 20px 5px;
              opacity: 0.7;
              font-size: 13px; }
            @media (min-width: 971px) {
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-end-year:hover {
                background-color: #fff; }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-end-year:hover .btn-main-link {
                  color: #383838;
                  opacity: 1; } }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element {
            position: relative;
            text-align: left;
            padding: 20px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            cursor: pointer;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-img {
              height: auto;
              max-width: 188px; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-list-btn {
              position: absolute;
              width: 26px;
              height: 26px;
              top: 50%;
              right: 20px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              opacity: 0.5; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-list-btn:after {
                content: '\e313';
                font-size: 10px;
                top: 53%;
                left: 52%; }
              @media (min-width: 971px) {
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-list-btn:hover {
                  opacity: 1; } }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .wrap-img {
            position: relative; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .wrap-img img {
              width: 100%;
              height: auto; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .wrap-img .img-shadow {
              position: absolute;
              z-index: -1;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 30px;
              background-image: url("../img/shadow.html");
              background-repeat: no-repeat;
              background-size: cover;
              background-position: 50% 50%;
              -webkit-transform: translateY(50%);
              -moz-transform: translateY(50%);
              -ms-transform: translateY(50%);
              -o-transform: translateY(50%);
              transform: translateY(50%); }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-title {
            font-family: "TradeGothic18", sans-serif;
            font-size: 22px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 118.1818181818%;
            padding: 20px 0 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-title.smaller {
              font-size: 18px; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-title.endyear {
              border-top: 1px solid rgba(255, 255, 255, 0.3);
              font-size: 32px; }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-text {
            font-family: "ProximaNova", sans-serif;
            font-size: 17px;
            color: #fff;
            line-height: 152.9411764706%;
            letter-spacing: 0.05em;
            padding-top: 30px; }
          .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-top-history {
            position: absolute;
            display: none;
            right: 0;
            bottom: -80px;
            width: 28px;
            height: 28px;
            opacity: 0.5; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-top-history .btn-top-text {
              position: absolute;
              left: 50%;
              top: -25px;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              font-family: "TradeGothic18", sans-serif;
              font-size: 13px;
              text-transform: uppercase; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-top-history:after {
              content: '\e316';
              font-size: 12px; }
            @media (min-width: 971px) {
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-top-history:hover {
                opacity: 1; } }
    .history-module .wrap-history .nav-box {
      margin-top: 45px; }
      .history-module .wrap-history .nav-box .years-nav {
        max-width: 1150px;
        margin: 35px auto 0; }
        .history-module .wrap-history .nav-box .years-nav .wrap-nav {
          position: relative;
          padding: 0 45px; }
          .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-left {
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px;
            opacity: 0.3; }
            .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-left:after {
              content: '\e314';
              font-size: 10px; }
            @media (min-width: 971px) {
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-left:hover {
                opacity: 1; } }
          .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-right {
            position: absolute;
            right: 0;
            top: 0;
            width: 26px;
            height: 26px;
            opacity: 0.3; }
            .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-right:after {
              content: '\e315';
              font-size: 10px; }
            @media (min-width: 971px) {
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .btn-nav-right:hover {
                opacity: 1; } }
          .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list {
            font-size: 0; }
            .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element {
              position: relative;
              display: inline-block;
              vertical-align: bottom;
              width: calc(12.5% - 7px);
              height: 47px;
              cursor: pointer; }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element .nav-year {
                font-family: "TradeGothic18", sans-serif;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.5);
                letter-spacing: 0.05em;
                padding: 5px 14px;
                border-radius: 2px;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element .nav-year:before {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 27px;
                  height: 12px;
                  width: 1px;
                  background-color: rgba(255, 255, 255, 0.5); }
                .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element .nav-year:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 27px;
                  height: 1px;
                  width: calc(100% - 27px);
                  background-color: rgba(255, 255, 255, 0.5); }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                height: 1px;
                width: 27px;
                background-color: rgba(255, 255, 255, 0.5); }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element:first-child:before {
                display: none; }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element:last-child {
                width: 56px; }
                .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element:last-child .nav-year:after {
                  display: none; }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element.active .nav-year {
                background-color: rgba(255, 255, 255, 0.1);
                color: #fff; }
              @media (min-width: 971px) {
                .history-module .wrap-history .nav-box .years-nav .wrap-nav .nav-list .nav-element:hover .nav-year {
                  background-color: rgba(255, 255, 255, 0.1);
                  color: #fff; } }
  @media (max-width: 1499px) {
    .history-module .wrap-history {
      padding: 0 90px; }
      .history-module .wrap-history .page-box .history-content .year-zone {
        width: calc(100% - 740px); }
        .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear {
          font-size: 130px; }
      .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-list-btn {
        right: 0; }
      .history-module .wrap-history .nav-box {
        margin-top: 55px; } }
  @media (max-width: 1391px) {
    .history-module .wrap-history {
      padding: 0 70px; } }
  @media (max-width: 1261px) {
    .history-module {
      padding-bottom: 150px; }
      .history-module .wrap-history {
        padding: 0 80px;
        max-width: 750px; }
        .history-module .wrap-history .page-box .history-btn-right, .history-module .wrap-history .page-box .history-btn-left {
          opacity: 0; }
        .history-module .wrap-history .page-box .history-content {
          margin-top: 35px; }
          .history-module .wrap-history .page-box .history-content .fixed-zone {
            position: relative;
            left: auto;
            top: auto;
            width: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            margin-bottom: 50px;
            text-align: center; }
            .history-module .wrap-history .page-box .history-content .fixed-zone .wrap-fixed-zone .fixed-text {
              padding: 25px 20px 35px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .history-module .wrap-history .page-box .history-content .year-zone {
            width: auto;
            padding: 0 60px;
            margin-top: 50px; }
            .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone {
              background-size: cover;
              padding-top: 40px;
              padding-bottom: 40px;
              background-position: 50% 0%; }
              .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box {
                position: relative;
                top: auto;
                left: auto;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none; }
                .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear {
                  font-size: 70px; }
                .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .year-logo {
                  display: block;
                  margin: 20px auto 0; }
          .history-module .wrap-history .page-box .history-content .info-zone {
            position: relative;
            right: auto;
            top: auto;
            width: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            text-align: center; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-title {
              padding: 40px 0 20px; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-title.endyear {
                border-top: none;
                max-width: 300px;
                margin: 0 auto;
                padding: 35px 0; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-text {
              padding-bottom: 30px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .btn-top-history {
              display: block; }
            .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element {
              overflow: hidden; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                height: 5px;
                width: 60px;
                background-color: #fff;
                -webkit-transform: translateY(-100%) translateZ(0);
                -moz-transform: translateY(-100%) translateZ(0);
                -ms-transform: translateY(-100%) translateZ(0);
                -o-transform: translateY(-100%) translateZ(0);
                transform: translateY(-100%) translateZ(0);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element.active:before {
                -webkit-transform: translateY(0%) translateZ(0);
                -moz-transform: translateY(0%) translateZ(0);
                -ms-transform: translateY(0%) translateZ(0);
                -o-transform: translateY(0%) translateZ(0);
                transform: translateY(0%) translateZ(0); }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element.active .info-list-btn:after {
                content: '\e91c'; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .info-list-btn {
                right: 15px;
                top: 40px; }
              .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box {
                overflow: hidden;
                height: 0;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .close-pop-info {
                  display: none; }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .info-box-head {
                  display: none; }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .wrap-img {
                  position: relative;
                  padding-top: 30px; }
                  .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .wrap-img .info-img {
                    width: 100%;
                    height: auto;
                    max-width: initial; }
                  .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .wrap-img .img-shadow {
                    position: absolute;
                    z-index: -1;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 30px;
                    background-image: url(../img/shadow.html);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: 50% 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .info-title {
                  font-family: "TradeGothic18", sans-serif;
                  font-size: 22px;
                  text-transform: uppercase;
                  color: rgba(255, 255, 255, 0.5);
                  letter-spacing: 0.05em;
                  line-height: 118.1818181818%;
                  padding: 40px 0 25px;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
                .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .info-list .info-list-element .pop-info-box .wrap-info-box .info-text {
                  font-family: "ProximaNova", sans-serif;
                  font-size: 17px;
                  line-height: 152.9411764706%;
                  letter-spacing: 0.05em;
                  color: rgba(255, 255, 255, 0.5);
                  padding: 25px 0;
                  border-bottom: none; }
        .history-module .wrap-history .nav-box .years-nav .wrap-nav {
          width: 500px;
          margin: 0 auto; }
          .history-module .wrap-history .nav-box .years-nav .wrap-nav .wrap-over-list {
            overflow: hidden;
            width: 415px;
            height: 54px;
            margin: 0 auto;
            position: relative; }
            .history-module .wrap-history .nav-box .years-nav .wrap-nav .wrap-over-list .nav-list {
              position: absolute;
              left: 0;
              top: 6px;
              width: calc(120px * 9);
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .history-module .wrap-history .nav-box .years-nav .wrap-nav .wrap-over-list .nav-list .nav-element {
                width: 120px; } }
  @media (max-width: 767px) {
    .history-module .wrap-history {
      padding: 0 40px; }
      .history-module .wrap-history .page-box .history-head .line-graphic {
        display: none; }
      .history-module .wrap-history .page-box .history-head .history-title {
        max-width: 250px; }
      .history-module .wrap-history .page-box .history-content .info-zone .wrap-info-zone .info-box .wrap-img {
        width: calc(100% + 80px);
        margin-left: -40px; }
      .history-module .wrap-history .page-box .history-content .year-zone {
        padding: 0 20px; }
        .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone {
          padding-bottom: 25px; }
          .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear {
            font-size: 61px; }
          .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .year-logo {
            max-height: 32px; }
      .history-module .wrap-history .nav-box {
        display: none; } }
  @media (max-width: 567px) {
    .history-module .wrap-history .page-box .history-content .year-zone {
      padding: 0; }
      .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone {
        background-position: 50% 60px; }
        .history-module .wrap-history .page-box .history-content .year-zone .wrap-year-zone .year-box .theyear {
          display: block;
          padding: 0; }
    .history-module .wrap-history .page-box .history-content .fixed-zone .wrap-fixed-zone .fixed-text {
      padding: 25px 0 35px; } }

.pop-info {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  background-color: #212121;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .pop-info.active {
    bottom: 0; }
  .pop-info .pop-info-wrap {
    height: 100%;
    width: 300px;
    margin: 0 auto; }
    .pop-info .pop-info-wrap .pop-info-box {
      position: relative;
      height: 100%;
      display: none; }
      .pop-info .pop-info-wrap .pop-info-box.showit {
        display: block; }
      .pop-info .pop-info-wrap .pop-info-box .wrap-info-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -ms-transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0); }
        .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .close-pop-info {
          position: absolute;
          width: 26px;
          height: 26px;
          top: -30px;
          right: -30px;
          opacity: 0.5; }
          .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .close-pop-info:after {
            content: '\e91c';
            font-size: 8px;
            top: 52%;
            left: 52%; }
          @media (min-width: 971px) {
            .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .close-pop-info:hover {
              opacity: 1; } }
        .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .info-box-head {
          text-align: center; }
          .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .info-box-head .info-year {
            display: block;
            font-family: "TradeGothic20", sans-serif;
            font-size: 60px;
            text-transform: uppercase;
            color: #fff;
            line-height: 120%;
            padding-bottom: 5px;
            border-bottom: 1px solid #fff;
            text-align: center; }
          .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .info-box-head .info-logo {
            width: 200px;
            margin: 0 auto;
            padding: 30px 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0); }
        .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .wrap-img {
          position: relative; }
          .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .wrap-img .info-img {
            width: 100%;
            height: auto; }
          .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .wrap-img .img-shadow {
            position: absolute;
            z-index: -1;
            top: 100%;
            left: 0;
            width: 100%;
            height: 30px;
            background-image: url(../img/shadow.html);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50% 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
        .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .info-title {
          font-family: "TradeGothic18", sans-serif;
          font-size: 22px;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.5);
          letter-spacing: 0.05em;
          line-height: 118.1818181818%;
          padding: 25px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .pop-info .pop-info-wrap .pop-info-box .wrap-info-box .info-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 17px;
          line-height: 152.9411764706%;
          letter-spacing: 0.05em;
          color: rgba(255, 255, 255, 0.5);
          padding: 25px 0; }
  @media (max-width: 1261px) {
    .pop-info {
      display: none; } }

.faq-page {
  padding-top: 90px; }
  .faq-page .wrap-faq {
    padding: 50px 70px 50px; }
    .faq-page .wrap-faq .faq-head {
      padding: 0 0 30px; }
      .faq-page .wrap-faq .faq-head .faq-title {
        font-size: 54px;
        font-family: "ITCModern", serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #063c27;
        text-align: center; }
    .faq-page .wrap-faq .faq-list .faq-element {
      border-top: 1px solid #cbcbcb; }
      .faq-page .wrap-faq .faq-list .faq-element:last-child {
        border-bottom: 1px solid #cbcbcb; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-head {
        position: relative;
        overflow: hidden;
        padding: 25px 0;
        cursor: pointer; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-number {
          position: absolute;
          top: 27px;
          left: 0;
          font-family: "ProximaNova", sans-serif;
          font-size: 20px;
          color: #303030;
          text-transform: uppercase;
          padding-right: 30px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-title {
          padding-left: 40px;
          display: block;
          width: calc(100% - 80px);
          font-family: "ProximaNova", sans-serif;
          font-size: 18px;
          line-height: 1.2;
          letter-spacing: 0.6px;
          color: #303030;
          text-transform: uppercase;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 60px; }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background-color: #063c27;
            -webkit-transform: translateY(-100%) translateZ(0);
            -moz-transform: translateY(-100%) translateZ(0);
            -ms-transform: translateY(-100%) translateZ(0);
            -o-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn .close-btn {
            position: absolute;
            width: 26px;
            height: 26px;
            top: 50%;
            right: 50%;
            border: none;
            -webkit-transform: translateX(50%) translateY(-50%);
            -moz-transform: translateX(50%) translateY(-50%);
            -ms-transform: translateX(50%) translateY(-50%);
            -o-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }
            .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn .close-btn:after {
              content: '\e313';
              font-size: 12px;
              color: #063c27;
              top: 53%;
              left: 52%; }
            @media (min-width: 971px) {
              .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn .close-btn:hover {
                opacity: 1;
                background-color: transparent; } }
        @media (min-width: 971px) {
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head:hover .faq-element-number {
            color: #063c27; }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head:hover .faq-element-title {
            color: #063c27; }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head:hover .faq-btn:before {
            -webkit-transform: translateY(0%) translateZ(0);
            -moz-transform: translateY(0%) translateZ(0);
            -ms-transform: translateY(0%) translateZ(0);
            -o-transform: translateY(0%) translateZ(0);
            transform: translateY(0%) translateZ(0); }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head:hover .faq-btn .close-btn {
            opacity: 1; } }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head.active .faq-element-number {
          color: #063c27; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head.active .faq-element-title {
          color: #063c27; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head.active .faq-btn:before {
          -webkit-transform: translateY(0%) translateZ(0);
          -moz-transform: translateY(0%) translateZ(0);
          -ms-transform: translateY(0%) translateZ(0);
          -o-transform: translateY(0%) translateZ(0);
          transform: translateY(0%) translateZ(0); }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-head.active .faq-btn .close-btn {
          opacity: 1;
          -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
          -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
          -ms-transform: translateX(50%) translateY(-50%) rotate(90deg);
          -o-transform: translateX(50%) translateY(-50%) rotate(90deg);
          transform: translateX(50%) translateY(-50%) rotate(90deg); }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-head.active .faq-btn .close-btn:after {
            content: '\e91b';
            top: 52%; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-content {
        position: relative;
        padding-left: 40px;
        height: 0;
        overflow: hidden;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .faq-page .wrap-faq .faq-list .faq-element .faq-element-content .wrap-text .faq-element-text {
          display: block;
          width: 80%;
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          color: #303030;
          padding: 25px 0;
          line-height: 152.9411764706%;
          letter-spacing: 0.05em; }
          .faq-page .wrap-faq .faq-list .faq-element .faq-element-content .wrap-text .faq-element-text:before {
            content: '';
            position: absolute;
            top: 0;
            left: 40px;
            width: 40px;
            height: 1px;
            background-color: #cbcbcb; }
    .faq-page .wrap-faq .faq-foot {
      padding: 45px 0; }
      .faq-page .wrap-faq .faq-foot .faq-foot-text {
        position: relative;
        display: inline-block;
        vertical-align: top;
        max-width: 570px;
        padding-left: 45px;
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        color: #303030;
        line-height: 152.9411764706%;
        letter-spacing: 0.05em; }
        .faq-page .wrap-faq .faq-foot .faq-foot-text:before {
          content: '';
          position: absolute;
          top: 12px;
          left: 0;
          width: 35px;
          height: 1px;
          background-color: #cbcbcb; }
      .faq-page .wrap-faq .faq-foot .faq-btn {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 55px; }
  @media (max-width: 1391px) {
    .faq-page .wrap-faq {
      padding: 70px 50px 50px; } }
  @media (max-width: 1261px) {
    .faq-page .wrap-faq {
      padding: 70px 50px 50px; }
      .faq-page .wrap-faq .faq-head .faq-title {
        font-size: 52px; }
      .faq-page .wrap-faq .faq-foot .faq-foot-text {
        display: block; }
      .faq-page .wrap-faq .faq-foot .faq-btn {
        margin-left: 55px;
        margin-top: 25px; } }
  @media (max-width: 969px) {
    .faq-page .wrap-faq {
      padding: 45px 50px 40px; }
      .faq-page .wrap-faq .faq-head .faq-title {
        font-size: 40px; } }
  @media (max-width: 767px) {
    .faq-page .wrap-faq {
      padding: 45px 35px 40px; }
      .faq-page .wrap-faq .faq-head .faq-title {
        font-size: 36px; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-number {
        top: 25px; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-title {
        font-size: 18px; }
      .faq-page .wrap-faq .faq-foot .faq-foot-text {
        padding-left: 45px; }
        .faq-page .wrap-faq .faq-foot .faq-foot-text:before {
          width: 20px; }
      .faq-page .wrap-faq .faq-foot .faq-btn {
        margin-left: 45px; } }
  @media (max-width: 567px) {
    .faq-page .wrap-faq {
      padding: 35px 25px 35px; }
      .faq-page .wrap-faq .faq-head .faq-title {
        letter-spacing: 0.02em; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-title {
        width: calc(100% - 65px);
        font-size: 16px; }
      .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-btn {
        width: 45px; } }
  @media (max-width: 374px) {
    .faq-page .wrap-faq .faq-list .faq-element .faq-element-head .faq-element-title {
      font-size: 14px; }
    .faq-page .wrap-faq .faq-foot .faq-foot-text {
      font-size: 15px; } }

.page-cookies {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  height: 0;
  top: 50%;
  left: 50%;
  border: 2px solid #063c27;
  width: 280px;
  background-color: #FBFAF6;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .page-cookies .wrap-cookies {
    text-align: center;
    padding: 20px;
    padding-bottom: 0; }
    .page-cookies .wrap-cookies .cookies-head {
      border-bottom: 1px solid #cbcbcb; }
      .page-cookies .wrap-cookies .cookies-head .cookies-icon {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 auto;
        position: relative;
        border: 2px solid #063c27; }
        .page-cookies .wrap-cookies .cookies-head .cookies-icon:after {
          content: 'i';
          color: #063c27;
          left: 52%;
          font-family: "ProximaNova", sans-serif;
          font-weight: 700;
          font-size: 17px; }
        @media (min-width: 971px) {
          .page-cookies .wrap-cookies .cookies-head .cookies-icon:hover {
            background-color: transparent; }
            .page-cookies .wrap-cookies .cookies-head .cookies-icon:hover:after {
              color: #063c27; } }
      .page-cookies .wrap-cookies .cookies-head .cookies-title {
        display: block;
        font-size: 14px;
        font-family: "ProximaNova", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2;
        color: #063c27;
        padding: 12px 0;
        letter-spacing: 0.3em; }
    .page-cookies .wrap-cookies .cookies-content {
      padding: 12px; }
      .page-cookies .wrap-cookies .cookies-content .cookies-text {
        font-size: 14px;
        font-family: "ProximaNova", sans-serif;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #303030; }
      .page-cookies .wrap-cookies .cookies-content .btn-cookies {
        margin-top: 20px; }
      .page-cookies .wrap-cookies .cookies-content .more-cookies {
        position: relative;
        display: inline-block;
        padding: 15px 0 5px; }
        .page-cookies .wrap-cookies .cookies-content .more-cookies .more-cookies-link {
          font-family: "ProximaNova", sans-serif;
          font-weight: 500;
          letter-spacing: 0.2em;
          font-size: 10px;
          text-transform: uppercase;
          color: #303030; }
        .page-cookies .wrap-cookies .cookies-content .more-cookies:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 100%;
          width: 0%;
          height: 1px;
          background-color: #303030;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .page-cookies .wrap-cookies .cookies-content .more-cookies:hover:before {
            width: 100%; } }

.intro-text-module {
  padding: 20px 0; }
  .intro-text-module.intern-page {
    padding: 0 0 60px; }
    .intro-text-module.intern-page .wrap-intro .title-box {
      position: relative;
      left: auto;
      top: auto;
      display: block;
      vertical-align: top;
      width: 100%;
      padding-top: 60px;
      padding-bottom: 60px; }
      .intro-text-module.intern-page .wrap-intro .title-box .intro-title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0 auto;
        max-width: initial;
        font-size: 54px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .intro-text-module.intern-page .wrap-intro .img-box {
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-right: 0; }
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn:before {
        color: #fff; }
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-prev {
        left: 25px; }
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-next {
        right: 25px; }
      .intro-text-module.intern-page .wrap-intro .img-box .intro-img {
        margin-left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .intro-text-module.intern-page .wrap-intro .text-box.main-text {
      margin: 0 15px 0 0;
      width: calc(33.33% - 15px); }
    @media (max-width: 1261px) {
      .intro-text-module.intern-page .wrap-intro .img-box {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; }
      .intro-text-module.intern-page .wrap-intro .text-box.main-text {
        width: calc(50% - 30px);
        margin: 0 15px; } }
    @media (max-width: 969px) {
      .intro-text-module.intern-page {
        padding: 0 0 0px; }
        .intro-text-module.intern-page .wrap-intro .title-box {
          padding-top: 30px;
          padding-bottom: 30px; }
          .intro-text-module.intern-page .wrap-intro .title-box .intro-title {
            font-size: 40px; } }
    @media (max-width: 767px) {
      .intro-text-module.intern-page .wrap-intro .img-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .intro-text-module.intern-page .wrap-intro .text-box.main-text {
        width: 100%;
        margin: 0; } }
    @media (max-width: 567px) {
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-next {
        right: 15px; }
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-prev {
        left: 15px; } }
    @media (max-width: 374px) {
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-next {
        right: 10px; }
      .intro-text-module.intern-page .wrap-intro .img-box .slick-btn.slick-prev {
        left: 10px; } }
  .intro-text-module.with-products .intro-header {
    padding-bottom: 20px; }
    .intro-text-module.with-products .intro-header .header-title {
      padding: 34px 0 31px;
      border-bottom: 1px solid #cbcbcb;
      border-top: 3px solid #063c27;
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3; }
  .intro-text-module.with-products .intro-products-slider .btn-slide-flat {
    top: 275px; }
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat.slick-next {
      left: calc(100%); }
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat.slick-prev {
      left: -20px; }
  .intro-text-module.with-products .wrap-intro .title-box {
    border-top: none; }
  .intro-text-module.with-products .wrap-intro .text-box.main-text {
    padding-top: 0; }
    .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element {
      position: relative;
      border-bottom: 1px solid #cbcbcb; }
      .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element:before {
        content: '\e904';
        position: absolute;
        left: 0;
        top: calc(50% + 1px);
        font-family: 'icomoon';
        font-size: 10px;
        color: #063c27;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element .product-item {
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding: 20px 16px 18px; }
  @media (max-width: 1261px) {
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat {
      top: 75px; }
      .intro-text-module.with-products .intro-products-slider .btn-slide-flat.slick-prev {
        left: 0; }
      .intro-text-module.with-products .intro-products-slider .btn-slide-flat.slick-next {
        right: 0;
        left: auto; }
    .intro-text-module.with-products .wrap-intro .title-box .intro-title {
      max-width: inherit;
      padding: 0 35px; } }
  @media (max-width: 969px) {
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat {
      top: 65px; }
    .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list {
      text-align: left; }
      .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element .product-item {
        font-size: 12px; } }
  @media (max-width: 767px) {
    .intro-text-module.with-products .intro-header .header-title {
      font-size: 15px;
      text-align: center; }
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat {
      top: 55px; }
    .intro-text-module.with-products .wrap-intro .text-box.main-text {
      padding-bottom: 0;
      border-bottom: none; }
      .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element:last-child {
        border-bottom: none; }
      .intro-text-module.with-products .wrap-intro .text-box.main-text .products-list .product-element .product-item {
        font-size: 10px; } }
  @media (max-width: 567px) {
    .intro-text-module.with-products .intro-header .header-title {
      font-size: 14px; }
    .intro-text-module.with-products .intro-products-slider .btn-slide-flat {
      top: 94px; } }
  .intro-text-module .wrap-intro {
    position: relative;
    font-size: 0; }
    .intro-text-module .wrap-intro .title-box {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      vertical-align: top;
      width: calc(100%);
      padding-top: 46%;
      text-align: center;
      border-top: 3px solid #063c27; }
      .intro-text-module .wrap-intro .title-box .intro-title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        font-family: "ITCModern", serif;
        font-weight: 300;
        font-size: 42px;
        line-height: 103.5714285714%;
		text-shadow: 0px -1px 0px #333333;
        color: #ffffff; }
    .intro-text-module .wrap-intro .img-box {
      display: inline-block;
      vertical-align: top;
      width: 82.00%;
      margin-left: 0.0%;
      margin-bottom: 10px;
      overflow: hidden; }
    .img-box2 {
      display: inline-block;
      vertical-align: top;
      width: 60.00%;
      margin-left: 35.0%;
      margin-bottom: 20px;
      overflow: hidden; }
      .intro-text-module .wrap-intro .img-box .intro-img {
        width: 100%;
        height: auto;
        margin-left: 15px; }
    .intro-text-module .wrap-intro .text-box {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 20px);
      padding: 15px 0;
      margin: 0 15px;
      border-top: 0px solid #CBCBCB; }
      .intro-text-module .wrap-intro .text-box:last-child {
        width: calc(100% - 20px);
        margin: 0 0 0 15px; }
      .intro-text-module .wrap-intro .text-box.main-text {
        padding-top: 18px; }
        .intro-text-module .wrap-intro .text-box.main-text .text-info {
          font-family: "ITCModern", serif;
          font-weight: 300;
          font-size: 22px;
          padding-top: 0;
          line-height: 145.4545454545%; }
      .intro-text-module .wrap-intro .text-box.resp-btn a {
        display: flex; }
      .intro-text-module .wrap-intro .text-box .text-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #063c27;
        letter-spacing: 0.3em;
        line-height: 162.5%;
        text-transform: uppercase;
        padding-bottom: 20px;
        border-bottom: 1px solid #CBCBCB; }
      .intro-text-module .wrap-intro .text-box .text-info {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        font-weight: 500;
		text-align: justify;
        padding-top: 10px;
        color: #303030;
        line-height: 162.5%; }
      .intro-text-module .wrap-intro .text-box .intro-btn {
        margin-top: 20px; }
  @media (max-width: 1261px) {
    .intro-text-module .wrap-intro .title-box {
      position: relative;
      left: auto;
      top: auto;
      display: block;
      vertical-align: top;
      width: 100%;
      padding-top: 0px;
      padding-bottom: 0px; }
      .intro-text-module .wrap-intro .title-box .intro-title {
        position: relative;
        top: 120px;
        left: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 620px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .intro-text-module .wrap-intro .img-box {
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px; }
      .intro-text-module .wrap-intro .img-box .intro-img {
        margin-left: 0; }
    .intro-text-module .wrap-intro .text-box {
      width: calc(50% - 30px); }
      .intro-text-module .wrap-intro .text-box.main-text {
        width: calc(50% - 30px); }
        .intro-text-module .wrap-intro .text-box.main-text .text-info {
          font-size: 20px; }
      .intro-text-module .wrap-intro .text-box:last-child {
        width: calc(50% - 30px); } }
  @media (max-width: 969px) {
    .intro-text-module .wrap-intro .title-box .intro-title {
      font-size: 52px; }
    .intro-text-module .wrap-intro .text-box.main-text .text-info {
      font-size: 17px; }
    .intro-text-module .wrap-intro .text-box .text-title {
      font-size: 14px; }
    .intro-text-module .wrap-intro .text-box .text-info {
      font-size: 14px;
	  text-align: justify; } }
  @media (max-width: 767px) {
    .intro-text-module {
      padding: 4px 0; }
      .intro-text-module .wrap-intro .img-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .intro-text-module .wrap-intro .title-box .intro-title {
        max-width: 420px;
        font-size: 36px; }
      .intro-text-module .wrap-intro .text-box {
        width: 100%;
        margin: 0; }
        .intro-text-module .wrap-intro .text-box.main-text {
          width: 100%;
          margin: 0; }
          .intro-text-module .wrap-intro .text-box.main-text .text-info {
            font-size: 19px;
        	text-align: justify;}
          .intro-text-module .wrap-intro .text-box.main-text a {
            display: none; }
        .intro-text-module .wrap-intro .text-box.resp-btn a {
          display: inline-block; }
        .intro-text-module .wrap-intro .text-box:last-child {
          width: 100%;
          margin: 0; } }
  @media (max-width: 567px) {
    .intro-text-module .wrap-intro .title-box .intro-title {
      font-size: 30px; }
    .intro-text-module .wrap-intro .text-box {
      text-align: center; }
      .intro-text-module .wrap-intro .text-box .text-title {
        font-size: 13px; }
      .intro-text-module .wrap-intro .text-box .text-info {
        text-align: justify; } }

.elements-gallery-module {
  padding-bottom: 80px;
  background-color: #FBFAF6; }
  .elements-gallery-module .wrap-elements .elements-head {
    border-top: 3px solid #063c27;
    padding: 60px 0;
    text-align: center;
    position: relative; }
    .elements-gallery-module .wrap-elements .elements-head .elements-title {
      font-family: "ITCModern", serif;
      font-size: 45px;
      font-weight: 300;
      color: #063c27; }
    .elements-gallery-module .wrap-elements .elements-head .btn-all {
      position: absolute;
      right: 0;
      top: calc(50% + 5px);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .elements-gallery-module .wrap-elements .elements-content .elements-slider {
    margin: 0 -12.5px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn {
      top: calc(50% - 75px); }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-next {
        right: -35px; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-prev {
        left: -35px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide {
      padding: 0 12.5px;
      text-align: center; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-img {
        padding-bottom: 20px; }
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-img .element-img {
          width: 100%;
          height: auto; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-info {
        position: relative;
        padding: 25px; }
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-info:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #CBCBCB;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-info .info-title {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          color: #063c27;
          letter-spacing: 0.3em; }
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .wrap-info .info-subtitle {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          color: #303030;
          letter-spacing: 0.2em;
          padding-top: 10px; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .btn-room {
        margin-top: 10px;
        opacity: 0; }
      @media (min-width: 971px) {
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide:hover .wrap-info:before {
          height: 3px;
          background-color: #063c27; }
        .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide:hover .btn-room {
          opacity: 1; } }
  @media (max-width: 969px) {
    .elements-gallery-module {
      padding-bottom: 40px; }
      .elements-gallery-module .wrap-elements .elements-head {
        padding: 30px 0; }
        .elements-gallery-module .wrap-elements .elements-head .elements-title {
          font-size: 40px; }
        .elements-gallery-module .wrap-elements .elements-head .btn-all {
          position: relative;
          top: auto;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          margin-top: 15px; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .element-slide .btn-room {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
  @media (max-width: 767px) {
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-next {
      right: -15px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-prev {
      left: -15px; } }
  @media (max-width: 567px) {
    .elements-gallery-module .wrap-elements .elements-head .elements-title {
      font-size: 36px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .btn-slide-flat {
      width: 20px;
      height: 20px; }
      .elements-gallery-module .wrap-elements .elements-content .elements-slider .btn-slide-flat:before {
        font-size: 12px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-prev {
      left: -10px; }
    .elements-gallery-module .wrap-elements .elements-content .elements-slider .slick-btn.slick-next {
      right: -10px; } }

.info-banner {
  padding-bottom: 20px; }
  .info-banner .wrap-banner {
    position: relative;
    height: 640px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .info-banner .wrap-banner .wrap-info {
      position: absolute;
      top: 50%;
      right: 150px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 510px;
      text-align: center; }
      .info-banner .wrap-banner .wrap-info .info-logo {
        max-width: 400px; }
      .info-banner .wrap-banner .wrap-info .info-text {
        padding: 25px 0;
        font-family: "ProximaNova", sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        line-height: 136.3636363636%; }
  @media (max-width: 1499px) {
    .info-banner .wrap-banner {
      height: 600px; } }
  @media (max-width: 1391px) {
    .info-banner .wrap-banner {
      height: 560px; } }
  @media (max-width: 1261px) {
    .info-banner .wrap-banner {
      height: 480px; } }
  @media (max-width: 969px) {
    .info-banner .wrap-banner {
      height: 540px; }
      .info-banner .wrap-banner .wrap-info {
        right: 50%;
        -webkit-transform: translateY(-50%) translateX(50%);
        -moz-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        -o-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%); } }
  @media (max-width: 767px) {
    .info-banner {
      padding-bottom: 50px; }
      .info-banner .wrap-banner {
        height: 440px; } }
  @media (max-width: 567px) {
    .info-banner .wrap-banner {
      height: 360px; }
      .info-banner .wrap-banner .wrap-info {
        width: 280px; }
        .info-banner .wrap-banner .wrap-info .info-logo {
          max-width: 270px; }
        .info-banner .wrap-banner .wrap-info .info-text {
          font-size: 14px;
          padding: 20px 0; } }

.info-module {
  padding-bottom: 90px; }
  .info-module .wrap-info-module {
    overflow: hidden; }
    .info-module .wrap-info-module .info-head {
      float: left;
      width: calc(33.33% - 12.5px);
      text-align: center; }
      .info-module .wrap-info-module .info-head .head-title {
        padding: 55px 0 35px;
        font-family: "ITCModern", serif;
        font-size: 45px;
        font-weight: 300;
        color: #063c27;
        border-top: 3px solid #063c27;
        border-bottom: 1px solid #CBCBCB; }
      .info-module .wrap-info-module .info-head .btn-info-head {
        display: none; }
    .info-module .wrap-info-module .info-photo {
      float: right;
      width: calc(66.66% - 12.5px); }
      .info-module .wrap-info-module .info-photo .info-img {
        width: 100%;
        height: auto; }
    .info-module .wrap-info-module .info-content {
      float: left;
      width: calc(33.33% - 12.5px); }
      .info-module .wrap-info-module .info-content .info-subtitle {
        border-bottom: 1px solid #CBCBCB;
        padding: 25px 0;
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #063c27;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        line-height: 162.5%; }
      .info-module .wrap-info-module .info-content .info-text {
        padding: 15px 15px 15px 0;
        font-family: "ITCModern", serif;
		text-align: justify;
        font-size: 18px;
        font-weight: 300;
        color: #303030;
        line-height: 145.4545454545%; }
      .info-module .wrap-info-module .info-content .btn-info {
        margin-top: 5px; }
  @media (max-width: 1391px) {
    .info-module .wrap-info-module .info-content .info-text {
      font-size: 20px; } }
  @media (max-width: 1261px) {
    .info-module .wrap-info-module .info-head {
      position: relative;
      float: initial;
      width: 100%; }
      .info-module .wrap-info-module .info-head .head-title {
        font-size: 52px;
        border-bottom: 0; }
      .info-module .wrap-info-module .info-head .btn-info-head {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .info-module .wrap-info-module .info-photo {
      float: left;
      width: calc(50% - 12.5px); }
    .info-module .wrap-info-module .info-content {
      float: right;
      width: calc(50% - 12.5px); }
      .info-module .wrap-info-module .info-content .info-subtitle {
        border-top: 1px solid #CBCBCB; }
      .info-module .wrap-info-module .info-content .btn-info {
        display: none; } }
  @media (max-width: 969px) {
    .info-module .wrap-info-module .info-head .head-title {
      padding: 30px 0;
      font-size: 40px; }
    .info-module .wrap-info-module .info-content .info-subtitle {
      font-size: 14px; }
    .info-module .wrap-info-module .info-content .info-text {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .info-module {
      padding-bottom: 50px; }
      .info-module .wrap-info-module .info-head .btn-info-head {
        display: none; }
      .info-module .wrap-info-module .info-photo {
        float: initial;
        width: 100%; }
      .info-module .wrap-info-module .info-content {
        float: initial;
        width: 100%;
        padding-top: 20px; }
        .info-module .wrap-info-module .info-content .btn-info {
          display: inline-block; } }
  @media (max-width: 567px) {
    .info-module .wrap-info-module .info-head .head-title {
      font-size: 36px; }
    .info-module .wrap-info-module .info-content {
      text-align: center; }
      .info-module .wrap-info-module .info-content .info-subtitle {
        font-size: 13px;
        text-align: left; }
      .info-module .wrap-info-module .info-content .info-text {
        font-size: 14px;
        text-align: justify; } }

.events-module {
  padding-bottom: 20px; }
  .events-module.events-page {
    padding-top: 90px; }
    .events-module.events-page .wrap-events-module .events-head {
      border-top: none;
      padding: 50px 0 35px; }
      .events-module.events-page .wrap-events-module .events-head .head-title {
        color: #063c27;
        letter-spacing: 0.05em; }
  .events-module .wrap-events-module .events-head {
    position: relative;
    padding: 60px 0;
    text-align: center;
    border-top: 3px solid #063c27; }
    .events-module .wrap-events-module .events-head .head-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #303030; }
    .events-module .wrap-events-module .events-head .btn-all-events {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .events-module .wrap-events-module .events-filter .wrap-filter .filter-header {
    padding-bottom: 30px;
    overflow: hidden; }
    .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .filter-title {
      float: left;
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #063c27;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      padding-top: 14px; }
    .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects {
      float: right;
      font-size: 0; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select {
        display: inline-block;
        vertical-align: top;
        width: 175px; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select:first-child {
          margin-right: 20px; }
  .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .resp-calendar {
    display: none; }
  .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list {
    font-size: 0; }
    .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element {
      display: inline-block;
      vertical-align: top;
      width: calc(100% / 12); }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element {
        position: relative;
        border-top: 1px solid #063c27;
        text-align: center;
        padding: 25px 0 45px; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element:before {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%) translateZ(0);
          -moz-transform: translateX(-50%) translateZ(0);
          -ms-transform: translateX(-50%) translateZ(0);
          -o-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
          width: 0%;
          height: 3px;
          background-color: #063c27;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element:after {
          content: '\e919';
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%) translateZ(0);
          -moz-transform: translateX(-50%) translateZ(0);
          -ms-transform: translateX(-50%) translateZ(0);
          -o-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
          font-family: 'icomoon';
          font-size: 6px;
          color: #063c27;
          opacity: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element a {
          display: block; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element .element-month {
          font-family: "ProximaNova", sans-serif;
          font-size: 15px;
          font-weight: 400;
          color: #303030;
          letter-spacing: 0.3em;
          text-transform: uppercase;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element:hover .wrap-element:before {
          width: 100%; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element:hover .wrap-element:after {
          opacity: 1;
          -webkit-transform: translateX(-50%) translateY(10px) translateZ(0);
          -moz-transform: translateX(-50%) translateY(10px) translateZ(0);
          -ms-transform: translateX(-50%) translateY(10px) translateZ(0);
          -o-transform: translateX(-50%) translateY(10px) translateZ(0);
          transform: translateX(-50%) translateY(10px) translateZ(0); }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element:hover .wrap-element .element-month {
          font-weight: 700; } }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element.active .wrap-element:before {
        width: 100%; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element.active .wrap-element:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(10px) translateZ(0);
        -moz-transform: translateX(-50%) translateY(10px) translateZ(0);
        -ms-transform: translateX(-50%) translateY(10px) translateZ(0);
        -o-transform: translateX(-50%) translateY(10px) translateZ(0);
        transform: translateX(-50%) translateY(10px) translateZ(0); }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element.active .wrap-element .element-month {
        font-weight: 700; }
  .events-module .wrap-events-module .events-content {
    position: relative; }
    .events-module .wrap-events-module .events-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 71px);
      background-image: url("../svg/nav-grid.svg");
      background-repeat: repeat;
      background-size: cover; }
    .events-module .wrap-events-module .events-content .events-slider {
      z-index: 1;
      margin: 0 -7.5px; }
      .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-next {
        top: calc(50% - 20px);
        right: -35px; }
        .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-next:before {
          font-size: 20px; }
      .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-prev {
        top: calc(50% - 20px);
        left: -35px; }
        .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-prev:before {
          font-size: 20px; }
      .events-module .wrap-events-module .events-content .events-slider .event-element {
        padding: 0 7.5px;
        text-align: center;
        background-color: #FBFAF6; }
        .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element {
          position: relative;
          height: 435px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-tag {
            position: absolute;
            top: 0;
            left: 50%;
            width: 90px;
            text-align: center;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            border-top: none;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            background-image: url("../svg/triangle-btn.svg");
            background-size: contain;
            background-position: top center;
            background-repeat: no-repeat; }
            .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-tag .tag-text {
              display: block;
              font-family: "ProximaNova", sans-serif;
              padding: 10px 0 31px;
              font-size: 13px;
              font-weight: 700;
              color: #fff;
              letter-spacing: 0.2em;
              text-transform: uppercase;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info {
            position: absolute;
            top: 100px;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 0 15px; }
            .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info .info-title {
              font-family: "ITCModern", serif;
              font-size: 64px;
              font-weight: 300;
              color: #fff;
              line-height: 0.8; }
            .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info .info-subtitle {
              font-family: "ProximaNova", sans-serif;
              font-size: 14px;
              font-weight: 700;
              color: #fff;
              line-height: 185.7142857143%;
              letter-spacing: 0.3em;
              text-transform: uppercase;
              padding-top: 10px; }
          .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot {
            position: absolute;
            left: 15px;
            bottom: 0;
            width: calc(100% - 30px);
            text-align: center;
            padding: 15px 0;
            border-top: 1px solid #fff; }
            .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot .event-day {
              font-family: "ITCModern", serif;
              font-size: 44px;
              font-weight: 300;
              color: #fff; }
            .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot .event-date {
              font-family: "ProximaNova", sans-serif;
              font-size: 14px;
              font-weight: 700;
              color: #fff;
              text-transform: uppercase;
              line-height: 185.7142857143%;
              letter-spacing: 0.3em; }
        .events-module .wrap-events-module .events-content .events-slider .event-element .btn-event {
          margin-top: 30px;
          opacity: 0; }
        @media (min-width: 971px) {
          .events-module .wrap-events-module .events-content .events-slider .event-element:hover .wrap-element .event-tag {
            background-image: url("../svg/triangle-btn-white.svg"); }
            .events-module .wrap-events-module .events-content .events-slider .event-element:hover .wrap-element .event-tag .tag-text {
              color: #063c27; }
          .events-module .wrap-events-module .events-content .events-slider .event-element:hover .btn-event {
            opacity: 1; } }
  @media (max-width: 1391px) {
    .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element {
      height: 390px; } }
  @media (max-width: 1261px) {
    .events-module .wrap-events-module .events-head .head-title {
      font-size: 52px; } }
  @media (max-width: 969px) {
    .events-module.events-page {
      padding-bottom: 60px; }
    .events-module .wrap-events-module .events-head {
      padding: 30px 0; }
      .events-module .wrap-events-module .events-head .head-title {
        font-size: 40px; }
      .events-module .wrap-events-module .events-head .btn-all-events {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 15px; }
    .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element {
      width: calc(100% / 6); }
    .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element {
      height: 415px;
      max-width: 320px;
      margin: 0 auto; }
      .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info .info-title {
        font-size: 60px; }
      .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info .info-subtitle {
        font-size: 12px; }
      .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot .event-day {
        font-size: 40px; }
      .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot .event-date {
        font-size: 12px; }
    .events-module .wrap-events-module .events-content .events-slider .event-element .btn-event {
      opacity: 1;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
  @media (max-width: 767px) {
    .events-module.events-page .wrap-events-module .events-head {
      padding: 30px 0; }
    .events-module .wrap-events-module .events-head .head-title {
      font-size: 36px; }
    .events-module .wrap-events-module .events-filter .wrap-filter .filter-header {
      text-align: center; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .filter-title {
        float: initial; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects {
        float: initial;
        padding-bottom: 30px; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select {
          width: calc(50% - 5px); }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select:first-child {
            margin-right: 5px; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select:nth-child(2) {
            margin-left: 5px; }
    .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-next {
      right: -20px; }
    .events-module .wrap-events-module .events-content .events-slider .slick-btn.slick-prev {
      left: -20px; }
    .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element {
      height: 330px; } }
  @media (max-width: 567px) {
    .events-module.events-page .wrap-events-module .events-head .head-title {
      letter-spacing: 0.02em; }
    .events-module .wrap-events-module .events-filter {
      padding-bottom: 30px; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-header {
        padding-bottom: 0; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .filter-title {
          display: none; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects {
          padding-bottom: 15px;
          max-width: 305px;
          margin: 0 auto; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select {
            width: 100%; }
            .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select:first-child {
              margin-right: 0;
              margin-bottom: 15px; }
            .events-module .wrap-events-module .events-filter .wrap-filter .filter-header .wrap-selects .filter-select:nth-child(2) {
              margin-left: 0; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar.active .wrap-calendar .resp-calendar:after {
        content: '\e91b'; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar.active .wrap-calendar .resp-calendar:before {
        display: none; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar.active .wrap-calendar .calendar-list {
        max-height: 400px; }
      .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar {
        border: 1px solid #063c27;
        max-width: 305px;
        margin: 0 auto; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .resp-calendar {
          position: relative;
          display: block;
          cursor: pointer; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .resp-calendar:before {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 16px;
            background-color: #063c27;
            top: calc(50% - 8px);
            right: 36px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .resp-calendar:after {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e915';
            width: 38px;
            height: 38px;
            font-size: 13px;
            pointer-events: none;
            text-align: center;
            display: block;
            position: absolute;
            top: -1px;
            right: -1px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            line-height: 38px;
            background-color: transparent;
            color: #063c27;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .resp-calendar .resp-calendar-btn {
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: #063c27;
            line-height: 36px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            padding: 0 14px; }
        .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list {
          overflow: hidden;
          max-height: 0;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          padding: 0 10px; }
          .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element {
            width: calc(100% / 3); }
            .events-module .wrap-events-module .events-filter .wrap-filter .filter-calendar .wrap-calendar .calendar-list .calendar-element .wrap-element {
              padding: 25px 0; }
    .events-module .wrap-events-module .events-content {
      max-width: 320px;
      margin: 0 auto; }
      .events-module .wrap-events-module .events-content .events-slider {
        margin: 0; }
        .events-module .wrap-events-module .events-content .events-slider .slick-btn.btn-slide-flat {
          width: 20px;
          height: 20px; }
          .events-module .wrap-events-module .events-content .events-slider .slick-btn.btn-slide-flat:before {
            font-size: 12px; }
        .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element {
          height: 350px; }
        .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-info .info-title {
          font-size: 50px; }
        .events-module .wrap-events-module .events-content .events-slider .event-element .wrap-element .event-foot .event-day {
          font-size: 35px; } }

.motor-btn {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
  -moz-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
  -ms-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
  -o-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
  transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .motor-btn .wrap-btn {
    background-color: #063c27;
    padding: 4px 4px 0 4px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .motor-btn .wrap-btn .motor-link {
      border: 1px solid #FBFAF6;
      border-bottom: none;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      width: 180px;
      height: 66px;
      text-align: center; }
      .motor-btn .wrap-btn .motor-link .motor-link-text {
        display: block;
        font-family: "Quiche", sans-serif;
        font-size: 16px;
        color: #FBFAF6;
        letter-spacing: 0.3em;
        font-weight: 700;
        padding-top: 23px;
        text-transform: uppercase;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  @media (min-width: 971px) {
    .motor-btn:hover {
      -webkit-transform: translateY(-50%) translateX(32%) translateZ(0) rotate(-90deg);
      -moz-transform: translateY(-50%) translateX(32%) translateZ(0) rotate(-90deg);
      -ms-transform: translateY(-50%) translateX(32%) translateZ(0) rotate(-90deg);
      -o-transform: translateY(-50%) translateX(32%) translateZ(0) rotate(-90deg);
      transform: translateY(-50%) translateX(32%) translateZ(0) rotate(-90deg); }
      .motor-btn:hover .wrap-btn {
        background-color: #FBFAF6; }
        .motor-btn:hover .wrap-btn .motor-link {
          border-color: #063c27; }
          .motor-btn:hover .wrap-btn .motor-link .motor-link-text {
            color: #063c27; } }
  @media (max-width: 1391px) {
    .motor-btn {
      -webkit-transform: translateY(-50%) translateX(34%) translateZ(0) rotate(-90deg);
      -moz-transform: translateY(-50%) translateX(34%) translateZ(0) rotate(-90deg);
      -ms-transform: translateY(-50%) translateX(34%) translateZ(0) rotate(-90deg);
      -o-transform: translateY(-50%) translateX(34%) translateZ(0) rotate(-90deg);
      transform: translateY(-50%) translateX(34%) translateZ(0) rotate(-90deg); }
      .motor-btn .wrap-btn .motor-link {
        width: 170px;
        height: 60px; }
        .motor-btn .wrap-btn .motor-link .motor-link-text {
          padding-top: 23px;
          font-size: 14px; }
      .motor-btn:hover {
        -webkit-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
        -moz-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
        -ms-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
        -o-transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg);
        transform: translateY(-50%) translateX(33%) translateZ(0) rotate(-90deg); } }
  @media (max-width: 1261px) {
    .motor-btn {
      top: 0;
      right: auto;
      left: 0;
      -webkit-transform: translateY(0) translateX(0) translateZ(0) rotate(0);
      -moz-transform: translateY(0) translateX(0) translateZ(0) rotate(0);
      -ms-transform: translateY(0) translateX(0) translateZ(0) rotate(0);
      -o-transform: translateY(0) translateX(0) translateZ(0) rotate(0);
      transform: translateY(0) translateX(0) translateZ(0) rotate(0); }
      .motor-btn .wrap-btn {
        padding: 4px; }
        .motor-btn .wrap-btn .motor-link {
          border-bottom: 1px solid #063c27;
          width: 190px; }
          .motor-btn .wrap-btn .motor-link .motor-link-text {
            padding-top: 23px; }
      .motor-btn:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
  @media (max-width: 767px) {
    .motor-btn {
      top: auto;
      bottom: 0;
      right: 0;
      width: 100%; }
      .motor-btn .wrap-btn {
        background-color: #063c27; }
        .motor-btn .wrap-btn .motor-link {
          width: 100%; }
          .motor-btn .wrap-btn .motor-link .motor-link-text {
            text-align: center;
            padding-top: 23px; } }

.event-card {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .event-card.closed .close-card {
    left: -40px; }
  .event-card.closed a {
    pointer-events: none; }
  .event-card.closed .wrap-event-card {
    -webkit-transform: translateX(calc(-100% - 80px));
    -moz-transform: translateX(calc(-100% - 80px));
    -ms-transform: translateX(calc(-100% - 80px));
    -o-transform: translateX(calc(-100% - 80px));
    transform: translateX(calc(-100% - 80px)); }
  .event-card.closed .btn-open-card {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%); }
  .event-card.loaded .btn-open-card {
    display: inline-block; }
  .event-card a {
    pointer-events: auto; }
  .event-card .btn-open-card {
    display: none !important;
    position: absolute;
    opacity: 0;
    left: 30px;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -moz-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%); }
  .event-card .close-card {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 10px;
    left: 20px;
    padding: 20px;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .event-card .close-card:before {
      content: '\e91b';
      font-family: 'icomoon';
      font-size: 16px;
      color: #fff; }
    @media (min-width: 971px) {
      .event-card .close-card:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); } }
  .event-card .wrap-event-card {
    position: relative;
    padding: 45px 20px 45px 80px;
    background-color: #636365;
    text-align: center;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .event-card .wrap-event-card:before {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      -webkit-transition: all cubic-bezier(60, 68, 66, 0.75) 0.7s;
      -moz-transition: all cubic-bezier(60, 68, 66, 0.75) 0.7s;
      -ms-transition: all cubic-bezier(60, 68, 66, 0.75) 0.7s;
      -o-transition: all cubic-bezier(60, 68, 66, 0.75) 0.7s;
      transition: all cubic-bezier(60, 68, 66, 0.75) 0.7s;
      height: 100%;
      width: 80px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      opacity: 0.7; }
    .event-card .wrap-event-card .card-date {
      max-width: 180px;
      margin: 0 auto; }
      .event-card .wrap-event-card .card-date .date-number {
        display: block;
        font-family: "ITCModern", serif;
        font-weight: 300;
        font-size: 44px;
        color: #fff; }
      .event-card .wrap-event-card .card-date .date-text {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.3em;
        text-transform: uppercase; }
      .event-card .wrap-event-card .card-date:after {
        content: '';
        display: block;
        width: 80px;
        height: 1px;
        background-color: #fff;
        margin: 15px auto; }
    .event-card .wrap-event-card .card-info {
      max-width: 240px;
      margin: 0 auto; }
      .event-card .wrap-event-card .card-info .card-title {
        font-family: "Quiche", serif;
        font-weight: 300;
        font-size: 46px;
        color: #fff;
        line-height: 91.3043478261%; }
      .event-card .wrap-event-card .card-info .card-subtitle {
        font-family: "Quiche", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.3em;
        text-transform: uppercase;
        padding: 10px 0 20px; }
      .event-card .wrap-event-card .card-info .btn-card {
        min-width: inherit;
        border-color: #fff; }
        .event-card .wrap-event-card .card-info .btn-card:before {
          border-left: 4px solid #063c27; }
        .event-card .wrap-event-card .card-info .btn-card .btn-main-link {
          padding: 9px 25px 8px;
          color: #fff; }
        @media (min-width: 971px) {
          .event-card .wrap-event-card .card-info .btn-card:hover {
            background-color: #fff; }
            .event-card .wrap-event-card .card-info .btn-card:hover .btn-main-link {
              color: #063c27; } }
  @media (max-width: 1499px) {
    .event-card .wrap-event-card {
      padding: 35px 20px 35px 40px; }
    .event-card .close-card {
      left: 0;
      top: 0; } }
  @media (max-width: 969px) {
    .event-card .wrap-event-card .card-info {
      max-width: 205px; }
      .event-card .wrap-event-card .card-info .card-title {
        font-size: 35px; }
      .event-card .wrap-event-card .card-info .card-subtitle {
        font-size: 12px; }
      .event-card .wrap-event-card .card-info .btn-card .btn-main-link {
        font-size: 11px;
        padding: 9px 15px 8px; } }
  @media (max-width: 567px) {
    .event-card .wrap-event-card .card-info {
      max-width: 170px; }
      .event-card .wrap-event-card .card-info .card-title {
        font-size: 26px; }
      .event-card .wrap-event-card .card-info .card-subtitle {
        font-size: 10px;
        padding: 10px 0 15px; } }

.intern-main {
  padding-bottom: 60px; }
  .intern-main .wrap-intern-main {
    position: relative;
    margin-top: 67px;
    height: 630px;
    background-color: #F0EDE1; }
    .intern-main .wrap-intern-main .main-text {
      padding-top: 80px;
      text-align: center; }
      .intern-main .wrap-intern-main .main-text .intern-title {
        font-family: "ITCModern", serif;
        font-size: 53px;
        font-weight: 300;
        color: #303030;
		text-shadow: 0px -1px 0px #96989a;
        padding-bottom: 30px;
        max-width: 500px;
        margin: 0 auto; }
      .intern-main .wrap-intern-main .main-text .intern-text {
        font-family: "ITCModern", serif;
        font-size: 36px;
        font-weight: 300;
        color: #303030;
        line-height: 144.4444444444%;
        max-width: 730px;
        margin: 0 auto; }
    .intern-main .wrap-intern-main .intern-scroll {
      position: absolute;
      cursor: pointer;
      text-align: center;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .intern-main .wrap-intern-main .intern-scroll .scroll-text {
        position: relative;
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-bottom: 2px;
        margin-bottom: 10px; }
        .intern-main .wrap-intern-main .intern-scroll .scroll-text:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #063c27;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          opacity: 0; }
      .intern-main .wrap-intern-main .intern-scroll .scroll-icon {
        position: relative;
        border-color: #063c27; }
        .intern-main .wrap-intern-main .intern-scroll .scroll-icon:before {
          content: '\e313';
          color: #063c27;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      @media (min-width: 971px) {
        .intern-main .wrap-intern-main .intern-scroll:hover .scroll-text:before {
          width: 100%;
          color: #F0EDE1;
          opacity: 1; }
        .intern-main .wrap-intern-main .intern-scroll:hover .scroll-icon {
          background-color: #063c27;
          border-color: transparent; }
          .intern-main .wrap-intern-main .intern-scroll:hover .scroll-icon:before {
            color: #fff; } }
  @media (max-width: 1499px) {
    .intern-main .wrap-intern-main {
      height: 610px; } }
  @media (max-width: 1391px) {
    .intern-main .wrap-intern-main {
      height: 570px; }
      .intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 60px;
        line-height: 91.6666666667%;
        max-width: 390px; }
      .intern-main .wrap-intern-main .main-text .intern-text {
        font-size: 32px;
        line-height: 143.75%;
        max-width: 650px; }
      .intern-main .wrap-intern-main .intern-scroll {
        bottom: 25px; } }
  @media (max-width: 969px) {
    .intern-main .wrap-intern-main .main-text {
      padding-top: 45px; }
      .intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 52px;
        line-height: 92.3076923077%;
        max-width: 340px;
        padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .intern-main .wrap-intern-main {
      height: 490px; }
      .intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 36px;
        line-height: 97.2222222222%;
        max-width: 230px; }
      .intern-main .wrap-intern-main .main-text .intern-text {
        max-width: 430px;
        font-size: 26px;
        line-height: 157.6923076923%; } }
  @media (max-width: 567px) {
    .intern-main .wrap-intern-main {
      height: 450px; }
      .intern-main .wrap-intern-main .main-text .intern-text {
        max-width: 270px;
        font-size: 21px;
        line-height: 152.380952381%; }
      .intern-main .wrap-intern-main .intern-scroll .scroll-text {
        font-size: 12px;
        margin-bottom: 10px; } }

.big-intern-main {
  height: calc(100% - 30px); }
  .big-intern-main .wrap-intern-main {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    .big-intern-main .wrap-intern-main .main-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: center; }
      .big-intern-main .wrap-intern-main .main-text .intern-subtitle {
        display: table;
        margin: 0 auto;
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 2px;
        letter-spacing: 0.3em;
        border-bottom: 1px solid #fff; }
        .big-intern-main .wrap-intern-main .main-text .intern-subtitle.more-space {
          margin-bottom: 40px; }
        .big-intern-main .wrap-intern-main .main-text .intern-subtitle.less-space {
          margin-bottom: 0; }
      .big-intern-main .wrap-intern-main .main-text .intern-logo {
        width: 700px;
        height: auto; }
      .big-intern-main .wrap-intern-main .main-text .intern-title {
        margin: 0 auto;
        font-family: "ITCModern", serif;
        font-size: 60px;
		text-shadow: 0px -1px 0px #96989a;
        font-weight: 300;
        color: #fff; }
      .big-intern-main .wrap-intern-main .main-text .intern-text {
        max-width: 530px;
        margin: 0 auto;
        padding-top: 25px;
        font-family: "ProximaNova", sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        line-height: 136.3636363636%; }
    .big-intern-main .wrap-intern-main .intern-scroll {
      position: absolute;
      left: 50%;
      bottom: 30px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .big-intern-main .wrap-intern-main .intern-scroll .scroll-icon {
        width: 35px;
        height: 35px;
        background-image: url(../svg/arrow-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 1;
        border: none; }
        .big-intern-main .wrap-intern-main .intern-scroll .scroll-icon:after {
          display: none; }
      @media (min-width: 971px) {
        .big-intern-main .wrap-intern-main .intern-scroll:hover .scroll-icon {
          background-image: url(../svg/arrow-transparent.svg);
          background-color: transparent; } }
  @media (max-width: 1391px) {
    .big-intern-main .wrap-intern-main .main-text .intern-title {
      font-size: 140px;
      line-height: 78.5714285714%; }
    .big-intern-main .wrap-intern-main .main-text .intern-logo {
      width: 580px; }
    .big-intern-main .wrap-intern-main .main-text .intern-text {
      font-size: 16px;
      line-height: 150%;
      max-width: 350px; } }
  @media (max-width: 1261px) {
    .big-intern-main {
      min-height: 560px; } }
  @media (max-width: 969px) {
    .big-intern-main {
      height: 100%; }
      .big-intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 170px;
        line-height: 78.2352941176%; }
      .big-intern-main .wrap-intern-main .main-text .intern-text {
        font-size: 22px;
        line-height: 136.3636363636%;
        max-width: 500px; } }
  @media (max-width: 767px) {
    .big-intern-main {
      min-height: 520px;
      height: calc(100% - 60px); }
      .big-intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 130px;
        line-height: 76.9230769231%; }
      .big-intern-main .wrap-intern-main .main-text .intern-logo {
        width: 470px; }
      .big-intern-main .wrap-intern-main .main-text .intern-text {
        font-size: 16px;
        line-height: 150%;
        max-width: 350px; } }
  @media (max-width: 567px) {
    .big-intern-main {
      min-height: 420px; }
      .big-intern-main .wrap-intern-main .main-text .intern-title {
        font-size: 48px;
        line-height: 80%; }
      .big-intern-main .wrap-intern-main .main-text .intern-logo {
        width: 275px; }
      .big-intern-main .wrap-intern-main .main-text .intern-text {
        font-size: 12px;
        line-height: 150%;
        max-width: 350px; } }

.intern-text-module {
  padding-bottom: 60px; }
  .intern-text-module .wrap-text-module .text-head {
    padding: 60px 0;
    border-top: 3px solid #063c27;
    border-bottom: 1px solid #cbcbcb;
    text-align: center; }
    .intern-text-module .wrap-text-module .text-head .text-title {
      font-family: "ITCModern", serif;
      font-size: 45px;
      font-weight: 300;
      color: #303030; }
  .intern-text-module .wrap-text-module .wrap-img {
    padding: 20px 0; }
    .intern-text-module .wrap-text-module .wrap-img .text-img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .intern-text-module .wrap-text-module .wrap-img .slick-btn:before {
      color: #fff; }
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-prev {
      left: 25px; }
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-next {
      right: 25px; }
  .intern-text-module .wrap-text-module .text-content {
    font-size: 0; }
    .intern-text-module .wrap-text-module .text-content .text-bigbox {
      display: inline-block;
      vertical-align: top;
      width: calc(66.66% - 15px);
      padding: 10px 0;
      margin-right: 15px;
      border-top: 1px solid #cbcbcb; }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .bigbox-info {
        font-family: "ITCModern", serif;
        font-size: 16px;
        font-weight: 300;
        color: #303030;
        line-height: 146.4285714286%; }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .btn-bigbox {
        margin-top: 20px; }
    .intern-text-module .wrap-text-module .text-content .text-smallbox {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 15px);
      padding: 10px 0;
      margin-left: 15px;
      border-top: 1px solid #cbcbcb; }
      .intern-text-module .wrap-text-module .text-content .text-smallbox .smallbox-info {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
		text-align: justify;
        font-weight: 500;
        color: #303030;
        line-height: 162.5%; }
  @media (max-width: 1391px) {
    .intern-text-module .wrap-text-module .text-content .text-bigbox .bigbox-info {
      font-size: 26px;
      line-height: 150%; }
    .intern-text-module .wrap-text-module .text-content .text-smallbox .smallbox-info {
      font-size: 15px;
      line-height: 166.6666666667%; } }
  @media (max-width: 1261px) {
    .intern-text-module .wrap-text-module .text-content .text-bigbox {
      width: calc(50% - 15px); }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .bigbox-info {
        font-size: 20px;
        line-height: 150%; }
    .intern-text-module .wrap-text-module .text-content .text-smallbox {
      width: calc(50% - 15px); }
      .intern-text-module .wrap-text-module .text-content .text-smallbox .smallbox-info {
        font-size: 15px;
        line-height: 166.6666666667%; } }
  @media (max-width: 969px) {
    .intern-text-module {
      padding-bottom: 40px; }
      .intern-text-module .wrap-text-module .text-head {
        padding: 30px 0; }
        .intern-text-module .wrap-text-module .text-head .text-title {
          font-size: 40px; }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .bigbox-info {
        font-size: 18px;
        line-height: 155.5555555556%; }
      .intern-text-module .wrap-text-module .text-content .text-smallbox .smallbox-info {
        font-size: 14px;
        line-height: 164.2857142857%; } }
  @media (max-width: 767px) {
    .intern-text-module .wrap-text-module .text-content .text-bigbox {
      display: block;
      width: 100%;
      text-align: center;
      margin-right: 0; }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .bigbox-info {
        text-align: left;
        font-size: 16px; }
      .intern-text-module .wrap-text-module .text-content .text-bigbox .btn-bigbox {
        margin: 25px 0 20px; }
    .intern-text-module .wrap-text-module .text-content .text-smallbox {
      display: block;
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 567px) {
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-next {
      right: 15px; }
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-prev {
      left: 15px; } }
  @media (max-width: 374px) {
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-next {
      right: 10px; }
    .intern-text-module .wrap-text-module .wrap-img .slick-btn.slick-prev {
      left: 10px; } }

.services-module {
  padding-bottom: 60px; }
  .services-module .wrap-services .services-head {
    padding: 60px 0;
    border-top: 3px solid #063c27;
    text-align: center; }
    .services-module .wrap-services .services-head .head-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #303030; }
    .services-module .wrap-services .services-head.small-head {
      padding: 35px 0;
      text-align: left; }
      .services-module .wrap-services .services-head.small-head .head-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        line-height: 1.3; }
      @media (max-width: 969px) {
        .services-module .wrap-services .services-head.small-head {
          text-align: center; } }
  .services-module .wrap-services .services-content {
    margin: 0 -25px; }
    .services-module .wrap-services .services-content .btn-slide-flat.slick-prev {
      left: -20px; }
    .services-module .wrap-services .services-content .btn-slide-flat.slick-next {
      right: -20px; }
    .services-module .wrap-services .services-content .service-item {
      position: relative;
      padding: 30px 25px;
      font-size: 0; }
      .services-module .wrap-services .services-content .service-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 25px;
        width: calc(100% - 50px);
        height: 1px;
        background-color: #cbcbcb; }
      .services-module .wrap-services .services-content .service-item .item-text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 90px);
        padding-right: 15px; }
        .services-module .wrap-services .services-content .service-item .item-text .service-title {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #063c27;
          text-transform: uppercase;
          letter-spacing: 0.3em;
          padding-bottom: 10px; }
        .services-module .wrap-services .services-content .service-item .item-text .service-description {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          color: #303030;
          text-transform: uppercase;
          letter-spacing: 0.2em; }
      .services-module .wrap-services .services-content .service-item .wrap-icon {
        display: inline-block;
        vertical-align: middle;
        width: 90px; }
        .services-module .wrap-services .services-content .service-item .wrap-icon .service-icon {
          display: block; }
          .services-module .wrap-services .services-content .service-item .wrap-icon .service-icon:before {
            font-size: 50px;
            color: #063c27;
            opacity: 0.3; }
  @media (max-width: 1391px) {
    .services-module .wrap-services .services-content .btn-slide-flat.slick-next {
      right: -25px; }
    .services-module .wrap-services .services-content .btn-slide-flat.slick-prev {
      left: -25px; } }
  @media (max-width: 969px) {
    .services-module {
      padding-bottom: 1px; }
      .services-module .wrap-services .services-head {
        padding: 30px 0; }
        .services-module .wrap-services .services-head .head-title {
          font-size: 34px; } }
  @media (max-width: 767px) {
    .services-module .wrap-services .services-content {
      margin: 0; } }
  @media (max-width: 374px) {
    .services-module .wrap-services .services-content .service-item {
      padding: 30px 15px; }
      .services-module .wrap-services .services-content .service-item:before {
        width: calc(100% - 15px);
        left: 15px; } }

.gallery-module {
  padding-top: 90px; }
  .gallery-module .resp-logo {
    display: none;
    padding: 25px 0 15px;
    border-bottom: 1px solid #D6D6D6;
    text-align: center; }
    .gallery-module .resp-logo .logo-blanco {
      width: 200px;
      height: auto; }
  .gallery-module .wrap-gallery {
    position: relative;
    padding-top: 50px; }
    .gallery-module .wrap-gallery .gallery-head {
      text-align: center; }
      .gallery-module .wrap-gallery .gallery-head .gallery-title {
        font-family: "ITCModern", serif;
        font-weight: 300;
        font-size: 54px;
        color: #063c27;
        letter-spacing: 0.05em; }
      .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav {
        display: none;
        cursor: pointer; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav {
        padding: 30px 0 50px; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .btn-close {
          display: none; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-title {
          display: none; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list {
          font-size: 0; }
          .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element {
            position: relative;
            display: inline-block;
            vertical-align: top;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            cursor: pointer; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element.active {
              opacity: 1; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element.active .nav-section {
                color: #063c27; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:first-child .nav-section {
              padding-left: 0; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:last-child .nav-section {
              padding-right: 0; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:last-child:before {
              display: none; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element .nav-section {
              display: block;
              font-family: "ProximaNova", sans-serif;
              font-size: 16px;
              color: #303030;
              text-transform: uppercase;
              padding: 0 15px;
              letter-spacing: 0.2em;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            @media (min-width: 971px) {
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:hover .nav-section {
                color: #063c27; } }
    .gallery-module .wrap-gallery .photos-list .wrap-photos {
      font-size: 0px;
      margin: 0 -6px; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos.active .photo-element {
        width: calc(50% - 12px) !important;
        margin: 6px; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 12px);
        margin: 6px;
        height: 500px;
        display: none; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element.active {
          display: inline-block; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+1) {
          width: calc(33.33% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+2) {
          width: calc(66.66% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+3) {
          width: calc(66.66% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+4) {
          width: calc(33.33% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+5) {
          width: calc(40% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+6) {
          width: calc(35% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(7n+7) {
          width: calc(25% - 12px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element {
          position: relative;
          height: 100%;
          overflow: hidden; }
          .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover; }
          .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info {
            position: absolute;
            bottom: 0%;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(100%) translateZ(0);
            -moz-transform: translateY(100%) translateZ(0);
            -ms-transform: translateY(100%) translateZ(0);
            -o-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0);
            background-color: #FBFAF6;
            padding: 25px 40px;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .photo-text {
              font-family: "ProximaNova", sans-serif;
              font-size: 16px;
              font-weight: 500;
              color: #303030;
              text-transform: uppercase;
              letter-spacing: 0.2em; }
            .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom {
              position: absolute;
              z-index: 1;
              top: 50%;
              right: 40px;
              border-color: transparent;
              background-color: transparent;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
              .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom:before {
                content: '\e93e';
                position: absolute;
                font-family: 'icomoon';
                color: #063c27;
                font-size: 15px;
                left: 52%;
                top: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              @media (min-width: 971px) {
                .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom:hover:before {
                  color: #fff; } }
              .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom .zoom-text {
                position: absolute;
                display: block;
                bottom: 100%;
                width: 100px;
                text-align: center;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-30%);
                -moz-transform: translateX(-50%) translateY(-30%);
                -ms-transform: translateX(-50%) translateY(-30%);
                -o-transform: translateX(-50%) translateY(-30%);
                transform: translateX(-50%) translateY(-30%);
                background-color: #fff;
                font-family: "ProximaNova", sans-serif;
                font-size: 11px;
                color: #303030;
                text-transform: uppercase;
                padding: 7px 0;
                letter-spacing: 0.08em;
                border-radius: 3px;
                opacity: 0;
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
                .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom .zoom-text:after {
                  content: '';
                  position: absolute;
                  left: calc(50% - 3px);
                  top: 100%;
                  width: 5px;
                  height: 5px;
                  transform: rotate(45deg) translateY(-50%);
                  background-color: #303030;
                  border-right: 1px solid #303030;
                  border-bottom: 1px solid #303030; }
              @media (min-width: 971px) {
                .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom:hover {
                  -webkit-transform: translateY(-50%) translateZ(0) scale(1.14);
                  -moz-transform: translateY(-50%) translateZ(0) scale(1.14);
                  -ms-transform: translateY(-50%) translateZ(0) scale(1.14);
                  -o-transform: translateY(-50%) translateZ(0) scale(1.14);
                  transform: translateY(-50%) translateZ(0) scale(1.14); }
                  .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom:hover .zoom-text {
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    -moz-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    opacity: 1; } }
        @media (min-width: 971px) {
          .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:hover .wrap-element .photo-info {
            -webkit-transform: translateY(0%) translateZ(0);
            -moz-transform: translateY(0%) translateZ(0);
            -ms-transform: translateY(0%) translateZ(0);
            -o-transform: translateY(0%) translateZ(0);
            transform: translateY(0%) translateZ(0); } }
  @media (max-width: 1499px) {
    .gallery-module .wrap-gallery {
      padding-top: 50px; }
      .gallery-module .wrap-gallery .gallery-counter {
        right: 40px; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element .nav-section {
        padding: 0 15px; } }
  @media (max-width: 1391px) {
    .gallery-module .wrap-gallery .gallery-counter {
      right: 35px; } }
  @media (max-width: 1261px) {
    .gallery-module .wrap-gallery .gallery-counter {
      right: 25px; }
    .gallery-module .wrap-gallery .gallery-head .gallery-title {
      font-size: 52px; }
    .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav {
      display: block;
      padding: 30px 0;
      text-align: center; }
      .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav .resp-nav-text {
        position: relative;
        display: inline-block;
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        padding: 15px 60px;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb; }
        .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav .resp-nav-text:before {
          content: '\e900';
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon';
          font-size: 13px;
          color: #303030; }
    .gallery-module .wrap-gallery .gallery-head .gallery-nav {
      position: fixed;
      z-index: 98;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 0%;
      padding: 0;
      background-color: #FBFAF6;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav.active {
        height: 100%; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav {
        padding-top: 200px; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .btn-close {
          display: block;
          position: absolute;
          top: 110px;
          right: 30px; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-title {
          display: block;
          text-align: center;
          font-family: "ITCModern", serif;
          font-weight: 300;
          font-size: 50px;
          color: #063c27;
          letter-spacing: 0.05em; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list {
          max-width: 640px;
          margin: 0 auto;
          padding-top: 55px;
          text-align: left; }
          .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element {
            opacity: 1;
            width: calc(50% - 20px);
            padding: 30px 0;
            border-bottom: 1px solid #cbcbcb; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(1), .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(2) {
              border-top: 1px solid #cbcbcb; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(odd) {
              margin-right: 20px; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(even) {
              margin-left: 20px; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:before {
              display: none; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:first-child:after {
              left: auto; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:last-child:after {
              left: auto; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:after {
              left: auto;
              right: 10px;
              border-radius: 50%;
              border: 1px solid #cbcbcb;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(-90deg);
              -moz-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
              -o-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg);
              padding: 7px; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element.active:after {
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%) rotate(-90deg);
              -moz-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
              -o-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element .nav-section {
              padding: 0; } }
        @media (max-width: 1261px) and (min-width: 971px) {
          .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:hover:after {
            top: 50%;
            right: 0; } }

  @media (max-width: 969px) {
    .gallery-module .resp-logo {
      display: block; }
    .gallery-module .breadcrumbs {
      display: none; }
    .gallery-module .wrap-gallery {
      text-align: center;
      padding-top: 30px; }
      .gallery-module .wrap-gallery .gallery-counter {
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        margin-bottom: 30px; }
        .gallery-module .wrap-gallery .gallery-counter .counter-btn {
          margin: 0 auto; }
        .gallery-module .wrap-gallery .gallery-counter .counter-text {
          position: absolute;
          top: 50%;
          right: calc(100% + 30px);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          .gallery-module .wrap-gallery .gallery-counter .counter-text:before {
            position: absolute;
            right: -20px;
            top: 50%;
            margin: 0;
            width: 10px;
            height: 1px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
      .gallery-module .wrap-gallery .gallery-head .gallery-title {
        font-size: 40px; }
      .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav {
        padding: 0;
        margin: 30px 0;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb; }
        .gallery-module .wrap-gallery .gallery-head .resp-gallery-nav .resp-nav-text {
          border: none; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav {
        top: 80px; }
        .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav {
          padding-top: 120px;
          padding-bottom: 120px; }
          .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .btn-close {
            top: 30px; }
          .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list {
            max-width: 300px; }
            .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element {
              width: 100%; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element#video {
                display: none; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(2) {
                border-top: none; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:last-child {
                border-bottom: none; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(odd) {
                margin-right: 0; }
              .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list .nav-element:nth-child(even) {
                margin-left: 0; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element {
        height: 350px; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(odd) {
          width: calc(50% - 6px);
          margin-right: 6px;
          margin-left: 0; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(even) {
          width: calc(50% - 6px);
          margin-left: 6px;
          margin-right: 0; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-img {
          position: relative;
          height: calc(100% - 43px); }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info {
          position: relative;
          left: auto;
          text-align: left;
          top: auto;
          padding: 15px;
          -webkit-transform: translateY(0) translateZ(0);
          -moz-transform: translateY(0) translateZ(0);
          -ms-transform: translateY(0) translateZ(0);
          -o-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0); }
          .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom {
            right: 15px; } }
  @media (max-width: 767px) {
    .gallery-module .wrap-gallery {
      padding-top: 30px; }
      .gallery-module .wrap-gallery .gallery-head .gallery-title {
        font-size: 36px; }
      .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav {
        padding-top: 30px; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos.active .photo-element:nth-child(odd) {
        width: 100%;
        margin-right: 0; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos.active .photo-element:nth-child(even) {
        width: 100%;
        margin-left: 0; }
      .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element {
        pointer-events: none;
        width: 100%; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(odd) {
          width: 100%;
          margin-right: 0; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element:nth-child(even) {
          width: 100%;
          margin-left: 0; }
        .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info {
          text-align: center; }
          .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element .wrap-element .photo-info .btn-img-zoom {
            display: none; } }
  @media (max-width: 567px) {
    .gallery-module .wrap-gallery .gallery-head .gallery-title {
      letter-spacing: 0.02em; }
    .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-title {
      max-width: 170px;
      margin: 0 auto;
      font-size: 35px;
      letter-spacing: 0.03em; }
    .gallery-module .wrap-gallery .photos-list .wrap-photos .photo-element {
      height: 300px; } }
  @media (max-width: 374px) {
    .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .nav-list {
      max-width: 260px; }
    .gallery-module .wrap-gallery .gallery-head .gallery-nav .wrap-nav .btn-close {
      right: 20px; } }

/* POP VIDEO MODULE */
.pop-video {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FBFAF6;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .pop-video.open {
    height: 100%;
    pointer-events: inherit; }
  .pop-video .wrap-pop-video {
    position: relative;
    height: 100%; }
    .pop-video .wrap-pop-video .pop-video-head {
      position: relative;
      padding: 35px;
      text-align: center; }
      .pop-video .wrap-pop-video .pop-video-head .video-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 20px;
        color: #303030;
        text-transform: uppercase; }
      .pop-video .wrap-pop-video .pop-video-head .btn-close {
        position: absolute;
        right: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pop-video .wrap-pop-video .video-box {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 985px;
      height: 655px;
      margin: 0 auto; }
      .pop-video .wrap-pop-video .video-box .video_element {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%; }
  @media (max-width: 1499px) {
    .pop-video .wrap-pop-video .video-box {
      height: 595px;
      width: 895px; } }
  @media (max-width: 1261px) {
    .pop-video .wrap-pop-video .video-box {
      height: 505px;
      width: 760px; } }
  @media (max-width: 969px) {
    .pop-video {
      display: none; } }

.intern-intro-module {
  padding-bottom: 0px;
  padding-top: 40px; }
  .intern-intro-module.restaurant-page {
    background-color: #transparent; }
  .intern-intro-module .wrap-intro-module {
    text-align: center; }
    .intern-intro-module .wrap-intro-module .btn-reserve-room {
      margin-bottom: 50px; }
    .intern-intro-module .wrap-intro-module .intro-info {
      padding-bottom: 30px; }
      .intern-intro-module .wrap-intro-module .intro-info .info-phrase {
        font-family: "Proximanova", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: 187.5%;
        max-width: 470px;
        margin: 0 auto; }
      .intern-intro-module .wrap-intro-module .intro-info .info-explain {
        font-family: "Proximanova", serif;
        font-size: 18px;
        font-weight: 300;
        color: #303030;
        line-height: 144.4444444444%;
        padding-top: 15px;
        max-width: 850px;
        margin: 0 auto; }
    .intern-intro-module .wrap-intro-module .intro-moretext {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      max-width: 945px;
      margin: 0 auto; }
      .intern-intro-module .wrap-intro-module .intro-moretext.active {
        max-height: 2000px; }
      .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext {
        text-align: center; }
        .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext .moretext-info {
          padding: 10px 0;
          font-family: "Proximanova", serif;
    	  font-size: 18px;
          font-weight: 300;
          color: #303030;
          line-height: 159.0909090909%; }
          .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext .moretext-info:last-child {
            padding-bottom: 30px; }
    .intern-intro-module .wrap-intro-module .intro-moretext-btn {
      cursor: pointer; }
      .intern-intro-module .wrap-intro-module .intro-moretext-btn .moretext-text {
        position: relative;
        display: none;
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-bottom: 2px; }
        .intern-intro-module .wrap-intro-module .intro-moretext-btn .moretext-text:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0;
          width: 100%;
          height: 1px;
          background-color: #063c27;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .intern-intro-module .wrap-intro-module .intro-moretext-btn .moretext-text.active {
          display: inline-block; }
        @media (min-width: 971px) {
          .intern-intro-module .wrap-intro-module .intro-moretext-btn .moretext-text:hover:after {
            opacity: 1; } }
  @media (max-width: 1391px) {
    .intern-intro-module .wrap-intro-module .intro-info .info-phrase {
      font-size: 15px;
      line-height: 193.3333333333%; }
    .intern-intro-module .wrap-intro-module .intro-info .info-explain {
      font-size: 32px;
      line-height: 150%;
      max-width: 690px; }
    .intern-intro-module .wrap-intro-module .intro-moretext {
      max-width: 770px; }
      .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext .moretext-info {
        font-size: 18px;
        line-height: 166.6666666667%; } }
  @media (max-width: 969px) {
    .intern-intro-module .wrap-intro-module .intro-info .info-explain {
      max-width: 550px; } }
  @media (max-width: 767px) {
    .intern-intro-module .wrap-intro-module .intro-info .info-phrase {
      font-size: 13px;
      line-height: 200%; }
    .intern-intro-module .wrap-intro-module .intro-info .info-explain {
      font-size: 26px;
      line-height: 157.6923076923%;
      max-width: 500px; }
    .intern-intro-module .wrap-intro-module .intro-moretext {
      max-width: 770px; }
      .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext .moretext-info {
        font-size: 14px;
        line-height: 171.4285714286%;
        padding: 25px 0;
        padding: 15px 0; } }
  @media (max-width: 567px) {
    .intern-intro-module .wrap-intro-module .intro-info .info-phrase {
      font-size: 11px;
      line-height: 200%;
      max-width: 215px; }
    .intern-intro-module .wrap-intro-module .intro-info .info-explain {
      font-size: 21px;
      line-height: 152.380952381%;
      max-width: 300px; }
    .intern-intro-module .wrap-intro-module .intro-moretext {
      max-width: 770px; }
      .intern-intro-module .wrap-intro-module .intro-moretext .wrap-moretext .moretext-info {
        font-size: 14px;
        line-height: 171.4285714286%;
        padding: 25px 0;
        padding: 10px 0; }
    .intern-intro-module .wrap-intro-module .btn-reserve-room {
      margin-bottom: 30px; } }

.big-banner-photo {
  position: relative;
  margin-bottom: 0px; }
  .big-banner-photo.inspa {
    margin-top: 20px;
    margin-bottom: 0; }
  .big-banner-photo .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .big-banner-photo .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px; }
      .big-banner-photo .slick-dots li.slick-active button {
        opacity: 1; }
      .big-banner-photo .slick-dots li button {
        font-size: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 0.6;
        border-radius: 50%;
        border: none;
        padding: 0; }
  .big-banner-photo .big-photo {
    width: 100%;
    height: auto;
    object-fit: cover; }
  @media (max-width: 767px) {
    .big-banner-photo .slick-dots {
      bottom: 40px; } }
  @media (max-width: 567px) {
    .big-banner-photo .slick-dots {
      bottom: 30px; } }

.info-numbers-module {
  padding-bottom: 60px; }
  .info-numbers-module .wrap-info-number .info-head {
    padding: 35px 0;
    border-top: 3px solid #063c27; }
    .info-numbers-module .wrap-info-number .info-head .info-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3; }
  .info-numbers-module .wrap-info-number .info-content {
    margin: 0 -30px;
    font-size: 0; }
    .info-numbers-module .wrap-info-number .info-content .info-box {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 60px);
      padding: 30px 0 0;
      margin: 0 30px;
      border-top: 1px solid #cbcbcb;
      text-align: center; }
      .info-numbers-module .wrap-info-number .info-content .info-box .info-number {
        font-family: "ITCModern", serif;
        font-size: 120px;
        font-weight: 300;
        color: #063c27; }
      .info-numbers-module .wrap-info-number .info-content .info-box .info-text {
        display: block;
        padding-top: 15px;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.15em;
        color: #303030;
        text-transform: uppercase; }
  @media (max-width: 1261px) {
    .info-numbers-module .wrap-info-number .info-head {
      padding: 35px 0 30px; }
    .info-numbers-module .wrap-info-number .info-content {
      margin: 0 -15px; }
      .info-numbers-module .wrap-info-number .info-content .info-box {
        margin: 0 15px;
        width: calc(33.33% - 30px); }
        .info-numbers-module .wrap-info-number .info-content .info-box .info-number {
          font-size: 90px; } }
  @media (max-width: 969px) {
    .info-numbers-module .wrap-info-number .info-head {
      text-align: center; }
    .info-numbers-module .wrap-info-number .info-content {
      margin: 0; }
      .info-numbers-module .wrap-info-number .info-content .info-box {
        width: 100%;
        margin: 0;
        padding: 30px 0 30px; }
        .info-numbers-module .wrap-info-number .info-content .info-box .info-text {
          padding-top: 5px; } }

.map-marker {
  background-image: url("../img/marker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 55px;
  height: 70px; }

.pointer-marker {
  background-image: url("../svg/pointer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 25px;
  height: 32px; }

.contact-map {
  padding-top: 66px; }
  .contact-map .wrap-map {
    position: relative;
    height: 500px; }
    .contact-map .wrap-map .map-element {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }

.contact-intro {
  padding-bottom: 60px; }
  .contact-intro .wrap-contact {
    padding-top: 80px;
    overflow: hidden; }
    .contact-intro .wrap-contact .address-box {
      float: right;
      width: 300px; }
      .contact-intro .wrap-contact .address-box .address-head {
        padding-bottom: 35px;
        border-bottom: 1px solid #cbcbcb; }
        .contact-intro .wrap-contact .address-box .address-head .address-title {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #063c27;
          text-transform: uppercase;
          letter-spacing: 0.3em; }
      .contact-intro .wrap-contact .address-box .address-zone {
        padding-top: 25px; }
        .contact-intro .wrap-contact .address-box .address-zone .address-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 500;
          color: #303030;
          padding-left: 30px;
          line-height: 162.5%; }
          .contact-intro .wrap-contact .address-box .address-zone .address-text.location-icon {
            position: relative; }
            .contact-intro .wrap-contact .address-box .address-zone .address-text.location-icon:before {
              content: '\e904';
              position: absolute;
              top: 50%;
              left: 0px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              font-family: 'icomoon';
              font-size: 11px;
              color: #063c27; }
          .contact-intro .wrap-contact .address-box .address-zone .address-text.phone-icon {
            position: relative; }
            .contact-intro .wrap-contact .address-box .address-zone .address-text.phone-icon:before {
              content: '\e938';
              position: absolute;
              top: 50%;
              left: 0px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              font-family: 'icomoon';
              font-size: 11px;
              color: #063c27; }
    .contact-intro .wrap-contact .form-box {
      float: left;
      width: calc(100% - 300px);
      padding-right: 45px; }
      .contact-intro .wrap-contact .form-box .form-head .head-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-bottom: 35px;
        border-bottom: 1px solid #cbcbcb; }
      .contact-intro .wrap-contact .form-box .form-head .head-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #303030;
        line-height: 162.5%;
        padding-top: 25px; }
      .contact-intro .wrap-contact .form-box .form-content {
        padding-top: 25px;
        font-size: 0; }
        .contact-intro .wrap-contact .form-box .form-content .form-zone1 {
          display: inline-block;
          vertical-align: top;
          width: 300px;
          padding-right: 20px; }
          .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field {
            margin-bottom: 15px; }
            .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv {
              font-size: 0;
              display: none; }
              .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv.active {
                display: block; }
              .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv .wrap-text {
                display: inline-block;
                vertical-align: middle;
                width: 110px; }
                .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv .wrap-text .cv-text {
                  color: #303030;
                  font-size: 13px;
                  font-family: "ProximaNova", sans-serif;
                  font-weight: 500;
                  line-height: 36px;
                  letter-spacing: 0.6px;
                  text-transform: uppercase; }
              .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv .wrap-input {
                display: inline-block;
                vertical-align: middle;
                width: calc(100% - 110px); }
                .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv .wrap-input .main-input {
                  display: none; }
                .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field.cv .wrap-input label {
                  cursor: pointer;
                  display: block;
                  color: #063c27;
                  font-size: 13px;
                  font-family: "ProximaNova", sans-serif;
                  line-height: 16px;
                  letter-spacing: 0.6px;
                  text-transform: uppercase;
                  padding: 10px 14px; }
        .contact-intro .wrap-contact .form-box .form-content .form-zone2 {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 300px);
          padding-left: 20px; }
          .contact-intro .wrap-contact .form-box .form-content .form-zone2 .contact-textarea {
            width: 100%;
            height: 303px;
            margin-bottom: 15px; }
            .contact-intro .wrap-contact .form-box .form-content .form-zone2 .contact-textarea .main-textarea {
              width: 100%;
              height: 100%;
              background-color: #FBFAF6; }
          .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot {
            position: relative;
            overflow: hidden; }
            .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .must-fields {
              float: left;
              width: 51%; }
              .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .must-fields .must-text {
                display: inline-block;
                vertical-align: middle;
                font-family: "ProximaNova", sans-serif;
                font-size: 13px;
                font-weight: 500;
                color: #303030;
                text-transform: uppercase;
                letter-spacing: 0.2em; }
                .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .must-fields .must-text:before {
                  content: '';
                  display: inline-block;
                  vertical-align: middle;
                  width: 5px;
                  height: 5px;
                  background-color: #063c27;
                  border-radius: 50%;
                  margin-right: 15px;
                  margin-bottom: 2px; }
            .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .wrap-checkbox {
              float: left;
              width: 51%;
              padding-top: 15px; }
              .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .wrap-checkbox .checkbox-zone .checkbox-text {
                font-family: "ProximaNova", sans-serif;
                font-size: 13px;
                font-weight: 500;
                color: #303030;
                text-transform: none; }
            .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .btn-contact {
              position: absolute;
              top: 0;
              right: 0; }
  @media (max-width: 1261px) {
    .contact-intro .wrap-contact .address-box {
      float: initial;
      width: 100%; }
    .contact-intro .wrap-contact .form-box {
      float: initial;
      width: 100%;
      padding-right: 0; }
      .contact-intro .wrap-contact .form-box .form-head {
        padding-top: 50px; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone1 {
        width: 100%;
        font-size: 0;
        padding-right: 0; }
        .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field {
          display: inline-block;
          vertical-align: top;
          width: calc(50% - 7.5px); }
          .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field:nth-child(odd) {
            margin-right: 7.5px; }
          .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field:nth-child(even) {
            margin-left: 7.5px; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone2 {
        width: 100%;
        padding-left: 0; } }
  @media (max-width: 567px) {
    .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field {
      width: 100%; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field:nth-child(odd) {
        margin-right: 0; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone1 .contact-field:nth-child(even) {
        margin-left: 0; }
    .contact-intro .wrap-contact .form-box .form-content .form-zone2 .contact-textarea {
      height: 250px; }
    .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot {
      text-align: center; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .must-fields {
        float: initial;
        text-align: left;
        width: 100%; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .wrap-checkbox {
        float: initial;
        width: 100%;
        text-align: left; }
      .contact-intro .wrap-contact .form-box .form-content .form-zone2 .form-foot .btn-contact {
        position: relative;
        top: auto;
        left: auto;
        float: initial;
        margin-top: 25px; } }

.howto-module {
  padding-bottom: 60px;
  padding-right: 345px; }
  .howto-module .wrapper {
    max-width: 1140px; }
  .howto-module .wrap-howto .howto-head {
    padding-bottom: 35px; }
    .howto-module .wrap-howto .howto-head .howto-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.3em; }
  .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-head {
    border-color: #063c27; }
    .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-head .element-btn:before {
      content: '\e91b';
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
      transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg); }
    .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-head .element-btn:after {
      -webkit-transform: translateY(0%) translateZ(0);
      -moz-transform: translateY(0%) translateZ(0);
      -ms-transform: translateY(0%) translateZ(0);
      -o-transform: translateY(0%) translateZ(0);
      transform: translateY(0%) translateZ(0); }
  .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-moretext {
    max-height: 800px;
    padding: 10px 140px 60px 0; }
  .howto-module .wrap-howto .howto-list .howto-element:last-child .wrap-element {
    border-bottom: 1px solid #cbcbcb; }
  .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #cbcbcb;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: #303030;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      padding: 25px 0; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      height: 100%;
      overflow: hidden; }
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-btn:before {
        content: '\e313';
        position: absolute;
        top: 50%;
        left: 50%;
        color: #063c27;
        font-family: 'icomoon';
        font-size: 12px;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg);
        transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg);
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-btn:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #063c27;
        height: 3px;
        -webkit-transform: translateY(-100%) translateZ(0);
        -moz-transform: translateY(-100%) translateZ(0);
        -ms-transform: translateY(-100%) translateZ(0);
        -o-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    @media (min-width: 971px) {
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head:hover {
        border-color: #063c27; }
        .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head:hover .element-btn:after {
          -webkit-transform: translateY(0%) translateZ(0);
          -moz-transform: translateY(0%) translateZ(0);
          -ms-transform: translateY(0%) translateZ(0);
          -o-transform: translateY(0%) translateZ(0);
          transform: translateY(0%) translateZ(0); } }
  .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext {
    padding: 0 140px 0 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext .moretext-info {
      font-family: "ProximaNova", sans-serif;
      font-size: 17px;
      font-weight: 500;
      color: #303030;
      line-height: 152.9411764706%; }
  @media (max-width: 1261px) {
    .howto-module {
      padding-right: 0; }
      .howto-module .wrapper {
        max-width: initial; }
      .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-moretext {
        padding: 10px 80px 60px 0; }
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-btn {
        width: 50px; }
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext {
        padding: 0 80px 0 0; }
        .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext .moretext-info {
          font-size: 16px; } }
  @media (max-width: 567px) {
    .howto-module .wrap-howto .howto-list .howto-element.opened .wrap-element .element-moretext {
      padding: 10px 40px 60px 0; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-title {
      font-size: 12px; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-head .element-btn {
      width: 30px; }
    .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext {
      padding: 0 40px 0 0; }
      .howto-module .wrap-howto .howto-list .howto-element .wrap-element .element-moretext .moretext-info {
        font-size: 15px; } }

.contact-distances {
  margin-right: 345px; }
  .contact-distances .wrapper {
    max-width: 1140px; }
  .contact-distances .wrap-distances .distances-head {
    padding-bottom: 35px; }
    .contact-distances .wrap-distances .distances-head .head-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.3em; }
  .contact-distances .wrap-distances .distances-content .distances-list {
    font-size: 0;
    margin: 0 -25px; }
    .contact-distances .wrap-distances .distances-content .distances-list .distances-element {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 50px);
      padding: 25px 0 50px;
      margin: 0 25px;
      border-top: 1px solid #cbcbcb; }
      .contact-distances .wrap-distances .distances-content .distances-list .distances-element .distance-text {
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.2em; }
      .contact-distances .wrap-distances .distances-content .distances-list .distances-element .distance-number {
        display: block;
        font-family: "ITCModern", serif;
        font-size: 32px;
        font-weight: 300;
        color: #303030;
        padding-top: 15px;
        letter-spacing: -0.07em;
        margin-left: -5px; }
  @media (max-width: 1261px) {
    .contact-distances {
      margin-right: 0; }
      .contact-distances .wrapper {
        max-width: initial; } }
  @media (max-width: 969px) {
    .contact-distances .wrap-distances .distances-content .distances-list .distances-element {
      width: calc(50% - 50px); } }
  @media (max-width: 567px) {
    .contact-distances .wrap-distances .distances-content .distances-list {
      margin: 0; }
      .contact-distances .wrap-distances .distances-content .distances-list .distances-element {
        width: 100%;
        margin: 0;
        padding: 30px 0 25px; } }

.legal-module {
  padding-top: 120px; }
  .legal-module .legal-title {
    font-family: "ITCModern", serif;
    font-size: 54px;
    font-weight: 300;
    color: #303030;
    padding: 20px 0; }
  .legal-module .wrap-content {
    padding-left: 40px; }
    .legal-module .wrap-content .legal-subtitle {
      font-family: "ITCModern", serif;
      font-size: 32px;
      font-weight: 300;
      color: #303030;
      padding: 20px 0; }
    .legal-module .wrap-content .legal-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #303030;
      line-height: 162.5%;
      padding: 15px 0; }
  @media (max-width: 969px) {
    .legal-module {
      padding-top: 85px; }
      .legal-module .legal-title {
        font-size: 40px; }
      .legal-module .wrap-content {
        padding-left: 0; }
        .legal-module .wrap-content .legal-subtitle {
          font-size: 30px;
          padding: 10px 0; }
        .legal-module .wrap-content .legal-text {
          padding: 10px 0;
          font-size: 15px; } }

.sitemap-module {
  padding-top: 120px; }
  .sitemap-module .sitemap-title {
    font-family: "ITCModern", serif;
    font-size: 54px;
    font-weight: 300;
    color: #303030;
    padding: 20px 0;
    text-align: center; }
  .sitemap-module ul li {
    border-bottom: 1px solid #cbcbcb; }
    .sitemap-module ul li a {
      position: relative;
      display: block;
      padding-left: 30px;
      padding: 20px 0;
      font-family: "ProximaNova", sans-serif;
      font-size: 17px;
      color: #303030;
      line-height: 152.9411764706%;
      letter-spacing: 0.05em;
      padding-left: 20px; }
      .sitemap-module ul li a:before {
        content: '\e918';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'icomoon';
        font-size: 11px;
        color: #063c27; }
  @media (max-width: 969px) {
    .sitemap-module {
      padding-top: 85px; }
      .sitemap-module .sitemap-title {
        font-size: 40px; } }

.history-intern-module {
  padding-bottom: 60px; }
  .history-intern-module .wrap-history {
    max-width: initial;
    overflow: hidden; }
    .history-intern-module .wrap-history .history-content .history-head {
      text-align: center; }
      .history-intern-module .wrap-history .history-content .history-head .history-title {
        font-family: "ITCModern", serif;
        font-size: 54px;
        font-weight: 300;
        color: #303030;
        border-top: 3px solid #063c27;
        border-bottom: 1px solid #cbcbcb;
        padding: 60px 0; }
    .history-intern-module .wrap-history .history-content .history-slider {
      padding-top: 70px;
      width: 40%;
      margin: 0 auto;
      cursor: w-resize; }
      .history-intern-module .wrap-history .history-content .history-slider .slick-list {
        overflow: visible !important; }
      .history-intern-module .wrap-history .history-content .history-slider .slick-btn {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden; }
      .history-intern-module .wrap-history .history-content .history-slider .history-box {
        padding: 0 50px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year {
          padding: 40px 0;
          text-align: center; }
          .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year .history-year {
            font-family: "ITCModern", serif;
            font-size: 120px;
            font-weight: 300;
            color: #303030;
            margin-left: -8px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-img .history-img {
          height: 440px;
          width: 100%;
          object-fit: cover; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-text {
          padding-top: 20px; }
          .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-text .history-text {
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #303030;
            line-height: 162.5%; }
  @media (max-width: 1499px) {
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 650px; } }
  @media (max-width: 1391px) {
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 540px; }
      .history-intern-module .wrap-history .history-content .history-slider .history-box {
        padding: 0 45px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-img .history-img {
          height: 360px; } }
  @media (max-width: 1261px) {
    .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year .history-year {
      font-size: 100px; } }
  @media (max-width: 969px) {
    .history-intern-module .wrap-history .history-content .history-head .history-title {
      font-size: 40px;
      padding: 30px 0; }
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 440px; }
      .history-intern-module .wrap-history .history-content .history-slider .history-box {
        padding: 0 35px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year {
          padding: 20px 0; }
          .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year .history-year {
            font-size: 90px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-img .history-img {
          height: 300px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-text .history-text {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 360px; }
      .history-intern-module .wrap-history .history-content .history-slider .history-box {
        padding: 0 25px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year {
          padding: 10px 0; }
          .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year .history-year {
            font-size: 70px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-img .history-img {
          height: 240px; } }
  @media (max-width: 567px) {
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 300px; }
      .history-intern-module .wrap-history .history-content .history-slider .history-box {
        padding: 0 15px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-year .history-year {
          font-size: 45px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-img .history-img {
          height: 160px; }
        .history-intern-module .wrap-history .history-content .history-slider .history-box .wrap-text .history-text {
          font-size: 12px; } }
  @media (max-width: 374px) {
    .history-intern-module .wrap-history .history-content .history-slider {
      width: 230px; } }

.footer-logos {
  border-top: 1px solid #CBCBCB; }
  .footer-logos .wrap-footer-logos {
    overflow: hidden;
    padding-bottom: 30px; }
    .footer-logos .wrap-footer-logos .logo-box {
      opacity: 0.8;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
      .footer-logos .wrap-footer-logos .logo-box.first-logo {
        float: left; }
      .footer-logos .wrap-footer-logos .logo-box.second-logo {
        display: none;
        float: right; }
        .footer-logos .wrap-footer-logos .logo-box.second-logo .foot-logo {
          border-left: 1px solid #CBCBCB; }
        @media (min-width: 971px) {
          .footer-logos .wrap-footer-logos .logo-box.second-logo:hover {
            background-color: #063c27; } }
      .footer-logos .wrap-footer-logos .logo-box .foot-logo {
        padding: 30px 50px;
        width: 230px;
        height: auto; }
      @media (min-width: 971px) {
        .footer-logos .wrap-footer-logos .logo-box:hover {
          opacity: 1; } }
  @media (max-width: 969px) {
    .footer-logos .wrap-footer-logos {
      padding-bottom: 0; }
      .footer-logos .wrap-footer-logos .logo-box {
        opacity: 1; }
        .footer-logos .wrap-footer-logos .logo-box.second-logo .foot-logo {
          border-left: none; } }
  @media (max-width: 767px) {
    .footer-logos .wrap-footer-logos {
      padding-bottom: 50px; } }
  @media (max-width: 567px) {
    .footer-logos .wrap-footer-logos .logo-box {
      text-align: center; }
      .footer-logos .wrap-footer-logos .logo-box.first-logo {
        float: initial; }
      .footer-logos .wrap-footer-logos .logo-box.second-logo {
        float: initial;
        border-top: 1px solid #CBCBCB; } }

.restaurant-nav {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FBFAF6; }
  .restaurant-nav.fixed {
    position: fixed;
    z-index: 2;
    top: 65px;
    left: 0;
    width: 100%; }
    .restaurant-nav.fixed .wrap-nav .nav-box .nav-list .nav-element {
      padding: 31px 20px 24px; }
  .restaurant-nav .wrap-nav .nav-box {
    position: relative; }
    .restaurant-nav .wrap-nav .nav-box .resp-btn {
      display: none;
      text-align: center; }
      .restaurant-nav .wrap-nav .nav-box .resp-btn .sections-btn {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 24px 20px 20px;
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .restaurant-nav .wrap-nav .nav-box .resp-btn .sections-btn:after {
          content: '\e900';
          position: absolute;
          top: calc(50% + 1px);
          left: 100%;
          font-family: 'icomoon';
          font-size: 13px;
          color: #303030;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restaurant-nav .wrap-nav .nav-box .resp-btn .sections-btn.close-btn {
          display: none; }
          .restaurant-nav .wrap-nav .nav-box .resp-btn .sections-btn.close-btn:after {
            content: '\e91b'; }
    .restaurant-nav .wrap-nav .nav-box .nav-list {
      text-align: center;
      font-size: 0; }
      .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element {
        display: inline-block;
        vertical-align: top;
        padding: 24px 20px 20px;
        cursor: pointer; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element:first-child {
          padding-left: 0; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element:last-child {
          padding-right: 24px; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element .element-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 14px;
          font-weight: 500;
          color: #303030;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element.active .element-text {
          color: #063c27; }
        @media (min-width: 971px) {
          .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element:hover .element-text {
            color: #063c27; } }
  @media (max-width: 1391px) {
    .restaurant-nav .wrap-nav .nav-box .resp-btn .sections-btn {
      padding: 24px 17px 20px;
      font-size: 13px; }
    .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element {
      padding: 24px 17px 20px; }
      .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element .element-text {
        font-size: 13px; } }
  @media (max-width: 767px) {
    .restaurant-nav .wrap-nav .nav-box .resp-btn {
      display: block;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
    .restaurant-nav .wrap-nav .nav-box .nav-list {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      background-color: #FBFAF6;
      -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s;
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s; }
      .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element {
        display: block;
        padding: 20px 17px 20px; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element:first-child {
          padding-left: 20px; }
        .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element:first-child {
          padding-right: 20px; }
    .restaurant-nav .wrap-nav .nav-box.opened .resp-btn {
      padding-top: 20px;
      position: relative; }
      .restaurant-nav .wrap-nav .nav-box.opened .resp-btn:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 160px;
        height: 1px;
        background-color: #CBCBCB;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .restaurant-nav .wrap-nav .nav-box.opened .resp-btn .sections-btn {
        display: none; }
        .restaurant-nav .wrap-nav .nav-box.opened .resp-btn .sections-btn.close-btn {
          display: inline-block; }
    .restaurant-nav .wrap-nav .nav-box.opened .nav-list {
      max-height: 300px;
      border-bottom: 1px solid #CBCBCB;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 374px) {
    .restaurant-nav .wrap-nav .nav-box .nav-list .nav-element {
      padding: 15px 17px 15px; } }

.restaurant-section .wrap-section {
  padding-bottom: 40px; }
  .restaurant-section .wrap-section .section-intro {
    padding: 20px 0 0px;
    text-align: center; }
    .restaurant-section .wrap-section .section-intro .section-title {
      font-family: "ITCModern", serif;
      font-size: 40px;
      font-weight: 300;
      color: #303030; }
    .restaurant-section .wrap-section .section-intro .section-subtitle {
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #303030;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3;
      padding-top: 5px; }
    .restaurant-section .wrap-section .section-intro .intro-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #303030;
      line-height: 172.2222222222%;
      padding-top: 25px;
      max-width: 680px;
      margin: 0 auto; }
    .restaurant-section .wrap-section .section-intro .wrap-btns {
      padding-top: 40px; }
      .restaurant-section .wrap-section .section-intro .wrap-btns .btn-main {
        margin: 0 10px; }
  .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level:before, .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
    float: left;
    margin-left: 8%;
    margin-right: 7%;
    width: 42%;
    height: auto;
    object-fit: cover; }
  .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
    float: right;
    margin-left: 7%;
    margin-right: 8%;
    width: 28%;
    height: auto;
    object-fit: cover;
    padding-top: 2%; }
  .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:before, .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
    float: left;
    width: 38%;
    height: auto; }
  .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
    float: right;
    width: 62%;
    text-align: center; }
    .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
      padding-top: 0%;
      max-width: 530px;
      margin: 0 auto; }
      .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
        font-family: "ITCModern", serif;
        font-size: 32px;
        font-weight: 300;
        color: #063c27;
        line-height: 137.5%; }
      .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
        display: block;
        font-family: "ITCModern", serif;
        font-size: 22px;
        font-weight: 300;
	    line-height: 162.5%;
        color: #303030;
        text-transform: none;
        letter-spacing: 0.0em;
        padding-top: 20px; }
  .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level:before, .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level .left-photo {
    float: left;
    width: 39%;
    margin-left: 10%;
    margin-right: 5%;
    height: auto;
    padding-bottom: 6.5%;
    padding-top: 8.5%; }
  .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level .right-photo {
    float: right;
    width: 31%;
    height: auto;
    margin-left: 5%;
    margin-right: 10%;
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    -o-transform: translateY(-14%);
    transform: translateY(-14%); }
  .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:before, .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
    float: right;
    width: 43%;
    height: auto; }
  .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
    float: left;
    width: 57%;
    text-align: center; }
    .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
      padding-top: 6%;
      max-width: 530px;
      margin: 0 auto; }
      .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
        font-family: "ITCModern", serif;
        font-size: 32px;
        font-weight: 300;
        color: #063c27;
        line-height: 137.5%; }
      .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-top: 20px; }
  .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level:before, .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .left-photo {
    float: left;
    width: 28%;
    margin-right: 5%;
    height: auto;
    -webkit-transform: translateY(-13%);
    -moz-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    -o-transform: translateY(-13%);
    transform: translateY(-13%); }
  .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .right-photo {
    float: right;
    width: 45%;
    height: auto;
    margin-left: 5%;
    margin-right: 17%;
    padding-top: 7%; }
@media (max-width: 1261px) {
  .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
    max-width: 370px; }
    .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
      font-size: 10px; }
  .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    max-width: 370px; }
    .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
      font-size: 10px; } }
@media (max-width: 969px) {
  .restaurant-section .wrap-section .section-intro {
    padding: 70px 0 60px; }
    .restaurant-section .wrap-section .section-intro .section-title {
      font-size: 44px; }
    .restaurant-section .wrap-section .section-intro .intro-text {
      font-size: 15px;
      line-height: 180%; }
  .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
    padding-top: 8%; }
  .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    padding-top: 0; } }
@media (max-width: 767px) {
  .restaurant-section .wrap-section .section-intro {
    padding: 40px 0 50px; }
    .restaurant-section .wrap-section .section-intro .section-title {
      font-size: 36px; }
    .restaurant-section .wrap-section .section-intro .intro-text {
      font-size: 13px;
      line-height: 176.9230769231%;
      max-width: 400px; }
    .restaurant-section .wrap-section .section-intro .wrap-btns {
      padding-top: 30px; }
      .restaurant-section .wrap-section .section-intro .wrap-btns .btn-main {
        display: table;
        margin: 0 auto 15px; }
  .restaurant-section .wrap-section .section-gallery {
    padding: 0 55px; }
    .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
      float: initial;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .restaurant-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
      float: initial;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      padding-top: 15px; }
    .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
      float: initial;
      width: 100%; }
      .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
        max-width: 320px;
        padding-top: 10px;
        padding-bottom: 20px; }
        .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
          font-size: 18px;
          line-height: 155.5555555556%; }
    .restaurant-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      marign-top: 40px; }
    .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      height: auto;
      padding-bottom: 15px;
      padding-top: 15px; }
    .restaurant-section .wrap-section .section-gallery .two-rightphotoup-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
      float: initial;
      width: 100%; }
      .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
        max-width: 300px;
        padding-top: 60px;
        padding-bottom: 40px; }
        .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
          font-size: 18px;
          line-height: 155.5555555556%; }
    .restaurant-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
      float: initial;
      width: 100%; }
    .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-right: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin-top: 15px; }
    .restaurant-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-top: 15px; } }
@media (max-width: 567px) {
  .restaurant-section .wrap-section .section-intro {
    padding: 40px 0 30px; }
  .restaurant-section .wrap-section .section-gallery {
    padding: 5px; } }

.dining-section .wrap-section {
  padding-bottom: 40px; }
  .dining-section .wrap-section .section-intro {
    padding: 80px 0 100px;
    text-align: center; }
    .dining-section .wrap-section .section-intro .section-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #303030; }
    .dining-section .wrap-section .section-intro .section-subtitle {
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #303030;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3;
      padding-top: 15px; }
    .dining-section .wrap-section .section-intro .intro-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #303030;
      line-height: 172.2222222222%;
      padding-top: 25px;
      max-width: 680px;
      margin: 0 auto; }
    .dining-section .wrap-section .section-intro .wrap-btns {
      padding-top: 40px; }
      .dining-section .wrap-section .section-intro .wrap-btns .btn-main {
        margin: 0 10px; }
  .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level:before, .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
    float: left;
    width: 42%;
    height: auto;
    margin-left: 8%;
    margin-right: 8.5%;
    padding-top: 3.5%; }
  .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
    float: right;
    width: 25%;
    height: auto;
    margin-left: 8.5%;
    margin-right: 8%; }
  .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level {
    padding-top: 5%; }
    .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level:before, .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level:after {
      content: '';
      display: table;
      clear: both; }
    .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level .left-photo {
      float: left;
      width: 25%;
      height: auto;
      margin-left: 4%;
      margin-right: 4.5%;
      padding-top: 12%;
      -webkit-transform: translateY(2.5%);
      -moz-transform: translateY(2.5%);
      -ms-transform: translateY(2.5%);
      -o-transform: translateY(2.5%);
      transform: translateY(2.5%); }
    .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level .right-photo {
      float: right;
      width: 50%;
      height: auto;
      margin-left: 4.5%;
      margin-right: 12%; }
  .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:before, .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
    float: right;
    width: 29%;
    height: auto;
    margin-right: 5%; }
  .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
    float: left;
    width: 66%;
    text-align: center; }
    .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
      padding-top: 15%;
      max-width: 530px;
      margin: 0 auto; }
      .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
        font-family: "ITCModern", serif;
        font-size: 32px;
        font-weight: 300;
        color: #063c27;
        line-height: 137.5%; }
      .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-top: 20px; }
  .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level:before, .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .left-photo {
    float: left;
    width: 32%;
    height: auto;
    margin-left: 10%;
    margin-right: 7%;
    -webkit-transform: translateY(-6%);
    -moz-transform: translateY(-6%);
    -ms-transform: translateY(-6%);
    -o-transform: translateY(-6%);
    transform: translateY(-6%); }
  .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .right-photo {
    float: right;
    width: 29%;
    height: auto;
    margin-left: 7%;
    margin-right: 15%;
    padding-top: 6%; }
@media (max-width: 1261px) {
  .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    max-width: 370px; }
    .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
      font-size: 10px; } }
@media (max-width: 969px) {
  .dining-section .wrap-section .section-intro {
    padding: 70px 0 60px; }
    .dining-section .wrap-section .section-intro .section-title {
      font-size: 44px; }
    .dining-section .wrap-section .section-intro .intro-text {
      font-size: 15px;
      line-height: 180%;
      max-width: 580px; }
  .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    padding-top: 10%; } }
@media (max-width: 767px) {
  .dining-section .wrap-section .section-intro {
    padding: 40px 0 50px; }
    .dining-section .wrap-section .section-intro .section-title {
      font-size: 36px; }
    .dining-section .wrap-section .section-intro .intro-text {
      font-size: 13px;
      line-height: 176.9230769231%;
      max-width: 400px; }
    .dining-section .wrap-section .section-intro .wrap-btns {
      padding-top: 30px; }
      .dining-section .wrap-section .section-intro .wrap-btns .btn-main {
        display: table;
        margin: 0 auto 15px; }
  .dining-section .wrap-section .section-gallery {
    padding: 0 55px; }
    .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level {
      padding-top: 0; }
      .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
        float: initial;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0; }
      .dining-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
        float: initial;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px; }
    .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level {
      padding-top: 0; }
      .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level .left-photo {
        float: initial;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        padding-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .dining-section .wrap-section .section-gallery .two-leftphotodown-level .wrap-level .right-photo {
        float: initial;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px; }
    .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
      float: initial;
      width: 100%; }
      .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
        max-width: 300px;
        padding-top: 60px;
        padding-bottom: 40px; }
        .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
          font-size: 18px;
          line-height: 155.5555555556%; }
    .dining-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-right: 0; }
    .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin-top: 15px; }
    .dining-section .wrap-section .section-gallery .two-leftphotoup-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      padding-top: 15px; } }
@media (max-width: 567px) {
  .dining-section .wrap-section .section-intro {
    padding: 40px 0 30px; }
  .dining-section .wrap-section .section-gallery {
    padding: 25px; } }

.breakfast-section .wrap-section {
  padding-bottom: 2%; }
  .breakfast-section .wrap-section .section-intro {
    padding: 80px 0 100px;
    text-align: center; }
    .breakfast-section .wrap-section .section-intro .section-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #303030; }
    .breakfast-section .wrap-section .section-intro .section-subtitle {
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #303030;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3;
      padding-top: 5px; }
    .breakfast-section .wrap-section .section-intro .intro-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #303030;
      line-height: 172.2222222222%;
      padding-top: 25px;
      max-width: 680px;
      margin: 0 auto; }
    .breakfast-section .wrap-section .section-intro .wrap-btns {
      padding-top: 40px; }
      .breakfast-section .wrap-section .section-intro .wrap-btns .btn-main {
        margin: 0 10px; }
  .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level:before, .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
    float: left;
    margin-left: 0%;
    margin-right: 4%;
    width: 45%;
    height: auto;
    object-fit: cover;
    padding-top: 8%; }
  .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
    float: right;
    margin-left: 4%;
    margin-right: 4%;
    width: 43%;
    height: auto;
    object-fit: cover; }
  .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level {
    padding-bottom: 3%; }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:before, .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level:after {
      content: '';
      display: table;
      clear: both; }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
      float: right;
      width: 24%;
      height: auto;
      margin-right: 14%;
      -webkit-transform: translateY(-13%);
      -moz-transform: translateY(-13%);
      -ms-transform: translateY(-13%);
      -o-transform: translateY(-13%);
      transform: translateY(-13%); }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
      float: left;
      width: 62%;
      text-align: center; }
      .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
        padding-top: 15%;
        max-width: 530px;
        margin: 0 auto; }
        .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
          font-family: "ITCModern", serif;
          font-size: 32px;
          font-weight: 300;
          color: #063c27;
          line-height: 137.5%; }
        .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
          display: block;
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 400;
          color: #303030;
          text-transform: uppercase;
          letter-spacing: 0.3em;
          padding-top: 20px; }
  .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level:before, .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level .left-photo {
    float: left;
    margin-left: 6%;
    margin-right: 6%;
    width: 30%;
    height: auto;
    object-fit: cover; }
  .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level .right-photo {
    float: right;
    margin-left: 6%;
    margin-right: 7%;
    width: 45%;
    height: auto;
    object-fit: cover; }
  .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:before, .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
    float: left;
    margin-left: 15%;
    width: 28%;
    height: auto;
    padding-top: 8%; }
  .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-photo {
    float: right;
    margin-left: 0%;
    width: 44%;
    height: auto;
    padding-top: 7%; }
  .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
    float: right;
    width: 57%;
    text-align: center; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
      max-width: 530px;
      margin: 0 auto; }
      .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
        font-family: "ITCModern", serif;
        font-size: 32px;
        font-weight: 300;
        color: #063c27;
        line-height: 137.5%; }
      .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        padding-top: 20px; }
@media (max-width: 1261px) {
  .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    max-width: 370px; }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
      font-size: 10px; }
  .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
    max-width: 370px; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
      font-size: 10px; } }
@media (max-width: 969px) {
  .breakfast-section .wrap-section .section-intro {
    padding: 70px 0 60px; }
    .breakfast-section .wrap-section .section-intro .section-title {
      font-size: 44px; }
    .breakfast-section .wrap-section .section-intro .intro-text {
      font-size: 15px;
      line-height: 180%;
      max-width: 580px; }
  .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
    padding-top: 10%; } }
@media (max-width: 767px) {
  .breakfast-section .wrap-section .section-intro {
    padding: 40px 0 50px; }
    .breakfast-section .wrap-section .section-intro .section-title {
      font-size: 36px; }
    .breakfast-section .wrap-section .section-intro .intro-text {
      font-size: 13px;
      line-height: 176.9230769231%;
      max-width: 400px; }
    .breakfast-section .wrap-section .section-intro .wrap-btns {
      padding-top: 30px; }
      .breakfast-section .wrap-section .section-intro .wrap-btns .btn-main {
        display: table;
        margin: 0 auto 15px; }
  .breakfast-section .wrap-section .section-gallery {
    padding: 0 55px; }
    .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0; }
    .breakfast-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px; }
    .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level {
      padding-bottom: 15px; }
      .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text {
        float: initial;
        width: 100%; }
        .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text {
          padding-top: 60px;
          margin-bottom: 40px;
          max-width: 370px; }
          .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-phrase {
            font-size: 22px;
            line-height: 145.4545454545%; }
          .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .left-text .wrap-text .text-author {
            font-size: 10px; }
      .breakfast-section .wrap-section .section-gallery .photo-leftext-level .wrap-level .right-photo {
        float: initial;
        width: 100%;
        margin-right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .breakfast-section .wrap-section .section-gallery .two-photoleftdown-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 15px; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
      float: initial;
      width: 100%; }
      .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
        padding-top: 60px;
        margin-bottom: 40px;
        max-width: 370px; }
        .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
          font-size: 22px;
          line-height: 145.4545454545%; }
        .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
          font-size: 10px; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      padding-top: 0; }
    .breakfast-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      padding-top: 15px; } }
@media (max-width: 567px) {
  .breakfast-section .wrap-section .section-intro {
    padding: 40px 0 30px; }
  .breakfast-section .wrap-section .section-gallery {
    padding: 25px; } }

.cocktail-section .wrap-section {
  padding-bottom: 40px; }
  .cocktail-section .wrap-section .section-intro {
    padding: 80px 0 100px;
    text-align: center; }
    .cocktail-section .wrap-section .section-intro .section-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #303030; }
    .cocktail-section .wrap-section .section-intro .section-subtitle {
      font-family: "ProximaNova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #303030;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 1.3;
      padding-top: 5px; }
    .cocktail-section .wrap-section .section-intro .intro-text {
      font-family: "ProximaNova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #303030;
      line-height: 172.2222222222%;
      padding-top: 25px;
      max-width: 680px;
      margin: 0 auto; }
    .cocktail-section .wrap-section .section-intro .wrap-btns {
      padding-top: 40px; }
      .cocktail-section .wrap-section .section-intro .wrap-btns .btn-main {
        margin: 0 10px; }
  .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level:before, .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level:after {
    content: '';
    display: table;
    clear: both; }
  .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
    float: left;
    margin-left: 10%;
    margin-right: 6%;
    width: 36%;
    height: auto;
    object-fit: cover;
    padding-top: 8%; }
  .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
    float: right;
    margin-left: 6%;
    margin-right: 12%;
    width: 30%;
    height: auto;
    object-fit: cover; }
  .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level {
    padding-top: 7%; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:before, .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level:after {
      content: '';
      display: table;
      clear: both; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
      float: left;
      width: 48%;
      height: auto; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-photo {
      float: right;
      margin-right: 7%;
      width: 25%;
      height: auto;
      padding-top: 7%; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
      float: right;
      width: 52%;
      text-align: center;
      padding-top: 3%; }
      .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
        max-width: 530px;
        margin: 0 auto; }
        .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
          font-family: "ITCModern", serif;
          font-size: 32px;
          font-weight: 300;
          color: #063c27;
          line-height: 137.5%; }
        .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
          display: block;
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 400;
          color: #303030;
          text-transform: uppercase;
          letter-spacing: 0.3em;
          padding-top: 20px; }
@media (max-width: 1261px) {
  .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
    max-width: 370px; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
      font-size: 22px;
      line-height: 145.4545454545%; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
      font-size: 10px; } }
@media (max-width: 969px) {
  .cocktail-section .wrap-section .section-intro {
    padding: 70px 0 60px; }
    .cocktail-section .wrap-section .section-intro .section-title {
      font-size: 44px; }
    .cocktail-section .wrap-section .section-intro .intro-text {
      font-size: 15px;
      line-height: 180%;
      max-width: 580px; } }
@media (max-width: 767px) {
  .cocktail-section .wrap-section .section-intro {
    padding: 40px 0 50px; }
    .cocktail-section .wrap-section .section-intro .section-title {
      font-size: 36px; }
    .cocktail-section .wrap-section .section-intro .intro-text {
      font-size: 13px;
      line-height: 176.9230769231%;
      max-width: 400px; }
    .cocktail-section .wrap-section .section-intro .wrap-btns {
      padding-top: 30px; }
      .cocktail-section .wrap-section .section-intro .wrap-btns .btn-main {
        display: table;
        margin: 0 auto 15px; }
  .cocktail-section .wrap-section .section-gallery {
    padding: 0 55px; }
    .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level .left-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0; }
    .cocktail-section .wrap-section .section-gallery .two-photos-level .wrap-level .right-photo {
      float: initial;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px; }
    .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level {
      padding-top: 0; }
      .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text {
        float: initial;
        width: 100%;
        padding-top: 0; }
        .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text {
          padding-top: 60px;
          margin-bottom: 40px;
          max-width: 370px; }
          .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-phrase {
            font-size: 22px;
            line-height: 145.4545454545%; }
          .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-text .wrap-text .text-author {
            font-size: 10px; }
      .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .left-photo {
        float: initial;
        width: 100%; }
      .cocktail-section .wrap-section .section-gallery .photo-rightext-level .wrap-level .right-photo {
        float: initial;
        width: 100%;
        margin-right: 0;
        padding-top: 15px; } }
@media (max-width: 567px) {
  .cocktail-section .wrap-section .section-intro {
    padding: 40px 0 30px; }
  .cocktail-section .wrap-section .section-gallery {
    padding: 25px; } }

.products-slider {
  padding-bottom: 100px; }
  .products-slider .products-header .header-title {
    padding: 30px 0 40px;
    border-top: 3px solid #063c27;
    font-family: "ProximaNova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #063c27;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    line-height: 1.3; }
  .products-slider .products-content .products-list {
    margin: 0 -25px; }
    .products-slider .products-content .products-list .slick-btn {
      top: calc(50% - 30px); }
      .products-slider .products-content .products-list .slick-btn.slick-prev {
        left: -30px; }
      .products-slider .products-content .products-list .slick-btn.slick-next {
        right: -30px; }
    .products-slider .products-content .products-list .product-card .wrap-card {
      padding: 0 25px; }
      .products-slider .products-content .products-list .product-card .wrap-card .product-img {
        width: 100%;
        height: auto; }
      .products-slider .products-content .products-list .product-card .wrap-card .wrap-text {
        border-top: 1px solid #cbcbcb;
        padding-top: 25px; }
        .products-slider .products-content .products-list .product-card .wrap-card .wrap-text .product-title {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #063c27;
          letter-spacing: 0.3em;
          line-height: 125%;
          text-transform: uppercase; }
        .products-slider .products-content .products-list .product-card .wrap-card .wrap-text .product-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 400;
          color: #303030;
          letter-spacing: 0.2em;
          line-height: 123.0769230769%;
          padding-top: 7px;
          text-transform: uppercase; }
  @media (max-width: 1391px) {
    .products-slider .products-content .products-list .slick-btn.slick-prev {
      left: -16px; }
    .products-slider .products-content .products-list .slick-btn.slick-next {
      right: -16px; } }
  @media (max-width: 1261px) {
    .products-slider .products-content .products-list {
      margin: 0 -12.5px; }
      .products-slider .products-content .products-list .slick-btn.slick-prev {
        left: -28px; }
      .products-slider .products-content .products-list .slick-btn.slick-next {
        right: -28px; }
      .products-slider .products-content .products-list .product-card .wrap-card {
        padding: 0 12.5px; } }
  @media (max-width: 767px) {
    .products-slider {
      padding-bottom: 70px; }
      .products-slider .products-header .header-title {
        font-size: 15px; }
      .products-slider .products-content .products-list .slick-btn {
        width: 25px;
        height: 25px; }
        .products-slider .products-content .products-list .slick-btn.slick-prev {
          left: -12px; }
          .products-slider .products-content .products-list .slick-btn.slick-prev:before {
            font-size: 17px; }
        .products-slider .products-content .products-list .slick-btn.slick-next {
          right: -12px; }
          .products-slider .products-content .products-list .slick-btn.slick-next:before {
            font-size: 17px; }
      .products-slider .products-content .products-list .product-card .wrap-card .wrap-text {
        padding-top: 15px; }
        .products-slider .products-content .products-list .product-card .wrap-card .wrap-text .product-title {
          font-size: 12px;
          letter-spacing: 0.2em;
          line-height: 108.3333333333%; }
        .products-slider .products-content .products-list .product-card .wrap-card .wrap-text .product-text {
          font-size: 11px;
          letter-spacing: 0.2em;
          line-height: 109.0909090909%; } }
  @media (max-width: 567px) {
    .products-slider {
      padding-bottom: 50px; }
      .products-slider .products-header .header-title {
        font-size: 14px;
        text-align: center; }
      .products-slider .products-content .products-list .product-card .wrap-card .wrap-text {
        text-align: center; } }

.experience-card .wrap-event {
  padding-top: 115px;
  padding-bottom: 30px;
  overflow: hidden; }
  .experience-card .wrap-event .event-info {
    float: right;
    width: 700px; }
    .experience-card .wrap-event .event-info .wrap-info {
      position: relative;
      padding-top: 75px;
      padding-left: 50px; }
      .experience-card .wrap-event .event-info .wrap-info .back-btn {
        position: absolute;
        top: 0;
        right: 0; }
      .experience-card .wrap-event .event-info .wrap-info .info-header {
        text-align: center; }
        .experience-card .wrap-event .event-info .wrap-info .info-header .info-tag {
          font-family: "ProximaNova", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #063c27;
          text-transform: uppercase;
          letter-spacing: 0.2em; }
        .experience-card .wrap-event .event-info .wrap-info .info-header .info-title {
          font-family: "ITCModern", serif;
          font-size: 80px;
          font-weight: 300;
          color: #303030;
          max-width: 90%;
          margin: 0 auto;
          padding: 20px 0 10px;
          line-height: 86.25%; }
        .experience-card .wrap-event .event-info .wrap-info .info-header .info-subtitle {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          color: #303030;
          text-transform: uppercase;
          letter-spacing: 0.2em; }
      .experience-card .wrap-event .event-info .wrap-info .info-content {
        padding-top: 55px; }
        .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element {
          position: relative;
          padding: 20px 0 20px 20px;
          border-top: 1px solid #CBCBCB;
          overflow: hidden; }
          .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element:before {
            content: '\e904';
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            font-family: 'icomoon';
            font-size: 10px;
            color: #063c27; }
          .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-title {
            float: left;
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: #303030;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
          .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-detail {
            float: right;
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: #063c27;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
            .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-detail.black {
              color: #303030; }
        .experience-card .wrap-event .event-info .wrap-info .info-content .reserve-event {
          padding: 20px 0;
          border-top: 1px solid #CBCBCB; }
          .experience-card .wrap-event .event-info .wrap-info .info-content .reserve-event .reserve-btn {
            background-color: #063c27; }
            .experience-card .wrap-event .event-info .wrap-info .info-content .reserve-event .reserve-btn .btn-main-link {
              color: #fff; }
        .experience-card .wrap-event .event-info .wrap-info .info-content .event-text {
          padding: 20px 0;
          border-top: 1px solid #CBCBCB; }
          .experience-card .wrap-event .event-info .wrap-info .info-content .event-text .event-description {
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #303030;
            line-height: 162.5%; }
  .experience-card .wrap-event .event-media {
    float: left;
    position: relative;
    width: calc(100% - 700px); }
    .experience-card .wrap-event .event-media.map-on .wrap-media .media-img {
      -webkit-transform: translateZ(0) translateX(-100%);
      -moz-transform: translateZ(0) translateX(-100%);
      -ms-transform: translateZ(0) translateX(-100%);
      -o-transform: translateZ(0) translateX(-100%);
      transform: translateZ(0) translateX(-100%); }
    .experience-card .wrap-event .event-media .wrap-media {
      position: relative;
      overflow: hidden;
      padding-top: 123%; }
      .experience-card .wrap-event .event-media .wrap-media .media-img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .experience-card .wrap-event .event-media .wrap-media .media-img .img {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: 50% 50%; }
      .experience-card .wrap-event .event-media .wrap-media .media-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .experience-card .wrap-event .event-media .wrap-media .media-map .event-map {
          width: 100%;
          height: 100%; }
    .experience-card .wrap-event .event-media .media-tabs {
      position: absolute;
      top: 100%;
      left: 0; }
      .experience-card .wrap-event .event-media .media-tabs .tab {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .experience-card .wrap-event .event-media .media-tabs .tab.active {
          background-color: #063c27; }
          .experience-card .wrap-event .event-media .media-tabs .tab.active .tab-text {
            color: #fff; }
        .experience-card .wrap-event .event-media .media-tabs .tab .tab-text {
          font-family: "ProximaNova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          color: #063c27;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          padding: 10px 32px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .experience-card .wrap-event .event-media .media-tabs .tab:hover {
            background-color: #063c27; }
            .experience-card .wrap-event .event-media .media-tabs .tab:hover .tab-text {
              color: #fff; } }
  .experience-card .wrap-event .event-socials {
    clear: both;
    width: 700px;
    margin: 0 0 0 auto; }
    .experience-card .wrap-event .event-socials .wrap-socials {
      padding-left: 50px; }
      .experience-card .wrap-event .event-socials .wrap-socials .socials-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #303030;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        padding: 25px 0;
        border-top: 1px solid #CBCBCB; }
      .experience-card .wrap-event .event-socials .wrap-socials .socials-list {
        font-size: 0;
        margin: 0 -12.5px; }
        .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element {
          display: inline-block;
          vertical-align: top;
          width: 33%;
          padding: 0 12.5px; }
          .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social {
            position: relative;
            border: 1px solid #063c27;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social:before {
              position: absolute;
              top: 50%;
              right: 10px;
              -webkit-transform: translateY(-50%) translateZ(0);
              -moz-transform: translateY(-50%) translateZ(0);
              -ms-transform: translateY(-50%) translateZ(0);
              -o-transform: translateY(-50%) translateZ(0);
              transform: translateY(-50%) translateZ(0);
              color: #063c27;
              font-family: 'icomoon';
              font-size: 14px;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.facebook:before {
              content: '\e910'; }
            @media (min-width: 971px) {
              .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.facebook:hover {
                background-color: #185b95; } }
            .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.twitter:before {
              content: '\e90f'; }
            @media (min-width: 971px) {
              .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.twitter:hover {
                background-color: #50b7f0; } }
            .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.google:before {
              content: '\e90e';
              font-size: 17px; }
            @media (min-width: 971px) {
              .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social.google:hover {
                background-color: #f03b20; } }
            .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social .social-text {
              font-family: "ProximaNova", sans-serif;
              font-size: 13px;
              font-weight: 600;
              color: #063c27;
              text-transform: uppercase;
              letter-spacing: 0.2em;
              padding: 10px;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
            @media (min-width: 971px) {
              .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social:hover {
                border-color: transparent;
                background-color: #063c27; }
                .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social:hover:before {
                  color: #fff; }
                .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social:hover .social-text {
                  color: #fff; } }
@media (max-width: 1261px) {
  .experience-card .wrap-event .event-info {
    float: left;
    width: calc(100% - 260px); }
    .experience-card .wrap-event .event-info .wrap-info {
      padding-left: 0;
      padding-right: 50px;
      padding-top: 0; }
      .experience-card .wrap-event .event-info .wrap-info .back-btn {
        -webkit-transform: translateX(100%) translateZ(0);
        -moz-transform: translateX(100%) translateZ(0);
        -ms-transform: translateX(100%) translateZ(0);
        -o-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0); }
  .experience-card .wrap-event .event-media {
    float: right;
    width: 260px;
    padding-top: 70px; }
    .experience-card .wrap-event .event-media .media-tabs .tab .tab-text {
      font-size: 10px;
      padding: 8px 20px; }
  .experience-card .wrap-event .event-socials {
    width: calc(100% - 260px);
    margin: 0 auto 0 0; }
    .experience-card .wrap-event .event-socials .wrap-socials {
      padding-left: 0;
      padding-right: 50px; }
      .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element {
        max-width: 175px; } }
@media (max-width: 969px) {
  .experience-card .wrap-event .event-info .wrap-info .info-header .info-title {
    font-size: 70px;
    line-height: 84.2857142857%; } }
@media (max-width: 767px) {
  .experience-card .wrap-event .event-info {
    float: initial;
    width: 100%; }
    .experience-card .wrap-event .event-info .wrap-info {
      padding-right: 0; }
      .experience-card .wrap-event .event-info .wrap-info .info-content {
        padding-top: 35px; }
  .experience-card .wrap-event .event-media {
    float: initial;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 35px; }
    .experience-card .wrap-event .event-media .media-tabs .tab .tab-text {
      font-size: 12px; }
  .experience-card .wrap-event .event-socials {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px; }
    .experience-card .wrap-event .event-socials .wrap-socials {
      padding-right: 0; }
      .experience-card .wrap-event .event-socials .wrap-socials .socials-list {
        margin: 0 -5px; }
        .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element {
          padding: 0 5px; }
          .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element .wrap-social .social-text {
            font-size: 12px; } }
@media (max-width: 567px) {
  .experience-card .wrap-event .event-info .wrap-info .info-header .info-tag {
    font-size: 14px; }
  .experience-card .wrap-event .event-info .wrap-info .info-header .info-title {
    font-size: 65px; }
  .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element {
    font-size: 0;
    padding: 20px 0 20px 15px; }
    .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-title {
      float: initial;
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      font-size: 12px;
      letter-spacing: 0.1em;
      padding-right: 5px; }
    .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-detail {
      float: initial;
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      font-size: 12px;
      letter-spacing: 0.1em;
      text-align: right;
      padding-left: 5px; }
  .experience-card .wrap-event .event-info .wrap-info .info-content .reserve-event {
    text-align: center; }
  .experience-card .wrap-event .event-info .wrap-info .info-content .event-text {
    text-align: center; }
    .experience-card .wrap-event .event-info .wrap-info .info-content .event-text .event-description {
      font-size: 15px; }
  .experience-card .wrap-event .event-media .media-tabs {
    width: 100%;
    text-align: center; }
  .experience-card .wrap-event .event-socials .wrap-socials {
    text-align: center; }
    .experience-card .wrap-event .event-socials .wrap-socials .socials-title {
      padding: 25px 0 15px; }
    .experience-card .wrap-event .event-socials .wrap-socials .socials-list {
      margin: 0 auto; }
      .experience-card .wrap-event .event-socials .wrap-socials .socials-list .social-element {
        display: block;
        width: 100%;
        margin: 10px auto; } }
@media (max-width: 374px) {
  .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-title {
    font-size: 11px; }
  .experience-card .wrap-event .event-info .wrap-info .info-content .info-list .info-element .wrap-element .element-detail {
    font-size: 11px; } }

.mazagine-intro .wrap-magazine {
  padding-top: 90px; }
  .mazagine-intro .wrap-magazine .magazine-head {
    padding: 50px 0 35px;
    text-align: center; }
    .mazagine-intro .wrap-magazine .magazine-head .head-title {
      font-family: "ITCModern", serif;
      font-size: 54px;
      font-weight: 300;
      color: #063c27; }
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter {
    padding-bottom: 30px;
    overflow: hidden; }
    .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
      float: left;
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #063c27;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      padding-top: 14px; }
    .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects {
      float: right;
      font-size: 0; }
      .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select {
        display: inline-block;
        vertical-align: top;
        width: 175px; }
        .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select:first-child {
          margin-right: 20px; }
        .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select.search .search-btn {
          position: absolute;
          top: 0;
          right: 0;
          background-color: transparent;
          border: none;
          width: 36px;
          height: 36px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select.search .search-btn:before {
            content: '\e93e';
            position: absolute;
            top: 50%;
            left: 50%;
            font-family: 'icomoon';
            font-size: 12px;
            color: #063c27;
            -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateX(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateX(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateX(-50%) translateZ(0);
            transform: translateY(-50%) translateX(-50%) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select.search .search-btn:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            width: 1px;
            height: 16px;
            background-color: #063c27; }
        @media (min-width: 971px) {
          .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select.search:hover .search-btn {
            background-color: #063c27; }
            .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select.search:hover .search-btn:before {
              color: #fff; } }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content {
    padding-top: 20px;
    border-top: 1px solid #063c27;
    font-size: 0; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
      display: inline-block;
      vertical-align: top;
      width: 455px;
      padding-right: 25px; }
      .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
        font-family: "ITCModern", serif;
        font-size: 70px;
        font-weight: 300;
        color: #303030;
        padding: 60px 0 70px;
        max-width: 90%;
        margin: 0 auto;
        text-align: center; }
      .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .date-detail {
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #303030;
        letter-spacing: 0.2em;
        line-height: 123.0769230769%;
        text-transform: uppercase;
        padding: 22px 0 18px;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB; }
      .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .text-detail {
        padding-top: 20px;
        font-family: "ITCModern", serif;
        font-size: 22px;
        font-weight: 300;
        color: #303030;
        line-height: 136.3636363636%; }
      .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .btn-more {
        margin-top: 20px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 455px);
      padding-top: 39%; }
      .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
@media (max-width: 1499px) {
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    width: 425px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
      font-size: 64px;
      line-height: 90.625%; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: calc(100% - 425px);
    padding-top: 40%; } }
@media (max-width: 1391px) {
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
    font-size: 15px;
    letter-spacing: 0.25em; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    width: 400px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
      padding: 40px 0 50px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .text-detail {
      font-size: 20px;
      line-height: 150%; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: calc(100% - 400px);
    padding-top: 40%; } }
@media (max-width: 1261px) {
  .mazagine-intro .wrap-magazine .magazine-head .head-title {
    font-size: 60px; }
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
    letter-spacing: 0.15em; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    width: 300px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
      padding: 0 0 20px;
      font-size: 28px;
      line-height: 132.1428571429%;
      max-width: inherit;
      text-align: left; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .text-detail {
      font-size: 16px;
      line-height: 162.5%; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: calc(100% - 300px); } }
@media (max-width: 969px) {
  .mazagine-intro .wrap-magazine .magazine-head {
    padding: 40px 0 35px; }
    .mazagine-intro .wrap-magazine .magazine-head .head-title {
      font-size: 52px; }
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
    display: block;
    text-align: center;
    float: initial;
    padding: 0 0 15px; }
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects {
    display: block;
    text-align: center;
    float: initial; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    width: 320px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
      padding: 0 0 15px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .date-detail {
      padding: 17px 0 12px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .text-detail {
      padding-top: 15px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .btn-more {
      margin-top: 15px; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: calc(100% - 320px); } }
@media (max-width: 767px) {
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
    font-size: 13px;
    letter-spacing: 0.1em; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    padding-right: 15px;
    width: 290px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .date-detail {
      font-size: 11px; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-details .text-detail {
      font-size: 14px;
      line-height: 164.2857142857%; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: calc(100% - 290px);
    padding-top: 52%; } }
@media (max-width: 567px) {
  .mazagine-intro .wrap-magazine .magazine-head {
    padding: 30px 0 25px; }
    .mazagine-intro .wrap-magazine .magazine-head .head-title {
      font-size: 42px; }
  .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter {
    padding-bottom: 20px; }
    .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .filter-title {
      line-height: 181.8181818182%;
      max-width: 280px;
      margin: 0 auto; }
    .mazagine-intro .wrap-magazine .magazine-filter .wrap-filter .wrap-selects .filter-select {
      margin: 0 20px 15px; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info {
    padding-right: 0;
    width: 100%;
    display: block; }
    .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-info .content-title {
      padding-top: 15px; }
  .mazagine-intro .wrap-magazine .magazine-content .wrap-content .content-img {
    width: 100%;
    display: block;
    padding-top: 69%; } }

.magazine-posts {
  padding-top: 60px; }
  .magazine-posts .wrap-posts {
    border-top: 1px solid #063c27; }
    .magazine-posts .wrap-posts .posts-list {
      position: relative;
      font-size: 0;
      margin: 0 -20px; }
      .magazine-posts .wrap-posts .posts-list:before {
        content: '';
        position: absolute;
        left: calc(33.33% - 1px);
        width: 1px;
        height: calc(100% - 20px);
        top: 20px;
        background-color: #063c27; }
      .magazine-posts .wrap-posts .posts-list:after {
        content: '';
        position: absolute;
        left: calc(66.66% - 1px);
        width: 1px;
        height: calc(100% - 20px);
        top: 20px;
        background-color: #063c27; }
      .magazine-posts .wrap-posts .posts-list .post-element {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 20px 0; }
        .magazine-posts .wrap-posts .posts-list .post-element:nth-child(1), .magazine-posts .wrap-posts .posts-list .post-element:nth-child(2), .magazine-posts .wrap-posts .posts-list .post-element:nth-child(3) {
          margin-top: 20px; }
          .magazine-posts .wrap-posts .posts-list .post-element:nth-child(1) .wrap-element, .magazine-posts .wrap-posts .posts-list .post-element:nth-child(2) .wrap-element, .magazine-posts .wrap-posts .posts-list .post-element:nth-child(3) .wrap-element {
            border-top: none;
            padding-top: 0; }
        .magazine-posts .wrap-posts .posts-list .post-element .wrap-element {
          padding-top: 20px;
          border-top: 1px solid #CBCBCB; }
          .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .wrap-img {
            position: relative;
            overflow: hidden; }
            .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .wrap-img .post-img {
              width: 100%;
              height: auto; }
            .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .wrap-img .img-tag {
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateZ(0) translateX(-50%) translateY(100%);
              -moz-transform: translateZ(0) translateX(-50%) translateY(100%);
              -ms-transform: translateZ(0) translateX(-50%) translateY(100%);
              -o-transform: translateZ(0) translateX(-50%) translateY(100%);
              transform: translateZ(0) translateX(-50%) translateY(100%);
              font-family: "ProximaNova", sans-serif;
              font-size: 13px;
              font-weight: 400;
              padding: 10px 25px;
              background-color: #063c27;
              color: #fff;
              text-transform: uppercase;
              will-change: transform;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              letter-spacing: 0.12em; }
          .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-title {
            padding: 20px 0 15px;
            font-family: "ITCModern", serif;
            font-size: 40px;
            font-weight: 300;
            color: #303030;
            letter-spacing: -0.05em;
            line-height: 105%; }
          .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-date {
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: #303030;
            letter-spacing: 0.2em;
            line-height: 123.0769230769%;
            text-transform: uppercase;
            padding: 22px 0 18px;
            border-top: 1px solid #CBCBCB;
            border-bottom: 1px solid #CBCBCB; }
          .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-text {
            padding-top: 20px;
            font-family: "ProximaNova", sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #303030;
            line-height: 162.5%;
            padding-bottom: 45px; }
        @media (min-width: 971px) {
          .magazine-posts .wrap-posts .posts-list .post-element:hover .wrap-element .wrap-img .img-tag {
            -webkit-transform: translateZ(0) translateX(-50%) translateY(0%);
            -moz-transform: translateZ(0) translateX(-50%) translateY(0%);
            -ms-transform: translateZ(0) translateX(-50%) translateY(0%);
            -o-transform: translateZ(0) translateX(-50%) translateY(0%);
            transform: translateZ(0) translateX(-50%) translateY(0%); } }
    .magazine-posts .wrap-posts .posts-pagination {
      padding-top: 50px; }
      .magazine-posts .wrap-posts .posts-pagination .wrap-pag {
        overflow: hidden;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB; }
        .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag {
          float: left; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn {
            padding-right: 40px; }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn:before {
              content: '\e314';
              left: 35px; }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn:after {
              left: 0;
              -webkit-transform: translateX(-100%) translateZ(0);
              -moz-transform: translateX(-100%) translateZ(0);
              -ms-transform: translateX(-100%) translateZ(0);
              -o-transform: translateX(-100%) translateZ(0);
              transform: translateX(-100%) translateZ(0); }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn .pag-text {
              padding-left: 80px; }
        .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag {
          float: right; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn {
            padding-left: 40px; }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn:before {
              content: '\e315';
              right: 35px; }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn:after {
              right: 0;
              -webkit-transform: translateX(100%) translateZ(0);
              -moz-transform: translateX(100%) translateZ(0);
              -ms-transform: translateX(100%) translateZ(0);
              -o-transform: translateX(100%) translateZ(0);
              transform: translateX(100%) translateZ(0); }
            .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn .pag-text {
              padding-right: 80px; }
        .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn .wrap-btn {
          position: relative;
          overflow: hidden;
          padding: 25px 0; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn .wrap-btn:before {
            position: absolute;
            z-index: 1;
            top: 50%;
            font-family: 'icomoon';
            font-size: 12px;
            color: #303030;
            -webkit-transform: translateY(-50%) translateZ(0);
            -moz-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
            -o-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn .wrap-btn .pag-text {
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: #303030;
            letter-spacing: 0.2em;
            line-height: 123.0769230769%;
            text-transform: uppercase;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn:hover.pre-pag .wrap-btn:before {
            -webkit-transform: translateY(-50%) translateZ(0) translateX(-20px);
            -moz-transform: translateY(-50%) translateZ(0) translateX(-20px);
            -ms-transform: translateY(-50%) translateZ(0) translateX(-20px);
            -o-transform: translateY(-50%) translateZ(0) translateX(-20px);
            transform: translateY(-50%) translateZ(0) translateX(-20px);
            color: #063c27; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn:hover.pre-pag .pag-text {
            color: #063c27;
            padding-left: 50px; }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn:hover.next-pag .wrap-btn:before {
            color: #063c27;
            -webkit-transform: translateY(-50%) translateZ(0) translateX(20px);
            -moz-transform: translateY(-50%) translateZ(0) translateX(20px);
            -ms-transform: translateY(-50%) translateZ(0) translateX(20px);
            -o-transform: translateY(-50%) translateZ(0) translateX(20px);
            transform: translateY(-50%) translateZ(0) translateX(20px); }
          .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn:hover.next-pag .pag-text {
            color: #063c27;
            padding-right: 50px; } }
  @media (max-width: 1391px) {
    .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-title {
      font-size: 34px;
      line-height: 108.8235294118%; }
    .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-text {
      font-size: 15px;
      line-height: 173.3333333333%; }
    .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn:before {
      left: 22px; }
    .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn .pag-text {
      padding-left: 60px; } }
@media (max-width: 1391px) and (min-width: 971px) {
  .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag:hover .wrap-btn:before {
    -webkit-transform: translateY(-50%) translateZ(0) translateX(-8px);
    -moz-transform: translateY(-50%) translateZ(0) translateX(-8px);
    -ms-transform: translateY(-50%) translateZ(0) translateX(-8px);
    -o-transform: translateY(-50%) translateZ(0) translateX(-8px);
    transform: translateY(-50%) translateZ(0) translateX(-8px); } }
  @media (max-width: 1391px) {
    .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn:before {
      right: 22px; }
    .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn .pag-text {
      padding-right: 60px; } }
@media (max-width: 1391px) and (min-width: 971px) {
  .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag:hover .wrap-btn:before {
    -webkit-transform: translateY(-50%) translateZ(0) translateX(8px);
    -moz-transform: translateY(-50%) translateZ(0) translateX(8px);
    -ms-transform: translateY(-50%) translateZ(0) translateX(8px);
    -o-transform: translateY(-50%) translateZ(0) translateX(8px);
    transform: translateY(-50%) translateZ(0) translateX(8px); } }

  @media (max-width: 1261px) {
    .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-title {
      font-size: 28px;
      line-height: 107.1428571429%; } }
  @media (max-width: 969px) {
    .magazine-posts .wrap-posts .posts-list:before {
      left: calc(50% - 1px); }
    .magazine-posts .wrap-posts .posts-list:after {
      display: none; }
    .magazine-posts .wrap-posts .posts-list .post-element {
      width: 50%; }
      .magazine-posts .wrap-posts .posts-list .post-element:nth-child(3) {
        margin-top: 0; }
        .magazine-posts .wrap-posts .posts-list .post-element:nth-child(3) .wrap-element {
          padding-top: 20px;
          border-top: 1px solid #CBCBCB; } }
  @media (max-width: 767px) {
    .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-date {
      font-size: 11px;
      letter-spacing: 0.1em; }
    .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-text {
      font-size: 14px;
      line-height: 164.2857142857%; } }
  @media (max-width: 567px) {
    .magazine-posts {
      padding-top: 35px; }
      .magazine-posts .wrap-posts .posts-list {
        margin: 0; }
        .magazine-posts .wrap-posts .posts-list:before {
          display: none; }
        .magazine-posts .wrap-posts .posts-list .post-element {
          width: 100%;
          padding: 20px 0 0; }
          .magazine-posts .wrap-posts .posts-list .post-element:nth-child(2) {
            margin-top: 0; }
            .magazine-posts .wrap-posts .posts-list .post-element:nth-child(2) .wrap-element {
              padding-top: 20px;
              border-top: 1px solid #063c27; }
          .magazine-posts .wrap-posts .posts-list .post-element:nth-child(3) .wrap-element {
            border-top: 1px solid #063c27; }
          .magazine-posts .wrap-posts .posts-list .post-element .wrap-element {
            border-top: 1px solid #063c27; }
            .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-text {
              padding-bottom: 35px; }
            .magazine-posts .wrap-posts .posts-list .post-element .wrap-element .post-date {
              font-size: 10px; }
      .magazine-posts .wrap-posts .posts-pagination {
        padding-top: 15px; }
        .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.pre-pag .wrap-btn .pag-text {
          display: none; }
        .magazine-posts .wrap-posts .posts-pagination .wrap-pag .pag-btn.next-pag .wrap-btn .pag-text {
          display: none; } }

.magazine-categories .wrap-categories {
  padding-bottom: 40px;
  padding-top: 30px;
  font-size: 0; }
  .magazine-categories .wrap-categories .categories-head {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .magazine-categories .wrap-categories .categories-head .head-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 162.5%;
      padding-top: 12px; }
  .magazine-categories .wrap-categories .categories-content {
    display: inline-block;
    vertical-align: top;
    width: 75%; }
    .magazine-categories .wrap-categories .categories-content .categories-list {
      font-size: 0;
      margin: 0 -20px 0 -10px; }
      .magazine-categories .wrap-categories .categories-content .categories-list .list-element {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 20px; }
        .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element {
          position: relative;
          padding: 18px 0;
          border-bottom: 1px solid #cbcbcb;
          overflow: hidden; }
          .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            background-color: #063c27;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element .element-text {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 20px);
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #303030;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element .element-number {
            display: inline-block;
            vertical-align: top;
            width: 20px;
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #303030;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          @media (min-width: 971px) {
            .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element:hover .element-text {
              color: #063c27; }
            .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element:hover .element-number {
              color: #063c27; }
            .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element:hover:after {
              width: 100%; } }
@media (max-width: 1261px) {
  .magazine-categories .wrap-categories .categories-head {
    width: 33.33%; }
  .magazine-categories .wrap-categories .categories-content {
    width: 66.66%; }
    .magazine-categories .wrap-categories .categories-content .categories-list .list-element {
      width: 50%; } }
@media (max-width: 969px) {
  .magazine-categories .wrap-categories .categories-head {
    width: 50%; }
  .magazine-categories .wrap-categories .categories-content {
    width: 50%; }
    .magazine-categories .wrap-categories .categories-content .categories-list {
      margin: 0; }
      .magazine-categories .wrap-categories .categories-content .categories-list .list-element {
        padding: 0 0 0 20px;
        width: 100%; } }
@media (max-width: 767px) {
  .magazine-categories .wrap-categories .categories-head {
    width: 100%;
    padding-bottom: 20px; }
    .magazine-categories .wrap-categories .categories-head .head-title {
      font-size: 14px; }
  .magazine-categories .wrap-categories .categories-content {
    width: 100%; }
    .magazine-categories .wrap-categories .categories-content .categories-list .list-element {
      padding: 0; }
      .magazine-categories .wrap-categories .categories-content .categories-list .list-element .wrap-element .element-text {
        font-size: 12px; } }

.half-page {
  padding-top: 70px; }
  .half-page .wrap-halfpage {
    position: relative;
    min-height: 100%;
    padding-bottom: 32px; }
    .half-page .wrap-halfpage .half-img {
      position: fixed;
      top: 67px;
      left: 0;
      bottom: 0;
      width: 50%;
      height: calc(100% - 99px);
      overflow: hidden; }
      .half-page .wrap-halfpage .half-img .half-slider {
        width: 100%;
        height: 100%; }
        .half-page .wrap-halfpage .half-img .half-slider .btn-slide-square {
          background-color: rgba(51, 51, 51, 0.6); }
          @media (min-width: 971px) {
            .half-page .wrap-halfpage .half-img .half-slider .btn-slide-square:hover {
              background-color: rgba(255, 255, 255, 0.6); } }
        .half-page .wrap-halfpage .half-img .half-slider .half-slide {
          position: relative;
          overflow: hidden; }
          .half-page .wrap-halfpage .half-img .half-slider .half-slide img {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: auto;
            height: 100%; }
      .half-page .wrap-halfpage .half-img .half-text-slider {
        position: absolute;
        pointer-events: none;
        max-width: 130px;
        left: 50%;
        bottom: 70px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .half-page .wrap-halfpage .half-img .half-text-slider .text-slide {
          text-align: center; }
          .half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-title {
            padding-bottom: 15px;
            border-bottom: 1px solid #fff;
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            color: #fff;
            letter-spacing: 0.05em;
            text-transform: uppercase; }
          .half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-subtitle {
            padding-top: 15px;
            font-family: "TradeGothic18", sans-serif;
            font-size: 15px;
            color: #fff;
            letter-spacing: 0.05em;
            text-transform: uppercase; }
    .half-page .wrap-halfpage .half-text {
      padding-left: 50%; }
      .half-page .wrap-halfpage .half-text .wrap-half-text {
        position: relative;
        padding: 120px 45px 0;
        max-width: calc(590px + 90px);
        margin: 0 auto; }
        .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end {
          position: relative;
          padding-top: 75px; }
          .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top {
            display: none;
            position: absolute;
            right: 20px;
            top: 50px;
            opacity: 0.5;
            width: 28px;
            height: 28px; }
            .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top:after {
              content: '\e316';
              font-family: 'icomoon';
              font-size: 10px; }
            .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top .top-text {
              position: absolute;
              top: -25px;
              left: 50%;
              -webkit-transform: translateX(-50%) translateZ(0);
              -moz-transform: translateX(-50%) translateZ(0);
              -ms-transform: translateX(-50%) translateZ(0);
              -o-transform: translateX(-50%) translateZ(0);
              transform: translateX(-50%) translateZ(0);
              font-family: "TradeGothic18", sans-serif;
              font-size: 13px;
              text-transform: uppercase;
              letter-spacing: 0.05em; }
          .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala {
            position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 135px;
            overflow: hidden; }
            .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala img {
              display: block;
              width: 340px;
              height: auto;
              margin: 0 auto;
              opacity: 0.5; }
  @media (max-width: 1499px) {
    .half-page .wrap-halfpage .half-text .wrap-half-text {
      padding: 120px 45px 0; } }
  @media (max-width: 1391px) {
    .half-page .wrap-halfpage .half-text .wrap-half-text {
      padding: 120px 90px 0; } }
  @media (max-width: 1261px) {
    .half-page .wrap-halfpage {
      height: auto; }
      .half-page .wrap-halfpage .half-img {
        position: relative;
        top: 0;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 490px;
        overflow: hidden; }
        .half-page .wrap-halfpage .half-img .half-slider .half-slide img {
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          height: 100%; }
        .half-page .wrap-halfpage .half-img .half-text-slider {
          bottom: 30px; }
      .half-page .wrap-halfpage .half-text {
        padding-left: 0;
        overflow: hidden;
        position: relative; }
        .half-page .wrap-halfpage .half-text .wrap-half-text {
          padding: 70px 45px 0; }
          .half-page .wrap-halfpage .half-text .wrap-half-text .back-mandala {
            width: 365px;
            height: 365px;
            top: 0;
            right: 50%;
            -webkit-transform: translateX(50%) translateY(-60%);
            -moz-transform: translateX(50%) translateY(-60%);
            -ms-transform: translateX(50%) translateY(-60%);
            -o-transform: translateX(50%) translateY(-60%);
            transform: translateX(50%) translateY(-60%); } }
  @media (max-width: 969px) {
    .half-page .wrap-halfpage {
      padding-bottom: 0; }
      .half-page .wrap-halfpage .half-img {
        height: 512px; }
      .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end {
        padding-top: 100px; }
        .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top {
          display: block; } }
  @media (max-width: 767px) {
    .half-page .wrap-halfpage .half-img {
      height: 360px; }
      .half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-title {
        padding-bottom: 0;
        border: none; }
      .half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-subtitle {
        display: none; }
    .half-page .wrap-halfpage .half-text .wrap-half-text {
      padding: 70px 40px 0; } }
  @media (max-width: 567px) {
    .half-page .wrap-halfpage .half-img {
      height: 440px; }
    .half-page .wrap-halfpage .half-text .wrap-half-text {
      padding: 35px 50px 0; }
      .half-page .wrap-halfpage .half-text .wrap-half-text .back-mandala {
        width: 255px;
        height: 255px; }
      .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top {
        right: 10px; }
      .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala {
        height: 80px; }
        .half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala img {
          width: 250px; } }
  @media (max-width: 374px) {
    .half-page .wrap-halfpage .half-img {
      height: 215px; }
    .half-page .wrap-halfpage .half-text .wrap-half-text {
      padding: 70px 25px 0; } }

.back-post {
  position: absolute;
  top: 30px;
  right: 45px;
  opacity: 0.5; }
  @media (min-width: 971px) {
    .back-post:hover {
      opacity: 1; } }
  @media (max-width: 1261px) {
    .back-post {
      display: none; } }

.wrap-post {
  position: relative;
  overflow: hidden; }
  .wrap-post .post-header {
    text-align: center;
    padding-bottom: 70px; }
    .wrap-post .post-header .post-title {
      max-width: 400px;
      margin: 0 auto;
      font-family: "ITCModern", serif;
      font-size: 45px;
      font-weight: 300;
      color: #303030;
      line-height: 108.5714285714%; }
    .wrap-post .post-header .wrap-subheader {
      max-width: 300px;
      margin: 0 auto; }
      .wrap-post .post-header .wrap-subheader .post-subtitle {
        display: inline-block;
        padding: 15px 0;
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #063c27;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        margin-bottom: 20px;
        padding-bottom: 2px;
        border-bottom: 2px solid #063c27; }
      .wrap-post .post-header .wrap-subheader .post-date {
        display: block;
        padding: 15px 0;
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #3C3C3C;
        text-transform: uppercase;
        letter-spacing: 0.15em; }
    @media (max-width: 1261px) {
      .wrap-post .post-header {
        padding-bottom: 30px; } }
    @media (max-width: 567px) {
      .wrap-post .post-header .post-title {
        font-size: 35px; } }
  .wrap-post .post-content {
    padding-right: 20px; }
    .wrap-post .post-content .content-title {
      text-align: center;
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      color: #063c27;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 187.5%; }
      .wrap-post .post-content .content-title:after {
        content: '';
        display: block;
        margin: 20px auto 5px;
        width: 20px;
        height: 1px;
        background-color: #063c27; }
    .wrap-post .post-content .backoffice-intro h2 {
      font-family: "ProximaNova", sans-serif !important;
      font-size: 16px !important;
      color: #3C3C3C !important;
      letter-spacing: 0.05em;
      line-height: 187.5%;
      padding: 15px 0 !important;
      margin: 0 !important;
      text-transform: uppercase !important; }
    .wrap-post .post-content .backoffice-intro h3 {
      font-family: "ProximaNova", sans-serif !important;
      font-size: 15px !important;
      color: #3C3C3C !important;
      letter-spacing: 0.05em;
      line-height: 193.3333333333%;
      padding: 15px 0 !important;
      margin: 0 !important;
      text-transform: uppercase !important; }
    .wrap-post .post-content .backoffice-intro h4 {
      font-family: "ProximaNova", sans-serif !important;
      font-size: 14px !important;
      color: #3C3C3C !important;
      letter-spacing: 0.05em;
      line-height: 200%;
      padding: 15px 0 !important;
      margin: 0 !important;
      text-transform: uppercase !important; }
    .wrap-post .post-content .backoffice-intro p, .wrap-post .post-content .backoffice-intro span {
      font-family: "ProximaNova", sans-serif !important;
      font-size: 16px !important;
      font-weight: 500;
	  text-align: justify;
      color: #3C3C3C !important;
      letter-spacing: 0.05em;
      line-height: 152.9411764706%;
      padding: 15px 0 !important;
      margin: 0 !important; }
    .wrap-post .post-content .backoffice-intro div {
      font-family: "ProximaNova", sans-serif !important;
      font-size: 16px !important;
      font-weight: 500;
      color: #3C3C3C !important;
      letter-spacing: 0.05em;
      line-height: 152.9411764706%; }
    .wrap-post .post-content .backoffice-intro img {
      width: 100% !important;
      height: auto !important;
      display: block !important;
      margin: 20px auto !important;
      max-width: initial !important;
      max-height: initial !important; }
    .wrap-post .post-content .end-post {
      padding-bottom: 45px; }
      .wrap-post .post-content .end-post:before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background-color: #063c27;
        margin: 20px 0; }
      .wrap-post .post-content .end-post .end-title {
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #3C3C3C;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        line-height: 117.6470588235%; }
      .wrap-post .post-content .end-post .end-subtitle {
        display: block;
        font-family: "ProximaNova", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #3C3C3C;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        line-height: 114.2857142857%;
        padding: 8px 0; }
    .wrap-post .post-content .post-socials {
      position: fixed;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #063c27;
        margin: 10px 0;
        -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          color: #063c27;
          font-size: 18px;
          -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
          transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon:hover {
            background-color: #063c27; }
            .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon:hover:before {
              color: #fff; } }
      .wrap-post .post-content .post-socials .wrap-socials .wrap-text {
        position: absolute;
        top: 100%;
        left: calc(50% - 60px);
        -webkit-transform: rotate(-90deg) translateX(-50%);
        -moz-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
        -o-transform: rotate(-90deg) translateX(-50%);
        transform: rotate(-90deg) translateX(-50%);
        font-size: 0;
        width: 120px;
        text-align: right; }
        .wrap-post .post-content .post-socials .wrap-socials .wrap-text .social-text {
          display: inline-block;
          vertical-align: middle;
          font-family: "ProximaNova", sans-serif;
          font-weight: 500;
          letter-spacing: 0.05em;
          font-size: 14px;
          font-weight: 400;
          color: #063c27; }
        .wrap-post .post-content .post-socials .wrap-socials .wrap-text:after {
          content: '';
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 15px;
          height: 1px;
          background-color: #063c27;
          margin-left: 15px; }
      @media (max-width: 1261px) {
        .wrap-post .post-content .post-socials {
          position: relative;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          top: auto;
          right: auto; }
          .wrap-post .post-content .post-socials .wrap-socials {
            font-size: 0;
            padding-bottom: 45px; }
            .wrap-post .post-content .post-socials .wrap-socials .wrap-text {
              width: auto;
              display: inline-block;
              vertical-align: middle;
              position: relative;
              top: auto;
              left: auto;
              -webkit-transform: none;
              -moz-transform: none;
              -ms-transform: none;
              -o-transform: none;
              transform: none; }
            .wrap-post .post-content .post-socials .wrap-socials .wrap-icons {
              display: inline-block;
              vertical-align: middle;
              margin-left: 5px; }
              .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon {
                display: inline-block;
                vertical-align: middle;
                margin: 0 10px; } }
      @media (max-width: 567px) {
        .wrap-post .post-content .post-socials .wrap-socials .wrap-text {
          display: none; }
        .wrap-post .post-content .post-socials .wrap-socials .wrap-icons {
          margin-left: 0; }
          .wrap-post .post-content .post-socials .wrap-socials .wrap-icons .social-icon:first-child {
            margin-left: 0; } }
    @media (max-width: 1261px) {
      .wrap-post .post-content {
        padding-right: 0; } }
  .wrap-post .wrap-categorias {
    padding: 45px 0;
    border-top: 2px solid #063c27;
    border-bottom: 2px solid #063c27; }
    .wrap-post .wrap-categorias .categorias-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      color: #063c27;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
    .wrap-post .wrap-categorias .categorias-list {
      padding-top: 30px;
      overflow: hidden;
      margin: 0 -25px; }
      .wrap-post .wrap-categorias .categorias-list .categorias-element {
        float: left;
        width: 50%;
        padding: 0 25px; }
        .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box {
          position: relative;
          overflow: hidden;
          padding: 18px 8px 15px 0;
          border-bottom: 1px solid #cbcbcb; }
          .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 1px;
            background-color: #063c27;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box .box-title {
            float: left;
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #3C3C3C;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            line-height: 115.3846153846%;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
          .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box .box-number {
            float: right;
            font-family: "ProximaNova", sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #3C3C3C;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            line-height: 115.3846153846%;
            -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
            transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .wrap-post .wrap-categorias .categorias-list .categorias-element:hover .wrap-box:before {
            width: 100%; }
          .wrap-post .wrap-categorias .categorias-list .categorias-element:hover .wrap-box .box-title {
            color: #063c27; }
          .wrap-post .wrap-categorias .categorias-list .categorias-element:hover .wrap-box .box-number {
            color: #063c27; } }
    @media (max-width: 969px) {
      .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box {
        padding-right: 0; }
        .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box .box-title {
          padding-top: 5px;
          max-width: calc(100% - 65px); }
        .wrap-post .wrap-categorias .categorias-list .categorias-element .wrap-box .box-number:after {
          content: '\e315';
          display: inline-block;
          padding: 5px 4px 4px 6px;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.5);
          font-family: 'icomoon';
          font-size: 10px;
          color: rgba(255, 255, 255, 0.5);
          margin-left: 15px; } }
    @media (max-width: 567px) {
      .wrap-post .wrap-categorias .categorias-list .categorias-element {
        width: 100%; } }
  .wrap-post .wrap-recomendados {
    padding: 45px 0 20px;
    border-bottom: 1px solid #CBCBCB; }
    .wrap-post .wrap-recomendados .module-title {
      font-family: "ProximaNova", sans-serif;
      font-size: 16px;
      color: #063c27;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
    .wrap-post .wrap-recomendados .recomendados-list {
      padding: 45px 0 0;
      margin: 0 -25px; }
      .wrap-post .wrap-recomendados .recomendados-list:before, .wrap-post .wrap-recomendados .recomendados-list:after {
        content: '';
        clear: both;
        display: block; }
      .wrap-post .wrap-recomendados .recomendados-list .recomendados-element {
        float: left;
        font-size: 0;
        width: 50%;
        padding: 0 25px; }
        .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-img {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          border-radius: 50%; }
          .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-img .recomendados-img {
            width: 100%;
            height: auto;
            object-fit: cover; }
        .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box {
          display: block; }
          .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head {
            padding: 10px 0 15px 0; }
            .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-title {
              font-family: "ITCModern", serif;
              font-size: 28px;
              color: #3C3C3C;
              font-weight: 300;
              line-height: 117.8571428571%;
              letter-spacing: -0.02em;
              padding-bottom: 15px; }
            .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-subtitle {
              display: block;
              font-family: "ProximaNova", sans-serif;
              font-size: 13px;
              color: #3C3C3C;
              font-weight: 500;
              text-transform: uppercase;
              line-height: 123.0769230769%;
              letter-spacing: 0.17em;
              padding-top: 10px;
              border-top: 1px solid #CBCBCB; }
          .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info {
            position: relative; }
            .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text {
              padding: 15px 0;
              display: inline-block;
              vertical-align: middle;
              font-family: "ProximaNova", sans-serif;
              font-weight: 500;
              font-size: 13px;
              color: #063c27;
              text-transform: uppercase;
              opacity: 0;
              line-height: 115.3846153846%;
              letter-spacing: 0.05em;
              -webkit-transform: translateX(-5px) translateZ(0);
              -moz-transform: translateX(-5px) translateZ(0);
              -ms-transform: translateX(-5px) translateZ(0);
              -o-transform: translateX(-5px) translateZ(0);
              transform: translateX(-5px) translateZ(0);
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
              .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text:after {
                content: '\e920';
                display: inline-block;
                vertical-align: middle;
                font-family: 'icomoon';
                font-size: 15px;
                opacity: 0;
                color: #063c27;
                -webkit-transform: translateX(0px) translateZ(0);
                -moz-transform: translateX(0px) translateZ(0);
                -ms-transform: translateX(0px) translateZ(0);
                -o-transform: translateX(0px) translateZ(0);
                transform: translateX(0px) translateZ(0);
                -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
                transition-delay: 0.3s; }
            .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 0%;
              height: 1px;
              background-color: #063c27;
              -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
              transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
        @media (min-width: 971px) {
          .wrap-post .wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info .info-text {
            opacity: 1;
            -webkit-transform: translateX(0px) translateZ(0);
            -moz-transform: translateX(0px) translateZ(0);
            -ms-transform: translateX(0px) translateZ(0);
            -o-transform: translateX(0px) translateZ(0);
            transform: translateX(0px) translateZ(0); }
            .wrap-post .wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info .info-text:after {
              -webkit-transform: translateX(10px) translateZ(0);
              -moz-transform: translateX(10px) translateZ(0);
              -ms-transform: translateX(10px) translateZ(0);
              -o-transform: translateX(10px) translateZ(0);
              transform: translateX(10px) translateZ(0);
              opacity: 1; }
          .wrap-post .wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info:before {
            width: 100%; } }
    @media (max-width: 1261px) {
      .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text {
        opacity: 1;
        -webkit-transform: translateX(0px) translateZ(0);
        -moz-transform: translateX(0px) translateZ(0);
        -ms-transform: translateX(0px) translateZ(0);
        -o-transform: translateX(0px) translateZ(0);
        transform: translateX(0px) translateZ(0); }
        .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text:after {
          -webkit-transform: translateX(10px) translateZ(0);
          -moz-transform: translateX(10px) translateZ(0);
          -ms-transform: translateX(10px) translateZ(0);
          -o-transform: translateX(10px) translateZ(0);
          transform: translateX(10px) translateZ(0);
          opacity: 1; }
      .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info:before {
        width: 100%; } }
    @media (max-width: 567px) {
      .wrap-post .wrap-recomendados .recomendados-list .recomendados-element {
        width: 100%;
        padding-bottom: 20px; }
        .wrap-post .wrap-recomendados .recomendados-list .recomendados-element:last-child {
          padding-bottom: 0; }
        .wrap-post .wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-title {
          font-size: 23px; } }
  .wrap-post .post-btn {
    float: right;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .wrap-post .post-btn {
        display: table;
        float: initial;
        margin: 40px auto 0; } }
  @media (max-width: 969px) {
    .wrap-post {
      padding-bottom: 40px; } }

/*# sourceMappingURL=main.css.map */
