/* Mixins and functions */
@-webkit-keyframes bookMenuGradientAnimation {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }
@keyframes bookMenuGradientAnimation {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

@-webkit-keyframes navigationMarker {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  75% {
    -webkit-transform: translate(-50%, -10%) rotate(-45deg);
            transform: translate(-50%, -10%) rotate(-45deg); }
  100% {
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
            transform: translate(-50%, 0%) rotate(-45deg); } }

@keyframes navigationMarker {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  75% {
    -webkit-transform: translate(-50%, -10%) rotate(-45deg);
            transform: translate(-50%, -10%) rotate(-45deg); }
  100% {
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
            transform: translate(-50%, 0%) rotate(-45deg); } }

@-webkit-keyframes homepageSlideAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes homepageSlideAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes homepageSlideBackgroundAnimation {
  0% {
    -webkit-transform: translate(-1%, -1%) scale(1.1);
            transform: translate(-1%, -1%) scale(1.1); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@keyframes homepageSlideBackgroundAnimation {
  0% {
    -webkit-transform: translate(-1%, -1%) scale(1.1);
            transform: translate(-1%, -1%) scale(1.1); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@-webkit-keyframes moreLinkAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(-49%, 0);
            transform: translate(-49%, 0); }
  25% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  70% {
    -webkit-transform: translate(-49%, 0);
            transform: translate(-49%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes moreLinkAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(-49%, 0);
            transform: translate(-49%, 0); }
  25% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  70% {
    -webkit-transform: translate(-49%, 0);
            transform: translate(-49%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@-webkit-keyframes changeTabsIn {
  0% {
    display: block; }
  15% { }
  50% { }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    opacity: 1; } }

@keyframes changeTabsIn {
  0% {
    display: block; }
  15% { }
  50% { }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes changeTabsOut {
  0% {
    display: block;
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
    opacity: 1; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes changeTabsOut {
  0% {
    display: block;
    -webkit-transform: translate(-1%, 0);
            transform: translate(-1%, 0);
    opacity: 1; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes windAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes windAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spinnerAnimationOut {
  0% {
    -webkit-transform: rotate(360deg) scale(0.6);
            transform: rotate(360deg) scale(0.6); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  100% {
    -webkit-transform: rotate(0deg) scale(0.6);
            transform: rotate(0deg) scale(0.6); } }

@keyframes spinnerAnimationOut {
  0% {
    -webkit-transform: rotate(360deg) scale(0.6);
            transform: rotate(360deg) scale(0.6); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  100% {
    -webkit-transform: rotate(0deg) scale(0.6);
            transform: rotate(0deg) scale(0.6); } }

.mfp-animation.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-animation.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-animation.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-animation.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
          transform: translate(-5%, 0); }

/* content animate it */
.mfp-animation.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

/* content animate out */
.mfp-animation.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
  opacity: 0; }

@-webkit-keyframes resumeFormFileError {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes resumeFormFileError {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#floatingCirclesG {
  position: relative;
  width: 160px;
  height: 160px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6); }

.f_circleG {
  position: absolute;
  background-color: white;
  height: 29px;
  width: 29px;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#frotateG_01 {
  left: 0;
  top: 65px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }

#frotateG_02 {
  left: 19px;
  top: 19px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#frotateG_03 {
  left: 65px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

#frotateG_04 {
  right: 19px;
  top: 19px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

#frotateG_05 {
  right: 0;
  top: 65px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

#frotateG_06 {
  right: 19px;
  bottom: 19px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

#frotateG_07 {
  left: 65px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

#frotateG_08 {
  left: 19px;
  bottom: 19px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

@keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-webkit-keyframes f_fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

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

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

body {
  overflow-x: hidden; }

.links-transition {
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear; }

select {
  padding-left: 5px;
  padding-right: 5px; }

input, textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  input:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #ffffff !important; }

a, .link-like {
  color: #00b9b5;
  border-bottom: 1px solid rgba(0, 185, 181, 0.33);
  -webkit-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear; }
  a:hover, .link-like:hover {
    color: #e01f3d;
    border-bottom: 1px solid rgba(224, 31, 61, 0.33); }
  a:focus, .link-like:focus {
    border-color: #00b9b5;
    outline: none; }
  a.border-span, .link-like.border-span {
    border-bottom: none; }
    a.border-span span, .link-like.border-span span {
      border-bottom: 1px solid rgba(0, 185, 181, 0.33); }
    a.border-span:hover, .link-like.border-span:hover {
      border-bottom: none; }
      a.border-span:hover span, .link-like.border-span:hover span {
        color: #e01f3d;
        border-bottom: 1px solid rgba(224, 31, 61, 0.33); }
  a.dotted-link, .link-like.dotted-link {
    border-bottom: 1px dotted rgba(0, 185, 181, 0.3); }
    a.dotted-link:hover, .link-like.dotted-link:hover {
      color: #e01f3d;
      border-bottom-color: rgba(224, 31, 61, 0.33); }

a:active, a:focus, button:active, button:focus {
  outline: none; }

p {
  padding-top: 0;
  margin-top: 0; }

table {
  border-collapse: collapse; }

.section-title, .page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  padding: 45px 0;
  margin: 0;
  font-weight: 300; }
  .section-title.section-top-title, .page-title.section-top-title {
    padding-top: 55px; }

.page-title {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.background-block {
  background: #f4f5f6; }

.background {
  background: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

input.date-picker {
  background-color: #fff;
  padding-right: 35px; }

.datepicker-wrap {
  position: relative; }
  .datepicker-wrap svg {
    position: absolute;
    width: 20px;
    height: 20px;
    fill: #8c9aae;
    right: 12px;
    top: 10px; }
  .datepicker-wrap label {
    margin: 0;
    cursor: pointer; }

.book-link {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 25px;
  font-size: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6c01+0,ff8702+100&0.9+0,0.9+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY2YzAxIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4NzAyIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 108, 1, 0.9)), color-stop(100%, rgba(255, 135, 2, 0.9)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(45deg, rgba(255, 108, 1, 0.9) 0%, rgba(255, 135, 2, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, rgba(255, 108, 1, 0.9) 0%, rgba(255, 135, 2, 0.9) 100%);
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: linear-gradient(45deg, rgba(255, 108, 1, 0.9) 0%, rgba(255, 135, 2, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ff6c01', endColorstr='#e6ff8702', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  letter-spacing: 5px;
  font-weight: 300; }
  .book-link:hover {
    opacity: 0.8;
    color: #fff; }

.active-button {
  display: block;
  color: #00b9b5;
  border: 1px solid #00b9b5;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
  margin: 15px; }
  .active-button:hover {
    color: #00b9b5;
    border-color: #00b9b5;
    opacity: 0.7; }

.text-content, .plan-page .text-info-block .text-wrap, .info-box.text-content, .plan-page .text-info-block .info-box.text-wrap {
  font-size: 15px;
  line-height: 1.5;
  color: #212121; }
  .text-content a[target="_blank"], .plan-page .text-info-block .text-wrap a[target="_blank"], .info-box.text-content a[target="_blank"], .plan-page .text-info-block .info-box.text-wrap a[target="_blank"] {
    margin-right: 17px;
    position: relative; }
    .text-content a[target="_blank"]:after, .plan-page .text-info-block .text-wrap a[target="_blank"]:after, .info-box.text-content a[target="_blank"]:after, .plan-page .text-info-block .info-box.text-wrap a[target="_blank"]:after {
      position: absolute;
      content: '';
      background-image: url("../images/icons/new-window-link.svg");
      background-position: center;
      bottom: 3px;
      height: 13px;
      right: -17px;
      width: 14px;
      background-size: 100% 100%; }
    .text-content a[target="_blank"]:hover:after, .plan-page .text-info-block .text-wrap a[target="_blank"]:hover:after, .info-box.text-content a[target="_blank"]:hover:after, .plan-page .text-info-block .info-box.text-wrap a[target="_blank"]:hover:after {
      background-image: url("../images/icons/new-window-link-red.svg"); }
  .text-content iframe, .plan-page .text-info-block .text-wrap iframe, .info-box.text-content iframe, .plan-page .text-info-block .info-box.text-wrap iframe {
    max-width: 100%; }
    @media (max-width: 760px) {
      .text-content iframe, .plan-page .text-info-block .text-wrap iframe, .info-box.text-content iframe, .plan-page .text-info-block .info-box.text-wrap iframe {
        height: auto; } }

.text-block {
  margin: 20px 0;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc; }

/* Inputs */
.styled-checkbox {
  /**
  * Template
  * <div class="styled-checkbox"><input type="checkbox"/><label></label></div>
  */
  padding-left: 30px;
  position: relative; }
  .styled-checkbox input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0; }
  .styled-checkbox label {
    position: relative;
    cursor: pointer; }
    .styled-checkbox label:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background: #00b9b5;
      border: 1px solid #00b9b5;
      border-radius: 2px;
      left: -20px;
      top: 3px; }
    .styled-checkbox label:after {
      content: '';
      position: absolute;
      opacity: 0;
      width: 0;
      height: 6px;
      background: transparent;
      border: 2px solid #fff;
      border-right: none;
      border-top: none;
      left: -17px;
      top: 12px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.1s all linear;
      -o-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .styled-checkbox input:checked + label:after {
    width: 10px;
    top: 6.5px;
    opacity: 1; }
  .styled-checkbox input[disabled] + label, .styled-checkbox input[disabled] label, .styled-checkbox[disabled] + label, .styled-checkbox[disabled] label {
    opacity: 0.5; }
  .styled-checkbox.big {
    padding-left: 30px;
    position: relative; }
    .styled-checkbox.big input {
      position: absolute;
      visibility: hidden;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0; }
    .styled-checkbox.big label {
      position: relative;
      cursor: pointer; }
      .styled-checkbox.big label:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #00b9b5;
        border: 1px solid #00b9b5;
        border-radius: 2px;
        left: -20px;
        top: 3px; }
      .styled-checkbox.big label:after {
        content: '';
        position: absolute;
        opacity: 0;
        width: 0;
        height: 6px;
        background: transparent;
        border: 2px solid #fff;
        border-right: none;
        border-top: none;
        left: -17px;
        top: 12px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.1s all linear;
        -o-transition: 0.1s all linear;
        transition: 0.1s all linear; }
    .styled-checkbox.big input:checked + label:after {
      width: 10px;
      top: 6.5px;
      opacity: 1; }
    .styled-checkbox.big input[disabled] + label, .styled-checkbox.big input[disabled] label, .styled-checkbox.big[disabled] + label, .styled-checkbox.big[disabled] label {
      opacity: 0.5; }

.styled-radio-button {
  position: relative;
  cursor: pointer; }
  .styled-radio-button input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
    .styled-radio-button input[type="radio"] + .radio-button-style-helper, .styled-radio-button input[type="radio"] + div .radio-button-style-helper {
      width: 16px;
      height: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16px;
              flex: 0 0 16px;
      border: 1px solid #95a2b5;
      border-radius: 16px;
      position: relative;
      -webkit-transition: 0.2s all ease 0.2s;
      -o-transition: 0.2s all ease 0.2s;
      transition: 0.2s all ease 0.2s; }
      .styled-radio-button input[type="radio"] + .radio-button-style-helper:after, .styled-radio-button input[type="radio"] + div .radio-button-style-helper:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 8px;
        top: 3px;
        left: 3px;
        background: #00b9b5;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease; }
    .styled-radio-button input[type="radio"]:checked + .radio-button-style-helper, .styled-radio-button input[type="radio"]:checked + div .radio-button-style-helper {
      border-color: #00b9b5; }
      .styled-radio-button input[type="radio"]:checked + .radio-button-style-helper:after, .styled-radio-button input[type="radio"]:checked + div .radio-button-style-helper:after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .styled-radio-button[disabled] {
    opacity: 0.5; }
  .styled-radio-button .radio-button-style-helper {
    cursor: pointer; }
  .styled-radio-button.left-side-button .radio-button-style-helper {
    margin-right: 10px;
    top: 3px; }

.has-white-styled-form-elements .styled-checkbox {
  padding-left: 30px;
  position: relative; }
  .has-white-styled-form-elements .styled-checkbox input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0; }
  .has-white-styled-form-elements .styled-checkbox label {
    position: relative;
    cursor: pointer; }
    .has-white-styled-form-elements .styled-checkbox label:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background: rgba(0, 0, 0, 0);
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 2px;
      left: -20px;
      top: 3px; }
    .has-white-styled-form-elements .styled-checkbox label:after {
      content: '';
      position: absolute;
      opacity: 0;
      width: 0;
      height: 6px;
      background: transparent;
      border: 2px solid #fff;
      border-right: none;
      border-top: none;
      left: -17px;
      top: 12px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.1s all linear;
      -o-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .has-white-styled-form-elements .styled-checkbox input:checked + label:after {
    width: 10px;
    top: 6.5px;
    opacity: 1; }
  .has-white-styled-form-elements .styled-checkbox input[disabled] + label, .has-white-styled-form-elements .styled-checkbox input[disabled] label, .has-white-styled-form-elements .styled-checkbox[disabled] + label, .has-white-styled-form-elements .styled-checkbox[disabled] label {
    opacity: 0.5; }

.has-white-styled-form-elements .styled-radio-button {
  position: relative;
  cursor: pointer; }
  .has-white-styled-form-elements .styled-radio-button input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
    .has-white-styled-form-elements .styled-radio-button input[type="radio"] + .radio-button-style-helper, .has-white-styled-form-elements .styled-radio-button input[type="radio"] + div .radio-button-style-helper {
      width: 16px;
      height: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16px;
              flex: 0 0 16px;
      border: 1px solid #fff;
      border-radius: 16px;
      position: relative;
      -webkit-transition: 0.2s all ease 0.2s;
      -o-transition: 0.2s all ease 0.2s;
      transition: 0.2s all ease 0.2s; }
      .has-white-styled-form-elements .styled-radio-button input[type="radio"] + .radio-button-style-helper:after, .has-white-styled-form-elements .styled-radio-button input[type="radio"] + div .radio-button-style-helper:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 8px;
        top: 3px;
        left: 3px;
        background: #fff;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease; }
    .has-white-styled-form-elements .styled-radio-button input[type="radio"]:checked + .radio-button-style-helper, .has-white-styled-form-elements .styled-radio-button input[type="radio"]:checked + div .radio-button-style-helper {
      border-color: #fff; }
      .has-white-styled-form-elements .styled-radio-button input[type="radio"]:checked + .radio-button-style-helper:after, .has-white-styled-form-elements .styled-radio-button input[type="radio"]:checked + div .radio-button-style-helper:after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .has-white-styled-form-elements .styled-radio-button[disabled] {
    opacity: 0.5; }
  .has-white-styled-form-elements .styled-radio-button .radio-button-style-helper {
    cursor: pointer; }
  .has-white-styled-form-elements .styled-radio-button.left-side-button .radio-button-style-helper {
    margin-right: 10px;
    top: 3px; }

.styled-select-wrap {
  position: relative;
  border: 1px solid #cad3df; }
  .styled-select-wrap .select-styled-view {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000;
    z-index: 1; }
    .styled-select-wrap .select-styled-view span {
      position: absolute;
      top: 50%;
      left: 7px;
      right: 35px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .styled-select-wrap .select-styled-view option {
      padding-right: 35px; }
    .styled-select-wrap .select-styled-view:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      width: 35px;
      border-left: 1px solid #cad3df; }
    .styled-select-wrap .select-styled-view:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #000 transparent transparent transparent;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      opacity: 0.5;
      right: 12px;
      top: 50%; }
  .styled-select-wrap select {
    position: relative;
    border: 1px solid #000;
    cursor: pointer;
    min-width: 130px;
    z-index: 3; }
    .styled-select-wrap select:hover + .select-styled-view:after {
      opacity: 0.3; }

.items-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -5px; }
  .items-grid:last-child {
    margin-bottom: 50px; }
  .items-grid > div {
    width: 25%;
    position: relative;
    padding: 5px 5px; }
    @media all and (max-width: 960px) {
      .items-grid > div {
        width: 33%; } }
    @media all and (max-width: 800px) {
      .items-grid > div {
        width: 50%; } }
    @media all and (max-width: 480px) {
      .items-grid > div {
        width: 100%; }
        .items-grid > div img {
          width: 100%;
          height: auto; } }
  .items-grid.grid50 > div {
    width: 50%; }
  .items-grid img {
    display: block; }
  .items-grid .grid-item-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 5px 20px 20px;
    color: #fff;
    opacity: 0.5;
    font-size: 21px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    .items-grid .grid-item-title span {
      margin: 10px 0 0 0;
      display: block;
      font-size: 14px;
      position: absolute;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .items-grid a {
    display: block;
    position: relative;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    min-height: 200px;
    background-color: #f1f1f1; }
    .items-grid a:hover .grid-item-title {
      opacity: 1; }
      .items-grid a:hover .grid-item-title span {
        position: relative;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }

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

/* Tabs buttons */
.tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs-buttons .tab-button {
    font-size: 16px;
    color: #00b9b5;
    border: 1px solid rgba(0, 185, 181, 0.33);
    border-right: none;
    background: #fff;
    display: block;
    padding: 10px 35px;
    margin-bottom: 35px;
    cursor: pointer; }
    .tabs-buttons .tab-button:first-child {
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px; }
    .tabs-buttons .tab-button:last-child {
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px;
      border-right: 1px solid rgba(0, 185, 181, 0.33); }
    .tabs-buttons .tab-button.active {
      background: #00b9b5;
      color: #fff; }
    .tabs-buttons .tab-button:hover {
      background: #75d9d7;
      color: #fff; }
    .tabs-buttons .tab-button.active:hover {
      cursor: default;
      background: #00b9b5; }

.rounded-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0; }
  .rounded-tabs .tabs-buttons {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .rounded-tabs .tab-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    font-size: 15px;
    color: #00b9b5;
    font-weight: 500;
    background: #fff;
    padding: 15px 25px;
    white-space: nowrap;
    border: none;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2;
    min-width: 175px; }
    .rounded-tabs .tab-button:first-child {
      padding-left: 65px;
      border-bottom-left-radius: 40px;
      border-top-left-radius: 40px;
      text-align: right; }
    .rounded-tabs .tab-button:last-child {
      padding-right: 65px;
      border: none;
      border-bottom-right-radius: 40px;
      border-top-right-radius: 40px; }
    .rounded-tabs .tab-button.active {
      background: #fcfcfc;
      color: #3e3e3e; }
      .rounded-tabs .tab-button.active:hover {
        background: #fcfcfc; }
  @media all and (max-width: 470px) {
    .rounded-tabs .tabs-buttons {
      width: 100%; }
    .rounded-tabs .tab-button {
      width: auto;
      min-width: 0;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
      .rounded-tabs .tab-button:first-child {
        padding-left: 5px;
        text-align: center; }
      .rounded-tabs .tab-button:last-child {
        text-align: center;
        padding-right: 5px; } }

.section-title, .page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  padding: 45px 0;
  margin: 0;
  font-weight: 300;
  line-height: 1; }
  .section-title.section-top-title, .page-title.section-top-title {
    padding-top: 55px; }

/* Tabs */
.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }
  .tab-content.active.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.module-title, .plan-page .container .page-title {
  font-size: 36px;
  padding: 35px 0 40px 0;
  margin: 0; }

.module-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 0 0 0;
  margin-bottom: 40px; }
  .module-title-wrap .module-title, .module-title-wrap .plan-page .container .page-title, .plan-page .container .module-title-wrap .page-title {
    padding: 0; }
  .module-title-wrap .more-items {
    position: absolute;
    right: 15px;
    bottom: 0; }
  @media all and (max-width: 850px) {
    .module-title-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .module-title-wrap .more-items {
        position: static;
        padding-top: 10px; } }

.lined-title {
  font-size: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  font-weight: 400; }
  .lined-title span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #212121; }
    .lined-title span:after, .lined-title span:before {
      content: '';
      position: absolute;
      height: 1px;
      background: #d6dde9;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .lined-title span:before {
      right: 100%;
      left: -1000%; }
    .lined-title span:after {
      left: 100%;
      right: -1000%; }

.icon-delete {
  width: 8px;
  height: 8px;
  position: relative;
  cursor: pointer; }
  .icon-delete:before {
    content: '';
    position: absolute;
    width: 2px;
    left: 0;
    height: 100%;
    background: #95a2b5;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-delete:after {
    content: '';
    position: absolute;
    width: 2px;
    left: 0;
    height: 100%;
    background: #95a2b5;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-delete:hover {
    opacity: 0.7; }

.responsive-table-wrap {
  position: relative; }
  @media all and (max-width: 1024px) {
    .responsive-table-wrap {
      overflow-x: auto;
      margin: 0 -20px; } }
  .responsive-table-wrap table th:first-child, .responsive-table-wrap table td:first-child {
    padding-left: 25px; }

.styled-table, .print-order .info-box .order-table, .table {
  background: #f8f8f8;
  width: 100%;
  text-align: left;
  color: #212121;
  border-radius: 6px;
  overflow: hidden; }
  .styled-table tr, .print-order .info-box .order-table tr, .table tr {
    /*&:last-child {
      color: #95a3bc;
    }*/ }
    .styled-table tr:first-child h1, .print-order .info-box .order-table tr:first-child h1, .styled-table tr:first-child h2, .print-order .info-box .order-table tr:first-child h2, .styled-table tr:first-child h3, .print-order .info-box .order-table tr:first-child h3, .styled-table tr:first-child h4, .print-order .info-box .order-table tr:first-child h4, .styled-table tr:first-child h5, .print-order .info-box .order-table tr:first-child h5, .styled-table tr:first-child h6, .print-order .info-box .order-table tr:first-child h6, .table tr:first-child h1, .table tr:first-child h2, .table tr:first-child h3, .table tr:first-child h4, .table tr:first-child h5, .table tr:first-child h6 {
      font-size: 18px;
      margin: 0; }
    .styled-table tr:hover, .print-order .info-box .order-table tr:hover, .table tr:hover {
      background: #eceff3; }
    .styled-table tr:last-child td, .print-order .info-box .order-table tr:last-child td, .table tr:last-child td {
      border-bottom: none; }
  .styled-table thead th, .print-order .info-box .order-table thead th, .table thead th {
    background: #afd7f4;
    color: #fff;
    font-size: 18px; }
  .styled-table th, .print-order .info-box .order-table th, .table th {
    padding: 20px 0 20px 20px; }
    .styled-table th:last-child, .print-order .info-box .order-table th:last-child, .table th:last-child {
      padding-right: 10px; }
  .styled-table th, .print-order .info-box .order-table th, .styled-table td, .print-order .info-box .order-table td, .table th, .table td {
    border-bottom: 1px solid #eceff3; }
    .styled-table th[align="left"], .print-order .info-box .order-table th[align="left"], .styled-table td[align="left"], .print-order .info-box .order-table td[align="left"], .table th[align="left"], .table td[align="left"] {
      text-align: left; }
    .styled-table th[align="right"], .print-order .info-box .order-table th[align="right"], .styled-table td[align="right"], .print-order .info-box .order-table td[align="right"], .table th[align="right"], .table td[align="right"] {
      text-align: right; }
    .styled-table th[align="center"], .print-order .info-box .order-table th[align="center"], .styled-table td[align="center"], .print-order .info-box .order-table td[align="center"], .table th[align="center"], .table td[align="center"] {
      text-align: center; }
  .styled-table td, .print-order .info-box .order-table td, .table td {
    color: #212121;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #d6dde9;
    background: #f9fcfe; }
    .styled-table td:last-child, .print-order .info-box .order-table td:last-child, .table td:last-child {
      padding-right: 10px; }
  .styled-table a.download, .print-order .info-box .order-table a.download, .table a.download {
    position: relative;
    margin-left: 25px; }
    .styled-table a.download svg, .print-order .info-box .order-table a.download svg, .table a.download svg {
      position: absolute;
      left: -25px;
      top: 0;
      width: 16px;
      height: 20px;
      fill: #95a3bc;
      vertical-align: middle;
      margin-right: 10px; }

.top-background {
  min-height: 208px;
  width: 100%;
  background-size: cover;
  background-color: #123e77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .top-background > * {
    position: relative;
    z-index: 3; }
  .top-background .top-page-header {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 54px;
    text-align: center;
    margin: 10px auto;
    font-weight: 500;
    line-height: 1.2; }
  .top-background .crumbs-wrap {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px; }
  .top-background .crumbs {
    margin: 0; }
    .top-background .crumbs a, .top-background .crumbs .crumb-arrow {
      color: #fff; }
  .top-background .background {
    position: absolute;
    background-color: #00b9b5;
    background-position: center bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1; }
  @media all and (max-width: 720px) {
    .top-background {
      height: auto;
      min-height: 150px;
      padding: 15px 10px 60px; }
      .top-background .top-page-header {
        font-size: 20px; } }

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-grid.center-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .flex-grid.center-items .column {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
  .flex-grid.columns-margin-10 .column > div {
    margin-left: 10px;
    margin-right: 10px; }
  .flex-grid.columns-margin-15 .column > div {
    margin-left: 15px;
    margin-right: 15px; }
  .flex-grid .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .flex-grid .column > div {
      height: 100%; }
    .flex-grid .column:first-child, .flex-grid .column:first-child > div {
      margin-left: 0; }
    .flex-grid .column:last-child, .flex-grid .column:last-child > div {
      margin-right: 0; }
  @media all and (max-width: 850px) {
    .flex-grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media all and (max-width: 520px) {
    .flex-grid .column {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 0 100% !important;
              flex: 1 0 100% !important;
      margin: 0 0 15px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .flex-grid .column > div {
        width: 100%;
        margin: 0; }
      .flex-grid .column:last-child {
        margin-bottom: 0; }
        .flex-grid .column:last-child a {
          margin-bottom: 0; }
    .flex-grid.columns-margin-10 .column > div, .flex-grid.columns-margin-15 .column > div {
      margin: 0; } }

.info-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #212121;
  border-radius: 6px; }
  .info-box:last-child {
    margin-bottom: 0; }
  .info-box.no-margin-bottom {
    margin-bottom: 0; }

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .content-columns .info-blocks {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .content-columns .info-blocks .info-box {
      width: 100%; }
  .content-columns .right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 277px;
            flex: 0 0 277px;
    margin-left: 20px; }
    .content-columns .right-column .widget-block {
      opacity: 0.8;
      margin-bottom: 20px;
      overflow: hidden; }
      .content-columns .right-column .widget-block:hover {
        opacity: 1;
        overflow: hidden; }
  .content-columns .info-box {
    padding: 0; }
  @media all and (max-width: 760px) {
    .content-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content-columns .right-column {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .content-columns .right-column .widget-block {
          max-width: 275px;
          margin: 30px 15px; } }

.text-message-container {
  padding: 50px 0;
  font-size: 16px;
  color: #212121; }
  .text-message-container .message-header {
    padding: 0;
    margin: 0 0 15px 0; }
  .text-message-container .message-text {
    margin-bottom: 50px; }

.show-on-mobile {
  display: none !important; }
  @media all and (max-width: 720px) {
    .show-on-mobile {
      display: none !important; } }

@media all and (max-width: 720px) {
  .hide-on-mobile {
    display: none !important; } }

.vertical-padding-block {
  padding: 50px 0; }

.form-group {
  margin-bottom: 10px; }

.form-control {
  width: 100%;
  height: 42px;
  border: 1px solid #d6deea;
  padding: 0 20px;
  margin: 0 0 10px 0;
  color: #3e3e3e; }
  .form-control:focus {
    outline: none;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    border-color: #00b9b5; }
  .form-control.error {
    border-color: #ff564e; }

.bukovel-popup {
  background: #fff;
  padding: 30px;
  width: 50vw;
  margin: auto;
  min-width: 300px; }

/* Gmaps fix */
.gmnoprint img {
  max-width: none; }

.round-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .round-info-icon svg {
    fill: #fff;
    width: 33px;
    height: 33px; }
  .round-info-icon.round-phone-icon svg {
    fill: #52e791; }
  .round-info-icon.round-mail-icon svg {
    fill: #5c92ff; }
  .round-info-icon.round-link-icon svg {
    fill: #5cbcff; }

@media all and (max-width: 850px) {
  .section-title, .page-title, .module-title, .plan-page .container .page-title {
    font-size: 24px; }
  .page-title {
    padding: 15px 0; }
  .section-title {
    padding: 35px 15px;
    line-height: normal; }
  .info-box {
    margin-bottom: 20px; } }

.lazy.lazy-animated {
  -webkit-filter: blur(5px) !important;
          filter: blur(5px) !important;
  -webkit-transition: 0.5s all ease-in-out !important;
  -o-transition: 0.5s all ease-in-out !important;
  transition: 0.5s all ease-in-out !important;
  opacity: 0; }
  .lazy.lazy-animated.loaded {
    opacity: 1;
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important; }

.skipass-prices-table-container {
  margin-bottom: 20px; }
  @media all and (max-width: 1400px) {
    .skipass-prices-table-container {
      overflow-x: scroll;
      width: 100%; } }

.skipass-price-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (max-width: 1500px) {
    .skipass-price-container {
      max-width: none;
      padding: 0 20px 0 150px; }
      .skipass-price-container table {
        width: 100%; } }
  @media (max-width: 760px) {
    .skipass-price-container {
      padding: 0 20px; } }

table.skipass-prices-table {
  background-color: #ca233d;
  margin-bottom: 20px; }
  table.skipass-prices-table h1, table.skipass-prices-table h2, table.skipass-prices-table h3, table.skipass-prices-table h4, table.skipass-prices-table h5, table.skipass-prices-table h6 {
    font-weight: bold;
    margin: 0;
    font-size: 20px; }
  table.skipass-prices-table th {
    font-weight: bold; }
  table.skipass-prices-table td, table.skipass-prices-table th {
    padding: 15px;
    font-size: 14px; }
    table.skipass-prices-table td:first-child, table.skipass-prices-table th:first-child {
      color: #444444;
      text-align: left; }
    table.skipass-prices-table td:nth-child(2)[colspan="3"], table.skipass-prices-table td:nth-child(2), table.skipass-prices-table td:nth-child(4), table.skipass-prices-table th:nth-child(2)[colspan="3"], table.skipass-prices-table th:nth-child(2), table.skipass-prices-table th:nth-child(4) {
      background-color: #FEF7E5; }
    table.skipass-prices-table td:nth-child(3), table.skipass-prices-table th:nth-child(3) {
      background-color: #F7F0DE;
      color: #444444; }
    table.skipass-prices-table td:nth-child(3)[colspan="3"], table.skipass-prices-table td:nth-child(5), table.skipass-prices-table td:nth-child(6), table.skipass-prices-table td:nth-child(7), table.skipass-prices-table th:nth-child(3)[colspan="3"], table.skipass-prices-table th:nth-child(5), table.skipass-prices-table th:nth-child(6), table.skipass-prices-table th:nth-child(7) {
      background-color: #FFE5E4; }
    table.skipass-prices-table td:nth-child(6), table.skipass-prices-table th:nth-child(6) {
      background-color: #F6DEDF;
      color: #444444; }
    table.skipass-prices-table td:nth-child(4)[colspan="3"], table.skipass-prices-table td:nth-child(8), table.skipass-prices-table td:nth-child(10), table.skipass-prices-table th:nth-child(4)[colspan="3"], table.skipass-prices-table th:nth-child(8), table.skipass-prices-table th:nth-child(10) {
      background-color: #E1ECFD; }
    table.skipass-prices-table td:nth-child(9), table.skipass-prices-table th:nth-child(9) {
      background-color: #DAE5F5;
      color: #444444; }
    table.skipass-prices-table td:nth-child(5)[colspan="3"], table.skipass-prices-table td:nth-child(11), table.skipass-prices-table td:nth-child(13), table.skipass-prices-table th:nth-child(5)[colspan="3"], table.skipass-prices-table th:nth-child(11), table.skipass-prices-table th:nth-child(13) {
      background-color: #E3CCF1; }
    table.skipass-prices-table td:nth-child(12), table.skipass-prices-table th:nth-child(12) {
      background-color: #DCC5E8;
      color: #444444; }
  table.skipass-prices-table tr:first-child td, table.skipass-prices-table tr:first-child th {
    text-align: center;
    font-size: 20px; }
    table.skipass-prices-table tr:first-child td:first-child, table.skipass-prices-table tr:first-child th:first-child {
      border-bottom: 1px solid #e0e0e0; }
  table.skipass-prices-table tr:first-child, table.skipass-prices-table tr:nth-child(2) {
    background-color: #fff;
    text-align: center; }
    table.skipass-prices-table tr:first-child h1, table.skipass-prices-table tr:first-child h2, table.skipass-prices-table tr:first-child h3, table.skipass-prices-table tr:first-child h4, table.skipass-prices-table tr:first-child h5, table.skipass-prices-table tr:first-child h6, table.skipass-prices-table tr:nth-child(2) h1, table.skipass-prices-table tr:nth-child(2) h2, table.skipass-prices-table tr:nth-child(2) h3, table.skipass-prices-table tr:nth-child(2) h4, table.skipass-prices-table tr:nth-child(2) h5, table.skipass-prices-table tr:nth-child(2) h6 {
      text-align: center; }
  table.skipass-prices-table tr:nth-child(2) td {
    font-weight: bold;
    font-size: 17px;
    color: #514F4A; }
  table.skipass-prices-table tr:nth-child(3) {
    color: #212121; }
    table.skipass-prices-table tr:nth-child(3) td {
      -webkit-box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.05) inset;
              box-shadow: 0 0 10px 100px rgba(0, 0, 0, 0.05) inset;
      border-bottom: none;
      text-align: center; }
      table.skipass-prices-table tr:nth-child(3) td:first-child {
        text-align: left;
        background-color: #f6f6f6; }
  table.skipass-prices-table tr:nth-child(n+4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    table.skipass-prices-table tr:nth-child(n+4) td {
      text-align: right;
      font-weight: bold;
      white-space: nowrap; }
      table.skipass-prices-table tr:nth-child(n+4) td:first-child {
        text-align: left;
        background-color: #f6f6f6;
        font-weight: bold;
        font-size: 16px; }
    table.skipass-prices-table tr:nth-child(n+4).selected {
      opacity: 0.85;
      border-bottom-color: transparent; }
  table.skipass-prices-table tr:last-child {
    border-bottom-color: #f2f2f2; }
  table.skipass-prices-table.mobile h1, table.skipass-prices-table.mobile h2, table.skipass-prices-table.mobile h3, table.skipass-prices-table.mobile h4, table.skipass-prices-table.mobile h5, table.skipass-prices-table.mobile h6 {
    font-weight: 500;
    font-size: 12px; }
  table.skipass-prices-table.mobile td, table.skipass-prices-table.mobile th {
    font-weight: normal;
    font-size: 12px;
    padding: 5px; }
  table.skipass-prices-table.mobile tr:nth-child(n+4) td:first-child {
    max-width: 40vw;
    min-width: 35vw;
    font-size: 12px;
    font-weight: normal;
    white-space: normal; }
  table.skipass-prices-table.mobile tr:first-child td, table.skipass-prices-table.mobile tr:first-child th {
    font-size: 14px; }
  table.skipass-prices-table.mobile tr:nth-child(2) td {
    font-size: 12px;
    font-weight: normal; }

.action-button, .print-order .info-box .order-button, .plan-page .text-info-block .more-wrap .more {
  background: #ff1744;
  font-size: 14px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  padding: 9px 33px;
  border-radius: 20px;
  letter-spacing: 1.3px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  cursor: pointer; }
  .action-button.text-style-2, .print-order .info-box .text-style-2.order-button, .plan-page .text-info-block .more-wrap .text-style-2.more {
    letter-spacing: normal;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px; }
    .action-button.text-style-2:hover, .print-order .info-box .text-style-2.order-button:hover, .plan-page .text-info-block .more-wrap .text-style-2.more:hover {
      color: #fff;
      opacity: 0.8;
      border: none; }
  .action-button:hover, .print-order .info-box .order-button:hover, .plan-page .text-info-block .more-wrap .more:hover {
    color: #fff;
    opacity: 0.8;
    border: none; }
  .action-button.disabled, .print-order .info-box .disabled.order-button, .plan-page .text-info-block .more-wrap .disabled.more, .action-button[disabled], .print-order .info-box .order-button[disabled], .plan-page .text-info-block .more-wrap .more[disabled] {
    opacity: 0.5;
    cursor: default; }
  .action-button.transparent, .print-order .info-box .transparent.order-button, .plan-page .text-info-block .more-wrap .transparent.more {
    background: transparent;
    color: #ff1744;
    border: 1px solid #ff1744; }
    .action-button.transparent:hover, .print-order .info-box .transparent.order-button:hover, .plan-page .text-info-block .more-wrap .transparent.more:hover {
      color: #fff;
      opacity: 1;
      background: #ff1744; }
  .action-button.style2, .print-order .info-box .style2.order-button, .plan-page .text-info-block .more-wrap .style2.more {
    background: #00b9b5; }
    .action-button.style2:hover, .print-order .info-box .style2.order-button:hover, .plan-page .text-info-block .more-wrap .style2.more:hover {
      opacity: 1;
      background: #07858a;
      color: #fff;
      border: none; }
    .action-button.style2.transparent, .print-order .info-box .style2.transparent.order-button, .plan-page .text-info-block .more-wrap .style2.transparent.more {
      background: transparent;
      color: #00b9b5;
      border: 1px solid #00b9b5; }
      .action-button.style2.transparent:hover, .print-order .info-box .style2.transparent.order-button:hover, .plan-page .text-info-block .more-wrap .style2.transparent.more:hover {
        color: #fff;
        background: #00b9b5; }
  .action-button:focus, .print-order .info-box .order-button:focus, .plan-page .text-info-block .more-wrap .more:focus, .action-button:active, .print-order .info-box .order-button:active, .plan-page .text-info-block .more-wrap .more:active {
    outline: none; }
  @media all and (max-width: 720px) {
    .action-button, .print-order .info-box .order-button, .plan-page .text-info-block .more-wrap .more {
      font-size: 14px;
      padding: 3px 20px;
      letter-spacing: 3px;
      font-weight: 500; } }
  @media all and (max-width: 520px) {
    .action-button, .print-order .info-box .order-button, .plan-page .text-info-block .more-wrap .more {
      letter-spacing: normal; } }

.close-panel, .mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .alert-box .close-alert {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 35px;
  top: 40px;
  right: 100px;
  overflow: hidden;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 5px; }
  .close-panel:before, .mfp-close:before,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:before, .alert-box .close-alert:before, .close-panel:after, .mfp-close:after,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:after, .alert-box .close-alert:after {
    position: absolute;
    content: '';
    width: 2px;
    background: #00b9b5;
    left: 15px;
    bottom: 3px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear; }
  .close-panel:after, .mfp-close:after,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:after, .alert-box .close-alert:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-panel:hover, .mfp-close:hover,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover, .alert-box .close-alert:hover {
    opacity: 0.5; }

html {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 2500px;
  margin: 0 auto;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  @media all and (max-width: 750px) {
    body.menu-opened {
      overflow: hidden; } }
  body.sticky-header {
    padding-top: 70px; }
  body.overflow-hidden {
    overflow: hidden; }
  @media all and (max-width: 960px) {
    body {
      padding-bottom: 55px; } }
  @media (max-width: 760px) {
    body {
      padding-bottom: 90px; } }

.ui-widget-content[aria-hidden="true"] {
  display: block !important;
  height: 0;
  overflow: hidden; }

.ui-widget-content[aria-hidden="false"] {
  display: block !important;
  height: auto; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before {
  content: '';
  display: table; }

.container:after {
  content: '';
  display: table;
  clear: both; }

.header-no-events {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-no-events__image {
    width: 180px; }
  .header-no-events__text {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #212121;
    letter-spacing: 0; }
    @media (max-width: 760px) {
      .header-no-events__text {
        color: #fff !important;
        margin-top: 40px !important;
        text-transform: none !important; } }

.header-events-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .header-events-slider.centered-items.no-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .header-events-slider .header-events-slider-item {
    margin: 0 10px;
    overflow: hidden; }
    .header-events-slider .header-events-slider-item a {
      width: 100%; }
    .header-events-slider .header-events-slider-item .slide-text > div {
      width: 100%; }
  .header-events-slider .slick-arrow:before {
    border-color: #fff; }
  .header-events-slider .slick-track {
    padding-bottom: 10px; }

header.top {
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  header.top.sticky {
    -webkit-box-shadow: 0 0 10px #555;
            box-shadow: 0 0 10px #555;
    position: fixed; }
  header.top .header-inner {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    header.top .header-inner .header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
  header.top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    border: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header.top .logo svg {
      margin-top: -10px; }
      header.top .logo svg.icon-bukovel-logo-letter {
        height: 32px;
        width: 32px;
        margin-top: -15px;
        margin-right: 5px; }
      header.top .logo svg.icon-bukovel-logo-full {
        height: 27px;
        width: 130px; }
    header.top .logo svg.icon-bukovel-logo {
      display: block;
      margin: 8px 0;
      height: 50px;
      width: 167px;
      fill: #fff;
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
    header.top .logo svg.icon-bukovel-mobile-logo {
      display: none;
      width: 32px;
      height: 34px; }
    @media all and (max-width: 1024px) {
      header.top .logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-left: 10px; }
        header.top .logo svg {
          margin-top: -5px; } }
    @media all and (max-width: 850px) {
      header.top .logo {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        header.top .logo svg {
          margin-top: 0; }
          header.top .logo svg.icon-bukovel-logo-letter {
            height: 30px;
            width: 30px;
            margin-top: 0;
            margin-right: 5px; }
          header.top .logo svg.icon-bukovel-logo-full {
            height: 25px;
            width: 115px;
            margin-top: 5px; } }
  header.top .menu-nav {
    border-top: 2px solid white;
    padding-top: 9px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin: 10px;
    display: none; }
    header.top .menu-nav:hover {
      opacity: 0.7; }
    header.top .menu-nav:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      background: white;
      top: 5px;
      left: 0;
      right: 0; }
    header.top .menu-nav:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      background: white;
      bottom: 0;
      left: 0;
      right: 0; }
  header.top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header.top nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header.top nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 400; }
        header.top nav ul li:first-child a {
          margin-left: 20px; }
      header.top nav ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 1.25px;
        font-weight: 400;
        color: #000;
        white-space: nowrap;
        border: none;
        position: relative;
        overflow: hidden;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.top nav ul a.active {
          font-weight: 500; }
        header.top nav ul a:hover {
          color: #e01f3d; }
        header.top nav ul a:before {
          content: '';
          position: absolute;
          background: #fff;
          width: 20px;
          height: 20px;
          bottom: -12px;
          left: 50%;
          -webkit-transform: translate(-50%, 100%) rotate(-5deg);
              -ms-transform: translate(-50%, 100%) rotate(-5deg);
                  transform: translate(-50%, 100%) rotate(-5deg);
          -webkit-transition: 0.3s all linear;
          -o-transition: 0.3s all linear;
          transition: 0.3s all linear;
          border-radius: 3px; }
        header.top nav ul a.active:before {
          background: #eff6ff;
          -webkit-transform: translate(-50%, 0%) rotate(-45deg);
              -ms-transform: translate(-50%, 0%) rotate(-45deg);
                  transform: translate(-50%, 0%) rotate(-45deg);
          -webkit-animation: navigationMarker 0.4s forwards;
                  animation: navigationMarker 0.4s forwards; }
        header.top nav ul a.active.open-menu-link-style2:before {
          background: #4ccecb; }
        header.top nav ul a.invest-bukovel-link {
          color: #ff564e; }
          header.top nav ul a.invest-bukovel-link:after {
            display: none; }
      header.top nav ul .sub-menu {
        display: none; }
        header.top nav ul .sub-menu.opened {
          display: block; }
    header.top nav .auth-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  header.top .book-link-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 15px 0; }
  header.top .book {
    position: relative;
    background: #ff1744;
    padding: 0 33px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3.5px;
    border-radius: 20px;
    overflow: hidden;
    font-weight: 500;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    header.top .book span {
      position: relative;
      z-index: 2; }
    header.top .book:focus {
      opacity: 1; }
    header.top .book:before {
      display: none;
      bottom: -28px; }
    header.top .book.active {
      overflow: visible; }
      header.top .book.active:before {
        display: block;
        background: #5c5fa8; }
    header.top .book:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      border-radius: 20px;
      background: #ff1744;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, #00b9b5 0%, #4ccecb 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, right top, left top, from(#00b9b5), to(#4ccecb));
      background: -o-linear-gradient(right, #00b9b5 0%, #4ccecb 100%);
      background: linear-gradient(to left, #00b9b5 0%, #4ccecb 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$bookLinkColorGradientLeft, endColorstr=$bookLinkColorGradientRight, GradientType=1);
      /* IE6-9 */
      -webkit-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear; }
    header.top .book:hover {
      background: #ff1744;
      color: #fff; }
      header.top .book:hover:after {
        opacity: 1;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#00b9b5), to(#4ccecb));
        background: -o-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
        background: linear-gradient(to right, #00b9b5 0%, #4ccecb 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$bookLinkColorGradientLeft, endColorstr=$bookLinkColorGradientRight, GradientType=1);
        /* IE6-9 */ }
    header.top .book svg {
      vertical-align: middle;
      fill: #fff;
      position: relative;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear;
      left: 0;
      top: -3px; }
  header.top .mobile-only {
    display: none; }
  header.top .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    header.top .header-right .icon-webcam {
      stroke: #00b9b5; }
  header.top .header-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0; }
    header.top .header-live svg {
      vertical-align: middle;
      fill: #00b9b5;
      margin-right: 10px; }
    header.top .header-live a {
      border: none;
      margin: 0 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      color: #000; }
      header.top .header-live a:hover {
        color: #e01f3d; }
      header.top .header-live a .icon-header-ski-lift {
        width: 27px;
        height: 32px;
        position: relative;
        top: 2px; }
      header.top .header-live a.invest-bukovel-link {
        position: relative;
        padding-left: 30px;
        padding-right: 5px; }
        header.top .header-live a.invest-bukovel-link span {
          position: relative;
          display: block;
          color: #ff1744;
          z-index: 2; }
        header.top .header-live a.invest-bukovel-link i {
          position: absolute;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 21px;
          height: 21px;
          border: 2px solid #ff1744;
          z-index: 1;
          -webkit-transition: 0.2s all ease;
          -o-transition: 0.2s all ease;
          transition: 0.2s all ease; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            header.top .header-live a.invest-bukovel-link i {
              top: 0; } }
        header.top .header-live a.invest-bukovel-link:hover i {
          -webkit-transform: translate(10px, 0);
              -ms-transform: translate(10px, 0);
                  transform: translate(10px, 0);
          width: 100%; }
    header.top .header-live li:first-child {
      margin-left: 0; }
    header.top .header-live li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    header.top .header-live .icon-bugil-header {
      position: relative; }
    header.top .header-live .icon-photos-header {
      position: relative; }
    header.top .header-live .icon-profile {
      width: 25px;
      height: 21px;
      stroke: #00b9b5; }
  header.top .header-right-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 35px; }
  header.top .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px; }
    header.top .languages .lang-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 10px;
      margin-top: 10px; }
    header.top .languages span.flag {
      font-size: 14px;
      -webkit-transition: 0.1s all linear;
      -o-transition: 0.1s all linear;
      transition: 0.1s all linear;
      text-transform: uppercase;
      cursor: pointer; }
      header.top .languages span.flag:hover {
        opacity: 1; }
    header.top .languages .lang-label {
      margin: 0 10px;
      font-size: 14px;
      font-weight: normal;
      position: relative; }
      header.top .languages .lang-label .mobile-helper {
        display: none; }
        header.top .languages .lang-label .mobile-helper.label-helper {
          color: #3e3e3e;
          margin-right: 15px; }
        header.top .languages .lang-label .mobile-helper.lang-arrow {
          margin-left: 15px; }
          header.top .languages .lang-label .mobile-helper.lang-arrow i {
            position: relative;
            display: inline-block;
            width: 0;
            height: 0;
            top: 1px;
            border-style: solid;
            border-width: 13px 7.5px 0 7.5px;
            border-color: #d8d8d8 transparent transparent transparent; }
      header.top .languages .lang-label:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #00b9b5 transparent transparent transparent;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      header.top .languages .lang-label:hover {
        color: #ff1744; }
        header.top .languages .lang-label:hover:after {
          opacity: 0.5; }
  header.top .profile-links-wrap .languages-dropdown, header.top .profile-links-wrap .dropdown, header.top .header-langs-link .languages-dropdown, header.top .header-langs-link .dropdown {
    position: absolute;
    min-width: 37px;
    top: 70px;
    right: 10px;
    background: #4ccecb;
    font-weight: 400;
    z-index: 5;
    display: none; }
    header.top .profile-links-wrap .languages-dropdown:before, header.top .profile-links-wrap .dropdown:before, header.top .header-langs-link .languages-dropdown:before, header.top .header-langs-link .dropdown:before {
      content: '';
      position: absolute;
      background: #4ccecb;
      width: 20px;
      height: 20px;
      top: -6px;
      right: -3px;
      -webkit-transform: translate(0, 100%) rotate(-5deg);
          -ms-transform: translate(0, 100%) rotate(-5deg);
              transform: translate(0, 100%) rotate(-5deg);
      -webkit-transition: 0.3s all linear;
      -o-transition: 0.3s all linear;
      transition: 0.3s all linear;
      border-radius: 3px; }
    header.top .profile-links-wrap .languages-dropdown .flag, header.top .profile-links-wrap .dropdown .flag, header.top .header-langs-link .languages-dropdown .flag, header.top .header-langs-link .dropdown .flag {
      position: absolute;
      top: 10px;
      left: 15px; }
    header.top .profile-links-wrap .languages-dropdown.open, header.top .profile-links-wrap .dropdown.open, header.top .header-langs-link .languages-dropdown.open, header.top .header-langs-link .dropdown.open {
      display: block; }
      header.top .profile-links-wrap .languages-dropdown.open:before, header.top .profile-links-wrap .dropdown.open:before, header.top .header-langs-link .languages-dropdown.open:before, header.top .header-langs-link .dropdown.open:before {
        -webkit-transform: translate(-50%, 0) rotate(-35deg) skew(20deg);
            -ms-transform: translate(-50%, 0) rotate(-35deg) skew(20deg);
                transform: translate(-50%, 0) rotate(-35deg) skew(20deg); }
    header.top .profile-links-wrap .languages-dropdown:after, header.top .profile-links-wrap .dropdown:after, header.top .header-langs-link .languages-dropdown:after, header.top .header-langs-link .dropdown:after {
      position: absolute;
      width: 10px; }
    header.top .profile-links-wrap .languages-dropdown ul, header.top .profile-links-wrap .dropdown ul, header.top .header-langs-link .languages-dropdown ul, header.top .header-langs-link .dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    header.top .profile-links-wrap .languages-dropdown li, header.top .profile-links-wrap .dropdown li, header.top .header-langs-link .languages-dropdown li, header.top .header-langs-link .dropdown li {
      margin: 0; }
    header.top .profile-links-wrap .languages-dropdown a, header.top .profile-links-wrap .dropdown a, header.top .header-langs-link .languages-dropdown a, header.top .header-langs-link .dropdown a {
      color: #fff;
      display: block;
      width: 100%;
      padding: 7px 10px 7px 10px;
      font-weight: 500;
      margin: 0;
      text-align: left;
      font-size: 14px;
      border: none;
      position: relative;
      cursor: pointer; }
      header.top .profile-links-wrap .languages-dropdown a:hover, header.top .profile-links-wrap .dropdown a:hover, header.top .header-langs-link .languages-dropdown a:hover, header.top .header-langs-link .dropdown a:hover {
        background: #00b9b5;
        color: #fff; }
    header.top .profile-links-wrap .languages-dropdown li:last-child a, header.top .profile-links-wrap .dropdown li:last-child a, header.top .header-langs-link .languages-dropdown li:last-child a, header.top .header-langs-link .dropdown li:last-child a {
      border: none; }
  header.top .auth-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(212, 212, 212, 0.6);
    padding-top: 10px; }
    header.top .auth-block a {
      font-size: 14px;
      color: #000;
      border: none; }
      header.top .auth-block a svg {
        width: 14px;
        height: 14px;
        fill: #00b9b5; }
    header.top .auth-block span {
      display: none; }
  header.top .mobile-menu-button {
    display: none;
    border: none;
    background: transparent;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    cursor: pointer; }
    header.top .mobile-menu-button span {
      display: block;
      position: absolute;
      top: 16px;
      right: 15px;
      width: 20px; }
    header.top .mobile-menu-button .icon-bar {
      display: block;
      position: absolute;
      height: 4px;
      background: #00b9b5;
      left: 0;
      right: 0;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
      header.top .mobile-menu-button .icon-bar:nth-child(2) {
        top: 7px; }
      header.top .mobile-menu-button .icon-bar:last-child {
        top: 14px; }
    header.top .mobile-menu-button.opened span {
      top: 23px; }
    header.top .mobile-menu-button.opened .icon-bar:first-child {
      top: 3px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    header.top .mobile-menu-button.opened .icon-bar:nth-child(2) {
      opacity: 0; }
    header.top .mobile-menu-button.opened .icon-bar:last-child {
      top: 3px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    header.top .mobile-menu-button:active, header.top .mobile-menu-button:focus {
      outline: none; }
  header.top .auth-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px; }
    header.top .auth-links > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    header.top .auth-links a {
      margin: 0; }
      header.top .auth-links a.active {
        color: #ff1744; }
    header.top .auth-links span {
      margin: 0 5px; }
  header.top .header-info-panel {
    padding: 0; }
    header.top .header-info-panel .close-panel, header.top .header-info-panel .mfp-close, header.top .header-info-panel .alert-box .close-alert, .alert-box header.top .header-info-panel .close-alert {
      z-index: 4; }
  header.top .info-tab-wrap {
    padding: 0 0 0 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95vw;
    color: #3e3e3e;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    header.top .info-tab-wrap ul {
      list-style: none; }
    header.top .info-tab-wrap .info-tab-left-menu {
      background: #4ccecb;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 425px;
              flex: 0 0 425px;
      padding: 20px 0 20px; }
      header.top .info-tab-wrap .info-tab-left-menu a {
        color: #fff;
        font-size: 14px;
        padding: 7px 50px 0;
        letter-spacing: 1.45px;
        margin: 0;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        font-weight: 500;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        header.top .info-tab-wrap .info-tab-left-menu a span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: block;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          padding-top: 7px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        header.top .info-tab-wrap .info-tab-left-menu a:after {
          content: '';
          position: absolute;
          background: #00b9b5;
          left: 0;
          right: 0;
          bottom: 0;
          top: -1px;
          z-index: 5;
          opacity: 0; }
        header.top .info-tab-wrap .info-tab-left-menu a i, header.top .info-tab-wrap .info-tab-left-menu a span {
          position: relative;
          z-index: 4; }
        header.top .info-tab-wrap .info-tab-left-menu a:hover:after {
          opacity: 1; }
        header.top .info-tab-wrap .info-tab-left-menu a:hover i, header.top .info-tab-wrap .info-tab-left-menu a:hover span {
          z-index: 6;
          border-color: transparent; }
      header.top .info-tab-wrap .info-tab-left-menu i {
        display: block;
        height: 45px;
        padding-top: 5px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px; }
      header.top .info-tab-wrap .info-tab-left-menu li:last-child a span {
        border: none; }
      header.top .info-tab-wrap .info-tab-left-menu svg {
        fill: #fff;
        height: 28px;
        width: 33px; }
    header.top .info-tab-wrap .objects-info {
      padding-left: 60px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 320px;
              flex: 0 0 320px;
      position: relative; }
      header.top .info-tab-wrap .objects-info .inner {
        position: relative;
        z-index: 2; }
      header.top .info-tab-wrap .objects-info:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1000px;
        z-index: 1; }
      header.top .info-tab-wrap .objects-info .info-tab-title {
        text-transform: uppercase;
        color: #00b9b5;
        padding-top: 10px; }
      header.top .info-tab-wrap .objects-info ul {
        padding-top: 15px; }
      header.top .info-tab-wrap .objects-info a {
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #212121;
        font-weight: 500;
        letter-spacing: 0.95px;
        border-color: rgba(33, 33, 33, 0.33); }
        header.top .info-tab-wrap .objects-info a:hover {
          color: #e01f3d;
          border-color: rgba(224, 31, 61, 0.33); }
    header.top .info-tab-wrap .card-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 277px;
              flex: 0 0 277px;
      padding: 30px 0;
      position: relative;
      z-index: 3; }
      header.top .info-tab-wrap .card-info .widget-block {
        -webkit-box-shadow: 0 4px 9px 1px rgba(98, 142, 186, 0.21);
                box-shadow: 0 4px 9px 1px rgba(98, 142, 186, 0.21); }

.print-order .info-box {
  margin: 50px 0; }
  .print-order .info-box .table {
    width: 100%;
    margin: 15px 0; }
    .print-order .info-box .table th, .print-order .info-box .table td {
      border: 1px solid #95a2b5;
      padding: 10px; }
  .print-order .info-box .order-button {
    background: transparent;
    border: 1px solid #00b9b5;
    color: #00b9b5;
    margin-top: 10px; }

body.book-menu-opened .book.open-menu-link {
  background: transparent;
  color: #00b9b5;
  border: 1px solid rgba(0, 185, 181, 0.33);
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  body.book-menu-opened .book.open-menu-link:hover:after {
    opacity: 0; }

body.loading {
  overflow: hidden; }
  body.loading .site-preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.site-preloader {
  -webkit-filter: none;
          filter: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.9+100 */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.33) 10%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 9999;
  display: none; }
  .site-preloader .spinner {
    width: 63px;
    height: 63px;
    position: absolute;
    background: url(../images/spinner.png);
    -webkit-animation: spinnerAnimation 1s infinite linear;
            animation: spinnerAnimation 1s infinite linear; }
  .site-preloader.block-preloader {
    position: absolute; }

.show-preloader .site-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .show-preloader .site-preloader .spinner {
    width: 63px !important;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px; }

.ui-datepicker {
  z-index: 100 !important; }

.header-bottom-menu {
  overflow: hidden;
  height: 0; }
  .header-bottom-menu .header-bottom-menu-tab {
    display: none; }
    .header-bottom-menu .header-bottom-menu-tab.opened {
      display: block; }

.header-tab-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
  background: #eff6ff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eff6ff 0%, #ebf3ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#eff6ff), to(#ebf3ff));
  background: -o-linear-gradient(left, #eff6ff 0%, #ebf3ff 100%);
  background: linear-gradient(to right, #eff6ff 0%, #ebf3ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  padding: 40px 0 40px;
  position: relative; }
  .header-tab-content .header-tab-title {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 48px;
    font-weight: 400; }
  .header-tab-content ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .header-tab-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-tab-content > ul > li {
      margin: 0 35px; }
    .header-tab-content > ul ul .list-title span {
      display: block;
      margin-bottom: 40px;
      font-weight: 400;
      font-size: 22px; }
  .header-tab-content a {
    display: inline-block;
    color: #212121;
    border-color: rgba(33, 33, 33, 0.33);
    margin-bottom: 15px;
    font-size: 15px; }
    .header-tab-content a:hover {
      color: #e01f3d; }
  .header-tab-content .slick-arrow:before {
    border-color: #00b9b5; }
  .header-tab-content .slick-arrow:hover {
    opacity: 0.7; }

.tabs-wrapper {
  width: 100%; }

.tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.book-menu-wrap {
  padding: 40px 0 0 0;
  background: -webkit-radial-gradient(50% 50%, farthest-corner, #7a569a 0%, #5660aa 100%);
  background: -o-radial-gradient(50% 50%, farthest-corner, #7a569a 0%, #5660aa 100%);
  background: radial-gradient(farthest-corner at 50% 50%, #7a569a 0%, #5660aa 100%);
  background-size: 200% 200%;
  overflow: hidden; }
  .book-menu-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .book-menu-wrap .region-checkbox-wrap {
    padding: 0 40px; }
  .book-menu-wrap .book-form-row:first-child {
    padding-top: 15px;
    padding-bottom: 0; }
  .book-menu-wrap .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .book-menu-wrap .tabs ul {
      min-width: 470px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
    .book-menu-wrap .tabs li {
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.33);
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0.8;
      font-size: 16px;
      letter-spacing: 2.2px;
      color: #fff;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear;
      height: 35px;
      padding: 0 15px;
      -webkit-box-flex: 1;
              flex: 1;
      -ms-flex: 1 1 auto;
      border: none;
      position: relative;
      margin: 0; }
      .book-menu-wrap .tabs li:first-child {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; }
        .book-menu-wrap .tabs li:first-child:before {
          display: none; }
      .book-menu-wrap .tabs li:last-child {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px; }
      .book-menu-wrap .tabs li:before {
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        top: 5px;
        bottom: 5px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear; }
      .book-menu-wrap .tabs li span, .book-menu-wrap .tabs li a {
        white-space: nowrap;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .book-menu-wrap .tabs li > a {
        margin-bottom: 0;
        color: #fff;
        border: none;
        font-size: 16px; }
      .book-menu-wrap .tabs li.active {
        border: none;
        background: #00b9b5;
        font-weight: 500;
        opacity: 1; }
        .book-menu-wrap .tabs li.active:before, .book-menu-wrap .tabs li.active + li:before {
          opacity: 0; }
        .book-menu-wrap .tabs li.active:hover {
          cursor: default; }
      .book-menu-wrap .tabs li:hover:not(.active) {
        background: rgba(0, 185, 181, 0.33);
        opacity: 1; }
        .book-menu-wrap .tabs li:hover:not(.active):before, .book-menu-wrap .tabs li:hover:not(.active) + li:before {
          opacity: 0; }
    @media all and (max-width: 850px) {
      .book-menu-wrap .tabs ul {
        margin-top: 30px; }
      .book-menu-wrap .tabs li {
        font-size: 16px; }
        .book-menu-wrap .tabs li:before {
          display: none; } }
    @media all and (max-width: 550px) {
      .book-menu-wrap .tabs ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        border-radius: 0 !important;
        margin-top: 0; }
        .book-menu-wrap .tabs ul li {
          border-radius: 0 !important;
          padding: 25px 30px;
          color: #fff;
          margin: 0;
          border: none; }
          .book-menu-wrap .tabs ul li:first-child {
            background: #263692; }
          .book-menu-wrap .tabs ul li:nth-child(2) {
            background: #1e286b; }
          .book-menu-wrap .tabs ul li:last-child {
            background: #181e51; }
          .book-menu-wrap .tabs ul li.active {
            background: transparent; } }
  .book-menu-wrap .tabs-content {
    min-height: 360px; }
    .book-menu-wrap .tabs-content .tab-content {
      width: 470px; }
      .book-menu-wrap .tabs-content .tab-content.tab-content-skipass {
        width: 720px; }
        @media all and (max-width: 750px) {
          .book-menu-wrap .tabs-content .tab-content.tab-content-skipass {
            width: 100%;
            padding: 0 15px; } }
      .book-menu-wrap .tabs-content .tab-content.tab-content-camps {
        width: 100%;
        color: #fff;
        padding-top: 35px; }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .choose-camp-row {
            width: 785px; }
            @media all and (max-width: 850px) {
              .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .choose-camp-row {
                width: 100%; } }
          @media all and (max-width: 720px) {
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .icon-wrap {
              text-align: left;
              padding-left: 25px; } }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .row-content {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .row-content.check-in-rows {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
            @media all and (max-width: 500px) {
              .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .row-content {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-wrap .row-content.check-in-rows {
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; } }
        @media all and (max-width: 960px) {
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps {
            margin-left: 0; } }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps a {
          color: #fff;
          border-color: rgba(255, 255, 255, 0.33); }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .help-message {
          margin-top: 20px; }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .row-title {
          opacity: 0.6; }
          @media (max-width: 760px) {
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .row-title {
              opacity: 1;
              font-size: 16px;
              padding-top: 0 !important; } }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-row {
          margin-bottom: 25px; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-row:first-child {
            margin-bottom: 0; }
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-row:first-child .row-content {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .choose-camp-row .styled-radio-button {
            margin-bottom: 0; }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .icon-wrap img {
          width: 100px;
          height: 100px; }
        @media all and (max-width: 720px) {
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .icon-wrap img {
            width: 100px;
            height: 100px; } }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .camp-row-title, .book-menu-wrap .tabs-content .tab-content.tab-content-camps .has-logo {
          padding-top: 120px;
          margin-right: 0;
          /*------*/
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          /*------*/ }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .camp-row-title:after, .book-menu-wrap .tabs-content .tab-content.tab-content-camps .has-logo:after {
            display: none; }
          @media all and (max-width: 720px) {
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .camp-row-title, .book-menu-wrap .tabs-content .tab-content.tab-content-camps .has-logo {
              padding-top: 120px; } }
        @media all and (max-width: 720px) {
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .camp-row-title {
            padding-top: 30px; } }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .check-in-rows {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .check-in-rows .check-in-row {
            width: 100%; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .check-in-rows ul:first-child {
            padding-right: 20px; }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .check-in-message {
          background: rgba(0, 0, 0, 0.1);
          color: #fff;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-top: 20px; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .check-in-message .price {
            color: #fff; }
        .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: -10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-left: 100px; }
          @media all and (max-width: 720px) {
            .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap {
              padding-left: 0; } }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap a {
            margin: 0; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .action-button, .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .print-order .info-box .order-button, .print-order .info-box .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .order-button, .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .plan-page .text-info-block .more-wrap .more, .plan-page .text-info-block .more-wrap .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .more {
            margin-bottom: 20px; }
          .book-menu-wrap .tabs-content .tab-content.tab-content-camps .bottom-wrap .info-link {
            font-size: 14px;
            opacity: 0.5; }
  .book-menu-wrap .book-form {
    color: #fff;
    font-weight: 500;
    font-size: 16px; }
    .book-menu-wrap .book-form .book-form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .book-menu-wrap .book-form .book-form-row label {
        white-space: nowrap; }
      .book-menu-wrap .book-form .book-form-row .styled-checkbox {
        margin: 0 10px; }
    @media all and (max-width: 850px) {
      .book-menu-wrap .book-form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; } }
  .book-menu-wrap .inputs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .book-menu-wrap .inputs-wrap label {
      display: block;
      margin: 15px 0 5px 0; }
      .book-menu-wrap .inputs-wrap label.no-style {
        margin: 0; }
    .book-menu-wrap .inputs-wrap > div {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 50%;
      margin-top: 15px;
      padding-right: 10px; }
      @media (max-width: 760px) {
        .book-menu-wrap .inputs-wrap > div {
          margin-top: 0; } }
      .book-menu-wrap .inputs-wrap > div:nth-child(2n+2) {
        padding-left: 10px;
        padding-right: 0; }
  .book-menu-wrap input, .book-menu-wrap select, .book-menu-wrap option {
    display: block;
    background: #fff;
    border: none;
    color: #000;
    font-weight: 500;
    height: 40px;
    padding: 10px 15px;
    width: 100%; }
  .book-menu-wrap .select-styled-view span {
    left: 15px; }
  .book-menu-wrap .book-info {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px; }
  .book-menu-wrap .form-book-button {
    color: #fff;
    background: #00b9b5;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    cursor: pointer; }
    .book-menu-wrap .form-book-button:hover {
      opacity: 0.7; }
  @media (max-width: 760px) {
    .book-menu-wrap {
      min-height: 100%; } }
  .book-menu-wrap .choose-camp-wrap-v2 {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .book-menu-wrap .choose-camp-wrap-v2 .header-camp {
      padding: 0 50px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap img {
        width: 130px; }
      .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap span {
        margin-top: 15px;
        display: block;
        font-size: 22px; }
    .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap, .book-menu-wrap .choose-camp-wrap-v2 .header-camp-title {
      border: none; }
      .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap:hover, .book-menu-wrap .choose-camp-wrap-v2 .header-camp-title:hover {
        opacity: 0.7; }
    @media all and (max-width: 550px) {
      .book-menu-wrap .choose-camp-wrap-v2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .book-menu-wrap .choose-camp-wrap-v2 .header-camp {
          padding: 0 0 20px 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
        .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .book-menu-wrap .choose-camp-wrap-v2 .icon-wrap img {
            width: 150px; } }

.header-skipass-tab-row {
  padding-top: 115px; }
  .header-skipass-tab-row__label {
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.54;
    padding: 20px 0; }
    .header-skipass-tab-row__label--lined {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      position: relative; }
      .header-skipass-tab-row__label--lined span {
        display: block;
        position: relative;
        padding: 0 30px; }
        .header-skipass-tab-row__label--lined span:before, .header-skipass-tab-row__label--lined span:after {
          content: '';
          position: absolute;
          height: 1px;
          left: -300px;
          width: 300px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
          background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
          top: 50%; }
        .header-skipass-tab-row__label--lined span:after {
          left: auto;
          right: -300px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1))) !important;
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)) !important;
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)) !important;
          background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)) !important; }
  .header-skipass-tab-row__links-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none; }
  .header-skipass-tab-row:nth-child(2) .header-skipass-link {
    background: rgba(34, 0, 63, 0.1); }
  @media all and (max-width: 750px) {
    .header-skipass-tab-row {
      padding-top: 20px; }
      .header-skipass-tab-row__links-list {
        grid-column-gap: 10px; } }
  @media all and (max-width: 540px) {
    .header-skipass-tab-row__links-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 320px;
      margin: 0 auto !important; }
      .header-skipass-tab-row__links-list .header-skipass-link {
        margin-bottom: 15px; }
      .header-skipass-tab-row__links-list li:last-child .header-skipass-link {
        margin-bottom: 0; }
    .header-skipass-tab-row:last-child {
      padding-bottom: 15px; } }

.header-skipass-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 90px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin: 0; }
  .header-skipass-link span {
    color: #fff; }
  .header-skipass-link div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-skipass-link__icon-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    display: block;
    overflow: hidden; }
  .header-skipass-link svg {
    height: 90px;
    width: 66px;
    margin-top: 5px; }
  .header-skipass-link__title {
    font-size: 16px;
    text-transform: uppercase; }
  .header-skipass-link__sub-title {
    font-size: 14px;
    opacity: 0.54; }
  .header-skipass-link #card {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translate(40px, 17px) rotate(-2deg) !important;
        -ms-transform: translate(40px, 17px) rotate(-2deg) !important;
            transform: translate(40px, 17px) rotate(-2deg) !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  .header-skipass-link #skipass-icon-back {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: rotate(-2deg) !important;
        -ms-transform: rotate(-2deg) !important;
            transform: rotate(-2deg) !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  .header-skipass-link #vip-card-front {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translate(0, 2px) rotate(-2deg) !important;
        -ms-transform: translate(0, 2px) rotate(-2deg) !important;
            transform: translate(0, 2px) rotate(-2deg) !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  .header-skipass-link #vip-icon-background {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translate(1px, 3px) rotate(2deg) !important;
        -ms-transform: translate(1px, 3px) rotate(2deg) !important;
            transform: translate(1px, 3px) rotate(2deg) !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  .header-skipass-link #rent-icon-fill-hover-1, .header-skipass-link #rent-icon-fill-hover-2 {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .header-skipass-link:hover {
    background: #fff !important;
    border: none; }
    .header-skipass-link:hover #card {
      -webkit-transform: translate(40px, 15px) rotate(0deg) !important;
          -ms-transform: translate(40px, 15px) rotate(0deg) !important;
              transform: translate(40px, 15px) rotate(0deg) !important; }
    .header-skipass-link:hover #skipass-icon-back {
      -webkit-transform: rotate(0deg) !important;
          -ms-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; }
    .header-skipass-link:hover #vip-card-front {
      -webkit-transform: translate(0, 0) rotate(0) !important;
          -ms-transform: translate(0, 0) rotate(0) !important;
              transform: translate(0, 0) rotate(0) !important; }
    .header-skipass-link:hover #vip-icon-background {
      -webkit-transform: translate(0, 0) rotate(-2deg) !important;
          -ms-transform: translate(0, 0) rotate(-2deg) !important;
              transform: translate(0, 0) rotate(-2deg) !important; }
    .header-skipass-link:hover #rent-icon-fill-hover-1, .header-skipass-link:hover #rent-icon-fill-hover-2 {
      fill: #00b9b5; }
  .header-skipass-link:hover .header-skipass-link__title {
    color: #000 !important; }
  .header-skipass-link:hover .header-skipass-link__sub-title {
    color: #00b9b5;
    opacity: 1; }

.header-auth-wrap {
  background: url(../images/auth-background.jpg);
  background-size: cover;
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes footerBackgroundPulse {
  from {
    opacity: 1; }
  25% {
    opacity: 0.5; }
  75% {
    opacity: 0.2; }
  to {
    opacity: 1; } }

@keyframes footerBackgroundPulse {
  from {
    opacity: 1; }
  25% {
    opacity: 0.5; }
  75% {
    opacity: 0.2; }
  to {
    opacity: 1; } }

@-webkit-keyframes footerBackgroundAnimated2 {
  from {
    fill: #fff; }
  25% {
    fill: #e01f3d;
    opacity: 0.5; }
  75% {
    fill: #e01f3d;
    opacity: 0.5; }
  to {
    fill: #fff;
    opacity: 1; } }

@keyframes footerBackgroundAnimated2 {
  from {
    fill: #fff; }
  25% {
    fill: #e01f3d;
    opacity: 0.5; }
  75% {
    fill: #e01f3d;
    opacity: 0.5; }
  to {
    fill: #fff;
    opacity: 1; } }

@-webkit-keyframes footerBackgroundAnimated3 {
  from {
    fill: #B6B7BB; }
  25% {
    fill: #07858a; }
  75% {
    fill: #07858a; }
  to {
    fill: #B6B7BB; } }

@keyframes footerBackgroundAnimated3 {
  from {
    fill: #B6B7BB; }
  25% {
    fill: #07858a; }
  75% {
    fill: #07858a; }
  to {
    fill: #B6B7BB; } }

footer.general {
  padding: 70px 0 20px;
  color: #212121;
  min-height: 350px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  background: #fbfbfc; }
  footer.general .footer-background {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer.general .footer-background svg {
      width: 100%;
      height: 180px;
      min-width: 1980px; }
      footer.general .footer-background svg .animated {
        -webkit-animation: footerBackgroundPulse 5s infinite;
                animation: footerBackgroundPulse 5s infinite; }
      footer.general .footer-background svg .animated2 {
        -webkit-animation: footerBackgroundAnimated2 7s infinite;
                animation: footerBackgroundAnimated2 7s infinite;
        -webkit-animation-delay: 3s;
                animation-delay: 3s; }
      footer.general .footer-background svg .animated3 {
        -webkit-animation: footerBackgroundAnimated3 10s infinite;
                animation: footerBackgroundAnimated3 10s infinite; }
  footer.general .container {
    position: relative;
    z-index: 5; }
  footer.general .icon-bukovel-logo {
    width: 170px;
    height: 30px;
    margin-bottom: 35px; }
    @media (max-width: 760px) {
      footer.general .icon-bukovel-logo {
        margin: 20px 0 20px; } }
  footer.general .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer.general .footer-row > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      footer.general .footer-row > div:first-child {
        padding-right: 40px; }
      footer.general .footer-row > div:nth-child(3) {
        text-align: right;
        padding-left: 40px; }
    footer.general .footer-row .news-subscribe {
      margin-bottom: 15px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      text-align: right;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
      footer.general .footer-row .news-subscribe.for-mobile {
        display: none; }
    footer.general .footer-row .subscribe-form form {
      width: auto;
      min-width: 150px; }
  footer.general .copyright {
    margin: 0 0 25px 0;
    font-size: 14px;
    font-weight: 300; }
    footer.general .copyright span {
      font-weight: 500;
      display: block;
      margin-top: 10px; }
    @media (max-width: 760px) {
      footer.general .copyright {
        margin: 10px 0 10px 0;
        padding: 0 15px; } }
  footer.general .footer-action-button-wrap {
    position: relative;
    margin-bottom: 50px; }
    footer.general .footer-action-button-wrap:last-child {
      margin-bottom: 0; }
    @media (max-width: 960px) {
      footer.general .footer-action-button-wrap {
        margin-bottom: 20px; } }
  footer.general .footer-action-button-label {
    color: rgba(51, 51, 51, 0.7);
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0; }
    @media (max-width: 960px) {
      footer.general .footer-action-button-label {
        position: static;
        padding: 0;
        top: auto;
        margin-bottom: 10px; } }
  footer.general .footer-action-button {
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 7px 10px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    color: #212121;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    footer.general .footer-action-button:hover {
      opacity: 0.7;
      color: #fff;
      background: #00b9b5;
      border-color: #00b9b5; }
  @media (max-width: 760px) {
    footer.general .footer-links {
      padding: 10px 0 0; } }
  footer.general .phone {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 36px; }
  footer.general a.chat {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear; }
    footer.general a.chat:hover {
      background: rgba(255, 255, 255, 0.1); }
  footer.general .work-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer.general .work-link-container a {
      border-bottom: none;
      font-weight: 500; }
  footer.general .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer.general .subscribe-form form {
      width: 330px;
      position: relative; }
    footer.general .subscribe-form input {
      border: 1px solid #C6CBD9;
      display: block;
      border-radius: 6px;
      padding: 10px 50px 10px 10px;
      height: 42px;
      background: transparent;
      width: 100%;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      footer.general .subscribe-form input::-webkit-input-placeholder {
        color: #00b9b5;
        opacity: 1;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      footer.general .subscribe-form input::-moz-placeholder {
        color: #00b9b5;
        opacity: 1;
        -moz-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      footer.general .subscribe-form input:-ms-input-placeholder {
        color: #00b9b5;
        opacity: 1;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      footer.general .subscribe-form input::-ms-input-placeholder {
        color: #00b9b5;
        opacity: 1;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      footer.general .subscribe-form input::placeholder {
        color: #00b9b5;
        opacity: 1;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      footer.general .subscribe-form input:focus {
        outline: none;
        border: 1px solid #a7afc5; }
        footer.general .subscribe-form input:focus::-webkit-input-placeholder {
          opacity: 0.5; }
        footer.general .subscribe-form input:focus::-moz-placeholder {
          opacity: 0.5; }
        footer.general .subscribe-form input:focus:-ms-input-placeholder {
          opacity: 0.5; }
        footer.general .subscribe-form input:focus::-ms-input-placeholder {
          opacity: 0.5; }
        footer.general .subscribe-form input:focus::placeholder {
          opacity: 0.5; }
    footer.general .subscribe-form button {
      position: absolute;
      right: 0;
      top: 4px;
      bottom: 4px;
      width: 45px;
      background: transparent;
      border: none;
      cursor: pointer;
      border-left: 1px solid #a8b4bf;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer.general .subscribe-form button svg {
        width: 20px;
        height: 20px;
        fill: #a8b4bf;
        margin: auto;
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear; }
      footer.general .subscribe-form button:hover svg {
        opacity: 0.7; }
    @media (max-width: 760px) {
      footer.general .subscribe-form form {
        max-width: 300px;
        width: 80%;
        margin: 10px 0 15px; } }
  footer.general .footer-app-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.general .footer-app-links a {
      display: block;
      position: relative;
      width: 135px;
      height: 40px;
      margin-right: 20px;
      background-size: cover;
      border: none; }
      footer.general .footer-app-links a span {
        color: #878787;
        font-size: 9px;
        position: absolute;
        font-weight: 500;
        top: 2px;
        left: 42px; }
      footer.general .footer-app-links a:hover {
        opacity: 0.8; }
    @media (max-width: 960px) {
      footer.general .footer-app-links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 25px;
        padding-bottom: 10px; }
        footer.general .footer-app-links a {
          margin: 0 10px; } }
    @media all and (max-width: 320px) {
      footer.general .footer-app-links a {
        margin: 0 3px; } }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0 0;
  width: 100%;
  list-style: none; }
  .partners li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  .partners a {
    border: none;
    margin-right: 50px; }
    .partners a.zakarpatske img {
      height: 30px;
      opacity: 0.7;
      -webkit-filter: grayscale(100%) contrast(0);
              filter: grayscale(100%) contrast(0); }
    .partners a.audi img {
      height: 22px;
      width: 135px;
      -webkit-filter: grayscale(100%) contrast(0);
              filter: grayscale(100%) contrast(0); }
    .partners a.partner-bic img {
      height: 26px;
      width: 81px;
      opacity: 0.8; }
    .partners a.partner-arko img {
      height: 22px;
      opacity: 0.7; }
    .partners a:hover img {
      -webkit-filter: none !important;
              filter: none !important;
      opacity: 1; }
  .partners img {
    height: 40px;
    max-width: 130px;
    -webkit-transition: 0.2s -webkit-filter linear;
    transition: 0.2s -webkit-filter linear;
    -o-transition: 0.2s filter linear;
    transition: 0.2s filter linear;
    transition: 0.2s filter linear, 0.2s -webkit-filter linear;
    fill: #ccc;
    -webkit-filter: grayscale(100%) brightness(135%) contrast(30%);
            filter: grayscale(100%) brightness(135%) contrast(30%); }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px; }
  .socials a {
    display: block;
    background: rgba(33, 33, 33, 0.15);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 8px;
    text-align: center;
    padding-top: 7px;
    border: none; }
    .socials a.telegram-link svg {
      margin-left: -4px; }
      @media (max-width: 760px) {
        .socials a.telegram-link svg {
          margin-left: -2px; } }
    .socials a svg {
      fill: #fff;
      width: 20px;
      height: 20px; }
    .socials a:hover {
      background: #00b9b5; }
    @media (max-width: 760px) {
      .socials a {
        background: rgba(0, 185, 181, 0.7);
        margin: 0 8px; } }

.sub-footer {
  background: #204164;
  padding: 30px 0; }

.not-found-page {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/404-background.png) #fff bottom no-repeat;
  background-size: cover;
  text-align: center;
  height: 100%;
  color: #212121; }
  .not-found-page span, .not-found-page small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .not-found-page small {
    padding: 35px 0 45px 0;
    color: #3e3e3e;
    font-size: 16px; }
  .not-found-page .page-content {
    padding-top: 105px; }
  .not-found-page .status {
    height: 180px;
    color: #fff;
    font-size: 250px;
    line-height: 160px; }
  .not-found-page .text {
    margin-top: 70px;
    text-transform: uppercase;
    font-size: 36px; }
  @media all and (max-height: 800px) {
    .not-found-page {
      padding-top: 2vh; }
      .not-found-page .page-content {
        padding-top: 2vh; }
      .not-found-page .status {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); }
      .not-found-page .text {
        margin-top: 30px; } }
  @media all and (max-height: 650px) and (max-width: 970px) {
    .not-found-page {
      padding-top: 2vh;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .not-found-page .page-content {
        padding-top: 2vh;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left;
        padding-left: 2vw; }
      .not-found-page img {
        margin-left: 2vw; }
      .not-found-page .status {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        padding: 15px 0; }
      .not-found-page .text {
        margin-top: 20px; }
      .not-found-page small {
        padding: 15px 0; }
      .not-found-page span, .not-found-page small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media all and (max-width: 550px) {
    .not-found-page {
      padding-top: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .not-found-page .page-content {
        padding: 2vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: left; }
      .not-found-page img {
        max-width: 150px;
        margin-left: 2vw; }
      .not-found-page .status {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        font-size: 55px;
        height: auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: normal; }
      .not-found-page .text {
        margin-top: 0;
        font-size: 26px; }
      .not-found-page small {
        padding: 15px 0; }
      .not-found-page span, .not-found-page small, .not-found-page .page-content div {
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

@media all and (max-width: 1540px) {
  header.top nav ul li:first-child a {
    margin-left: 10px; }
  header.top nav ul li a {
    padding: 0 10px;
    margin: 0; }
  header.top .header-live {
    margin-right: 0; }
    header.top .header-live li:last-child span {
      margin-right: 0; }
    header.top .header-live .languages-dropdown {
      right: 0; }
    header.top .header-live a {
      margin-left: 5px;
      font-size: 13px; }
  header.top .header-tab-content .close-panel, header.top .header-tab-content .mfp-close, header.top .header-tab-content .alert-box .close-alert, .alert-box header.top .header-tab-content .close-alert {
    right: 10px;
    top: 10px; } }

@media all and (max-width: 1400px) {
  header.top nav li:nth-last-child(2) a {
    padding-right: 15px; }
  header.top .close-panel, header.top .mfp-close,
  header.top .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder header.top .mfp-close, header.top .alert-box .close-alert, .alert-box header.top .close-alert {
    right: 10px;
    top: 10px; }
  header.top .info-tab-wrap {
    padding-left: 5vw;
    width: 100%; }
    header.top .info-tab-wrap .info-tab-left-menu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; }
      header.top .info-tab-wrap .info-tab-left-menu a {
        padding-right: 10px;
        padding-left: 25px; }
        header.top .info-tab-wrap .info-tab-left-menu a span {
          white-space: nowrap; }
    header.top .info-tab-wrap .objects-info {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      padding-right: 100px; }
      header.top .info-tab-wrap .objects-info a {
        white-space: nowrap; } }

@media all and (max-width: 1350px) {
  header.top nav li:nth-last-child(2) a {
    padding-right: 10px; }
  header.top .header-live {
    margin-right: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    header.top .header-live li {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      header.top .header-live li a {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.top .header-live li a svg {
          margin: 0 3px 0; }
  header.top .auth-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header.top .book svg {
    display: none; }
  header.top .objects-info:after {
    width: 500px; } }

@media all and (max-width: 1275px) {
  header.top nav ul li.invest-bukovel-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    header.top nav ul li.invest-bukovel-wrap a {
      margin-right: 0;
      padding-right: 0; }
  header.top nav ul li.book-link-wrap {
    margin: 0 10px; }
  header.top nav ul li a.have-changed-marker.active:before {
    background: #97e5ff; } }

@media all and (max-width: 1200px) {
  header.top .header-live {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    header.top .header-live .languages {
      margin: 0; }
    header.top .header-live .lang-select {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-left: 10px; }
      header.top .header-live .lang-select .lang-label {
        margin-left: 0; } }

@media all and (max-width: 1150px) {
  header.top nav ul li a {
    padding: 0 10px;
    font-size: 15px; }
  header.top nav ul li:first-child {
    padding: 0 10px; }
    header.top nav ul li:first-child a {
      padding-left: 0; }
  header.top nav ul li:nth-last-child(2) a {
    padding-right: 0; }
  header.top nav ul li:first-child {
    padding: 0; }
  header.top .header-live {
    margin-top: 0;
    margin-bottom: 0; }
    header.top .header-live li a svg {
      margin-right: 10px; }
  header.top .header-right {
    margin-right: 5px; }
  header.top .info-tab-wrap > div ul a {
    font-size: 14px; }
  header.top .info-tab-wrap > div.objects-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    padding-right: 40px; } }

@media all and (max-width: 970px) {
  header.top nav ul li a {
    padding: 0 10px;
    white-space: normal; }
  header.top nav ul li .book {
    padding: 0 25px; }
  header.top .book .label {
    font-size: 16px;
    letter-spacing: 1px; }
  header.top .header-live {
    padding-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    header.top .header-live li {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

@media all and (max-width: 850px) {
  body {
    padding-top: 50px; }
    body.book-menu-opened .book.open-menu-link svg {
      -webkit-transform: rotateY(180deg) translate(-2px, 0);
              transform: rotateY(180deg) translate(-2px, 0);
      left: 4px; }
  header.top {
    height: auto;
    position: fixed;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    /*&.scrolled {
      .header-inner {
        border-bottom: 1px solid #e6e6e6;
      }
    }*/ }
    header.top .header-inner {
      background: #fff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 50px;
      z-index: 6; }
    header.top nav ul li:first-child {
      padding: 0; }
    header.top nav ul li a {
      padding: 0 5px;
      font-size: 15px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      header.top nav ul li a:before {
        display: none; }
    header.top nav ul li:first-child a {
      margin: 0; }
    header.top nav ul li:nth-last-child(2) a {
      margin-right: 0; }
    header.top nav .book {
      padding: 0 15px; }
    header.top .sub-menu[data-sub-menu="events"] {
      padding: 30px 0 15px 0 !important; }
    header.top .header-right {
      margin-right: 15px; }
  .header-tab-content {
    position: relative; }
    .header-tab-content > ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .header-tab-content > ul > li {
        width: 33%;
        margin-bottom: 20px; }
      .header-tab-content > ul ul {
        margin: 0 10px; }
  .header-bottom-menu.login-opened {
    z-index: 11 !important;
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    top: 100px !important; }
    .header-bottom-menu.login-opened .header-tab-content {
      padding: 0; }
    .header-bottom-menu.login-opened .auth-box .auth-box-title {
      display: none; }
    .header-bottom-menu.login-opened .login-blocks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .header-bottom-menu.login-opened #authTab {
      display: block; }
    .header-bottom-menu.login-opened .login-block:last-child {
      border: none; }
    .header-bottom-menu.login-opened .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header-bottom-menu.login-opened .socials {
      margin-bottom: 20px; }
      .header-bottom-menu.login-opened .socials li {
        padding: 0 10px; }
  .header-auth-wrap {
    position: fixed;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 10; }
    .header-auth-wrap.open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .header-booking-skipass-tab {
    padding: 30px 0 0 0; }
    .header-booking-skipass-tab a {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin: 0;
      border-bottom: 2px solid rgba(0, 44, 85, 0.1); }
      .header-booking-skipass-tab a:after {
        display: none; }
      .header-booking-skipass-tab a:before {
        display: none; }
      .header-booking-skipass-tab a:last-child {
        border: none; } }

@media all and (max-width: 850px) {
  header.top .mobile-menu-button {
    display: block; }
  header.top .book-form-wrap {
    padding-top: 0;
    background-color: #3c4ac9;
    background: #3c4ac9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #3c4ac9), color-stop(100%, #8a43ae));
    background: -webkit-linear-gradient(top, #3c4ac9 0%, #8a43ae 100%);
    background: -o-linear-gradient(top, #3c4ac9 0%, #8a43ae 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3c4ac9), to(#8a43ae));
    background: linear-gradient(to bottom, #3c4ac9 0%, #8a43ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c4ac9', endColorstr='#8a43ae', GradientType=0); }
    header.top .book-form-wrap div, header.top .book-form-wrap .tab-content {
      width: 100%; }
    header.top .book-form-wrap .book-form-row label {
      white-space: normal; }
    header.top .book-form-wrap .book-form-row:first-child {
      padding: 0 30px; }
      header.top .book-form-wrap .book-form-row:first-child .region-checkbox-wrap {
        padding-left: 25px; }
    header.top .book-form-wrap .book-form-row:last-child {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    header.top .book-form-wrap .book-form {
      width: 100%;
      padding-bottom: 20px; }
      header.top .book-form-wrap .book-form .book-form-row:first-child {
        padding: 0 10px; }
    header.top .book-form-wrap .inputs-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      header.top .book-form-wrap .inputs-wrap > div {
        padding: 0 30px;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
    header.top .book-form-wrap .close-panel, header.top .book-form-wrap .mfp-close, header.top .book-form-wrap .alert-box .close-alert, .alert-box header.top .book-form-wrap .close-alert {
      top: 7px;
      right: 18px; }
  header.top .header-bottom-menu, header.top .header-menu {
    position: fixed;
    overflow: auto;
    height: auto !important;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 5;
    opacity: 0; }
    header.top .header-bottom-menu.opened, header.top .header-menu.opened {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
  header.top .header-menu {
    padding-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    overflow-x: hidden; }
    header.top .header-menu nav {
      display: block; }
      header.top .header-menu nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 30px; }
        header.top .header-menu nav > ul .header-tab-title {
          display: none; }
        header.top .header-menu nav > ul > li > a, header.top .header-menu nav > ul > li .list-title span {
          padding: 15px 17px 15px 0;
          text-align: left;
          font-size: 16px;
          border-bottom: 1px solid #e6e6e6;
          font-weight: 400;
          position: relative;
          cursor: pointer; }
          header.top .header-menu nav > ul > li > a:after, header.top .header-menu nav > ul > li .list-title span:after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            border: 1px solid #666666;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            right: 5px;
            top: 21px;
            -webkit-transition: 0.2s all ease;
            -o-transition: 0.2s all ease;
            transition: 0.2s all ease; }
          header.top .header-menu nav > ul > li > a.active:after, header.top .header-menu nav > ul > li .list-title span.active:after {
            top: 24px;
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg); }
          header.top .header-menu nav > ul > li > a.active + .sub-menu, header.top .header-menu nav > ul > li .list-title span.active + .sub-menu {
            display: block; }
        header.top .header-menu nav > ul > li span {
          margin: 0; }
        header.top .header-menu nav > ul > li .sub-menu {
          margin: 0 -30px; }
          header.top .header-menu nav > ul > li .sub-menu span {
            border: none;
            text-transform: uppercase; }
          header.top .header-menu nav > ul > li .sub-menu > ul {
            padding: 0 15px; }
        header.top .header-menu nav > ul > li .list-title {
          border-bottom: 1px solid #e6e6e6; }
          header.top .header-menu nav > ul > li .list-title ul {
            display: none; }
          header.top .header-menu nav > ul > li .list-title a {
            padding: 15px 0; }
          header.top .header-menu nav > ul > li .list-title span.active {
            color: #fff; }
            header.top .header-menu nav > ul > li .list-title span.active:after {
              border-color: #fff; }
            header.top .header-menu nav > ul > li .list-title span.active + ul {
              display: block; }
    header.top .header-menu .sub-menu {
      margin: -1px -10px 0 -10px;
      position: relative; }
      header.top .header-menu .sub-menu:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        background: #4ccecb;
        -webkit-transform: rotate(45deg) translate(-50%, 0);
            -ms-transform: rotate(45deg) translate(-50%, 0);
                transform: rotate(45deg) translate(-50%, 0);
        left: 50%;
        top: 0; }
      header.top .header-menu .sub-menu.discounts-sub-menu {
        background: #4ccecb; }
      header.top .header-menu .sub-menu li:last-child .list-title {
        border: none; }
  header.top .header-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    header.top .header-right ul {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 15px 0 30px; }
      header.top .header-right ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e6e6e6;
        height: 45px;
        width: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        header.top .header-right ul li a {
          white-space: nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin: 0; }
          header.top .header-right ul li a svg {
            margin-right: 20px; }
        header.top .header-right ul li.header-auth-link, header.top .header-right ul li.header-langs-link {
          position: absolute;
          margin: 0;
          top: 0;
          left: 50%;
          width: 50%;
          padding: 0 30px;
          background: #ecf1f7; }
          header.top .header-right ul li.header-auth-link .dropdown, header.top .header-right ul li.header-langs-link .dropdown {
            z-index: 15; }
            header.top .header-right ul li.header-auth-link .dropdown a, header.top .header-right ul li.header-langs-link .dropdown a {
              font-size: 14px;
              text-align: center; }
          header.top .header-right ul li.header-auth-link svg, header.top .header-right ul li.header-langs-link svg {
            margin-right: 15px; }
          header.top .header-right ul li.header-auth-link a, header.top .header-right ul li.header-auth-link span, header.top .header-right ul li.header-langs-link a, header.top .header-right ul li.header-langs-link span {
            font-size: 16px; }
        header.top .header-right ul li.header-auth-link + .header-langs-link {
          width: 50%; }
        header.top .header-right ul li.header-langs-link {
          left: 0;
          margin: 0;
          width: 100%; }
          header.top .header-right ul li.header-langs-link .lang-select {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            width: 100%; }
            header.top .header-right ul li.header-langs-link .lang-select span:after {
              display: none; }
          header.top .header-right ul li.header-langs-link .lang-label {
            margin-left: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #00b9b5; }
            header.top .header-right ul li.header-langs-link .lang-label .mobile-helper {
              display: block; }
      header.top .header-right ul .auth-links {
        padding: 0; }
    header.top .header-right .header-live li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      header.top .header-right .header-live li.invest-bukovel-link-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
      header.top .header-right .header-live li a {
        font-size: 14px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      header.top .header-right .header-live li svg {
        margin-right: 10px; }
    header.top .header-right .header-live .languages {
      width: 100%; }
      header.top .header-right .header-live .languages .lang-label {
        margin: 0; }
    header.top .header-right .languages-dropdown {
      position: absolute;
      top: 45px;
      right: auto;
      left: 0;
      width: 100%;
      z-index: 15; }
      header.top .header-right .languages-dropdown:before {
        -webkit-transform: translate(-50%, 100%) rotate(-5deg);
            -ms-transform: translate(-50%, 100%) rotate(-5deg);
                transform: translate(-50%, 100%) rotate(-5deg);
        right: auto;
        left: 50%; }
      header.top .header-right .languages-dropdown li {
        width: 100%; }
        header.top .header-right .languages-dropdown li a {
          text-align: center; }
    header.top .header-right .header-right-actions {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      background: #ebf1f6;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header.top .header-right .header-right-actions > div {
        width: 50%;
        margin: 0; }
        header.top .header-right .header-right-actions > div:first-child {
          border-right: 1px solid #fff; }
      header.top .header-right .header-right-actions .languages, header.top .header-right .header-right-actions .auth-block {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        padding-top: 0; }
        header.top .header-right .header-right-actions .languages a, header.top .header-right .header-right-actions .auth-block a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-transform: uppercase;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          header.top .header-right .header-right-actions .languages a svg, header.top .header-right .header-right-actions .auth-block a svg {
            margin-right: 10px; }
        header.top .header-right .header-right-actions .languages span, header.top .header-right .header-right-actions .auth-block span {
          display: inline;
          margin: 0; }
      header.top .header-right .header-right-actions .languages {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
  header.top nav {
    background: #fff;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    width: 100%;
    position: relative;
    z-index: 10; }
    header.top nav ul {
      display: block; }
      header.top nav ul li.book-link-wrap {
        display: none; }
      header.top nav ul li .book {
        display: none; }
  header.top .book-link-wrap.mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-transform: uppercase;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header.top .book-link-wrap.mobile-only .book {
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 500;
      padding: 0 25px;
      letter-spacing: 2px; }
    header.top .book-link-wrap.mobile-only .label {
      font-size: 14px;
      letter-spacing: 2px; }
  header.top .info-tab-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
    header.top .info-tab-wrap .objects-info {
      padding-right: 0;
      padding-left: 75px;
      margin-right: 0;
      background: #9ae6ff;
      background: -webkit-gradient(linear, left bottom, left top, from(#9de7ff), to(#9ae6ff));
      background: -webkit-linear-gradient(bottom, #9de7ff, #9ae6ff);
      background: -o-linear-gradient(bottom, #9de7ff, #9ae6ff);
      background: linear-gradient(to top, #9de7ff, #9ae6ff); }
      header.top .info-tab-wrap .objects-info:after {
        display: none; }
      header.top .info-tab-wrap .objects-info ul {
        padding-top: 10px; }
        header.top .info-tab-wrap .objects-info ul > li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #000;
          padding: 14px 17px 15px 12px;
          margin: 0;
          font-weight: normal;
          border-bottom: none; }
          header.top .info-tab-wrap .objects-info ul > li a span {
            font-size: 15px;
            color: #212121;
            border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
      header.top .info-tab-wrap .objects-info .info-tab-title {
        margin-top: 0;
        padding-top: 16px;
        margin-bottom: 10px;
        padding-left: 12px; }
      header.top .info-tab-wrap .objects-info > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      header.top .info-tab-wrap .objects-info li:last-child a {
        border: none; }
    header.top .info-tab-wrap > div {
      padding: 10px 0; }
      header.top .info-tab-wrap > div ul li {
        padding-bottom: 0; }
        header.top .info-tab-wrap > div ul li:last-child a {
          border: none; }
      header.top .info-tab-wrap > div ul a {
        padding: 15px 17px 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    header.top .info-tab-wrap .info-tab-left-menu {
      background: #4ccecb;
      padding-top: 0; }
      header.top .info-tab-wrap .info-tab-left-menu ul {
        padding-left: 0;
        padding-top: 20px; }
        header.top .info-tab-wrap .info-tab-left-menu ul a {
          padding-left: 0; }
          header.top .info-tab-wrap .info-tab-left-menu ul a i {
            padding-left: 20px; }
          header.top .info-tab-wrap .info-tab-left-menu ul a i + span {
            text-align: left;
            margin-left: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
  header.top .widget-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important; }
    header.top .widget-block a .slide-text {
      white-space: normal;
      height: auto;
      text-transform: none;
      font-size: 13px; }
    header.top .widget-block a .slide-title {
      margin-top: 10px; }
    header.top .widget-block a img {
      width: 100%; }
  footer.general {
    padding-top: 10px;
    overflow: hidden; }
    footer.general div:empty {
      display: none; }
    footer.general .news-subscribe {
      display: none; }
    footer.general .icon-bukovel-logo {
      margin-bottom: 0; }
    footer.general .footer-links {
      width: 75%;
      margin: auto; }
    footer.general .footer-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      footer.general .footer-row:first-child {
        padding: 0; }
      footer.general .footer-row > div {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px; }
    footer.general .copyright {
      margin-bottom: 0; }
    footer.general .socials, footer.general .subscribe-form {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px; }
    footer.general .partners {
      width: 100%;
      padding-top: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer.general .partners .slick-arrow {
        opacity: 1; }
      footer.general .partners .slick-prev, footer.general .partners .mfp-arrow-left {
        left: 0; }
      footer.general .partners .slick-next, footer.general .partners .mfp-arrow-right {
        right: 0; }
      footer.general .partners a {
        text-align: center;
        margin: 0 15px 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      footer.general .partners span {
        display: none; }
      footer.general .partners.slick-initialized {
        width: auto;
        margin: 0 15px; }
        footer.general .partners.slick-initialized .slick-next, footer.general .partners.slick-initialized .mfp-arrow-right {
          margin-top: 5px;
          right: -10px; } }

@media all and (max-width: 768px) {
  header.top .mobile-menu-button {
    display: block; }
  header.top .book-form-wrap .book-form-row label {
    white-space: normal; }
  header.top .book-form-wrap .book-form-row:first-child {
    padding: 0 30px; }
    header.top .book-form-wrap .book-form-row:first-child .region-checkbox-wrap {
      padding-left: 25px; }
  header.top .book-form-wrap .book-form-row:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  header.top .book-form-wrap .book-form {
    width: 100%;
    padding-bottom: 20px; }
    header.top .book-form-wrap .book-form .book-form-row:first-child {
      padding: 0 10px; }
  header.top .book-form-wrap .inputs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    header.top .book-form-wrap .inputs-wrap > div {
      padding: 0 30px;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
  header.top .book-form-wrap .close-panel, header.top .book-form-wrap .mfp-close, header.top .book-form-wrap .alert-box .close-alert, .alert-box header.top .book-form-wrap .close-alert {
    top: 7px;
    right: 18px; }
  header.top .header-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    header.top .header-right ul {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 15px 0 30px; }
      header.top .header-right ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e6e6e6;
        height: 45px;
        width: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        header.top .header-right ul li a {
          white-space: nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin: 0; }
          header.top .header-right ul li a svg {
            margin-right: 20px; }
        header.top .header-right ul li.header-auth-link, header.top .header-right ul li.header-langs-link {
          position: absolute;
          margin: 0;
          top: 0;
          left: 50%;
          width: 50%;
          padding: 0 30px;
          background: #ecf1f7; }
          header.top .header-right ul li.header-auth-link .dropdown, header.top .header-right ul li.header-langs-link .dropdown {
            z-index: 15; }
            header.top .header-right ul li.header-auth-link .dropdown a, header.top .header-right ul li.header-langs-link .dropdown a {
              font-size: 14px;
              text-align: center; }
          header.top .header-right ul li.header-auth-link svg, header.top .header-right ul li.header-langs-link svg {
            margin-right: 15px; }
          header.top .header-right ul li.header-auth-link a, header.top .header-right ul li.header-auth-link span, header.top .header-right ul li.header-langs-link a, header.top .header-right ul li.header-langs-link span {
            font-size: 16px; }
        header.top .header-right ul li.header-auth-link + .header-langs-link {
          width: 50%; }
        header.top .header-right ul li.header-langs-link {
          left: 0;
          margin: 0;
          width: 100%; }
          header.top .header-right ul li.header-langs-link .lang-select {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            width: 100%; }
            header.top .header-right ul li.header-langs-link .lang-select span:after {
              display: none; }
          header.top .header-right ul li.header-langs-link .lang-label {
            margin-left: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #00b9b5; }
            header.top .header-right ul li.header-langs-link .lang-label .mobile-helper {
              display: block; }
      header.top .header-right ul .auth-links {
        padding: 0; }
    header.top .header-right .header-live li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      header.top .header-right .header-live li.invest-bukovel-link-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
      header.top .header-right .header-live li a {
        font-size: 14px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      header.top .header-right .header-live li svg {
        margin-right: 10px; }
    header.top .header-right .header-live .languages {
      width: 100%; }
      header.top .header-right .header-live .languages .lang-label {
        margin: 0; }
    header.top .header-right .languages-dropdown {
      position: absolute;
      top: 45px;
      left: 20px;
      right: 20px;
      width: auto;
      z-index: 15;
      -webkit-box-shadow: 0 6px 10px #999;
              box-shadow: 0 6px 10px #999;
      border-radius: 6px; }
      header.top .header-right .languages-dropdown:before {
        -webkit-transform: translate(-50%, 100%) rotate(-5deg);
            -ms-transform: translate(-50%, 100%) rotate(-5deg);
                transform: translate(-50%, 100%) rotate(-5deg);
        right: auto;
        left: 50%; }
      header.top .header-right .languages-dropdown li {
        width: 100%; }
        header.top .header-right .languages-dropdown li:last-child {
          border-bottom: none; }
        header.top .header-right .languages-dropdown li a {
          text-align: center; }
    header.top .header-right .header-right-actions {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      background: #ebf1f6;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header.top .header-right .header-right-actions > div {
        width: 50%;
        margin: 0; }
        header.top .header-right .header-right-actions > div:first-child {
          border-right: 1px solid #fff; }
      header.top .header-right .header-right-actions .languages, header.top .header-right .header-right-actions .auth-block {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        padding-top: 0; }
        header.top .header-right .header-right-actions .languages a, header.top .header-right .header-right-actions .auth-block a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-transform: uppercase;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          header.top .header-right .header-right-actions .languages a svg, header.top .header-right .header-right-actions .auth-block a svg {
            margin-right: 10px; }
        header.top .header-right .header-right-actions .languages span, header.top .header-right .header-right-actions .auth-block span {
          display: inline;
          margin: 0; }
      header.top .header-right .header-right-actions .languages {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
  header.top nav {
    background: #fff;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    width: 100%;
    position: relative;
    z-index: 10; }
    header.top nav ul {
      display: block; }
      header.top nav ul li.book-link-wrap {
        display: none; }
      header.top nav ul li .book {
        display: none; }
  header.top .book-link-wrap.mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-transform: uppercase;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header.top .book-link-wrap.mobile-only .book {
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 500;
      padding: 0 25px;
      letter-spacing: 2px; }
    header.top .book-link-wrap.mobile-only .label {
      font-size: 14px;
      letter-spacing: 2px; }
  header.top .info-tab-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
    header.top .info-tab-wrap .objects-info {
      padding-right: 0;
      padding-left: 75px;
      margin-right: 0;
      background: #9ae6ff;
      background: -webkit-gradient(linear, left bottom, left top, from(#9de7ff), to(#9ae6ff));
      background: -webkit-linear-gradient(bottom, #9de7ff, #9ae6ff);
      background: -o-linear-gradient(bottom, #9de7ff, #9ae6ff);
      background: linear-gradient(to top, #9de7ff, #9ae6ff); }
      header.top .info-tab-wrap .objects-info:after {
        display: none; }
      header.top .info-tab-wrap .objects-info ul {
        padding-top: 10px; }
        header.top .info-tab-wrap .objects-info ul > li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #000;
          padding-left: 0;
          margin: 0;
          font-weight: normal;
          border-bottom: none; }
          header.top .info-tab-wrap .objects-info ul > li a span {
            font-size: 15px;
            color: #212121;
            border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
      header.top .info-tab-wrap .objects-info .info-tab-title {
        margin-top: 0;
        padding-top: 16px;
        margin-bottom: 10px;
        padding-left: 12px; }
      header.top .info-tab-wrap .objects-info > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      header.top .info-tab-wrap .objects-info li:last-child a {
        border: none; }
    header.top .info-tab-wrap > div {
      padding: 10px 0; }
      header.top .info-tab-wrap > div ul li {
        padding-bottom: 0; }
        header.top .info-tab-wrap > div ul li:last-child a {
          border: none; }
      header.top .info-tab-wrap > div ul a {
        padding: 15px 17px 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    header.top .info-tab-wrap .info-tab-left-menu {
      background: #4ccecb;
      padding-top: 0; }
      header.top .info-tab-wrap .info-tab-left-menu ul {
        padding-left: 0;
        padding-top: 20px; }
        header.top .info-tab-wrap .info-tab-left-menu ul a {
          padding-left: 0; }
          header.top .info-tab-wrap .info-tab-left-menu ul a i {
            padding-left: 30px; }
          header.top .info-tab-wrap .info-tab-left-menu ul a i + span {
            text-align: left;
            margin-left: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
  header.top .widget-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important; }
    header.top .widget-block a .slide-text {
      white-space: normal;
      height: auto;
      text-transform: none;
      font-size: 13px; }
    header.top .widget-block a .slide-title {
      margin-top: 10px; }
    header.top .widget-block a img {
      width: 100%; } }

@media all and (max-width: 550px) {
  .header-events-slider {
    width: 277px;
    margin: 0 auto; }
  .close-panel, .mfp-close,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .alert-box .close-alert {
    display: none; }
  .mobile-fixed-block .close-panel, .mobile-fixed-block .mfp-close,
  .mobile-fixed-block .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mobile-fixed-block .mfp-close, .mobile-fixed-block .alert-box .close-alert, .alert-box .mobile-fixed-block .close-alert, .book-form-wrap .close-panel, .book-form-wrap .mfp-close,
  .book-form-wrap .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .book-form-wrap .mfp-close, .book-form-wrap .alert-box .close-alert, .alert-box .book-form-wrap .close-alert {
    display: block; }
  .partners > div {
    width: 100%; }
  .header-booking-skipass-tab a {
    font-size: 15px;
    padding-left: 20px; }
  .header-booking-skipass-tab svg {
    margin-right: 10px; }
  header.top .info-tab-wrap .objects-info ul {
    padding-right: 0;
    padding-left: 0; }
  header.top .info-tab-wrap .objects-info .info-tab-title {
    color: #fff;
    padding-left: 0;
    margin: 0; } }

@media all and (max-width: 350px) {
  header.top .header-menu nav ul {
    padding: 0 20px; }
  header.top .header-menu .objects-info ul {
    padding-right: 0;
    padding-left: 0; }
  header.top .header-right ul {
    padding-left: 20px;
    padding-right: 0; }
  header.top .header-right .header-live a svg {
    margin-right: 5px; }
  header.top .info-tab-wrap .objects-info ul > li a {
    padding-left: 0; }
  .header-booking-skipass-tab a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0; }
  .header-booking-skipass-tab svg {
    margin: 0 0 15px 0; } }

@-webkit-keyframes homeIconsDotsAnimation {
  0% {
    opacity: 0.33; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0.33; } }

@keyframes homeIconsDotsAnimation {
  0% {
    opacity: 0.33; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0.33; } }

@-webkit-keyframes homeIconsTreesAnimation {}

@keyframes homeIconsTreesAnimation {}@-webkit-keyframes skipassIconBackCard {
  0% {
    -webkit-transform: translate(-19.605px, -10.639px);
            transform: translate(-19.605px, -10.639px); }
  50% {
    -webkit-transform: translate(-22px, -11px);
            transform: translate(-22px, -11px); }
  100% {
    -webkit-transform: translate(-19.605px, -10.639px);
            transform: translate(-19.605px, -10.639px); } }@keyframes skipassIconBackCard {
  0% {
    -webkit-transform: translate(-19.605px, -10.639px);
            transform: translate(-19.605px, -10.639px); }
  50% {
    -webkit-transform: translate(-22px, -11px);
            transform: translate(-22px, -11px); }
  100% {
    -webkit-transform: translate(-19.605px, -10.639px);
            transform: translate(-19.605px, -10.639px); } }

@-webkit-keyframes skipassIconFrontCard {
  0% {
    -webkit-transform: translate(15.995px, 6.451px);
            transform: translate(15.995px, 6.451px); }
  50% {
    -webkit-transform: translate(15px, 5px) scale(1.02);
            transform: translate(15px, 5px) scale(1.02); }
  100% {
    -webkit-transform: translate(15.995px, 6.451px);
            transform: translate(15.995px, 6.451px); } }

@keyframes skipassIconFrontCard {
  0% {
    -webkit-transform: translate(15.995px, 6.451px);
            transform: translate(15.995px, 6.451px); }
  50% {
    -webkit-transform: translate(15px, 5px) scale(1.02);
            transform: translate(15px, 5px) scale(1.02); }
  100% {
    -webkit-transform: translate(15.995px, 6.451px);
            transform: translate(15.995px, 6.451px); } }

@-webkit-keyframes clubCardIconAnimation1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-3deg) translate(-2px, 0);
            transform: rotate(-3deg) translate(-2px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes clubCardIconAnimation1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-3deg) translate(-2px, 0);
            transform: rotate(-3deg) translate(-2px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes clubCardIconAnimation2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0);
            transform: rotate(-2deg) translate(-2px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes clubCardIconAnimation2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0);
            transform: rotate(-2deg) translate(-2px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes clubCardIconAnimationFront {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-3deg) translate(-3px, 0);
            transform: rotate(-3deg) translate(-3px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes clubCardIconAnimationFront {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  50% {
    -webkit-transform: rotate(-3deg) translate(-3px, 0);
            transform: rotate(-3deg) translate(-3px, 0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes rentIconWindow1 {
  50% {
    fill: #00b9b5; } }

@keyframes rentIconWindow1 {
  50% {
    fill: #00b9b5; } }

@-webkit-keyframes rentIconWindow2 {
  50% {
    fill: #00b9b5; } }

@keyframes rentIconWindow2 {
  50% {
    fill: #00b9b5; } }

.left-menu-nav {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  overflow: hidden; }
  .left-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .left-menu-nav ul li:last-child a {
      border-bottom: none; }
  .left-menu-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 148px;
    width: 140px;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #EFEFEF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    left: 0; }
    .left-menu-nav a svg {
      width: 70px;
      height: 62px;
      margin-bottom: 10px;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
      .left-menu-nav a svg .home-icon-dots {
        -webkit-transition: 0.2s all linear 0.1s;
        -o-transition: 0.2s all linear 0.1s;
        transition: 0.2s all linear 0.1s; }
      .left-menu-nav a svg .home-icons-trees {
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .left-menu-nav a svg .skipass-icon-back-card, .left-menu-nav a svg .clubcard-icon-back-card-2, .left-menu-nav a svg .clubcard-icon-back-card-1, .left-menu-nav a svg .clubcard-icon-front-card {
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .left-menu-nav a svg .clubcard-icon-back-card-1 {
        -webkit-transition: 0.3s all ease 0.1s;
        -o-transition: 0.3s all ease 0.1s;
        transition: 0.3s all ease 0.1s; }
      .left-menu-nav a svg .clubcard-icon-back-card-2 {
        -webkit-transition: 0.3s all ease 0.2s;
        -o-transition: 0.3s all ease 0.2s;
        transition: 0.3s all ease 0.2s; }
      .left-menu-nav a svg .skipass-icon-front-card {
        -webkit-transition: 0.2s all ease 0.1s;
        -o-transition: 0.2s all ease 0.1s;
        transition: 0.2s all ease 0.1s; }
      .left-menu-nav a svg .clubcard-icon-front-card, .left-menu-nav a svg .rent-icon-window-1, .left-menu-nav a svg .rent-icon-window-2 {
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease; }
    .left-menu-nav a:hover {
      background-color: #ECFAFA; }
      .left-menu-nav a:hover svg {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
        .left-menu-nav a:hover svg .home-icon-dots {
          -webkit-animation: homeIconsDotsAnimation 2s infinite;
                  animation: homeIconsDotsAnimation 2s infinite;
          -webkit-transform: translate(0, 1px) scale(0.95);
              -ms-transform: translate(0, 1px) scale(0.95);
                  transform: translate(0, 1px) scale(0.95); }
        .left-menu-nav a:hover svg .home-icons-trees {
          -webkit-animation: homeIconsTreesAnimation 2s infinite;
                  animation: homeIconsTreesAnimation 2s infinite;
          -webkit-transform: scale(0.92) translate(2px, 2px);
              -ms-transform: scale(0.92) translate(2px, 2px);
                  transform: scale(0.92) translate(2px, 2px); }
        .left-menu-nav a:hover svg .skipass-icon-back-card {
          -webkit-animation: skipassIconBackCard 2s infinite;
                  animation: skipassIconBackCard 2s infinite; }
        .left-menu-nav a:hover svg .skipass-icon-front-card {
          -webkit-animation: skipassIconFrontCard 2s infinite;
                  animation: skipassIconFrontCard 2s infinite; }
        .left-menu-nav a:hover svg .clubcard-icon-back-card-1 {
          -webkit-animation: clubCardIconAnimation1 2s infinite 0.2s;
                  animation: clubCardIconAnimation1 2s infinite 0.2s; }
        .left-menu-nav a:hover svg .clubcard-icon-back-card-2 {
          -webkit-animation: clubCardIconAnimation2 2s infinite 0.3s;
                  animation: clubCardIconAnimation2 2s infinite 0.3s; }
        .left-menu-nav a:hover svg .clubcard-icon-front-card {
          -webkit-animation: clubCardIconAnimationFront 2s infinite;
                  animation: clubCardIconAnimationFront 2s infinite; }
        .left-menu-nav a:hover svg .rent-icon-window-1, .left-menu-nav a:hover svg .rent-icon-window-2 {
          -webkit-animation: rentIconWindow1 3s infinite;
                  animation: rentIconWindow1 3s infinite; }
  .left-menu-nav span {
    text-align: center; }
  @media all and (max-height: 750px) and (min-width: 1024px) {
    .left-menu-nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 70px;
      border-radius: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .left-menu-nav ul {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-top: 1px solid #EFEFEF; }
        .left-menu-nav ul li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .left-menu-nav ul li a {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-height: 0;
            width: 140px; }
            .left-menu-nav ul li a svg {
              width: 50px;
              height: 42px; } }
  @media all and (max-height: 450px) and (min-width: 960px) {
    .left-menu-nav svg {
      display: none; } }
  @media all and (max-width: 960px) {
    .left-menu-nav {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: 0;
      top: auto;
      bottom: 0;
      border-radius: 0; }
      .left-menu-nav ul {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .left-menu-nav ul li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .left-menu-nav ul li a {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            min-height: 30px;
            font-size: 12px;
            width: auto;
            text-align: center;
            border-right: 1px solid #EFEFEF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media all and (max-width: 960px) and (max-width: 760px) {
          .left-menu-nav ul li a {
            display: block;
            min-height: 90px; } }
  @media all and (max-width: 960px) {
            .left-menu-nav ul li a svg {
              width: 35px;
              height: 35px;
              margin-bottom: 0; } }
          @media all and (max-width: 960px) and (max-width: 760px) {
            .left-menu-nav ul li a svg {
              width: 40px;
              height: 36px;
              margin-bottom: 10px; } }
  @media all and (max-width: 960px) {
            .left-menu-nav ul li a div {
              padding: 10px 5px 5px;
              margin-right: 10px; } }
          @media all and (max-width: 960px) and (max-width: 760px) {
            .left-menu-nav ul li a div {
              margin-right: 0;
              padding: 10px 0 0 0;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 50%;
                      flex: 0 0 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
  @media all and (max-width: 960px) {
          .left-menu-nav ul li:last-child a {
            border-right: none; } }

@media all and (min-width: 960px) and (max-width: 1480px) {
  .container {
    padding-left: 150px !important;
    width: 100% !important;
    max-width: 100% !important; } }

.color-general {
  color: #00b9b5; }

.color-dark-medium {
  color: #3e3e3e; }

.color-black {
  color: #000; }

.relative {
  position: relative; }

.no-margin {
  margin: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-top-10 {
  padding-top: 10px; }

.white-background {
  background-color: #fff; }

.no-padding {
  padding: 0 !important; }

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

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

ul.reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.text-error {
  color: #ff564e; }

.no-margin-top {
  margin-top: 0; }

.no-padding-top {
  padding-top: 0; }

.inline-block {
  display: inline-block; }

ul.reset {
  list-style: none;
  padding: 0; }

.hasBWGradient, .season-page .top-actions > div:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+52,000000+81,000000+81&1+0,0+89 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0) 89%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(52%, rgba(0, 0, 0, 0.42)), color-stop(81%, rgba(0, 0, 0, 0.09)), color-stop(89%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0) 89%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0) 89%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */ }

.hasBWGradientInverted, .season-page .top-actions > div:after, .widget-block .img-wrap.has-bottom-info:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+2,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(2%, rgba(0, 0, 0, 0.02)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */ }

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

.w1-2, .column.w1-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.w1-3, .column.w1-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%; }

.w1-4, .column.w1-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%; }

.w2-3, .column.w2-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66%;
          flex: 1 0 66%; }

.w3-4, .column.w3-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%; }

.h1-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%; }

.h1-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%; }

.h2-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66%;
          flex: 1 0 66%; }

.w50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.opacity0 {
  opacity: 0; }

.opacity03 {
  opacity: 0.3; }

.opacity05 {
  opacity: 0.5; }

.opacity07 {
  opacity: 0.7; }

.opacity1 {
  opacity: 1; }

.hidden {
  display: none !important; }

.centered-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home-tabs {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0; }
  .home-tabs .tabs-nav {
    overflow: hidden; }
    .home-tabs .tabs-nav li {
      height: 35px;
      line-height: 35px;
      display: block;
      float: left;
      font-size: 0;
      text-align: center;
      color: #000;
      cursor: pointer;
      background: #00b9b5;
      padding: 0 45px; }
      .home-tabs .tabs-nav li.external {
        padding: 0; }
        .home-tabs .tabs-nav li.external a {
          color: #000;
          display: block;
          padding: 0 45px; }
      .home-tabs .tabs-nav li span {
        font-size: 16px;
        text-transform: uppercase; }
      .home-tabs .tabs-nav li:nth-child(3) {
        background: #43b2ff; }
      .home-tabs .tabs-nav li.active {
        background: #fff; }
  .home-tabs form {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .home-tabs .form-block {
    margin: 15px; }
    .home-tabs .form-block:first-child {
      margin-left: 45px; }
  .home-tabs input[type="text"], .home-tabs select {
    height: 30px;
    border: 1px solid #cad3df;
    background-color: #eceff4;
    padding: 0 5px; }
  .home-tabs input.datepicker {
    width: 230px;
    padding-right: 35px;
    background-image: url(/images/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 22px; }
  .home-tabs label span {
    margin-top: 3px;
    margin-right: 15px; }
  .home-tabs button {
    border: none;
    background: #00b9b5;
    color: #fff;
    border-radius: 30px;
    padding: 11px 55px;
    margin-top: -8px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    float: right;
    margin-right: 15px;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    letter-spacing: 2px; }
    .home-tabs button:hover {
      opacity: 0.8; }
  .home-tabs .styled-checkbox {
    margin-top: 5px; }
  .home-tabs .tabs-content {
    min-height: 100px;
    background: #fff; }

.home-slider {
  position: relative; }
  .home-slider:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00b9b5;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    z-index: 10; }
  .home-slider.slick-initialized:after {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0; }

.homepage-events-slider {
  margin: 0 -10px 40px -10px;
  opacity: 0;
  max-height: 400px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* Fix for some browsers */ }
  .homepage-events-slider.loaded {
    opacity: 1; }
  .homepage-events-slider .slider-item-wrapper {
    padding: 0 10px; }
    .homepage-events-slider .slider-item-wrapper.slick-slide {
      display: block; }
      @media all and (max-width: 750px) {
        .homepage-events-slider .slider-item-wrapper.slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .homepage-events-slider .slick-dots {
    left: 0;
    right: 0; }
  .homepage-events-slider .header-events-slider-item {
    max-width: 280px; }
  @media all and (max-width: 750px) {
    .homepage-events-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      overflow-x: hidden; }
      .homepage-events-slider.slick-dotted {
        padding-bottom: 10px;
        margin-bottom: 40px; } }

.news-slider {
  position: relative;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 -2px 10px -5px #888;
          box-shadow: 0 -2px 10px -5px #888; }
  .news-slider #newsSlider {
    visibility: hidden; }
    .news-slider #newsSlider.slick-initialized {
      visibility: visible; }
  .news-slider .slick-dots {
    display: none !important; }
  .news-slider .centered-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .news-slider .centered-items .slick-track {
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0); }
    .news-slider .centered-items .news-slider-slide {
      width: 270px; }
  .news-slider .slick-dotted {
    margin-bottom: 0; }
  .news-slider .slick-dots {
    display: none; }
  .news-slider .slick-arrow {
    margin-top: 6px; }
  .news-slider .slick-list {
    margin-top: -12px; }
    .news-slider .slick-list:before {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      top: 30px;
      bottom: 18px;
      background: #cad3df; }
  .news-slider .slick-track {
    padding-top: 12px; }
  .news-slider .news-slider-slide div {
    padding: 15px 10px 15px 30px;
    font-size: 18px;
    color: #162d48;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: none;
    line-height: normal;
    height: 90px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-slider .news-slider-slide div:active, .news-slider .news-slider-slide div:focus {
      outline: none; }
    .news-slider .news-slider-slide div span {
      display: block; }
    .news-slider .news-slider-slide div:after {
      content: '';
      position: absolute;
      right: auto;
      left: 0;
      width: 1px;
      height: 60%;
      top: 20%;
      background: #cad3df; }
    .news-slider .news-slider-slide div:before {
      content: '';
      position: absolute;
      left: 10px;
      top: 45%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      background: #00517C;
      border-radius: 10px;
      -webkit-transition: 0.3s all ease 0.1s;
      -o-transition: 0.3s all ease 0.1s;
      transition: 0.3s all ease 0.1s;
      opacity: 0; }
  .news-slider .news-slider-slide:hover div:before {
    top: 50%;
    opacity: 1; }
  .news-slider .news-slider-slide:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #003D62;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003D62), color-stop(100%, #003B5F));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #003D62 0%, #003B5F 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #003D62 0%, #003B5F 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#003D62), to(#003B5F));
    background: linear-gradient(to bottom, #003D62 0%, #003B5F 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    background-color: #00517C;
    top: 0;
    -webkit-transform: rotate(45deg) translate(-40%, 0);
        -ms-transform: rotate(45deg) translate(-40%, 0);
            transform: rotate(45deg) translate(-40%, 0);
    margin-left: -5px;
    opacity: 0;
    z-index: -1; }
  .news-slider .news-slider-slide.slick-current.slick-active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
    background: #002846;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #002846 0%, #00517C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#002846), to(#00517C));
    background: -o-linear-gradient(left, #002846 0%, #00517C 100%);
    background: linear-gradient(to right, #002846 0%, #00517C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    color: #fff;
    position: relative;
    overflow: visible; }
    .news-slider .news-slider-slide.slick-current.slick-active:before {
      display: none; }
    .news-slider .news-slider-slide.slick-current.slick-active div:after {
      display: none; }
    .news-slider .news-slider-slide.slick-current.slick-active + .news-slider-slide div:after {
      display: none; }
    .news-slider .news-slider-slide.slick-current.slick-active span {
      color: #fff; }
    .news-slider .news-slider-slide.slick-current.slick-active:after {
      opacity: 1;
      -webkit-transform: rotate(45deg) translate(-50%, 0);
          -ms-transform: rotate(45deg) translate(-50%, 0);
              transform: rotate(45deg) translate(-50%, 0);
      -webkit-transition: 0.2s all linear 0.2s;
      -o-transition: 0.2s all linear 0.2s;
      transition: 0.2s all linear 0.2s; }
    .news-slider .news-slider-slide.slick-current.slick-active:hover div {
      background: transparent; }
      .news-slider .news-slider-slide.slick-current.slick-active:hover div:before {
        display: none; }
  .news-slider .news-slider-slide:focus {
    outline: none; }

.widget-wrap {
  background: #ffffff;
  padding: 50px 0 100px; }

.calendar-wrap {
  padding-bottom: 35px; }
  .calendar-wrap .container {
    padding: 0 5px; }

.live-blocks-container {
  width: 1170px;
  margin: 0 auto; }
  @media all and (max-width: 1200px) {
    .live-blocks-container {
      width: 100%;
      padding: 0; } }
  @media all and (min-width: 960px) and (max-width: 1480px) {
    .live-blocks-container {
      padding-left: 140px; }
      .live-blocks-container .index-live-block {
        margin: 0 5px; } }

.index-live-blocks {
  background: #F4F5F6; }

.index-live-blocks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 760px) {
    .index-live-blocks-row {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.index-live-blocks-heading-title {
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 10px; }
  @media (max-width: 760px) {
    .index-live-blocks-heading-title {
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      color: #212121;
      letter-spacing: 1.3px;
      padding: 25px 10px; } }

.index-live-blocks {
  padding-top: 75px; }
  @media (max-width: 760px) {
    .index-live-blocks {
      padding-top: 35px; } }
  @media all and (max-width: 1050px) {
    .index-live-blocks {
      padding-left: 5px;
      padding-right: 5px; } }

.index-live-block {
  background: #fff;
  width: 370px;
  padding: 40px 10px;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  height: 570px;
  border: none;
  /* Statuses */
  /* Web camera */ }
  .index-live-block:hover {
    border: none; }
  @media all and (max-width: 1050px) {
    .index-live-block {
      margin: 0 5px;
      height: 470px; } }
  @media all and (max-width: 850px) {
    .index-live-block {
      height: 370px; } }
  @media (max-width: 760px) {
    .index-live-block {
      width: auto;
      padding: 35px 10px;
      height: auto;
      min-height: 360px;
      margin-bottom: 15px; }
      .index-live-block:last-child {
        margin-bottom: 0; } }
  .index-live-block__title {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    color: #4A4A4A; }
    @media (max-width: 960px) and (min-width: 760px) {
      .index-live-block__title {
        font-size: 16px; } }
    @media (max-width: 760px) {
      .index-live-block__title {
        font-size: 18px; } }
  .index-live-block__card-content {
    width: 260px;
    margin: 0 auto; }
    @media all and (max-width: 1100px) {
      .index-live-block__card-content {
        width: auto;
        min-width: 300px; } }
    @media (max-width: 960px) and (min-width: 760px) {
      .index-live-block__card-content {
        width: 100%; } }
  .index-live-block__more-link {
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    background: rgba(0, 185, 181, 0.5);
    letter-spacing: 1.8px;
    border-radius: 40px;
    margin-top: auto; }
    .index-live-block__more-link:hover {
      color: #fff;
      background: #00b9b5;
      border: none; }
  .index-live-block .status-label {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase; }
  .index-live-block .status-texts {
    width: 260px;
    margin: auto auto 0;
    text-align: center; }
    @media all and (max-width: 1100px) {
      .index-live-block .status-texts {
        width: auto; } }
    @media (max-width: 960px) and (min-width: 760px) {
      .index-live-block .status-texts {
        width: 100%; } }
    @media (max-width: 760px) {
      .index-live-block .status-texts {
        width: 85%;
        margin-top: 15px; } }
  .index-live-block .icon {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px; }
  .index-live-block svg {
    fill: #AFAFAF; }
  .index-live-block .status-circle-wrap {
    height: 92px;
    width: 92px;
    margin: 25px auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .index-live-block .status-circle-wrap .chart-label {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 22px;
      margin-left: 2px;
      color: #00b9b5; }
    .index-live-block .status-circle-wrap .ct-chart {
      height: 100%; }
    @media (max-width: 760px) {
      .index-live-block .status-circle-wrap {
        margin-top: 15px; } }
  .index-live-block .ct-chart-donut .ct-series-a .ct-slice-donut {
    stroke-linecap: round;
    stroke: url(#lineargradient); }
  .index-live-block .ct-chart-donut .ct-series-b .ct-slice-donut {
    stroke-linecap: round;
    stroke: #CDCDCD; }
  .index-live-block .icon-lift svg {
    width: 32px;
    height: 39px; }
  .index-live-block .icon-mount svg {
    width: 38px;
    height: 23px; }
  .index-live-block .status-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 960px) and (min-width: 760px) {
      .index-live-block .status-columns {
        padding-top: 15px; } }
    @media (max-width: 760px) {
      .index-live-block .status-columns {
        padding-top: 15px; } }
  .index-live-block .status-column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .index-live-block .status-count {
    font-size: 24px;
    color: #AFAFAF; }
    .index-live-block .status-count span {
      color: #00b9b5; }
  .index-live-block .status-texts {
    font-size: 14px;
    color: #AFAFAF; }
  .index-live-block_webcams {
    background: url(../images/index-blocks/webcam-live-background.png);
    background-size: cover;
    background-color: #00b9b5; }
    .index-live-block_webcams .index-live-block__title {
      color: #fff; }
    @media (max-width: 760px) {
      .index-live-block_webcams {
        position: relative; }
        .index-live-block_webcams:after, .index-live-block_webcams:before {
          content: '';
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .index-live-block_webcams:before {
          width: 86px;
          height: 86px;
          border-radius: 100%;
          top: 50%;
          left: 50%;
          background: rgba(0, 0, 0, 0.33); }
        .index-live-block_webcams:after {
          top: 50%;
          left: 50%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16.5px 0 16.5px 26px;
          border-color: transparent transparent transparent #ffffff;
          margin-left: 5px; } }
  .index-live-block__video-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 10px; }
  .index-live-block_events {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media (max-width: 760px) {
      .index-live-block_events {
        padding-left: 0;
        padding-right: 0; } }
    .index-live-block_events .index-live-block__title {
      color: #fff;
      position: relative;
      z-index: 4; }
    .index-live-block_events .index-live-block__title-date {
      display: block;
      text-align: center;
      padding-top: 10px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 1.87px; }
    .index-live-block_events .index-live-block__card-content {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 4;
      padding: 0 30px; }
      @media all and (max-width: 1100px) {
        .index-live-block_events .index-live-block__card-content {
          padding-left: 15px;
          padding-right: 15px; } }
    .index-live-block_events .index-live-block__events-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 35px;
      width: 100%; }
      @media (max-width: 760px) {
        .index-live-block_events .index-live-block__events-list {
          padding-top: 5px; } }
    .index-live-block_events .index-live-event-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 95px;
      text-decoration: none;
      border: none;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.84px;
      line-height: 24px; }
      .index-live-block_events .index-live-event-item__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        color: #fff;
        font-size: 15px;
        opacity: 0.8; }
        .index-live-block_events .index-live-event-item__date i {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 20px;
          font-weight: 500;
          font-style: normal; }
      .index-live-block_events .index-live-event-item__text {
        text-transform: uppercase;
        position: relative;
        color: #fff;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 15px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        opacity: 0;
        border-bottom: 1px solid rgba(231, 231, 231, 0.33);
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .index-live-block_events .index-live-event-item__text:after {
          content: '';
          position: absolute;
          opacity: 0.8;
          width: 15px;
          height: 15px;
          border: 2px solid #FFFFFF;
          border-left: none;
          border-bottom: none;
          right: 3px;
          top: 50%;
          margin-top: -5px;
          -webkit-transition: 0.2s all linear;
          -o-transition: 0.2s all linear;
          transition: 0.2s all linear;
          will-change: right;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .index-live-block_events .index-live-event-item:last-child .index-live-event-item__text {
        border: none; }
      .index-live-block_events .index-live-event-item:hover .index-live-event-item__text:after {
        right: -3px; }
    .index-live-block_events .index-live-block__more-link {
      position: relative;
      z-index: 5; }
  .index-live-block_one-album {
    border: none; }
    .index-live-block_one-album:hover {
      border: none; }
      .index-live-block_one-album:hover .index-live-block__events-background {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .index-live-block_one-album .index-live-block__events-background {
      -webkit-filter: none;
              filter: none;
      opacity: 0.8;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .index-live-block_one-album:hover .index-live-block__events-background {
      opacity: 0.5; }
  .index-live-block__events-background {
    position: absolute;
    background-size: cover !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-filter: url(#blur3);
            filter: url(#blur3);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    z-index: 1; }
    @supports ((-webkit-filter: blur(1px)) or (filter: blur(1px))) {
      .index-live-block__events-background {
        -webkit-filter: blur(3px);
        filter: blur(3px); } }

@-webkit-keyframes hotelsPartnersBackgroundAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 150px) rotate(-235deg);
            transform: translate(0, 150px) rotate(-235deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }

@keyframes hotelsPartnersBackgroundAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 150px) rotate(-235deg);
            transform: translate(0, 150px) rotate(-235deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }
  .index-live-block_hotels-partners {
    background: #002846;
    color: #fff;
    position: relative;
    overflow: hidden; }
    .index-live-block_hotels-partners .background {
      background: #002846;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002846), color-stop(100%, #015B8B));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #002846 0%, #015B8B 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #002846 0%, #015B8B 100%);
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-gradient(linear, left top, left bottom, from(#002846), to(#015B8B));
      background: linear-gradient(to bottom, #002846 0%, #015B8B 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      left: -300px;
      right: -300px;
      top: -250px;
      bottom: -250px;
      z-index: 1;
      -webkit-animation: hotelsPartnersBackgroundAnimation 20s infinite;
              animation: hotelsPartnersBackgroundAnimation 20s infinite; }
    .index-live-block_hotels-partners .content {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 2; }
    .index-live-block_hotels-partners .hotels-links-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .index-live-block_hotels-partners a {
      color: #fff;
      border: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 0;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
      .index-live-block_hotels-partners a:hover .hotels-links-hotel-name {
        -webkit-transform: translate(0, 1px);
            -ms-transform: translate(0, 1px);
                transform: translate(0, 1px); }
      .index-live-block_hotels-partners a:hover svg {
        -webkit-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
                transform: translate(0, 2px); }
      .index-live-block_hotels-partners a:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
      .index-live-block_hotels-partners a svg {
        width: 151px;
        height: 121px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
        @media all and (max-width: 1050px) {
          .index-live-block_hotels-partners a svg {
            width: auto;
            height: auto; } }
      .index-live-block_hotels-partners a .hotel-icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto; }
      .index-live-block_hotels-partners a .hotels-links-hotel-name {
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        -webkit-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in; }
      .index-live-block_hotels-partners a .delmar-icon {
        width: 135px;
        height: 141px; }
        @media all and (max-width: 1050px) {
          .index-live-block_hotels-partners a .delmar-icon {
            width: auto;
            height: auto; } }
    .index-live-block_hotels-partners .index-live-block__title {
      color: #fff; }

/* Photos */
.index-live-block-photos {
  padding-bottom: 75px;
  /* IE 11 fix */ }
  @media (max-width: 760px) {
    .index-live-block-photos {
      padding-top: 0;
      padding-bottom: 25px; } }
  .index-live-block-photos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .index-live-block-photos ul.list-space-around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .index-live-block-photos ul.list-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .index-live-block-photos ul.list-center > li {
        margin: 0 15px; }
    @media (max-width: 760px) {
      .index-live-block-photos ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .index-live-block-photos ul li {
          max-width: none; }
        .index-live-block-photos ul .slick-slide {
          margin: 0 15px; }
          .index-live-block-photos ul .slick-slide .index-live-block {
            margin: 0; }
            .index-live-block-photos ul .slick-slide .index-live-block:hover {
              -webkit-box-shadow: none;
                      box-shadow: none; }
              .index-live-block-photos ul .slick-slide .index-live-block:hover .background {
                -webkit-filter: none;
                        filter: none; }
        .index-live-block-photos ul .slick-dots {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          bottom: -37px; }
          .index-live-block-photos ul .slick-dots li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 20px;
                    flex: 0 0 20px; } }
  .index-live-block-photos li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 370px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .index-live-block-photos li {
      max-width: none;
      width: 370px;
      margin: 0 auto; } }
  .index-live-block-photos .index-live-block {
    width: 100%;
    height: 500px;
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #000;
    position: relative;
    text-decoration: none;
    border: none;
    overflow: hidden;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    will-change: transform; }
    @media (max-width: 760px) {
      .index-live-block-photos .index-live-block {
        height: 360px; } }
    .index-live-block-photos .index-live-block .background {
      position: absolute;
      left: -2px;
      right: -2px;
      top: -2px;
      bottom: -2px;
      opacity: 0.8;
      background-size: cover;
      background-position: center;
      z-index: 1;
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04); }
    .index-live-block-photos .index-live-block__title {
      max-width: 95%; }
    .index-live-block-photos .index-live-block__title, .index-live-block-photos .index-live-block__title-date {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      letter-spacing: 1.87px; }
    .index-live-block-photos .index-live-block__title-date {
      padding-bottom: 10px;
      display: block;
      opacity: 0.8; }
    .index-live-block-photos .index-live-block__title, .index-live-block-photos .index-live-block__more-link {
      position: relative;
      z-index: 2; }
    .index-live-block-photos .index-live-block__more-link {
      overflow: hidden;
      bottom: 30px; }
      @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .index-live-block-photos .index-live-block__more-link {
          -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px); } }
      .index-live-block-photos .index-live-block__more-link .text {
        position: relative;
        z-index: 3; }
      .index-live-block-photos .index-live-block__more-link:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 185, 181, 0.5);
        z-index: 2; }
    .index-live-block-photos .index-live-block:hover {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02);
      -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
              box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
      z-index: 3; }
      .index-live-block-photos .index-live-block:hover .background {
        opacity: 1;
        -webkit-filter: url(#blur2);
                filter: url(#blur2); }
        @supports ((-webkit-filter: blur(2px)) or (filter: blur(2px))) {
          .index-live-block-photos .index-live-block:hover .background {
            -webkit-filter: blur(2px);
            filter: blur(2px); } }
  .index-live-block-photos .index-block-image {
    width: 100%;
    height: 500px; }

.index-live-block_artek, .index-live-block_skipass {
  overflow: hidden;
  position: relative; }
  .index-live-block_artek .index-live-block__more-link, .index-live-block_skipass .index-live-block__more-link {
    z-index: 5; }
  .index-live-block_artek:hover .index-live-block__artek-background, .index-live-block_skipass:hover .index-live-block__artek-background {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .index-live-block_artek:hover .index-live-block__artek-kid, .index-live-block_skipass:hover .index-live-block__artek-kid {
    -webkit-transform: translate(0, 10px) scale(1.03);
        -ms-transform: translate(0, 10px) scale(1.03);
            transform: translate(0, 10px) scale(1.03); }

.index-live-block__artek-background, .index-live-block__skipass-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/index-blocks/artek-block/background.png");
  -webkit-transition: 1s all linear;
  -o-transition: 1s all linear;
  transition: 1s all linear;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .index-live-block__artek-background, .index-live-block__skipass-background {
      background-image: url("../images/index-blocks/artek-block/background@2x.jpg"); } }

.index-live-block__skipass-background {
  position: absolute;
  background-image: url("../images/index-blocks/skipass-live.png");
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.index-live-block_skipass:hover .index-live-block__skipass-background {
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5); }

@media (max-width: 760px) {
  .index-live-block__artek-background, .index-live-block__artek-kid {
    -webkit-animation: none;
            animation: none; }
  .index-live-block__artek-kid {
    left: auto;
    right: 10px; } }

@media all and (max-width: 1150px) {
  .news-slider .container {
    padding: 0; }
  .news-slider .news-slider-slide > div {
    padding: 0 35px; }
  .news-slider .slick-arrow {
    margin-top: 6px;
    z-index: 1; }
  .news-slider .slick-prev, .news-slider .mfp-arrow-left {
    left: 0; }
  .news-slider .slick-next, .news-slider .mfp-arrow-right {
    right: 8px; } }

@media all and (max-width: 750px) {
  .home-slider {
    height: auto;
    margin-top: 0; }
    .home-slider .home-slider-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .home-slider .home-slider-slide > div {
        width: 100%; }
      .home-slider .home-slider-slide .slide-title, .home-slider .home-slider-slide .slide-text {
        font-size: 22px; }
      .home-slider .home-slider-slide .slide-title {
        padding: 0 15px; }
    .home-slider .slide-text.small-on-mobile {
      font-size: 18px; }
  .news-slider .news-slider-slide > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 65px;
    padding: 10px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-slider .news-slider-slide > div span {
      font-size: 16px;
      text-align: center; }
  .news-slider .slick-arrow {
    margin-top: 11px; }
  .news-slider .slick-prev, .news-slider .mfp-arrow-left {
    left: 0; }
  .news-slider .slick-next, .news-slider .mfp-arrow-right {
    right: 0; }
  .slick-arrow {
    z-index: 10; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      border-color: #fff; }
  .slick-prev, .mfp-arrow-left {
    left: 15px; }
  .slick-next, .mfp-arrow-right {
    right: 15px; }
  .container {
    padding: 0; }
    .container .slider-button {
      font-size: 18px; } }

.statuses div {
  margin: 0 5px; }

.season-page .crumbs {
  padding: 10px;
  font-size: 14px;
  font-weight: 400; }

.season-page .top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  color: #fff; }
  .season-page .top-actions > div {
    background: #5f82a3;
    background-size: cover;
    margin: 0 5px;
    padding: 40px 15px;
    position: relative;
    min-height: 300px;
    height: 60vh;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
    .season-page .top-actions > div:hover .background {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98); }
    .season-page .top-actions > div .inner {
      position: relative;
      height: 100%;
      z-index: 2; }
    .season-page .top-actions > div .background {
      position: absolute;
      z-index: 0;
      left: -20px;
      top: -20px;
      right: -20px;
      bottom: -20px;
      -webkit-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear;
      background-size: cover; }
    .season-page .top-actions > div:before {
      position: absolute;
      content: '';
      height: 150px;
      left: 0;
      top: 0;
      right: 0;
      opacity: 0.33;
      z-index: 1; }
    .season-page .top-actions > div:after {
      position: absolute;
      content: '';
      height: 150px;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.33;
      z-index: 1; }
  .season-page .top-actions .top-actions-title {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-align: center; }
  .season-page .top-actions ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1); }
    .season-page .top-actions ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .season-page .top-actions ul li:first-child a {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        text-align: right; }
      .season-page .top-actions ul li:last-child a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: left; }
    .season-page .top-actions ul a {
      display: block;
      padding: 15px 7px;
      width: 100%;
      color: #fff;
      border: none;
      text-align: center;
      cursor: pointer; }
      .season-page .top-actions ul a span {
        white-space: nowrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
      .season-page .top-actions ul a:hover {
        background: rgba(0, 0, 0, 0.2);
        color: #00b9b5; }
        .season-page .top-actions ul a:hover span {
          border-color: rgba(0, 185, 181, 0.33); }
  .season-page .top-actions .bottom-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%); }
    .season-page .top-actions .bottom-info svg {
      width: 80px;
      height: 35px;
      margin-right: 20px;
      vertical-align: middle;
      fill: #00b9b5; }

.season-page .more-info .module-title, .season-page .more-info .plan-page .container .page-title, .plan-page .container .season-page .more-info .page-title {
  font-weight: 100;
  font-size: 28px; }

.season-page .more-info .other-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .season-page .more-info .other-items div {
    width: 25%;
    padding: 15px 10px 15px 25px;
    position: relative; }
    .season-page .more-info .other-items div:before {
      position: absolute;
      content: '';
      left: 0;
      top: 20px;
      width: 10px;
      height: 10px;
      background: #00b9b5; }

.plan-page {
  background: #f2f2f2; }
  .plan-page .mobile-only {
    display: none; }
  .plan-page .top-page-background {
    height: 280px;
    width: 100%;
    background-size: cover;
    background-color: #00b9b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/skipass-page-gackground.jpg); }
  .plan-page .info-tables-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    width: 100%; }
    .plan-page .info-tables-wrap .info-table-block {
      background: #fff; }
      .plan-page .info-tables-wrap .info-table-block svg {
        width: 25px;
        height: 25px;
        fill: #fff;
        margin-right: 15px; }
      .plan-page .info-tables-wrap .info-table-block .time-icon {
        stroke: #fff; }
      .plan-page .info-tables-wrap .info-table-block .infinity-icon {
        width: 35px;
        height: 14px; }
    .plan-page .info-tables-wrap .info-tables-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 70px;
      margin: 0;
      background: #84c4f1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 18px;
      color: #fff; }
    .plan-page .info-tables-wrap .info {
      font-size: 14px;
      color: #95a2b5;
      min-height: 70px; }
    .plan-page .info-tables-wrap .block-content {
      background: #fff;
      padding: 20px; }
    .plan-page .info-tables-wrap .table-wrap {
      padding: 0 10px; }
    .plan-page .info-tables-wrap table {
      color: #212121;
      font-size: 14px;
      width: 100%; }
      .plan-page .info-tables-wrap table .first, .plan-page .info-tables-wrap table .last {
        width: 20px;
        border: none; }
      .plan-page .info-tables-wrap table thead td {
        background: #d6dde9;
        border: none; }
      .plan-page .info-tables-wrap table thead th {
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        background: #d6dde9;
        border: none; }
      .plan-page .info-tables-wrap table tbody td {
        border-bottom: 1px solid #d6dde9; }
      .plan-page .info-tables-wrap table tbody tr:last-child td {
        border-bottom: none; }
      .plan-page .info-tables-wrap table tbody tr:hover td {
        background: #f1f3f7;
        border-color: #fff; }
      .plan-page .info-tables-wrap table th, .plan-page .info-tables-wrap table td {
        padding: 15px 10px;
        width: 25%; }
        .plan-page .info-tables-wrap table th:nth-child(2), .plan-page .info-tables-wrap table td:nth-child(2) {
          width: 50%;
          padding-left: 20px;
          margin-left: 20px;
          padding-right: 10px; }
        .plan-page .info-tables-wrap table th:last-child, .plan-page .info-tables-wrap table td:last-child {
          padding-right: 20px; }
      .plan-page .info-tables-wrap table.action th {
        font-size: 21px; }
      .plan-page .info-tables-wrap table.action td {
        background: #eef7fd; }
      .plan-page .info-tables-wrap table + table {
        margin-top: -1px; }
        .plan-page .info-tables-wrap table + table th {
          border-top: none; }
    .plan-page .info-tables-wrap .column {
      background: #fff; }
      .plan-page .info-tables-wrap .column thead tr th, .plan-page .info-tables-wrap .column thead tr td.first, .plan-page .info-tables-wrap .column thead tr td.last, .plan-page .info-tables-wrap .column .action thead tr th, .plan-page .info-tables-wrap .column .action thead tr td.first, .plan-page .info-tables-wrap .column .action thead tr td.last {
        background: #d6dde9; }
      .plan-page .info-tables-wrap .column:nth-child(2) .info-tables-title {
        background: #aed5f2; }
      .plan-page .info-tables-wrap .column:nth-child(2) table thead tr td, .plan-page .info-tables-wrap .column:nth-child(2) table thead tr th {
        background: #dee4ed; }
  .plan-page .info-tables-helper {
    width: 100%;
    color: #3e3e3e;
    padding: 15px 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px; }
  .plan-page .buy-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding-top: 15px; }
    .plan-page .buy-links .action-button, .plan-page .buy-links .print-order .info-box .order-button, .print-order .info-box .plan-page .buy-links .order-button, .plan-page .buy-links .text-info-block .more-wrap .more, .plan-page .text-info-block .more-wrap .buy-links .more {
      padding: 10px 30px;
      border-radius: 40px;
      margin-bottom: 20px; }
  .plan-page .widget-blocks .column > div {
    height: auto; }
  .plan-page .info-block {
    background: #000 url(../images/info-skipass-background.jpg) center;
    background-size: cover;
    padding: 10px 0;
    margin: 50px 0;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .plan-page .info-block .text {
      margin: 20px;
      position: relative;
      width: 60%;
      font-size: 14px;
      line-height: 1.5;
      z-index: 2; }
    .plan-page .info-block:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
      background: #fff;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
  .plan-page .plan-page-table {
    width: 100%;
    overflow: hidden;
    border-radius: 6px; }
  .plan-page .club-cards-table-wrap table {
    width: 100%; }
    .plan-page .club-cards-table-wrap table thead th {
      background: rgba(76, 206, 203, 0.7);
      font-size: 21px;
      color: #fff;
      width: 23%;
      text-align: left;
      padding: 10px;
      font-weight: 400; }
      .plan-page .club-cards-table-wrap table thead th svg {
        fill: #fff;
        stroke: #fff;
        width: 35px;
        height: 35px; }
      .plan-page .club-cards-table-wrap table thead th span {
        margin-left: 20px; }
      .plan-page .club-cards-table-wrap table thead th:first-child {
        width: 31%;
        background: rgba(76, 206, 203, 0.33); }
      .plan-page .club-cards-table-wrap table thead th:nth-child(3) {
        background: rgba(76, 206, 203, 0.6); }
    .plan-page .club-cards-table-wrap table tbody td {
      padding: 15px 10px 15px 25px;
      background: #f9fcfe;
      font-size: 14px;
      border-bottom: 1px solid #d6dde9;
      text-align: center; }
      .plan-page .club-cards-table-wrap table tbody td:first-child {
        text-align: left; }
      .plan-page .club-cards-table-wrap table tbody td:nth-child(3) {
        background: #f9fcfe; }
      .plan-page .club-cards-table-wrap table tbody td:nth-child(2n + 2) {
        background: #fff; }
    .plan-page .club-cards-table-wrap table tbody tr:last-child td {
      border-bottom: none; }
    .plan-page .club-cards-table-wrap table .icon-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 10px; }
  .plan-page i.check {
    display: inline-block;
    width: 12px;
    height: 22px;
    border: 3px solid #00b9b5;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .plan-page .has-more-text .text-wrap {
    background: #fafbf8;
    padding: 0 30px 100px; }
  .plan-page .text-info-block {
    color: #212121;
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    height: 500px;
    overflow: hidden; }
    .plan-page .text-info-block .text-info-block-title {
      font-size: 24px;
      text-align: center; }
    .plan-page .text-info-block .text-wrap {
      border-radius: 6px; }
      .plan-page .text-info-block .text-wrap h1, .plan-page .text-info-block .text-wrap h2, .plan-page .text-info-block .text-wrap h3, .plan-page .text-info-block .text-wrap h4, .plan-page .text-info-block .text-wrap h5, .plan-page .text-info-block .text-wrap h6 {
        font-size: 18px; }
    .plan-page .text-info-block .more-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .plan-page .text-info-block .more-wrap .background {
        position: absolute;
        left: 0;
        right: 0;
        top: 140px;
        bottom: 75px;
        background: rgba(255, 255, 255, 0);
        /* Old browsers */
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fafbf8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafbf8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafbf8 100%);
        /* Opera 11.10+ */
        /* IE10+ */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fafbf8));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafbf8 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        z-index: 2; }
      .plan-page .text-info-block .more-wrap .more-wrap-bottom {
        height: 75px;
        background: #fafbf8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
      .plan-page .text-info-block .more-wrap .more {
        color: #00b9b5;
        background: none;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer; }
        .plan-page .text-info-block .more-wrap .more:hover {
          background: #00b9b5;
          color: #fff; }
  .plan-page .archive-list {
    font-size: 13px; }
    .plan-page .archive-list a {
      font-size: 16px;
      margin-bottom: 10px; }
    .plan-page .archive-list span {
      display: block;
      margin-top: 10px; }
    .plan-page .archive-list .archive-block {
      padding-bottom: 35px;
      padding-right: 20px; }
  @media all and (max-width: 1024px) {
    .plan-page .top-background .crumbs {
      margin-top: 0; }
    .plan-page .info-tables-wrap .column > div {
      margin: 10px 0; }
    .plan-page .info-tables-wrap table th, .plan-page .info-tables-wrap table td {
      padding: 10px 5px; }
      .plan-page .info-tables-wrap table th:first-child, .plan-page .info-tables-wrap table td:first-child {
        padding-left: 10px; }
      .plan-page .info-tables-wrap table th:last-child, .plan-page .info-tables-wrap table td:last-child {
        padding-right: 10px; }
    .plan-page .info-block {
      margin: 20px 0;
      font-size: 13px; }
      .plan-page .info-block h1:first-child, .plan-page .info-block h2:first-child, .plan-page .info-block h3:first-child, .plan-page .info-block h4:first-child, .plan-page .info-block h5:first-child, .plan-page .info-block h6:first-child {
        margin-top: 0; }
      .plan-page .info-block .text {
        width: 100%;
        margin: 0;
        padding: 10px; }
    .plan-page .block-content .info {
      min-height: 0; } }

.tariff-page {
  padding-bottom: 45px; }
  .tariff-page .tariff-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 740px;
    padding: 0 10px;
    margin: 0 auto; }
    .tariff-page .tariff-links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none;
      margin: 15px 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      font-size: 14px;
      padding-right: 30px;
      text-decoration: underline; }
      .tariff-page .tariff-links a span {
        display: inline; }
      .tariff-page .tariff-links a svg, .tariff-page .tariff-links a img.icon {
        margin-right: 20px;
        width: 37px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 37px;
                flex: 0 0 37px;
        height: 48px; }
  .tariff-page .lined-title {
    text-transform: uppercase;
    padding: 45px 0;
    margin: 0;
    color: #212121; }
  @media all and (max-width: 550px) {
    .tariff-page .tariff-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .tariff-page .tariff-links a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.dealers-blocks .cities-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0; }

.dealers-blocks select {
  height: 25px; }

.dealers-blocks ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dealers-blocks ul.cities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #386194;
    margin: 0 0 0 -10px; }
    .dealers-blocks ul.cities-list li {
      padding: 5px 10px;
      border-radius: 10px;
      white-space: nowrap;
      cursor: pointer; }
      .dealers-blocks ul.cities-list li:hover:not(.or) {
        text-decoration: underline; }
    .dealers-blocks ul.cities-list .active {
      color: #778eb0;
      background: #d9eeff; }
  .dealers-blocks ul.dealers-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f9fcfe;
    padding: 0;
    height: 450px;
    overflow: auto;
    font-size: 14px;
    color: #212121;
    line-height: normal;
    margin: 20px 0 0 0; }
    .dealers-blocks ul.dealers-list li {
      padding: 0 20px;
      position: relative;
      margin-top: -1px; }
      .dealers-blocks ul.dealers-list li div {
        padding: 10px 0;
        border-top: 1px solid #d6dde9;
        cursor: pointer; }
      .dealers-blocks ul.dealers-list li:first-child div {
        border: none; }
      .dealers-blocks ul.dealers-list li:hover, .dealers-blocks ul.dealers-list li.active {
        background: #e3f1fa; }
        .dealers-blocks ul.dealers-list li:hover div, .dealers-blocks ul.dealers-list li.active div {
          border-color: #e3f1fa; }
        .dealers-blocks ul.dealers-list li:hover:after, .dealers-blocks ul.dealers-list li.active:after {
          content: '';
          position: absolute;
          height: 1px;
          background: #e3f1fa;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 5; }
    .dealers-blocks ul.dealers-list.dealers-list-filtered li {
      display: none; }
      .dealers-blocks ul.dealers-list.dealers-list-filtered li.open {
        display: block; }
    .dealers-blocks ul.dealers-list .mCSB_scrollTools_vertical {
      background: #fff; }
    .dealers-blocks ul.dealers-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
      background: #a1a9b7; }
    .dealers-blocks ul.dealers-list .mCSB_dragger {
      height: 50px !important;
      max-height: 50px !important; }
      .dealers-blocks ul.dealers-list .mCSB_dragger:hover .mCSB_dragger_bar {
        background: #a1a9b7; }
    .dealers-blocks ul.dealers-list .mCSB_dragger_bar {
      background: #a1a9b7;
      height: 50px;
      max-height: 50px;
      width: 7px;
      border-radius: 5px; }
      .dealers-blocks ul.dealers-list .mCSB_dragger_bar:hover {
        background: #00b9b5; }
    .dealers-blocks ul.dealers-list .mCSB_draggerRail {
      width: 1px;
      background: #f3f3f3; }

.dealers-blocks .or {
  display: block;
  padding: 5px 20px 5px 10px;
  color: #3e3e3e; }

.dealers-blocks .map-wrap {
  width: 630px;
  height: 450px;
  margin-top: 20px;
  z-index: 1; }

.dealers-blocks .block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dealers-blocks .block-row .styled-select-wrap {
    display: inline-block; }
    .dealers-blocks .block-row .styled-select-wrap select {
      padding-right: 20px;
      width: 200px; }
  .dealers-blocks .block-row .column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    padding-right: 20px; }
    @media all and (max-width: 1300px) {
      .dealers-blocks .block-row .column:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .dealers-blocks .block-row .column:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px; }
  .dealers-blocks .block-row .column.with-scrollbar {
    padding-right: 10px; }

@media all and (max-width: 920px) {
  .dealers-blocks .cities-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .dealers-blocks .cities-info .or {
      padding: 10px 0;
      width: 100%; }
  .dealers-blocks .styled-select-wrap {
    margin: 5px auto;
    width: 100%; }
    .dealers-blocks .styled-select-wrap select {
      height: 50px;
      width: 100%; }
  .dealers-blocks .block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dealers-blocks .block-row .column:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 20px; }
    .dealers-blocks .block-row .column.with-scrollbar {
      padding-right: 10px; } }

@media all and (max-width: 720px) {
  .club-cards-table-wrap .responsive-table-wrap {
    margin: 0; }
  .club-cards-table-wrap table tbody td {
    text-align: center; }
  .club-cards-table-wrap table td {
    padding-left: 10px !important; }
    .club-cards-table-wrap table td:first-child {
      padding-left: 15px !important; }
  .club-cards-table-wrap table th .icon-wrap {
    padding-left: 10px !important; }
  .plan-page .mobile-only {
    display: block; }
  .plan-page .desktop-only {
    display: none; }
  .plan-page .club-cards-table-wrap table thead th {
    color: #3e3e3e; }
    .plan-page .club-cards-table-wrap table thead th svg {
      stroke: #3e3e3e; }
  .plan-page .info-tables-helper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px; }
  .dealers-blocks .cities-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .dealers-blocks ul.dealers-list {
    max-height: 250px; }
  .dealers-blocks .block-row .column.with-scrollbar {
    padding-right: 0; }
  .has-more-text {
    padding: 0 15px; }
  .plan-page .info-tables-wrap .column > div {
    margin: 0; }
  .plan-page td.first, .plan-page td.last {
    display: none; } }

.index-live-block_mobile-app {
  overflow: hidden;
  position: relative; }
  .index-live-block_mobile-app .index-live-block__title {
    text-align: center;
    z-index: 22;
    font-size: 22px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    padding: 15px; }
  .index-live-block_mobile-app .index-live-block__more-link {
    z-index: 20; }
  .index-live-block_mobile-app:hover .index-live-block__mobile-app-background {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .index-live-block_mobile-app:hover .index-live-block__mobile-app-background:before {
      background-color: rgba(0, 0, 0, 0.2); }
  .index-live-block_mobile-app:hover .index-live-block__mobile-app-phone-1 {
    -webkit-transform: translate(0, 10px) scale(1.05);
        -ms-transform: translate(0, 10px) scale(1.05);
            transform: translate(0, 10px) scale(1.05); }
  .index-live-block_mobile-app:hover .index-live-block__mobile-app-phone-2 {
    -webkit-transform: translate(0, 3px) scale(1.02);
        -ms-transform: translate(0, 3px) scale(1.02);
            transform: translate(0, 3px) scale(1.02); }

.index-live-block__mobile-app-background {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/index-blocks/mobile-app/backgrount.png");
  -webkit-transition: .5s all linear;
  -o-transition: .5s all linear;
  transition: .5s all linear;
  background-size: cover; }
  .index-live-block__mobile-app-background:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all; }

.index-live-block__mobile-app-phone-1 {
  position: absolute;
  width: 53%;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  z-index: 10; }
  @media (max-width: 1000px) {
    .index-live-block__mobile-app-phone-1 {
      bottom: -50px; } }
  @media (max-width: 768px) {
    .index-live-block__mobile-app-phone-1 {
      bottom: 0;
      width: 20%; } }
  @media (max-width: 480px) {
    .index-live-block__mobile-app-phone-1 {
      width: 35%; } }

.index-live-block .index-live-block__mobile-app-phone-2 {
  position: absolute;
  width: 60%;
  right: 30%;
  bottom: 0;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  z-index: 9; }
  @media (max-width: 1000px) {
    .index-live-block .index-live-block__mobile-app-phone-2 {
      bottom: -50px; } }
  @media (max-width: 768px) {
    .index-live-block .index-live-block__mobile-app-phone-2 {
      bottom: 0;
      width: 20%;
      right: 10%; } }
  @media (max-width: 480px) {
    .index-live-block .index-live-block__mobile-app-phone-2 {
      width: 40%;
      right: 20%; } }

@media (max-width: 760px) {
  .index-live-block__artek-background, .index-live-block__mobile-app-phone-1 {
    -webkit-animation: none;
            animation: none; } }

.slider-item-wrapper.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-item-wrapper.slick-slide:focus, .slider-item-wrapper.slick-slide:active {
    outline: none; }

.slick-arrow.slick-disabled {
  visibility: hidden; }

.sp-arrow:after {
  display: none; }

.sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow, .sp-slides-container .sp-arrows .sp-arrow.sp-previous-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow:before, .sp-slides-container .sp-arrows .sp-arrow.sp-previous-arrow:before {
    background: transparent; }
  @media all and (max-width: 768px) {
    .sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow, .sp-slides-container .sp-arrows .sp-arrow.sp-previous-arrow {
      display: none; } }

.sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow {
  right: -45px; }
  @media all and (max-width: 1260px) {
    .sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow {
      right: -30px; } }
  @media all and (max-width: 1050px) {
    .sp-slides-container .sp-arrows .sp-arrow.sp-next-arrow {
      right: 20px; } }

@media all and (max-width: 1260px) {
  .sp-slides-container .sp-arrows .sp-arrow.sp-previous-arrow {
    left: -30px; } }

@media all and (max-width: 1050px) {
  .sp-slides-container .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 20px; } }

.slick-prev, .mfp-arrow-left, .sp-slides-container .sp-arrows .sp-previous-arrow {
  width: 30px;
  height: 40px;
  left: -45px;
  background: transparent;
  position: absolute; }
  .slick-prev:before, .mfp-arrow-left:before, .sp-slides-container .sp-arrows .sp-previous-arrow:before {
    opacity: 1;
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #cad3df;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-left: none;
    border-bottom: none; }
  .slick-prev:hover:before, .mfp-arrow-left:hover:before, .sp-slides-container .sp-arrows .sp-previous-arrow:hover:before {
    border-color: #00b9b5; }

.slick-next, .mfp-arrow-right, .sp-slides-container .sp-arrows .sp-next-arrow {
  width: 30px;
  height: 40px;
  right: -35px;
  position: absolute; }
  .slick-next:before, .mfp-arrow-right:before, .sp-slides-container .sp-arrows .sp-next-arrow:before {
    opacity: 1;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    margin: 0;
    left: 0;
    border: 2px solid #cad3df;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: none;
    border-bottom: none; }
  .slick-next:hover:before, .mfp-arrow-right:hover:before, .sp-slides-container .sp-arrows .sp-next-arrow:hover:before {
    border-color: #00b9b5; }

.slick-slider .slick-dots li {
  display: inline-block; }
  .slick-slider .slick-dots li button:before {
    font-size: 25px; }

.mfp-arrow:after {
  display: none; }

.mfp-arrow-right {
  right: 60px; }

.mfp-arrow-left {
  left: 15px; }

.mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 0;
  width: 32px; }
  .mfp-close:active,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:active {
    top: 20px; }

.mfp-gallery .mfp-figure .mfp-close {
  display: none !important; }

@media all and (max-width: 1279px) {
  .items-carousel .container, #eventsTab .container {
    max-width: 960px; } }

@media all and (max-width: 1060px) {
  .items-carousel .container, #eventsTab .container {
    max-width: 880px; } }

@media all and (max-width: 960px) {
  .items-carousel .container, #eventsTab .container {
    max-width: 680px; }
  .slick-prev, .mfp-arrow-left {
    left: -30px; }
  .slick-next, .mfp-arrow-right {
    right: -30px; } }

@media all and (max-width: 720px) {
  .slick-arrow {
    z-index: 10; }
    .slick-arrow:before {
      width: 20px;
      height: 20px; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      border-color: #cad3df; }
  .slick-prev, .mfp-arrow-left {
    left: -20px; }
  .slick-next, .mfp-arrow-right {
    right: -20px; } }

@media all and (max-width: 660px) {
  .items-carousel .container {
    overflow: hidden; }
  .slick-prev, .mfp-arrow-left {
    left: 20px; }
  .slick-next, .mfp-arrow-right {
    right: 20px; } }

@media all and (max-width: 520px) {
  .slick-prev, .mfp-arrow-left {
    left: -35px; }
  .slick-next, .mfp-arrow-right {
    right: -40px; } }

@media all and (max-width: 320px) {
  .slick-prev, .mfp-arrow-left {
    left: -25px; }
  .slick-next, .mfp-arrow-right {
    right: -30px; } }

.calendar-slider .slick-list {
  padding-bottom: 10px; }

@media all and (max-width: 520px) {
  .calendar-slider .slick-slider {
    width: 270px;
    margin: 0 auto; } }

.calendar-slider-item {
  margin: 0 10px;
  overflow: hidden; }
  .calendar-slider-item:focus {
    outline: none; }
  .calendar-slider-item .slide-text span {
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #00b9b5; }
  .calendar-slider-item .date {
    position: absolute;
    text-align: center;
    z-index: 10;
    color: #fff;
    left: 20px;
    top: 20px;
    font-size: 21px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .calendar-slider-item .date span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap; }
    .calendar-slider-item .date .separator {
      margin: 0 7px;
      font-size: 24px;
      line-height: 20px; }
    .calendar-slider-item .date span.month {
      display: block;
      font-size: 14px; }
  .calendar-slider-item .separator {
    margin: 0 10px; }
  .calendar-slider-item .slide-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #00b9b5;
    margin: 5px 0;
    min-height: 60px;
    padding: 0 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .calendar-slider-item a {
    color: #00b9b5;
    border: none; }
    .calendar-slider-item a span {
      border-bottom: 1px solid rgba(0, 185, 181, 0.33); }
    .calendar-slider-item a img {
      display: inline-block; }

.news-carousel {
  margin-bottom: 30px; }
  .news-carousel .slick-dots {
    position: static; }
  @media all and (max-width: 520px) {
    .news-carousel .slick-slider {
      width: 270px;
      margin: 0 auto; } }

@-webkit-keyframes new-item-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); } }

@keyframes new-item-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); } }

.share-buttons-wrap {
  text-align: center;
  color: #fff; }
  .share-buttons-wrap .title {
    display: inline-block;
    margin: 15px 0; }
  .share-buttons-wrap .socials-share-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .share-buttons-wrap .socials-share-list li {
    margin: 0 5px; }
    .share-buttons-wrap .socials-share-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 80px;
      font-size: 14px;
      height: 35px;
      border: 1px solid rgba(255, 255, 255, 0.33);
      color: #fff;
      border-radius: 30px; }
      .share-buttons-wrap .socials-share-list li a:hover {
        border-color: #4565af;
        background: #4565af; }
    .share-buttons-wrap .socials-share-list li.twitter a:hover {
      border-color: #28c3ff;
      background: #28c3ff; }
    .share-buttons-wrap .socials-share-list li.twitter svg {
      width: 25px;
      height: 15px; }
    .share-buttons-wrap .socials-share-list li.google a:hover {
      border-color: #ff714f;
      background: #ff714f; }
    .share-buttons-wrap .socials-share-list li.google svg {
      width: 20px;
      height: 20px; }
  .share-buttons-wrap .socials-share-list svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    vertical-align: middle; }
  @media all and (max-width: 680px) {
    .share-buttons-wrap .socials-share-list ul a {
      min-width: 40px;
      padding: 5px;
      border-right: none;
      border-radius: 0; }
    .share-buttons-wrap .socials-share-list ul svg {
      margin: 0 2px 0 0; }
    .share-buttons-wrap .socials-share-list ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0; }
      .share-buttons-wrap .socials-share-list ul li:first-child a {
        padding-left: 8px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
      .share-buttons-wrap .socials-share-list ul li:last-child a {
        padding-right: 8px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-right: 1px solid #c3cad3; } }

.share-buttons-colored {
  margin: 40px 0; }
  .share-buttons-colored.no-title .title {
    display: none; }
  .share-buttons-colored .share-buttons-wrap .socials-share-list li a {
    border-color: #c3cad3; }
    .share-buttons-colored .share-buttons-wrap .socials-share-list li a:hover {
      color: #fff; }
      .share-buttons-colored .share-buttons-wrap .socials-share-list li a:hover svg {
        fill: #fff; }
  .share-buttons-colored .share-buttons-wrap .socials-share-list .facebook a {
    color: #4565af; }
    .share-buttons-colored .share-buttons-wrap .socials-share-list .facebook a:hover {
      background: #4565af; }
    .share-buttons-colored .share-buttons-wrap .socials-share-list .facebook a svg {
      fill: #4565af; }
  .share-buttons-colored .share-buttons-wrap .socials-share-list .twitter a {
    color: #28c3ff; }
    .share-buttons-colored .share-buttons-wrap .socials-share-list .twitter a svg {
      fill: #28c3ff; }
  .share-buttons-colored .share-buttons-wrap .socials-share-list .google a {
    color: #ff714f; }
    .share-buttons-colored .share-buttons-wrap .socials-share-list .google a svg {
      fill: #ff714f; }

@media all and (max-width: 720px) {
  .share-buttons-wrap .socials-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .share-buttons-wrap .socials-share-list ul {
      width: 85%; } }

.ui-datepicker {
  color: #000;
  padding: 0;
  border-radius: 0;
  border: none; }
  .ui-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
    height: 65px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      height: 100%;
      border: none; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
        height: 15px;
        border: 8px solid #00b9b5;
        border-color: transparent #00b9b5 transparent transparent;
        background: transparent;
        top: 50%;
        left: 8px;
        display: block; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-next-hover.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-prev-hover.ui-state-hover {
        right: 2px;
        top: 2px;
        background: transparent;
        cursor: pointer;
        opacity: 0.5; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
      left: 16px;
      border-color: transparent transparent transparent #00b9b5; }
  .ui-datepicker .ui-datepicker-title {
    height: 100%;
    color: #00b9b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ui-datepicker .ui-datepicker-calendar th {
    height: 40px;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    font-weight: 300; }
  .ui-datepicker .ui-datepicker-calendar td {
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center; }
    .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
      width: 30px;
      height: 30px;
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      line-height: 26px;
      background: transparent;
      border-radius: 50%;
      border: 2px solid transparent; }
      .ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar td span:hover {
        border-color: #00b9b5; }
    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
      background: #00b9b5;
      color: #fff; }

.range-date-selected {
  background: #cbeafd;
  color: #3e3e3e; }

.range-date-selected, .range-date-selected-start, .range-date-selected-end {
  opacity: 1 !important; }

.range-date-selected-start a:before, .range-date-selected-start span:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #cbeafd;
  z-index: -1; }

.range-date-selected-start a:after, .range-date-selected-start span:after {
  content: attr(title);
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  background: #cbeafd;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  display: none; }

.range-date-selected-end {
  position: relative; }
  .range-date-selected-end a:before, .range-date-selected-end span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #cbeafd;
    z-index: -1; }

.range-date-selected a, .range-date-selected span {
  position: relative; }

.range-date-selected .tooltip-info {
  display: block;
  position: absolute;
  top: -50px;
  padding: 5px 15px;
  color: #00b9b5;
  font-style: normal;
  white-space: nowrap;
  background: #f3f1f4;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  right: -65px; }
  .range-date-selected .tooltip-info:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -16px;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #f3f1f4 transparent transparent transparent; }

.range-date-selected-start, .range-date-selected-end {
  position: relative; }
  .range-date-selected-start a, .range-date-selected-start span, .range-date-selected-end a, .range-date-selected-end span {
    border-radius: 50% !important;
    background: #00b9b5 !important;
    color: #fff !important; }

.icon-check-green, .icon-check-blue {
  width: 22px;
  height: 17px; }

.icon-check-green {
  fill: #7be143; }

.icon-check-blue {
  fill: #0199ff; }

.check-round-green {
  fill: #35ca40; }

.map-info-window__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00b9b5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 0 1px 1px;
  margin-right: 5px;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  width: 20px;
  height: 20px; }

.map-info-window__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
  font-size: 16px; }

.map-info-window__price {
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0; }

.map-info-window__dates {
  font-size: 14px;
  padding: 2px 0; }

.map-info-window__discount {
  color: #ff564e;
  font-weight: 500;
  padding: 2px 0; }

.pages-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0; }
  .pages-pagination__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3; }
  .pages-pagination__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pages-pagination__list-item a, .pages-pagination__list-item span {
      color: #55657f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 35px;
      height: 35px;
      position: relative;
      z-index: 3; }
    .pages-pagination__list-item a {
      cursor: pointer;
      border: none; }
      .pages-pagination__list-item a:hover {
        color: #00b9b5;
        cursor: pointer; }
  .pages-pagination__list-item_active {
    background: #afd5f4;
    border-radius: 50%;
    margin: 0 7px; }
    .pages-pagination__list-item_active span {
      color: #fff; }
  .pages-pagination__list-item_disabled {
    visibility: hidden; }
  .pages-pagination__list-item_next, .pages-pagination__list-item_prev {
    padding-left: 17px; }
    .pages-pagination__list-item_next a, .pages-pagination__list-item_prev a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .pages-pagination__list-item_next a:hover span, .pages-pagination__list-item_prev a:hover span {
        color: #00b9b5;
        border-color: rgba(0, 185, 181, 0.33); }
      .pages-pagination__list-item_next a:hover svg, .pages-pagination__list-item_prev a:hover svg {
        stroke: #00b9b5;
        opacity: 0.7; }
    .pages-pagination__list-item_next span, .pages-pagination__list-item_prev span {
      white-space: nowrap;
      height: auto;
      padding: 0;
      min-width: 16px; }
  .pages-pagination__list-item_prev {
    padding-right: 17px;
    padding-left: 0; }
    .pages-pagination__list-item_prev .pages-pagination__list-item__icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .pages-pagination__list-item__label {
    border-bottom: 1px solid rgba(85, 101, 127, 0.33); }
  .pages-pagination__list-item__icon {
    margin: 2px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pages-pagination__list-item__icon svg {
      width: 16px;
      height: 16px; }
  @media all and (max-width: 750px) {
    .pages-pagination {
      padding: 15px 0; }
      .pages-pagination__list-item {
        display: none; }
      .pages-pagination__list-item_next, .pages-pagination__list-item_prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px; } }
  @media all and (max-width: 450px) {
    .pages-pagination__list-item_next, .pages-pagination__list-item_prev {
      padding: 5px 10px; }
    .pages-pagination__list-item__icon {
      margin: 2px 5px; } }

.smartbanner {
  top: 50px;
  background-color: #F2F2F2; }
  .smartbanner__icon {
    width: 60px;
    height: 60px;
    background-size: 60px 60px; }
  .smartbanner__info {
    left: 98px;
    top: 7px; }
  .smartbanner__button {
    top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #fff;
    background-color: #00b9b5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500; }
    @media all and (max-width: 370px) {
      .smartbanner__button {
        top: 13px; } }
    .smartbanner__button:hover, .smartbanner__button:active {
      color: #fff;
      border: none; }
  .smartbanner__exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    left: 0;
    top: 0;
    height: 100%; }
    .smartbanner__exit:after, .smartbanner__exit:before {
      top: calc(50% - 7px);
      left: 14px; }

.widget-block {
  background: #fff;
  overflow: hidden;
  min-width: 250px;
  max-width: 277px;
  border-radius: 6px; }
  .widget-block > a {
    width: 100%; }
  .widget-block a {
    color: #fff;
    background: #fff;
    border: none;
    position: relative; }
    .widget-block a span {
      border: none; }
    .widget-block a:hover img {
      -webkit-animation: new-item-hover 0.3s forwards;
              animation: new-item-hover 0.3s forwards;
      opacity: 0.5; }
    .widget-block a:hover .img-wrap:before {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
      /* IE6-9 */ }
  .widget-block .slide-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin: 15px 0;
    padding: 0 5px;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 6; }
  .widget-block .img-wrap {
    position: relative;
    overflow: hidden;
    background: #002846;
    min-height: 225px;
    width: 100%; }
    .widget-block .img-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 80px;
      opacity: .75;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #002846 0%, rgba(0, 40, 70, 0.9) 10%, rgba(0, 40, 70, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#002846), color-stop(10%, rgba(0, 40, 70, 0.9)), to(rgba(0, 40, 70, 0)));
      background: -o-linear-gradient(top, #002846 0%, rgba(0, 40, 70, 0.9) 10%, rgba(0, 40, 70, 0) 100%);
      background: linear-gradient(to bottom, #002846 0%, rgba(0, 40, 70, 0.9) 10%, rgba(0, 40, 70, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
      /* IE6-9 */
      z-index: 5; }
    .widget-block .img-wrap img {
      display: block;
      height: 225px;
      max-height: 225px;
      width: 100%; }
    .widget-block .img-wrap .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover; }
    .widget-block .img-wrap.has-bottom-info:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      opacity: .75; }
  .widget-block .slide-text {
    font-size: 14px;
    color: #555555;
    height: 80px;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 760px) {
      .widget-block .slide-text {
        height: auto;
        min-height: 80px; } }
  .widget-block .bottom-actions {
    border-top: 1px solid #ededed; }
    .widget-block .bottom-actions a {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #00b9b5;
      text-align: center;
      margin: 0;
      height: 45px;
      line-height: 45px;
      border-bottom: none;
      background: #fff; }
      .widget-block .bottom-actions a:hover {
        color: #fff;
        opacity: 1;
        background: #00b9b5; }
      @media (max-width: 760px) {
        .widget-block .bottom-actions a {
          font-size: 12px; } }
  @media all and (max-width: 850px) {
    .widget-block .img-wrap img {
      width: 100%; } }

.items-carousel .slick-list {
  padding-bottom: 10px; }

.items-carousel .container {
  padding-left: 5px;
  padding-right: 5px; }

.items-carousel .more-items-wrap {
  text-align: center;
  padding: 30px 0 0 0; }

.periodical-info-block {
  min-width: 260px;
  width: 100%;
  background-color: #f4f5f6;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 6px; }
  .periodical-info-block:focus {
    outline: none; }
  .periodical-info-block__link {
    text-decoration: none; }
  .periodical-info-block__title {
    text-transform: uppercase;
    color: #212121;
    font-size: 15px;
    display: block;
    line-height: 1.4;
    font-weight: 500;
    padding-right: 10px; }
  .periodical-info-block__content {
    padding: 20px;
    height: 150px; }
  .periodical-info-block__content-white {
    background: #fff; }
  .periodical-info-block__date, .periodical-info-block__description {
    color: #3e3e3e;
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .periodical-info-block__description {
    margin: 10px 0 0 0; }
  .periodical-info-block__date-item {
    text-align: center;
    margin-right: 10px; }
  .periodical-info-block__img-wrap {
    height: 150px;
    background-color: #00b9b5;
    position: relative;
    overflow: hidden; }
  .periodical-info-block__img-wrap-background {
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .periodical-info-block__title-arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: -1px;
    border: 1px solid #bbbbbb;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .periodical-info-block:hover .periodical-info-block__title {
    color: #e01f3d; }
  .periodical-info-block:hover .periodical-info-block__img-wrap-background {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .periodical-info-block:hover .periodical-info-block__title-arrow {
    border-color: #e01f3d; }

.periodical-info-block-events .periodical-info-block__date-item, .periodical-info-block-events .periodical-info-block__description {
  color: #b4b3b3; }

.periodical-info-block-events .periodical-info-block__title {
  color: #00b9b5; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px; }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px; }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 1200px; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px; }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.crumbs-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px; }
  .crumbs-wrap.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }
  .crumbs-wrap + .section-title {
    padding-top: 0; }

.crumbs {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  .crumbs a {
    color: #95a2b5;
    border-color: rgba(149, 162, 181, 0.33); }
  .crumbs .crumb-arrow {
    color: #95a2b5;
    display: block;
    margin: 0 10px; }
    .crumbs .crumb-arrow.on-hotels-page {
      color: #f78d03; }

.pages-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  z-index: 50; }
  .pages-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 1px 0 29px rgba(0, 0, 0, 0.17);
            box-shadow: 1px 0 29px rgba(0, 0, 0, 0.17);
    border-radius: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pages-tabs ul a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 46px;
      padding: 0 0 0 35px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #212121;
      font-size: 14px;
      position: relative;
      text-align: center;
      border: none;
      white-space: nowrap;
      background: #fff;
      font-weight: 500;
      border-radius: 21px;
      text-transform: uppercase;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .pages-tabs ul a:after {
        content: attr(data-title);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 35px;
        top: 0;
        bottom: 0;
        font-weight: 600;
        color: #212121;
        opacity: 0; }
      .pages-tabs ul a.active {
        background: #00b9b5;
        color: #fff; }
        @media (min-width: 760px) {
          .pages-tabs ul a.active {
            padding: 0 35px;
            margin-left: 35px; } }
        .pages-tabs ul a.active:hover {
          color: #fff; }
          .pages-tabs ul a.active:hover:after {
            display: none; }
      .pages-tabs ul a:hover {
        color: #fff; }
        .pages-tabs ul a:hover:after {
          opacity: 1; }
  @media (min-width: 760px) {
    .pages-tabs li:last-child a {
      padding: 0 35px; }
    .pages-tabs li:first-child a.active {
      margin-left: 0; } }
  @media (max-width: 760px) {
    .pages-tabs ul {
      width: 100%;
      border-radius: 0; }
      .pages-tabs ul li {
        border-radius: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .pages-tabs ul a {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        height: 100%;
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 0; }
        .pages-tabs ul a.active {
          border-radius: 0 !important; } }
  @media all and (max-width: 550px) {
    .pages-tabs ul a {
      white-space: normal; } }

.info-block-box {
  height: 250px;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
  border-radius: 6px; }
  .info-block-box .img-wrap {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-color: #0c2c41; }
  .info-block-box .info-block-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    .info-block-box .info-block-title .more-info {
      display: block;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      max-height: 0;
      overflow: hidden; }
    .info-block-box .info-block-title .actions {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .info-block-box .info-block-title .actions li {
        margin-right: 10px; }
      .info-block-box .info-block-title .actions a {
        font-size: 14px;
        display: block;
        border: 1px solid #fff;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px;
        font-weight: 300;
        opacity: 0.5;
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
        white-space: nowrap;
        margin-top: 10px; }
        .info-block-box .info-block-title .actions a:hover {
          background: #00b9b5;
          border-color: #00b9b5; }
  .info-block-box:hover {
    border: none; }
    .info-block-box:hover .img-wrap {
      -webkit-filter: blur(1px);
              filter: blur(1px);
      -webkit-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .info-block-box:hover .info-block-title {
      opacity: 1;
      background: rgba(0, 0, 0, 0);
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 40, 70, 0.9)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 40, 70, 0.9) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 40, 70, 0.9) 100%);
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 40, 70, 0.9)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 40, 70, 0.9) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
      .info-block-box:hover .info-block-title > span {
        text-decoration: underline; }
      .info-block-box:hover .info-block-title .more-info {
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        max-height: 300px;
        margin: 10px 0 0 0; }
        .info-block-box:hover .info-block-title .more-info:empty {
          display: none; }
      .info-block-box:hover .info-block-title .actions a {
        opacity: 1; }

@media all and (max-width: 620px) {
  .info-block-box {
    width: auto;
    margin-left: 10px;
    margin-right: 10px; }
    .info-block-box .info-block-title .more-info {
      position: relative;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .info-block-box .info-block-title .actions a {
      font-size: 13px;
      margin-top: 5px;
      opacity: 1; } }

.alert-box {
  padding: 22px 60px 22px 35px;
  margin: 20px 0;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 16px; }
  .alert-box.alert-box-danger {
    background: #f2ddde;
    border-color: #eaccd1;
    color: #ff1744; }
  .alert-box .close-alert {
    width: 30px;
    height: 30px;
    top: 18px;
    right: 18px;
    padding: 0; }
    .alert-box .close-alert:after, .alert-box .close-alert:before {
      left: 15px;
      background: rgba(0, 0, 0, 0.1); }
    @media all and (max-width: 550px) {
      .alert-box .close-alert {
        display: block; } }

.st-table {
  width: 100%;
  background: #f9fbfb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }
  .st-table.st-table-gray {
    background: #f4f4f6; }
    .st-table.st-table-gray .odd {
      background: #fefefe; }
    .st-table.st-table-gray.st-table-columns td:nth-last-child(even) {
      background: #fefefe; }
  .st-table.st-table-rows {
    background: #eef1f6; }
    .st-table.st-table-rows tr:nth-child(even) td {
      background: #f7f9fa; }
  .st-table th {
    height: 70px;
    background: #f1f4f9;
    border-bottom: 3px solid #d5dce9;
    color: #212121;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .st-table th:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 20px;
      top: 20px;
      width: 1px;
      background: #d5dce9; }
    .st-table th:first-child:after {
      display: none; }
    .st-table th div {
      text-align: left;
      display: inline-block; }
    .st-table th.highlighted-blue {
      color: #07858a; }
  .st-table th.has-left-space, .st-table td.has-left-space {
    padding-left: 70px; }
    @media (max-width: 760px) {
      .st-table th.has-left-space, .st-table td.has-left-space {
        padding-left: 15px; } }
  .st-table th.background-blue-1, .st-table td.background-blue-1 {
    background-color: #00b9b5; }
  .st-table th.background-blue-2, .st-table td.background-blue-2 {
    background-color: #07858a; }
  .st-table th.background-blue-1, .st-table th.background-blue-2, .st-table td.background-blue-1, .st-table td.background-blue-2 {
    color: #fff; }
  .st-table th.yellow-gradient + th:after, .st-table th.blue-gradient + th:after, .st-table th.background-blue-1 + th:after, .st-table th.background-blue-2 + th:after, .st-table th.background-white + th:after, .st-table td.yellow-gradient + th:after, .st-table td.blue-gradient + th:after, .st-table td.background-blue-1 + th:after, .st-table td.background-blue-2 + th:after, .st-table td.background-white + th:after {
    display: none; }
  .st-table th.yellow-gradient:after, .st-table th.blue-gradient:after, .st-table th.background-blue-1:after, .st-table th.background-blue-2:after, .st-table th.background-white:after, .st-table td.yellow-gradient:after, .st-table td.blue-gradient:after, .st-table td.background-blue-1:after, .st-table td.background-blue-2:after, .st-table td.background-white:after {
    display: none; }
  .st-table th.yellow-gradient, .st-table td.yellow-gradient {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
    background: #ffba23;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffba23 0%, #ffda30 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ffba23), to(#ffda30));
    background: -o-linear-gradient(left, #ffba23 0%, #ffda30 100%);
    background: linear-gradient(to right, #ffba23 0%, #ffda30 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .st-table th.blue-gradient, .st-table td.blue-gradient {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
    background: #00b9b5;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#00b9b5), to(#4ccecb));
    background: -o-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    background: linear-gradient(to right, #00b9b5 0%, #4ccecb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .st-table th.blue-gradient-1, .st-table td.blue-gradient-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
    background: #00b9b5;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#00b9b5), to(#4ccecb));
    background: -o-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    background: linear-gradient(to right, #00b9b5 0%, #4ccecb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .st-table th.blue-gradient-2, .st-table td.blue-gradient-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
    background: #00b9b5;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#00b9b5), to(#4ccecb));
    background: -o-linear-gradient(left, #00b9b5 0%, #4ccecb 100%);
    background: linear-gradient(to right, #00b9b5 0%, #4ccecb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
    .st-table th.blue-gradient-2 + .blue-gradient-1:after, .st-table td.blue-gradient-2 + .blue-gradient-1:after {
      display: block; }
  .st-table th.blue-gradient-1, .st-table th.blue-gradient-2, .st-table td.blue-gradient-1, .st-table td.blue-gradient-2 {
    color: #fff; }
    .st-table th.blue-gradient-1:after, .st-table th.blue-gradient-2:after, .st-table td.blue-gradient-1:after, .st-table td.blue-gradient-2:after {
      display: none; }
  .st-table th.highlighted-red, .st-table td.highlighted-red {
    color: #ff564e; }
  .st-table th.background-white, .st-table td.background-white {
    background: #fff !important; }
  @media (max-width: 760px) {
    .st-table th, .st-table td {
      padding: 10px 15px; } }
  .st-table tr td {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d5dce9;
    color: #212121;
    position: relative; }
    .st-table tr td.highlighted-blue {
      color: #07858a; }
    .st-table tr td.hovered {
      z-index: 5;
      position: relative;
      background: #f3f7f9 !important;
      color: #212121 !important; }
  .st-table tr:hover td:not([rowspan]) {
    background: #f3f7f9 !important;
    color: #212121 !important; }
  .st-table tbody.hover {
    position: relative;
    z-index: 1; }
    .st-table tbody.hover:hover {
      z-index: 2;
      -webkit-box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.1); }
      .st-table tbody.hover:hover td {
        background: #fff; }
      .st-table tbody.hover:hover + tbody tr:first-child td.background-white {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */ }
    .st-table tbody.hover.prev-hover tr:last-child td.background-white {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
      /* IE6-9 */ }

.close-inside .mfp-close {
  position: absolute;
  opacity: 1;
  top: 15px;
  right: 15px; }
  .close-inside .mfp-close:before, .close-inside .mfp-close:after {
    background: #d5ddea; }
  .close-inside .mfp-close:hover {
    opacity: 0.5; }

.bukovel-inline-popup {
  background: rgba(0, 0, 0, 0.2); }

.white-popup {
  background: #fff; }

.smartbanner {
  top: 50px;
  background-color: #F2F2F2; }
  .smartbanner__icon {
    width: 60px;
    height: 60px;
    background-size: 60px 60px; }
  .smartbanner__info {
    left: 98px;
    top: 7px; }
  .smartbanner__button {
    top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #fff;
    background-color: #00b9b5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500; }
    @media all and (max-width: 370px) {
      .smartbanner__button {
        top: 13px; } }
    .smartbanner__button:hover, .smartbanner__button:active {
      color: #fff;
      border: none; }
  .smartbanner__exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    left: 0;
    top: 0;
    height: 100%; }
    .smartbanner__exit:after, .smartbanner__exit:before {
      top: calc(50% - 7px);
      left: 14px; }

.home-slider-slide .template1 .text {
  padding-top: 10vh; }

.home-slider-slide .template1 .background {
  background-size: cover;
  background-position: center; }

.home-slider-slide .template1 .slide-title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.home-slider-slide .template1 .slide-text {
  font-size: 25px;
  margin-bottom: 2vh; }

.home-slider-slide .template1 .slide-actions a {
  margin-top: 3vh; }

@media all and (max-width: 520px) {
  .home-slider-slide .template1 .slide-title {
    font-size: 27px; }
  .home-slider-slide .template1 .container {
    padding: 0 10px; }
  .home-slider-slide .template1 .slide-text {
    font-size: 18px; }
  .home-slider-slide .template1 .slide-actions {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .home-slider-slide .template1 .slide-actions a {
      font-size: 14px;
      padding: 3px 20px;
      width: 100%;
      text-align: center; } }

.home-slider .home-slider-slide .template2 .container {
  width: auto;
  max-width: 1400px; }

.home-slider .home-slider-slide .template2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px; }

.home-slider .home-slider-slide .template2 .slide-form-wrap {
  width: 600px; }

.home-slider .home-slider-slide .template2 .slide-text {
  font-size: 24px; }

.home-slider .home-slider-slide .template2 .text-wrap {
  background-image: -webkit-linear-gradient(-178deg, rgba(39, 237, 255, 0.7) 0%, rgba(20, 209, 255, 0.7) 31%, rgba(0, 180, 255, 0.7) 100%);
  background-image: -ms-linear-gradient(-178deg, rgba(39, 237, 255, 0.7) 0%, rgba(20, 209, 255, 0.7) 31%, rgba(0, 180, 255, 0.7) 100%);
  padding: 20px 40px; }
  .home-slider .home-slider-slide .template2 .text-wrap .slide-title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 30px 0 20px;
    line-height: 0; }
    .home-slider .home-slider-slide .template2 .text-wrap .slide-title span {
      font-size: 42px;
      text-align: justify;
      letter-spacing: 3.2px;
      white-space: nowrap; }
      .home-slider .home-slider-slide .template2 .text-wrap .slide-title span:last-child {
        letter-spacing: 2.5px; }

.home-slider .home-slider-slide .template2 form {
  width: 100%;
  background: #fff;
  padding: 20px 40px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-slider .home-slider-slide .template2 form > div {
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .home-slider .home-slider-slide .template2 form > div > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff;
      padding: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .home-slider .home-slider-slide .template2 form > div > div:first-child {
        padding-left: 0; }
      .home-slider .home-slider-slide .template2 form > div > div select {
        min-width: 55px; }
      .home-slider .home-slider-slide .template2 form > div > div input {
        width: 145px; }
      .home-slider .home-slider-slide .template2 form > div > div input[type="text"] {
        padding: 5px 10px; }
      .home-slider .home-slider-slide .template2 form > div > div input, .home-slider .home-slider-slide .template2 form > div > div select, .home-slider .home-slider-slide .template2 form > div > div .styled-select-wrap {
        height: 35px;
        font-size: 15px;
        border: 1px solid #cad3df;
        color: #355f97;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .home-slider .home-slider-slide .template2 form > div > div .styled-select-wrap {
        width: 80px; }
      .home-slider .home-slider-slide .template2 form > div > div svg {
        top: 7px; }
      .home-slider .home-slider-slide .template2 form > div > div .label-helper {
        color: #355f97;
        font-size: 15px;
        padding-bottom: 10px; }
  .home-slider .home-slider-slide .template2 form .slide-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .home-slider .home-slider-slide .template2 form .slide-actions a, .home-slider .home-slider-slide .template2 form .slide-actions button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43%;
              flex: 0 0 43%;
      text-align: center;
      padding: 5px 18px;
      font-weight: 500; }
    .home-slider .home-slider-slide .template2 form .slide-actions .more-info {
      border: 1px solid #00b9b5; }

@media all and (max-width: 1170px) {
  .home-slider .home-slider-slide .template2 .container {
    max-width: 1200px; }
  .home-slider .home-slider-slide .template2 .content {
    padding-top: 1vw; } }

@media all and (max-width: 780px) {
  .home-slider .home-slider-slide .template2 .container {
    padding: 0;
    display: block; }
    .home-slider .home-slider-slide .template2 .container .slide-title {
      padding: 0; }
      .home-slider .home-slider-slide .template2 .container .slide-title span {
        font-size: 28px !important;
        line-height: normal;
        white-space: normal; }
    .home-slider .home-slider-slide .template2 .container .slide-text {
      font-size: 18px; }
    .home-slider .home-slider-slide .template2 .container .slide-layer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .home-slider .home-slider-slide .template2 .content {
    padding-top: 0;
    width: 100%;
    height: 100%; }
  .home-slider .home-slider-slide .template2 .text-wrap {
    padding: 15px; }
    .home-slider .home-slider-slide .template2 .text-wrap .slide-title, .home-slider .home-slider-slide .template2 .text-wrap .slide-title span {
      font-size: 25px;
      padding-top: 0; }
  .home-slider .home-slider-slide .template2 .slide-form-wrap {
    width: 100%;
    max-width: 100%; }
  .home-slider .home-slider-slide .template2 form {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .home-slider .home-slider-slide .template2 form > div {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 500px;
      padding-bottom: 0; }
      .home-slider .home-slider-slide .template2 form > div > div {
        width: 50%;
        padding: 0 10px 5px !important; }
        .home-slider .home-slider-slide .template2 form > div > div .label-helper {
          padding-bottom: 3px; }
        .home-slider .home-slider-slide .template2 form > div > div input {
          width: 100%; }
        .home-slider .home-slider-slide .template2 form > div > div .styled-select-wrap {
          width: 100%; }
  .home-slider .home-slider-slide .template2 .slide-text {
    font-size: 20px; }
  .home-slider .home-slider-slide .template2 .slide-actions {
    max-width: 500px;
    padding: 5px 10px 5px !important; }
    .home-slider .home-slider-slide .template2 .slide-actions a, .home-slider .home-slider-slide .template2 .slide-actions button {
      font-size: 14px;
      padding: 3px 20px;
      text-align: center;
      line-height: 20px; } }

@media all and (max-width: 550px) {
  .home-slider .home-slider-slide .template2 .container .slide-title {
    font-size: 18px; }
    .home-slider .home-slider-slide .template2 .container .slide-title span {
      font-size: 18px; }
  .home-slider .home-slider-slide .template2 .container .slide-text {
    font-size: 18px; }
  .home-slider .home-slider-slide .template2 .slide-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .home-slider .home-slider-slide .template2 .slide-form-wrap form .slide-actions a {
      font-size: 14px; }
  .home-slider .home-slider-slide .template2 .text {
    padding-top: 0; }
  .home-slider .home-slider-slide .template2 .slide-layer .text-wrap {
    padding: 10px; }
  .home-slider .home-slider-slide .template2 .slide-layer form {
    padding: 0; } }

@media all and (max-width: 375px) {
  .home-slider .home-slider-slide .template2 .slide-actions a, .home-slider .home-slider-slide .template2 .slide-actions button {
    padding: 3px;
    font-size: 12px; } }

.home-slider .home-slider-slide .template3 .text {
  padding-top: 70px; }

.home-slider .home-slider-slide .template3 .background {
  background-size: cover;
  background-position: top; }

.home-slider .home-slider-slide .template3 .slide-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.home-slider .home-slider-slide .template3 .slide-title {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px; }
  .home-slider .home-slider-slide .template3 .slide-title.medium {
    font-size: 30px; }
  @media all and (max-width: 900px) {
    .home-slider .home-slider-slide .template3 .slide-title {
      font-size: 40px; } }

.home-slider .home-slider-slide .template3 .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .home-slider .home-slider-slide .template3 .values li {
    margin: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .home-slider .home-slider-slide .template3 .values .separator, .home-slider .home-slider-slide .template3 .values .value {
    font-size: 80px;
    margin-bottom: 10px; }
  .home-slider .home-slider-slide .template3 .values .separator {
    opacity: 0.33; }
  .home-slider .home-slider-slide .template3 .values .label {
    font-size: 22px;
    opacity: 0.33; }

.home-slider .home-slider-slide .template3 .slide-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media all and (max-width: 900px) {
    .home-slider .home-slider-slide .template3 .slide-actions {
      margin-top: 10px; } }

@media all and (max-width: 650px) {
  .home-slider .home-slider-slide .template3 .text.slide-layer {
    padding-top: 10px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home-slider .home-slider-slide .template3 .slide-title {
    font-size: 25px;
    margin: 15px 0 20px 0;
    letter-spacing: normal; }
  .home-slider .home-slider-slide .template3 .values li {
    margin: 0 5px; }
  .home-slider .home-slider-slide .template3 .values .separator, .home-slider .home-slider-slide .template3 .values .value {
    font-size: 25px;
    margin-bottom: 0; }
  .home-slider .home-slider-slide .template3 .values .label {
    font-size: 16px; }
  .home-slider .home-slider-slide .template3 .slide-actions {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-slider .home-slider-slide .template3 .slide-actions .action-button, .home-slider .home-slider-slide .template3 .slide-actions .print-order .info-box .order-button, .print-order .info-box .home-slider .home-slider-slide .template3 .slide-actions .order-button, .home-slider .home-slider-slide .template3 .slide-actions .plan-page .text-info-block .more-wrap .more, .plan-page .text-info-block .more-wrap .home-slider .home-slider-slide .template3 .slide-actions .more {
      margin: 15px 0; }
  .home-slider .home-slider-slide .template3 .slide-layer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.home-slider-slide .template4 .background {
  background-size: auto 100%; }

.home-slider-slide .template4 .slide-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.home-slider-slide .template4 .slide-title {
  padding-top: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: normal;
  letter-spacing: 2px; }

.home-slider-slide .template4 .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .home-slider-slide .template4 .values li {
    margin: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .home-slider-slide .template4 .values .separator, .home-slider-slide .template4 .values .value {
    font-size: 80px;
    margin-bottom: 10px; }
  .home-slider-slide .template4 .values .separator {
    opacity: 0.33; }
  .home-slider-slide .template4 .values .label {
    font-size: 22px;
    opacity: 0.33; }

.home-slider-slide .template4 .slide-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .home-slider-slide .template4 .slide-actions a:last-child {
    margin: 0; }

.home-slider-slide .video-template .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

@-webkit-keyframes newBrandStyleTemplate__leftDecorAnimation {
  0% {
    -webkit-transform: translate(0, 50px) rotate(15deg);
            transform: translate(0, 50px) rotate(15deg);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(-15px, 0) rotate(0deg);
            transform: translate(-15px, 0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes newBrandStyleTemplate__leftDecorAnimation {
  0% {
    -webkit-transform: translate(0, 50px) rotate(15deg);
            transform: translate(0, 50px) rotate(15deg);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(-15px, 0) rotate(0deg);
            transform: translate(-15px, 0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes newBrandStyleTemplate__leftPersonAnimation {
  0% {
    -webkit-transform: translate(10px, -20px) scale(1.1);
            transform: translate(10px, -20px) scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes newBrandStyleTemplate__leftPersonAnimation {
  0% {
    -webkit-transform: translate(10px, -20px) scale(1.1);
            transform: translate(10px, -20px) scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes newBrandStyleTemplate__rightDecorAnimation {
  0% {
    -webkit-transform: translate(10px, 0) scale(0.8);
            transform: translate(10px, 0) scale(0.8); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@keyframes newBrandStyleTemplate__rightDecorAnimation {
  0% {
    -webkit-transform: translate(10px, 0) scale(0.8);
            transform: translate(10px, 0) scale(0.8); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@-webkit-keyframes newBrandStyleTemplate__rightPersonAnimation {
  0% {
    -webkit-transform: translate(10px, 0) scale(1.1);
            transform: translate(10px, 0) scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes newBrandStyleTemplate__rightPersonAnimation {
  0% {
    -webkit-transform: translate(10px, 0) scale(1.1);
            transform: translate(10px, 0) scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

.home-slider .home-slider-slide .new-brand-style-template__slide-layer {
  position: absolute;
  background-size: cover;
  bottom: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  z-index: 1; }
  .home-slider .home-slider-slide .new-brand-style-template__slide-layer.left-decor {
    width: 335px;
    height: 250px;
    left: -400px;
    -webkit-transform: translate(0, 50px) rotate(15deg);
        -ms-transform: translate(0, 50px) rotate(15deg);
            transform: translate(0, 50px) rotate(15deg);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .home-slider .home-slider-slide .new-brand-style-template__slide-layer.right-decor {
    width: 331px;
    height: 197px;
    right: -570px;
    -webkit-transform: translate(10px, -20px) scale(1.1);
        -ms-transform: translate(10px, -20px) scale(1.1);
            transform: translate(10px, -20px) scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .home-slider .home-slider-slide .new-brand-style-template__slide-layer.left-person {
    width: 198px;
    height: 436px;
    left: -110px; }
  .home-slider .home-slider-slide .new-brand-style-template__slide-layer.right-person {
    width: 355px;
    height: 494px;
    right: -220px; }
  @media (max-width: 760px) {
    .home-slider .home-slider-slide .new-brand-style-template__slide-layer {
      display: none; } }
  @media all and (max-width: 1050px) {
    .home-slider .home-slider-slide .new-brand-style-template__slide-layer {
      top: 40px;
      bottom: auto; } }

.home-slider .home-slider-slide.slick-active .new-brand-style-template__slide-layer.left-decor {
  -webkit-animation: newBrandStyleTemplate__leftDecorAnimation 1s forwards ease-in-out;
          animation: newBrandStyleTemplate__leftDecorAnimation 1s forwards ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.home-slider .home-slider-slide.slick-active .new-brand-style-template__slide-layer.left-person {
  -webkit-animation: newBrandStyleTemplate__leftPersonAnimation 1s forwards ease-in-out;
          animation: newBrandStyleTemplate__leftPersonAnimation 1s forwards ease-in-out; }

.home-slider .home-slider-slide.slick-active .new-brand-style-template__slide-layer.right-decor {
  -webkit-animation: newBrandStyleTemplate__leftPersonAnimation 1s forwards ease-in-out;
          animation: newBrandStyleTemplate__leftPersonAnimation 1s forwards ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.home-slider .home-slider-slide.slick-active .new-brand-style-template__slide-layer.right-person {
  -webkit-animation: newBrandStyleTemplate__rightPersonAnimation 1s forwards ease-in-out;
          animation: newBrandStyleTemplate__rightPersonAnimation 1s forwards ease-in-out; }

.home-slider {
  height: 500px;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #000; }
  .home-slider .container {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .home-slider .container.with-layers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .home-slider .container .slide-title {
      margin-top: 0;
      font-weight: 500; }
  .home-slider .text {
    position: relative;
    color: #fff;
    z-index: 2; }
  .home-slider .background {
    position: absolute;
    background-color: #00b9b5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0; }
  .home-slider .home-slider-slide {
    position: relative;
    height: 500px;
    min-height: 500px; }
    .home-slider .home-slider-slide .slide-title {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px;
      color: #fff; }
    .home-slider .home-slider-slide .slide-text {
      color: #fff;
      font-size: 30px; }
    .home-slider .home-slider-slide.slick-active .slide-layer {
      visibility: visible;
      -webkit-animation: homepageSlideAnimation 1s;
              animation: homepageSlideAnimation 1s; }
    .home-slider .home-slider-slide.slick-active .background {
      -webkit-animation: homepageSlideBackgroundAnimation 1s;
              animation: homepageSlideBackgroundAnimation 1s; }
  .home-slider .slide-layer {
    background-size: cover; }
  .home-slider .slider-button {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 15px 10px;
    background: rgba(0, 0, 0, 0.33); }
    .home-slider .slider-button:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.33); }
  .home-slider .slide-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .home-slider .slide-actions a {
      font-size: 16px;
      color: #fff;
      display: block;
      margin: 0 1vw;
      border: none;
      padding: 8px 30px;
      line-height: 25px;
      font-weight: 500;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      position: relative;
      overflow: hidden; }
      .home-slider .slide-actions a:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
        background: #00DDDB;
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #00DDDB 0%, #00B9B5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#00DDDB), to(#00B9B5));
        background: -o-linear-gradient(left, #00DDDB 0%, #00B9B5 100%);
        background: linear-gradient(to right, #00DDDB 0%, #00B9B5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-radius: 40px;
        opacity: 0.5;
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease;
        z-index: -1; }
      .home-slider .slide-actions a.more-info {
        border-radius: 40px;
        line-height: 1.5;
        text-transform: uppercase; }
        .home-slider .slide-actions a.more-info:hover:before {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,000000+100 */
          background: #00DDDB;
          /* Old browsers */
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #00DDDB 0%, #00B9B5 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, from(#00DDDB), to(#00B9B5));
          background: -o-linear-gradient(left, #00DDDB 0%, #00B9B5 100%);
          background: linear-gradient(to right, #00DDDB 0%, #00B9B5 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
          /* IE6-9 */
          opacity: 1; }
  @media all and (max-width: 1170px) {
    .home-slider {
      height: 42vw;
      min-height: 0 !important; }
      .home-slider .home-slider-slide {
        height: 42vw;
        min-height: 0 !important; }
      .home-slider .container .slide-title {
        padding-top: 2.5vw;
        font-size: 1.8vw; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .home-slider .container .slide-title {
      padding-top: 2.5vw;
      font-size: 3.5vw; } }
  @media all and (max-width: 720px) {
    .home-slider {
      height: 42vw;
      min-height: 0 !important; }
      .home-slider .home-slider-slide {
        height: 42vw;
        min-height: 0 !important; }
      .home-slider .slide-title {
        font-size: 18px; }
      .home-slider .slide-actions {
        font-size: 16px; }
      .home-slider .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        height: 100%;
        z-index: 1; } }
  @media all and (max-width: 620px) {
    .home-slider {
      height: 350px; }
      .home-slider .home-slider-slide {
        height: 350px; }
      .home-slider .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5); }
        .home-slider .container .slide-title {
          font-size: 22px; } }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Vendor libs */
.debug-block, .debug {
  outline: 2px solid red; }

.debug-links {
  position: fixed;
  left: 20px;
  top: 80px;
  padding: 10px;
  background: #ff0430;
  border: 1px solid #212121;
  z-index: 20; }
  .debug-links a {
    display: block;
    color: #fff;
    padding: 10px 0; }

@media (max-width: 1000px) {
  .container {
    width: 100%; }
  header.top nav a {
    padding: 0 8px;
    font-size: 13px; } }

/*.plan-page .info-block .text {
    font-size: 14px;
}*/
.styled-table td, .print-order .info-box .order-table td {
  text-align: right; }

.styled-table tr td:first-child, .print-order .info-box .order-table tr td:first-child {
  text-align: left; }

.styled-table tr td:last-child, .print-order .info-box .order-table tr td:last-child {
  padding-right: 15px; }

.inner-info-section .date {
  display: inline-block; }

.season-page .crumbs {
  font-size: 16px; }

.discover-page {
  padding-top: 35px; }

table.styled-table.text-center td, .print-order .info-box table.text-center.order-table td {
  text-align: center; }

table.styled-table td.item, .print-order .info-box table.order-table td.item {
  border-right: 1px solid #d6dde9;
  text-align: left; }

table.styled-table s, .print-order .info-box table.order-table s {
  font-size: 13px; }

table.styled-table td.text-center, .print-order .info-box table.order-table td.text-center {
  text-align: center; }

table.styled-table td.text-left, .print-order .info-box table.order-table td.text-left {
  text-align: left; }

table.styled-table tr th, .print-order .info-box table.order-table tr th {
  background: #eceff3;
  color: #333; }

table.styled-table.w50, .print-order .info-box table.w50.order-table {
  width: 50%; }

table.styled-table.w60, .print-order .info-box table.w60.order-table {
  width: 60%; }

table.styled-table.w75, .print-order .info-box table.w75.order-table {
  width: 75%; }

table.styled-table.w80, .print-order .info-box table.w80.order-table {
  width: 80%; }

.homepage-blocks .homepage-block.homepage-block-photos:before {
  background-image: none; }

/* Shrink wrap strategy 1 */
.easyzoom {
  float: left; }

.easyzoom img {
  display: block; }

/* Shrink wrap strategy 2 */
.easyzoom {
  display: inline-block; }

.easyzoom img {
  vertical-align: bottom; }

.rules-wrap .styled-checkbox.big label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #eceff4;
  border: 1px solid #000;
  left: -20px;
  top: 3px; }

.rules-wrap .styled-checkbox.big {
  margin-bottom: 10px; }
