@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@font-face {
  font-family: "Dala Moa";
  src: url("/fonts/dala_moa.eot");
  src: url("/fonts/dala_moa_ie.eot?#iefix") format("embedded-opentype"), url("/fonts/dala_moa.woff2") format("woff2"), url("/fonts/dala_moa.woff") format("woff"), url("/fonts/dala_moa.ttf") format("truetype"); }

html,
body {
  font-size: 15px;
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #FCF9F7;
  overflow-x: hidden; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .now {
    margin-top: 6rem; }
  body.no-training .page {
    min-height: 100vh; }
  body.no-training .no-training-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #cacaca; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #002e63;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #666666; }

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.mask {
  position: fixed;
  height: 100%;
  background: #111;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .mask.active {
    opacity: .7;
    visibility: visible; }

/* Vendor libs

==========================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: fontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #808080;
    opacity: 0.75;
    transition: opacity .1s linear; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: fontAwesome;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #444;
        opacity: 0.25;
        transition: opacity .1s linear; }
    .slick-dots li.slick-active button:before {
      color: #769FF5;
      opacity: 0.75; }

#js-slider-1 .slick-slide {
  padding: 0; }

#js-slider-2 .slick-slide {
  padding: 0;
  text-align: center; }

#js-slider-2 .slick-current .product__thumbs-item {
  border-color: #FF8D1C; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -10px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.js-intro-slider .slick-next {
  right: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000; }

.js-intro-slider .slick-prev {
  left: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-prev:before {
    color: #000; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #111;
  background-color: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal-close img {
    max-width: 100%; }
  .remodal-close:before {
    display: block;
    content: "";
    height: .2rem;
    transition: all .2s ease;
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: rotate(-45deg); }
  .remodal-close:after {
    display: block;
    content: "";
    height: .2rem;
    transition: all .2s ease;
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: rotate(45deg); }

.remodal-title {
  margin-bottom: 20px; }

.remodal-body {
  margin-bottom: 20px; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #111; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal-wrapper {
  padding: 0 2rem; }

.remodal {
  border-radius: 2px;
  padding: 0; }

.remodal__header {
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left; }

.remodal__title {
  font-weight: 500; }

.measure__steps {
  font-size: .8rem;
  font-weight: 500;
  color: #cacaca; }
  .measure__steps span {
    color: #000; }

.measure__body {
  padding: 1rem; }
  .measure__body .title {
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: 500;
    text-align: left; }

.remodal__actions {
  flex-direction: column;
  display: flex;
  align-items: center; }
  .remodal__actions .btn {
    margin-bottom: .6rem; }

.remodal__link {
  text-decoration: underline;
  color: #000;
  font-size: .8rem; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1260px) {
    .container {
      width: 1230px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1260px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.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, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 560px) {
    .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, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .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, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1260px) {
    .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, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #000; }

.error__title {
  font-size: 10rem;
  color: #000;
  background: linear-gradient(to left, #7a3bff 5%, #7a3bff 53%, #7a3bff 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.error__subtitle {
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700; }

.error__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem; }

.closed__page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  perspective: 1000px; }

.closed__container {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: scale(1) rotateZ(7deg) rotateY(14deg);
  transform-origin: center 12px;
  animation: 2s init, 0.7s aa 1s, 3s ab 1.7s infinite; }

@keyframes aa {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1) rotateZ(7deg) rotateY(14deg); } }

@keyframes ab {
  0% {
    transform: rotateZ(7deg) rotateY(14deg); }
  50% {
    transform: rotateZ(-7deg) rotateY(-14deg); }
  100% {
    transform: rotateZ(7deg) rotateY(14deg); } }

.closed__box {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #FF8D1C;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #FF8D1C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #444;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #111; }
  .pin--first {
    top: 0;
    left: 187px; }
  .pin--second {
    top: 110px;
    left: 80px; }
  .pin--third {
    top: 110px;
    right: 80px; }

@keyframes init {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* Sticker */
.sticker {
  position: relative;
  display: block;
  font-weight: 700;
  background-color: #fcf59b;
  border-radius: 0px 10px 250px / 0 200px 55px 250px;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; }
  .sticker:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 20px;
    -webkit-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    right: 5px;
    -ms-transform: skew(-10deg, 2deg);
    -webkit-transform: skew(-10deg, 2deg);
    transform: skew(-10deg, 2deg); }
  .sticker:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 8px;
    bottom: 1px;
    border-top: 10px solid #9ca63d;
    border-right: 10px solid transparent;
    -webkit-transform: skew(-55deg, 10deg);
    transform: skew(-55deg, 10deg); }

/* Text on the sticker*/
.sticker__text {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.3em;
  color: #111; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff; }

.header__line {
  background-color: #f7f7f7; }

.header__line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0; }
  .header__line-wrapper .address {
    color: #111; }

.header__wrapper {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__wrapper .btn {
    margin-bottom: 0; }

.header__nav {
  display: flex;
  align-items: center;
  width: 10%; }

.logo {
  display: block;
  margin-right: 4rem; }
  .logo img {
    height: 4rem; }

.nav {
  display: flex;
  align-items: center;
  height: 6rem; }

.nav__item {
  position: relative;
  margin-right: 2rem;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.active > a {
    color: #b18550; }
  .nav__item:hover .nav__submenu {
    opacity: 1;
    visibility: visible; }
  .nav__item a {
    color: #111;
    font-size: 1rem;
    display: block;
    position: relative;
    text-transform: uppercase; }
    .nav__item a:last-child {
      margin-right: 0; }
    .nav__item a:hover {
      text-decoration: none;
      color: #b18550; }
    .nav__item a.active {
      color: #b18550; }

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  white-space: nowrap; }

.nav__submenu-item {
  padding: .5rem 1rem; }
  .nav__submenu-item a {
    text-transform: none; }

.nav__link {
  margin-right: 3rem;
  color: #111;
  font-size: 1.1rem;
  display: block;
  position: relative;
  text-transform: uppercase; }
  .nav__link:last-child {
    margin-right: 0; }
  .nav__link:hover {
    text-decoration: none;
    color: #b18550; }
  .nav__link.active {
    color: #b18550; }

.lng {
  position: relative;
  display: flex;
  align-items: center; }
  .lng:hover {
    opacity: 1; }
    .lng:hover .lng__list {
      opacity: 1;
      visibility: visible; }

.lng__link {
  color: #111;
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
  text-transform: uppercase; }
  .lng__link:last-child {
    margin-right: 0; }
  .lng__link:hover {
    text-decoration: none; }
    .lng__link:hover:after {
      opacity: 1; }
  .lng__link.active {
    color: #b18550; }

.lng__list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #222021;
  padding: .4rem;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: center; }
  .lng__list.opened {
    opacity: 1;
    visibility: visible; }
  .lng__list a {
    color: #111; }

.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%; }

.header__contact {
  color: #111;
  margin-right: 2rem; }
  .header__contact:last-child {
    margin-right: 0; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label:after {
    transform: translate(-5rem, -50%); }
  .switcher__input:checked + .switcher__label .no {
    color: #333; }
  .switcher__input:checked + .switcher__label .yes {
    color: #fff; }

.switcher__label {
  width: 10rem;
  height: 50px;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid #002e63;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 40px;
    right: .4rem;
    background-color: #002e63;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

.switcher__text {
  display: inline-block;
  vertical-align: middle; }

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  position: relative; }
  .checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #111; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #444; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #6a6a6a; }
      .checkbox__input:checked + .checkbox__label--not-active:after {
        opacity: 0; }
      .checkbox__input:checked + .checkbox__label--not-active:hover {
        cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #7a3bff; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #7a3bff; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 21px;
  color: #111;
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    border-style: solid;
    border-color: #000;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label--error {
    color: #7a3bff; }
    .checkbox__label--error:before {
      border-color: #7a3bff; }
  .checkbox__label--disabled {
    color: #444; }
    .checkbox__label--disabled:before {
      border-color: #6a6a6a; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #444; }
    .checkbox__label--not-active:before {
      border-color: #6a6a6a; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #444; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-bottom: 5px; }
  .radio--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.radio__input {
  display: none; }
  .radio__input:checked + .radio__label {
    color: #111; }
    .radio__input:checked + .radio__label--disabled {
      color: #444; }
  .radio__input:checked + .radio__label:before {
    border-color: #1437CC; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #1437CC; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #444; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #6a6a6a; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #444; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }
  .radio__input--square:checked + .radio__label--square:before {
    content: "\f00c"; }
  .radio__input--square:checked + .radio__label--text {
    border-color: #002e63; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #002e63; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #60A2AB !important; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #111;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #444;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #7a3bff; }
    .radio__label--error:before {
      border-color: #7a3bff; }
  .radio__label--disabled {
    color: #444; }
    .radio__label--disabled:before {
      border-color: #6a6a6a; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #444; }
    .radio__label--not-active:before {
      border-color: #6a6a6a; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label--square {
    min-width: 75px;
    height: 40px;
    padding-left: 0;
    transition: all .1s ease;
    border: 2px solid #333; }
    .radio__label--square:hover {
      border-color: #002e63; }
      .radio__label--square:hover:before {
        content: '\f00c';
        opacity: .4; }
    .radio__label--square:after {
      display: none; }
    .radio__label--square:before {
      content: '';
      margin: auto;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 16px;
      z-index: 4;
      color: #fff;
      border: 0;
      background-color: transparent;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .radio__label--text {
    padding: 10px 3px;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    transition: all .1s ease; }
    .radio__label--text:hover {
      border-color: #002e63; }
    .radio__label--text:before {
      display: none; }
    .radio__label--text .radio__span {
      width: auto;
      height: auto;
      text-align: center; }
  .radio__label--cart {
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    transition: all .1s ease-in;
    text-align: center;
    border-radius: 0; }
    .radio__label--cart:before {
      display: none; }
    .radio__label--cart:after {
      display: none; }
    .radio__label--cart .radio__label-img,
    .radio__label--cart .radio__label-time {
      display: block;
      margin-bottom: 10px; }
    .radio__label--cart .radio__label-cost {
      display: block;
      margin-bottom: 10px;
      color: #60A2AB;
      font-weight: 600;
      font-size: 1.3em; }
    .radio__label--cart img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px;
      max-height: 45px; }

.radio__span {
  display: block;
  width: inherit;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .radio__span--text {
    background-color: #fff;
    color: #fff; }

.radio__label-img {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  padding: 0 3rem 0;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  background-color: #F1F1F1;
  color: #111;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #444;
    color: #fff; }
    .btn--gray:focus {
      background-color: #3c3c3c; }
    .btn--gray:hover {
      background-color: #373737; }
    .btn--gray:active {
      background-color: #323232; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #7a3bff;
    color: #fff; }
    .btn--red:focus {
      background-color: #702cff; }
    .btn--red:hover {
      background-color: #6922ff; }
    .btn--red:active {
      background-color: #6217ff; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #111; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #111; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #111; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #fff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #111; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #002e63;
    color: #fff; }
    .btn--blue:focus {
      background-color: #002754; }
    .btn--blue:hover {
      background-color: #00224a; }
    .btn--blue:active {
      background-color: #001d3f; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #5E9123;
    color: #fff; }
    .btn--green:focus {
      background-color: #568520; }
    .btn--green:hover {
      background-color: #517c1e; }
    .btn--green:active {
      background-color: #4b741c; }
  .btn--yellow {
    background-color: #C9C897;
    color: #111; }
    .btn--yellow:focus {
      background-color: #c4c38d; }
    .btn--yellow:hover {
      background-color: #c0bf86; }
    .btn--yellow:active {
      background-color: #bdbc80; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #111;
    color: #fff; }
    .btn--black:focus {
      background-color: #090909; }
    .btn--black:hover {
      background-color: #040404; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #444;
    color: #fff; }
    .btn--gray:focus {
      background-color: #3c3c3c; }
    .btn--gray:hover {
      background-color: #373737; }
    .btn--gray:active {
      background-color: #323232; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #444;
      border-color: #3f3f3f; }
    .btn--o-gray:hover {
      border-color: #444;
      background-color: #444;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #3c3c3c;
      background-color: #3c3c3c; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #7a3bff;
    color: #7a3bff; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #7a3bff;
      border-color: #7331ff; }
    .btn--o-red:hover {
      border-color: #7a3bff;
      background-color: #7a3bff;
      color: #fff; }
    .btn--o-red:active {
      border-color: #702cff;
      background-color: #702cff; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #002e63;
    color: #002e63; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #002e63;
      border-color: #002959; }
    .btn--o-blue:hover {
      border-color: #002e63;
      background-color: #002e63;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #002754;
      background-color: #002754; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #5E9123;
    color: #5E9123; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--o-green:hover {
      border-color: #5E9123;
      background-color: #5E9123;
      color: #fff; }
    .btn--o-green:active {
      border-color: #568520;
      background-color: #568520; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #C9C897;
    color: #C9C897; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--o-yellow:hover {
      border-color: #C9C897;
      background-color: #C9C897;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #c4c38d;
      background-color: #c4c38d; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #111;
      border-color: #0c0c0c; }
    .btn--o-black:hover {
      border-color: #111;
      background-color: #111;
      color: #fff; }
    .btn--o-black:active {
      border-color: #090909;
      background-color: #090909; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #444;
      border-color: #3f3f3f; }
    .btn--o-gray:hover {
      border-color: #444;
      background-color: #444;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #3c3c3c;
      background-color: #3c3c3c; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #444;
      border-color: #3f3f3f; }
    .btn--i-gray:hover {
      border-color: #444;
      background-color: transparent;
      color: #444; }
    .btn--i-gray:active {
      border-color: #3c3c3c;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #7a3bff;
      border-color: #7331ff; }
    .btn--i-red:hover {
      border-color: #7a3bff;
      background-color: transparent;
      color: #7a3bff; }
    .btn--i-red:active {
      border-color: #702cff;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #002e63;
      border-color: #002959; }
    .btn--i-blue:hover {
      border-color: #002e63;
      background-color: transparent;
      color: #002e63; }
    .btn--i-blue:active {
      border-color: #002754;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--i-cyan:hover {
      border-color: #60A2AB;
      background-color: transparent;
      color: #60A2AB; }
    .btn--i-cyan:active {
      border-color: #579ba5;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--i-green:hover {
      border-color: #5E9123;
      background-color: transparent;
      color: #5E9123; }
    .btn--i-green:active {
      border-color: #568520;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--i-yellow:hover {
      border-color: #C9C897;
      background-color: transparent;
      color: #C9C897; }
    .btn--i-yellow:active {
      border-color: #c4c38d;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #111;
      border-color: #0c0c0c; }
    .btn--i-black:hover {
      border-color: #111;
      background-color: transparent;
      color: #111; }
    .btn--i-black:active {
      border-color: #090909;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #444;
      border-color: #3f3f3f; }
    .btn--i-gray:hover {
      border-color: #444;
      background-color: transparent;
      color: #444; }
    .btn--i-gray:active {
      border-color: #3c3c3c;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--vg-gray {
    background: #515151;
    background: linear-gradient(to bottom, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-dark-blue {
    background: #163de3;
    background: linear-gradient(to bottom, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-dark-blue:focus, .btn--vg-dark-blue:hover {
      opacity: .9; }
    .btn--vg-dark-blue:active {
      opacity: .8; }
  .btn--vg-red {
    background: #8b55ff;
    background: linear-gradient(to bottom, #8b55ff 0%, #4c00ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b55ff', endColorstr='#4c00ee', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-red:focus, .btn--vg-red:hover {
      opacity: .9; }
    .btn--vg-red:active {
      opacity: .8; }
  .btn--vg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to bottom, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-rblack:focus, .btn--vg-rblack:hover {
      opacity: .9; }
    .btn--vg-rblack:active {
      opacity: .8; }
  .btn--vg-white {
    background: white;
    background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--vg-white:focus, .btn--vg-white:hover {
      opacity: .9; }
    .btn--vg-white:active {
      opacity: .8; }
  .btn--vg-pink {
    background: #f4eded;
    background: linear-gradient(to bottom, #f4eded 0%, #cfadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eded', endColorstr='#cfadad', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--vg-pink:focus, .btn--vg-pink:hover {
      opacity: .9; }
    .btn--vg-pink:active {
      opacity: .8; }
  .btn--vg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to bottom, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--vg-deep-pink:focus, .btn--vg-deep-pink:hover {
      opacity: .9; }
    .btn--vg-deep-pink:active {
      opacity: .8; }
  .btn--vg-purple {
    background: #ac9ab2;
    background: linear-gradient(to bottom, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-purple:focus, .btn--vg-purple:hover {
      opacity: .9; }
    .btn--vg-purple:active {
      opacity: .8; }
  .btn--vg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to bottom, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-deep-purple:focus, .btn--vg-deep-purple:hover {
      opacity: .9; }
    .btn--vg-deep-purple:active {
      opacity: .8; }
  .btn--vg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to bottom, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--vg-dark-pink:focus, .btn--vg-dark-pink:hover {
      opacity: .9; }
    .btn--vg-dark-pink:active {
      opacity: .8; }
  .btn--vg-blue {
    background: #003a7d;
    background: linear-gradient(to bottom, #003a7d 0%, #000a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7d', endColorstr='#000a17', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-blue:focus, .btn--vg-blue:hover {
      opacity: .9; }
    .btn--vg-blue:active {
      opacity: .8; }
  .btn--vg-cyan {
    background: #71acb4;
    background: linear-gradient(to bottom, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-cyan:focus, .btn--vg-cyan:hover {
      opacity: .9; }
    .btn--vg-cyan:active {
      opacity: .8; }
  .btn--vg-green {
    background: #6ba628;
    background: linear-gradient(to bottom, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to bottom, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--vg-yellow:focus, .btn--vg-yellow:hover {
      opacity: .9; }
    .btn--vg-yellow:active {
      opacity: .8; }
  .btn--vg-brown {
    background: #9f8e7b;
    background: linear-gradient(to bottom, #9f8e7b 0%, #685a4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8e7b', endColorstr='#685a4c', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-brown:focus, .btn--vg-brown:hover {
      opacity: .9; }
    .btn--vg-brown:active {
      opacity: .8; }
  .btn--vg-black {
    background: #1e1e1e;
    background: linear-gradient(to bottom, #1e1e1e 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-black:focus, .btn--vg-black:hover {
      opacity: .9; }
    .btn--vg-black:active {
      opacity: .8; }
  .btn--vg-gray {
    background: #515151;
    background: linear-gradient(to bottom, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-peach {
    background: #9d7676;
    background: linear-gradient(to bottom, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-peach:focus, .btn--vg-peach:hover {
      opacity: .9; }
    .btn--vg-peach:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #515151;
    background: linear-gradient(to right, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-dark-blue {
    background: #163de3;
    background: linear-gradient(to right, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-dark-blue:focus, .btn--hg-dark-blue:hover {
      opacity: .9; }
    .btn--hg-dark-blue:active {
      opacity: .8; }
  .btn--hg-red {
    background: #8b55ff;
    background: linear-gradient(to right, #8b55ff 0%, #4c00ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b55ff', endColorstr='#4c00ee', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-red:focus, .btn--hg-red:hover {
      opacity: .9; }
    .btn--hg-red:active {
      opacity: .8; }
  .btn--hg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to right, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-rblack:focus, .btn--hg-rblack:hover {
      opacity: .9; }
    .btn--hg-rblack:active {
      opacity: .8; }
  .btn--hg-white {
    background: white;
    background: linear-gradient(to right, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--hg-white:focus, .btn--hg-white:hover {
      opacity: .9; }
    .btn--hg-white:active {
      opacity: .8; }
  .btn--hg-pink {
    background: #f4eded;
    background: linear-gradient(to right, #f4eded 0%, #cfadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eded', endColorstr='#cfadad', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--hg-pink:focus, .btn--hg-pink:hover {
      opacity: .9; }
    .btn--hg-pink:active {
      opacity: .8; }
  .btn--hg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to right, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--hg-deep-pink:focus, .btn--hg-deep-pink:hover {
      opacity: .9; }
    .btn--hg-deep-pink:active {
      opacity: .8; }
  .btn--hg-purple {
    background: #ac9ab2;
    background: linear-gradient(to right, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-purple:focus, .btn--hg-purple:hover {
      opacity: .9; }
    .btn--hg-purple:active {
      opacity: .8; }
  .btn--hg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to right, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-deep-purple:focus, .btn--hg-deep-purple:hover {
      opacity: .9; }
    .btn--hg-deep-purple:active {
      opacity: .8; }
  .btn--hg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to right, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--hg-dark-pink:focus, .btn--hg-dark-pink:hover {
      opacity: .9; }
    .btn--hg-dark-pink:active {
      opacity: .8; }
  .btn--hg-blue {
    background: #003a7d;
    background: linear-gradient(to right, #003a7d 0%, #000a17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a7d', endColorstr='#000a17', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-blue:focus, .btn--hg-blue:hover {
      opacity: .9; }
    .btn--hg-blue:active {
      opacity: .8; }
  .btn--hg-cyan {
    background: #71acb4;
    background: linear-gradient(to right, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-cyan:focus, .btn--hg-cyan:hover {
      opacity: .9; }
    .btn--hg-cyan:active {
      opacity: .8; }
  .btn--hg-green {
    background: #6ba628;
    background: linear-gradient(to right, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to right, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #111;
    transition: opacity .2s linear; }
    .btn--hg-yellow:focus, .btn--hg-yellow:hover {
      opacity: .9; }
    .btn--hg-yellow:active {
      opacity: .8; }
  .btn--hg-brown {
    background: #9f8e7b;
    background: linear-gradient(to right, #9f8e7b 0%, #685a4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8e7b', endColorstr='#685a4c', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-brown:focus, .btn--hg-brown:hover {
      opacity: .9; }
    .btn--hg-brown:active {
      opacity: .8; }
  .btn--hg-black {
    background: #1e1e1e;
    background: linear-gradient(to right, #1e1e1e 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='black', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-black:focus, .btn--hg-black:hover {
      opacity: .9; }
    .btn--hg-black:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #515151;
    background: linear-gradient(to right, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-peach {
    background: #9d7676;
    background: linear-gradient(to right, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-peach:focus, .btn--hg-peach:hover {
      opacity: .9; }
    .btn--hg-peach:active {
      opacity: .8; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff; }
    .btn--o-white:hover {
      color: #111; }
  .btn--white {
    color: #111; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: .7rem;
  line-height: 1; }
  .dropdown-wrapper .btn.opened i {
    transform: rotate(-180deg); }
  .dropdown-wrapper .btn i {
    transition: transform .2s ease; }
  .dropdown-wrapper--cabinet {
    display: block;
    width: 230px; }

.dropdown__block {
  display: block;
  margin-bottom: 10px; }

.dropdown {
  width: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.11);
  border: 1px solid #F1F1F1;
  list-style: none;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--lng {
    color: #111; }
    .dropdown--lng .dropdown__link {
      color: #111;
      font-weight: 700; }

.dropdown__link {
  display: block;
  padding: 0.4em 0.6em;
  color: #916868;
  font-size: 1em;
  line-height: 1.2;
  background-color: #fff;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    background-color: #F1F1F1;
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

.dropdown__arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  height: 40px;
  font-size: 1rem;
  padding: .4rem 1rem .4rem 1rem;
  vertical-align: middle;
  background-color: transparent;
  color: #111;
  font-family: inherit;
  transition: background-color .1s linear;
  width: 100%;
  border: 1px solid #111;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #111;
    opacity: .3; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #7a3bff;
    color: #7a3bff;
    background-color: rgba(122, 59, 255, 0.05); }
    .input--error::placeholder {
      color: #7a3bff; }
    .input--error:focus {
      background-color: rgba(122, 59, 255, 0.05); }
  .input--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .input--success::placeholder {
      color: #5E9123; }
    .input--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .input.error {
    border-color: #7a3bff;
    color: #7a3bff;
    background-color: rgba(122, 59, 255, 0.05); }
    .input.error::placeholder {
      color: #7a3bff; }
    .input.error:focus {
      background-color: rgba(122, 59, 255, 0.05); }
  .input.success {
    border-color: #7a3bff;
    color: #7a3bff;
    background-color: rgba(122, 59, 255, 0.05); }
    .input.success::placeholder {
      color: #7a3bff; }
    .input.success:focus {
      background-color: rgba(122, 59, 255, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #fff;
    box-shadow: none;
    min-height: unset;
    padding: .4em 2em .4em .9em; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }
  .input__wrapper--label {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .input__wrapper--label .label {
      margin-bottom: 0;
      white-space: nowrap; }
    .input__wrapper--label .btn {
      margin-bottom: 0; }
  .input__wrapper--icon-before .input {
    padding-left: 2.1em; }
  .input__wrapper--icon-before .input__icon {
    left: .7em; }
  .input__wrapper--icon-after .input {
    padding-right: 2.1em; }
  .input__wrapper--icon-after .input__icon {
    right: .7em; }
  .input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
    color: #111; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1rem;
  display: block;
  width: 100%;
  min-height: 10rem;
  resize: vertical;
  font-family: inherit;
  padding: .4rem 1rem;
  border: 1px solid #111;
  font-weight: inherit;
  background-color: transparent;
  color: #111;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #111;
    opacity: .3; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 2.2rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #7a3bff;
    color: #7a3bff;
    background-color: rgba(122, 59, 255, 0.05); }
    .textarea--error::placeholder {
      color: #7a3bff; }
    .textarea--error:focus {
      background-color: rgba(122, 59, 255, 0.05); }
  .textarea--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .textarea--success::placeholder {
      color: #5E9123; }
    .textarea--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1rem;
  color: #111;
  margin-bottom: 1rem; }

/* 19. Select
=========================*/
.select {
  color: #333;
  position: relative;
  font-family: "Anonymous Pro", sans-serif;
  /* Styling */
  /* Types */
  /* States */ }
  .select:hover:before {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.42); }
  .select:after {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.15rem;
    padding: .3rem;
    right: 1.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4rem 4rem .4rem 1.6rem;
    border-radius: 0;
    border: 1px solid #002e63;
    font-family: inherit;
    line-height: 1.2;
    color: #333;
    height: 50px;
    font-size: 1.2rem;
    transition: background-color .1s linear; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #7a3bff;
      color: #7a3bff;
      background-color: rgba(122, 59, 255, 0.05); }
      .select select.error::placeholder {
        color: #7a3bff; }
      .select select.error:focus {
        background-color: rgba(122, 59, 255, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #7a3bff; }
  .select--success:before, .select--success:after {
    color: #5E9123; }
  .select--error select {
    color: #7a3bff;
    border-color: #7a3bff;
    color: #7a3bff;
    background-color: rgba(122, 59, 255, 0.05); }
    .select--error select::placeholder {
      color: #7a3bff; }
    .select--error select:focus {
      background-color: rgba(122, 59, 255, 0.05); }
  .select--success select {
    color: #5E9123;
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .select--success select::placeholder {
      color: #5E9123; }
    .select--success select:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #111;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs___wrapper {
  background-color: #ececec; }

.breadcrumbs {
  padding: 10px 0;
  position: relative; }
  .breadcrumbs--arrow .breadcrumbs__item:not(.current):after {
    content: '$breadcrumbs-item-arrow';
    vertical-align: middle; }

.breadcrumbs__item {
  margin-right: 0.4em;
  color: #111;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block; }
  .breadcrumbs__item:not(.current):after {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5em;
    color: #111;
    pointer-events: none;
    opacity: .6; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:focus:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:last-child {
    color: #111;
    pointer-events: none;
    opacity: .6; }
    .breadcrumbs__item:last-child:after {
      display: none; }

@media (max-width: 768px) {
  .breadcrumbs__wrapper {
    display: none; } }

/* 14. Pagination
=========================*/
/* Styling */
.pagination {
  padding: 20px 0;
  text-align: center;
  /* Styling */ }
  .pagination--rounded .pagination__item {
    border-radius: 0.3em; }
  .pagination--circle .pagination__item {
    border-radius: 50%; }
  .pagination--shadow .pagination__item {
    box-shadow: 1px 1px 0.4em rgba(0, 0, 0, 0.3); }
  .pagination--center {
    text-align: center; }
  .pagination--products {
    padding: 10px 0; }

.pagination__item {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  color: #111;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #002e63;
  background-color: #fff;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    background-color: #003a7d;
    border-color: #003a7d;
    color: #fff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #002e63;
    border-color: #002e63;
    color: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #111;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #444;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #7a3bff;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #111; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #111; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #111; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #111; }
  .alert--blue {
    background-color: #002e63;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #5E9123;
    color: #fff; }
  .alert--yellow {
    background-color: #C9C897;
    color: #111; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #111;
    color: #fff; }
  .alert--gray {
    background-color: #444;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #444;
    border: 1px solid #444; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #7a3bff;
    border: 1px solid #7a3bff; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #002e63;
    border: 1px solid #002e63; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #5E9123;
    border: 1px solid #5E9123; }
  .alert--o-yellow {
    background: transparent;
    color: #C9C897;
    border: 1px solid #C9C897; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #111;
    border: 1px solid #111; }
  .alert--o-gray {
    background: transparent;
    color: #444;
    border: 1px solid #444; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1; }
  .alert__button:focus {
    outline: 0; }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #111;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #111;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #111;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #C9C897; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #111; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #fff; }
    .table__wrapper--header .table {
      margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #111;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #F1F1F1;
    border-bottom: 2px solid #444; }
  .table th {
    padding: 0.5em 1em;
    color: #111;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #F1F1F1; }
  .table td {
    padding: 0.5em 1em; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #ececec; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #ececec; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #f6f6f6; }
    .table--hover tbody tr.row--gray {
      background-color: #444;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #373737; }
    .table--hover tbody tr.row--dark-blue {
      background-color: #1437CC;
      color: #fff; }
      .table--hover tbody tr.row--dark-blue:hover {
        color: #fff;
        background-color: #1231b5; }
    .table--hover tbody tr.row--red {
      background-color: #7a3bff;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #6922ff; }
    .table--hover tbody tr.row--rblack {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--rblack:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #fff;
      color: #111; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #111; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #111; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #fff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #fff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #111; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #002e63;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #00224a; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #fff; }
      .table--hover tbody tr.row--cyan:hover {
        color: #fff;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #5E9123;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #517c1e; }
    .table--hover tbody tr.row--yellow {
      background-color: #C9C897;
      color: #111; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #c0bf86; }
    .table--hover tbody tr.row--brown {
      background-color: #94816C;
      color: #fff; }
      .table--hover tbody tr.row--brown:hover {
        color: #fff;
        background-color: #857461; }
    .table--hover tbody tr.row--black {
      background-color: #111;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: #040404; }
    .table--hover tbody tr.row--gray {
      background-color: #444;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #373737; }
    .table--hover tbody tr.row--peach {
      background-color: #916868;
      color: #fff; }
      .table--hover tbody tr.row--peach:hover {
        color: #fff;
        background-color: #825d5d; }
  .table--separate-cols th {
    border: 1px solid #444; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #C9C897; }
    .table--dark thead tr {
      border-color: #C9C897;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: #040404;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #040404;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #C9C897; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: #090909;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #444;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #373737; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #1437CC;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #fff;
          background-color: #1231b5; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #7a3bff;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #6922ff; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #fff;
        color: #111; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #fff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #111; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #fff;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #111; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #111; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #fff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #002e63;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #00224a; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #5E9123;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #517c1e; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #C9C897;
        color: #111; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #c0bf86; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #111;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: #040404; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #444;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #373737; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #fff;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #444;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #7a3bff;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #111; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #111; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #111; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #111; }
  .table tbody tr.row--blue {
    background-color: #002e63;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #5E9123;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #C9C897;
    color: #111; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #111;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #444;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--contacts {
    width: 100%;
    font-size: .8rem;
    color: #769FF5; }
    .table--contacts thead tr {
      background: none;
      border-bottom: 1px solid #ededed; }
    .table--contacts thead th {
      color: #555;
      font-weight: 600;
      padding: .6rem 1rem; }
    .table--contacts tbody td {
      padding: .8em 1em; }
      .table--contacts tbody td.date {
        color: #555; }
      .table--contacts tbody td a {
        color: #769FF5; }

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs--details {
  display: flex;
  align-items: flex-start; }

.tabs__item:not(.active) {
  display: none; }

.tabs__nav {
  display: flex;
  /* Styling */ }
  .tabs__nav--fill .tabs__nav-item {
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    top: 0; }
    .tabs__nav--fill .tabs__nav-item:not(.active):hover {
      color: #1437CC; }
  .tabs__nav--rounded .tabs__nav-item.active {
    border-radius: 0.3em 0.3em 0 0; }
  .tabs__nav--shadow .tabs__nav-item.active {
    box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1); }
  .tabs__nav--dark .tabs__nav-item {
    color: #444; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #C9C897;
      background-color: #111;
      border-color: #111; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #111; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #F1F1F1; }
  .tabs__nav--details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .tabs__nav--details .tabs__nav-item {
      padding: 0;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      border: 1px solid #F1F1F1;
      font-size: 1.8rem;
      color: #002e63;
      opacity: .5;
      transition: all .2s ease; }
      .tabs__nav--details .tabs__nav-item.active {
        opacity: 1; }
      .tabs__nav--details .tabs__nav-item:hover {
        opacity: 1;
        border: 1px solid #F1F1F1; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #F1F1F1; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #444;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(20, 55, 204, 0.5); }
  .tabs__nav-item.active {
    color: #002e63; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #111;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #111;
    background-color: #fff;
    border: 1px solid #777777; }
  .tabs__content--rounded {
    border-radius: 0 0 0.3em 0.3em; }
  .tabs__content--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2); }
  .tabs__content--dark {
    background-color: #111;
    border-color: #111;
    color: #fff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

.tabs__item .tabs__content {
  flex: 1;
  padding: 0 1rem; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  margin: 20px 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #777777;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #777777; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }
  .accordion--rounded {
    border-radius: 0.3em; }
  .accordion--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }
  .accordion--dark {
    background-color: #111;
    border-color: #111; }
    .accordion--dark .accordion__title {
      color: #444; }
      .accordion--dark .accordion__title:hover {
        color: #fff; }
        .accordion--dark .accordion__title:hover:before {
          color: inherit; }
    .accordion--dark .accordion__item {
      border-bottom-color: #000; }
    .accordion--dark .accordion__item.active .accordion__title {
      color: #C9C897; }
    .accordion--dark .accordion__content {
      color: #fff; }

.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .accordion__item.active .accordion__title {
    color: #fff; }
    .accordion__item.active .accordion__title:before {
      content: '\f068'; }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  position: relative; }
  .accordion__title:before {
    content: '\f067';
    font-size: 1.4rem;
    line-height: 1;
    font-family: fontAwesome;
    color: #7a3bff;
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 1;
    margin-top: -0.5em;
    transition: color .1s linear; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: inline-block;
    padding: 0.5em 2em 0.5em 2.1em;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff; }
  .accordion__content:after {
    content: '';
    width: 1px;
    background-color: #7a3bff;
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 3rem; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.accordion__tour-image {
  width: 200px;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.footer {
  padding-top: 3rem;
  background-color: #111;
  position: relative; }
  .footer .address {
    color: #fff;
    max-width: 270px;
    line-height: 1.8;
    font-size: .8rem; }

.footer__wrapper {
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  margin: 0 -2rem; }

.footer__block {
  padding: 0 2rem; }
  .footer__block .nav {
    height: auto; }
  .footer__block .nav__link {
    color: #fff;
    opacity: .8;
    font-weight: 300; }
    .footer__block .nav__link:hover {
      opacity: 1; }
      .footer__block .nav__link:hover:after {
        display: none; }

.footer__text {
  color: #fff;
  opacity: .6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem; }

.footer__title {
  color: #fff;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif; }

.footer__line {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.copyright {
  color: #fff;
  opacity: .7;
  font-size: .8rem; }

.esteriol {
  color: #fff;
  opacity: .7;
  display: flex;
  align-items: center;
  font-size: .8rem; }
  .esteriol img {
    margin-left: .4rem; }

.intro {
  padding-top: 8.4rem;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .4; }

.intro__video {
  width: 100%;
  height: auto;
  display: block; }

.intro__content {
  height: 40rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  object-fit: inherit; }
  .intro__content .category__link {
    color: #fff;
    font-size: 1.2rem; }
    .intro__content .category__link svg path {
      fill: #fff; }

.intro__title {
  margin-bottom: 1rem;
  font-family: 'Dala Moa';
  color: #fff;
  font-size: 3rem;
  line-height: 1; }

.intro__text {
  max-width: 56rem;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300; }
  .intro__text b {
    font-weight: 600; }

.arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  animation: arrow 3s linear infinite; }

@keyframes arrow {
  0% {
    transform: translate(-50%, -1rem); }
  50% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, -1rem); } }

.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  max-width: 360px;
  padding: 30px;
  color: #000;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px; }
  .cookie-window-block.closed {
    display: none; }

.cookie-window-text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 15px; }

.cookie-window-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #111; }
  .cookie-window-box:hover {
    background-color: transparent; }

.cookie_btn {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s; }
  .cookie_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00ba71;
    border-color: #00ba71; }

.cookie-window-text {
  margin-bottom: 20px; }

/*--------------    TEXT PAGES SET    --------------*/
.article-section-title {
  padding-bottom: 15px; }

.article-title-text {
  color: #060606;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  /*border-bottom: 3px solid #2db1e1;*/
  padding: 0 100px 3px 0;
  text-align: left; }

.short-article-title-box {
  padding-bottom: 5px; }

.short-article.full .short-article-title-box {
  padding-bottom: 10px; }

.text-page .content {
  /*padding-top:85px;*/ }

/* articles */
.short-article {
  display: table;
  padding: 0 0 25px;
  width: 100%; }

.short-article:not(:last-child) {
  padding-bottom: 40px; }

.short-article:last-child {
  margin-bottom: 0; }

.short-article {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif; }

.short-article.full {
  padding-bottom: 0;
  margin-bottom: 0; }

.short-article .news-short-img {
  display: block;
  width: 300px;
  height: 200px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px; }

.short-new-title {
  /*padding-bottom: 4px;*/
  color: #000;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 1.2;
  text-transform: none;
  padding-top: 20px; }

.short-article.full .short-new-title {
  display: block;
  /*padding-bottom: 10px;*/
  font-size: 1.5em;
  text-decoration: none;
  line-height: 1;
  text-transform: none; }

.short-article h2 {
  display: inline; }

.short-article img {
  max-width: 100%;
  height: auto; }

.short-article a.short-new-title {
  /*display: inline;*/ }

.short-article a.short-new-title:hover {
  text-decoration: underline; }

.short-article:not(.full) .date {
  margin-bottom: 10px; }

.short-article .date,
.full-article .date,
.page-header span.text-date,
.page-header span.date {
  display: inline-block;
  background: #eee;
  text-align: center;
  padding: 3px 3px 2px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  color: #3c3a3a;
  line-height: 1; }

.page-header span.text-date,
.page-header span.date {
  margin: 0 0 0;
  padding: 9px 10px 8px;
  font-size: 15px;
  font-weight: 600; }

.article-record-info {
  padding-bottom: 10px;
  /*font-size: 0;*/ }

.page-header .article-record-info {
  padding: 0 0 10px; }

.back-to-news-list-btn {
  background: #f5f3f3;
  color: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 30px 9px;
  display: inline-block; }

.back-to-news-list-btn:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.article-read-moore-btn {
  display: inline-block;
  line-height: 1;
  margin-top: 17px;
  color: #868686;
  text-decoration: underline; }

/* articles */
.short-article .btn-wrapper {
  padding: 15px 0 0; }

/*audio*/
.article-audio-list-wrapper {
  padding: 20px 0 0; }

.article-audio-list-item:not(:last-child) {
  margin-bottom: 15px; }

.article-audio-block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.article-audio-list-wrapper b,
.article-audio-list-wrapper strong {
  color: #000000;
  font-size: 15px;
  font-weight: 500; }

.article-download-btn {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  text-decoration: underline; }

.article-download-btn:hover {
  text-decoration: none; }

/*audio*/
/*photo gallery content*/
.content-images-list {
  padding: 30px 0 0; }

.content-image-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  float: left; }

.content-image-item:nth-child(3n) {
  margin-right: 0; }

.content-image-item:nth-child(n+4) {
  margin-top: 2%; }

@media (max-width: 768px) {
  .content-image-item {
    float: left;
    margin: 0 0 0 !important; } }

@media (max-width: 768px) and (min-width: 480px) {
  .content-image-item {
    width: 49%;
    margin-right: 2% !important; }
  .content-image-item:nth-child(2n) {
    margin-right: 0 !important; }
  .content-image-item:nth-child(n+3) {
    margin-top: 2% !important; } }

@media (max-width: 479px) {
  .content-image-item {
    width: 100%; }
  .content-image-item:nth-child(n+1) {
    margin-top: 2% !important; } }

/*photo gallery content*/
/*page-header-new*/
/* Headers + BG */
.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 285px;
  position: relative;
  margin: 0 0 0; }

.page-header-overlay {
  background-image: -moz-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -webkit-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -ms-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; }

.page-header-content {
  z-index: 2;
  text-align: center;
  padding: 42px 30px 0;
  position: relative; }

.page-header-decorate {
  display: inline-block;
  width: 90px;
  height: 5px;
  background-color: #5eb48a;
  margin-bottom: 20px; }

.page-header-title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1; }

.page-header-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2; }

/*page-header-new*/
.short-article .separator {
  margin: 25px 0;
  width: 60px;
  height: 2px;
  background: #6d6e71; }

/*--------------    TEXT PAGES SET    --------------*/
.news-link {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .news-link:hover .name-block {
    bottom: calc(50% - 17.5px); }
  .news-link:hover .bg-shadow {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s ease 0s; }
  .news-link .name-block {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    transition: all .3s ease 0s; }
  .news-link .bg-shadow {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=0);
    height: 100%;
    transition: all .3s ease 0s; }
  .news-link .name {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-bottom: 15px; }
  .news-link .line {
    display: block;
    background-color: #FF8D1C;
    width: 100px;
    height: 3px;
    margin: 0 auto; }

.text__content {
  padding-bottom: 150px; }
  @media (max-width: 992px) {
    .text__content {
      padding-bottom: 50px; } }

.text__content-text {
  color: #2b2b2b;
  font-size: 1.1em;
  margin-bottom: 30px; }

.text__title {
  color: #6a6a6a;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative; }
  .text__title:after {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    content: '';
    background-color: #e6e6e6; }

.text__wrapper {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 100px; }

.section.text_page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 6; }

.text__page {
  padding: 10rem 2rem;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #fff;
  white-space: normal;
  position: relative;
  z-index: 5; }
  .text__page .title {
    font-size: 2.4rem;
    font-weight: 700; }
  .text__page h2 {
    margin: .5em 0;
    font-size: 1.6rem;
    font-weight: 600; }
  .text__page h3 {
    margin: .5em 0;
    font-size: 1.2rem;
    font-weight: 600; }
  .text__page ul {
    list-style: disc;
    margin-left: 1em; }

.text__page-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px 1em; }
  .text__page-row:after {
    content: "";
    flex: auto; }

.text__page-item {
  margin-bottom: 30px;
  padding: 0 15px;
  height: 300px;
  width: 33.33333%; }

.text__page-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .text__page-img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in; }
    .text__page-img-wrapper a:hover {
      transform: scale(1.05); }

.text__date {
  font-size: 1.2rem;
  font-weight: 600;
  color: #002e63;
  margin-bottom: 1rem;
  line-height: 1; }

.text__img {
  float: left;
  display: block;
  max-width: 400px;
  margin: 0 1.5em 1.5em 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .text__img img {
    max-width: 100%; }

.text__container {
  margin-bottom: 8rem;
  background: none; }
  .text__container .title {
    font-size: 4rem;
    font-weight: 500;
    color: #fff;
    position: relative; }
  .text__container .text {
    margin-bottom: .125em;
    color: #fff;
    max-width: 70%;
    font-size: 1.4rem;
    line-height: 1.6; }
    .text__container .text:before, .text__container .text:after {
      content: "";
      display: table; }
    .text__container .text:after {
      clear: both; }
    .text__container .text ul {
      list-style: initial;
      margin-left: 1em; }
    .text__container .text p {
      margin-bottom: 1rem; }
      .text__container .text p:before, .text__container .text p:after {
        content: "";
        display: table; }
      .text__container .text p:after {
        clear: both; }
  .text__container .block__title {
    margin-bottom: 2rem; }

.title__block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  height: 410px; }

.title__wrapper {
  margin-bottom: 3rem;
  padding: 0 1rem; }

.gallery {
  padding: 1rem 0; }
  .gallery .block__title {
    margin-bottom: 2rem; }
  .gallery--opened .gallery__img-wrapper {
    margin-bottom: 0; }
  .gallery--opened .block__title {
    margin-bottom: 1rem; }

.gallery__text {
  color: #111;
  margin-bottom: 2rem; }

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.gallery__block {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem; }

.gallery__item {
  display: block;
  color: #111; }
  .gallery__item:hover {
    text-decoration: none; }
    .gallery__item:hover .gallery__img {
      transform: scale(1.2); }

.gallery__img-wrapper {
  height: 10rem;
  margin-bottom: 1rem;
  overflow: hidden; }

.gallery__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

.gallery__title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Dala Moa'; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone {
  box-sizing: border-box;
  min-height: 90px;
  padding: 20px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #F1F1F1; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    color: #cacaca;
    font-size: .8rem;
    font-weight: 600; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 105%;
      pointer-events: auto; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.dz-preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.block__title {
  font-size: 3rem;
  font-family: 'Dala Moa';
  color: #111;
  text-align: center; }

.category__wrapper {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap; }

.category__block {
  width: 25%;
  padding: 1rem;
  position: relative; }
  .category__block .img {
    height: 280px; }

.category__img {
  margin-bottom: 2rem;
  -webkit-background-size: cover;
  background-size: cover;
  height: 15rem; }

.category__title {
  font-size: 1.2rem;
  color: #111;
  font-weight: 600;
  margin-bottom: .4rem;
  min-height: 2rem; }

.category__text {
  margin-bottom: 2rem;
  color: #111;
  font-size: 1.2rem;
  text-align: center; }

.category__item {
  position: relative;
  z-index: 2; }

.category__content {
  padding: 1rem; }

.category__link {
  color: #111;
  display: inline-flex;
  align-items: center; }
  .category__link svg {
    margin-left: .5rem; }
    .category__link svg path {
      fill: #111; }

.wipes__wrapper {
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .wipes__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .7; }

.wipes__block {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2; }

.wipes__title {
  font-size: 3.2rem;
  color: #fff; }

.wipes__img {
  position: absolute;
  top: 15%;
  left: 15%;
  pointer-events: none; }

.wipes__text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6; }
  .wipes__text ul {
    list-style: disc;
    margin-left: 1em; }

.benefits {
  padding: 8rem 1rem; }
  .benefits .block__title {
    margin-bottom: 3rem; }

.benefits__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.benefits__block {
  width: 25%;
  padding: 0 1rem; }

.benefits__item {
  text-align: center;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 2rem; }
  .benefits__item img {
    display: block;
    margin: 0 auto 1rem;
    max-height: 105px; }

.benefits__title {
  font-size: 1.4rem;
  color: #111;
  font-weight: 500; }

.benefits__text {
  padding: 0 1rem;
  text-align: center; }

.safe {
  padding: 8rem 0; }

.safe__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.safe__text {
  text-align: center;
  max-width: 25rem;
  margin: 0 auto 1rem;
  color: #242424; }

.product {
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden; }
  .product--opened .product__title {
    margin-bottom: 1rem; }

.product__heading-img {
  position: absolute;
  top: -4rem;
  left: 0;
  pointer-events: none; }

.product__wrapper {
  display: flex;
  margin: 0 -2rem 0; }
  .product__wrapper .checkbox {
    margin-bottom: 2rem; }

.product__block {
  padding: 0 2rem;
  width: 50%; }
  .product__block ul {
    list-style: disc;
    margin-left: 1em; }
    .product__block ul li {
      position: relative;
      margin-bottom: 1rem; }
      .product__block ul li:last-child {
        margin-bottom: 3rem; }

.product__title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1; }

.product__img {
  max-width: 100%;
  display: block; }

.product__text {
  margin-bottom: 4rem;
  color: #111; }
  .product__text b {
    font-weight: 600; }

.page__content {
  padding: 8.4rem 0  6rem;
  position: relative; }
  .page__content.news .page__title-wrapper {
    align-items: center; }

.page__title-wrapper {
  padding: 4rem 0;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page__title-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4; }
  .page__title-wrapper .page__text {
    max-width: 500px; }

.page__title {
  font-size: 3rem;
  font-family: 'Dala Moa';
  color: #fff;
  position: relative;
  z-index: 2; }

.page__text {
  font-size: 1.2rem;
  color: #111; }
  .page__text:before, .page__text:after {
    content: "";
    display: table; }
  .page__text:after {
    clear: both; }
  .page__text .title {
    font-size: 1.8rem;
    font-family: 'Dala Moa'; }
  .page__text ul {
    list-style: disc;
    margin-left: 1em; }
  .page__text a {
    word-break: break-all;
    color: inherit;
    text-decoration: underline; }
    .page__text a:hover {
      text-decoration: none; }
  .page__text p {
    margin-bottom: 1rem; }
    .page__text p:before, .page__text p:after {
      content: "";
      display: table; }
    .page__text p:after {
      clear: both; }
  .page__text h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .page__text h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem; }
  .page__text .page__img {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: 20rem;
    float: left; }

.contacts__form {
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  .contacts__form .form__inline {
    display: flex;
    margin: 0 -1rem; }
    .contacts__form .form__inline .form__group {
      flex: 1;
      padding: 0 1rem; }
  .contacts__form .form__group {
    margin-bottom: 2rem; }

.form__group {
  margin-bottom: 1rem; }

.contacts__info-wrapper {
  display: flex;
  margin: 0 -4rem; }

.contacts__info {
  padding: 0 4rem; }
  .contacts__info .title {
    margin-bottom: .6rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #111; }
  .contacts__info .text {
    font-size: 1.2rem;
    color: #111; }
  .contacts__info a {
    color: inherit;
    display: block; }

.about__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
  position: relative;
  z-index: 2; }

.about__block {
  width: 33.33333%;
  padding: 0 2rem; }

.about__item {
  background-color: #fff;
  border-radius: .6rem;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.03); }

.about__img {
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: .2rem;
  border-top-left-radius: .2rem; }

.about__content {
  padding: 1rem 2rem 2rem;
  text-align: center; }

.about__subtitle {
  margin-bottom: 1rem;
  color: #033435;
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase; }

.about__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #111; }

.about__text {
  font-size: 1.2rem;
  color: #033435; }

.faq__block {
  margin-bottom: 3rem; }

.news__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }

.news__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  transition: all .1s ease; }
  .news__block:hover {
    text-decoration: none;
    background-color: #f2f2f2; }
  .news__block .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Dala Moa'; }
  .news__block .text {
    margin-bottom: 1rem; }

.news__item {
  color: #111; }
  .news__item:hover {
    text-decoration: none; }

.news__img {
  height: 180px;
  margin-bottom: 1rem;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.news__date-block {
  padding: 10px 10px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7; }

.news__date {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1rem; }
  .news__date:last-child {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

.news__container {
  margin-bottom: 20px; }

.news__block-content {
  padding: 20px; }

.news__block-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.36px;
  position: relative;
  padding-bottom: 20px; }
  .news__block-title:after {
    content: '';
    position: absolute;
    background: url(/images/shape.png) no-repeat;
    bottom: 6px;
    left: 0;
    width: 38px;
    height: 8px; }

.news__block-text {
  color: #313131;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em; }

.about__wrapper {
  padding: 4rem 0;
  display: flex;
  margin: 0 -1rem; }

.about__block {
  padding: 0 1rem;
  width: 50%; }
  .about__block .img {
    width: 100%;
    object-fit: cover;
    max-height: 20rem; }
  .about__block .block__title {
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1; }
  .about__block .block__text {
    margin-bottom: 2rem; }

.contacts__wrapper {
  display: flex;
  margin: 0 -1rem 2rem; }

.contacts__block {
  width: 50%;
  padding: 0 1rem; }

@media (max-width: 992px) {
  .contacts__wrapper {
    flex-direction: column; }
  .contacts__block {
    width: 100%;
    margin-bottom: 2rem; } }

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none; }

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.block {
  padding: 20px; }
  .block .text {
    font-size: 20px; }

.bg-gray {
  background-color: #444; }

.bg-dark-blue {
  background-color: #1437CC; }

.bg-red {
  background-color: #7a3bff; }

.bg-rblack {
  background-color: #000; }

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

.bg-pink {
  background-color: #EBDDDD; }

.bg-deep-pink {
  background-color: #DCC9C3; }

.bg-purple {
  background-color: #A08CA7; }

.bg-deep-purple {
  background-color: #673ab7; }

.bg-dark-pink {
  background-color: #BC9999; }

.bg-blue {
  background-color: #002e63; }

.bg-cyan {
  background-color: #60A2AB; }

.bg-green {
  background-color: #5E9123; }

.bg-yellow {
  background-color: #C9C897; }

.bg-brown {
  background-color: #94816C; }

.bg-black {
  background-color: #111; }

.bg-gray {
  background-color: #444; }

.bg-peach {
  background-color: #916868; }

.static {
  position: static; }

.text-xs {
  font-size: .7em; }

.text-s {
  font-size: .8em; }

.text-m {
  font-size: 1.2em; }

.text-l {
  font-size: 1.4em; }

.text-xl {
  font-size: 1.6em; }

.text-xxl {
  font-size: 1.8em; }

.text-thin {
  font-weight: 100; }

.text-xlight {
  font-weight: 200; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-xbold {
  font-weight: 800; }

.text-hbold {
  font-weight: 900; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-normal {
  font-style: normal; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-no-transform {
  text-transform: none; }

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

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

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

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

.text-decor-under {
  text-decoration: underline; }

.text-decor-over {
  text-decoration: overline; }

.text-decor-lt {
  text-decoration: line-through; }

.text-decor-none {
  text-decoration: none; }

.float-right, .to-right {
  float: right; }

.float-left, .to-left {
  float: left; }

.center-block {
  display: block;
  margin: 0 auto; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--text {
    height: 320px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

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

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

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

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

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-50 {
  padding-top: 50px; }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 992px) {
  .hide-desktop {
    display: none; } }

.relative {
  position: relative; }

.flex-wrap {
  flex-wrap: wrap; }

.alert.error {
  background-color: #7a3bff;
  display: block;
  color: #fff; }

.alert.visible-success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600; }

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #fff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #ff8003; }

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important; } }

.formh {
  display: none; }

@media (min-width: 992px) {
  .menu__btn {
    display: none; }
  .menu {
    display: none; } }

@media (max-width: 1260px) {
  .benefits {
    padding-bottom: 6rem; }
  .benefits__block {
    margin-bottom: 2rem;
    width: 50%; }
  .nav__item {
    margin-right: 2rem; } }

@media (max-width: 992px) {
  .menu {
    padding: 3rem 0;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: #fff;
    transition: all .4s ease;
    transform: translateX(100%); }
    .menu.opened {
      transforM: translateX(0); }
    .menu .nav {
      flex-direction: column;
      align-items: center;
      height: auto; }
    .menu .nav__item {
      margin-right: 0;
      margin-bottom: 1rem;
      flex-direction: column;
      height: auto; }
      .menu .nav__item a {
        word-break: break-word;
        white-space: normal;
        text-align: center; }
    .menu .nav__submenu {
      margin-top: 1rem;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-item {
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
    .menu .nav__submenu-link {
      text-transform: uppercase; }
    .menu .lng {
      margin: 2rem 0;
      justify-content: center; }
    .menu .header__contact {
      margin-right: 0; }
  .page__content {
    padding-top: 6.4rem; }
  .menu__content {
    padding: 0 1.5rem;
    overflow-y: auto;
    max-height: 100%; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1.2rem; }
    .menu__btn:before, .menu__btn:after, .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      background-color: #111;
      transition: all .2s ease; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: "";
      background-color: #111;
      height: 3px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: .3em; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .header__wrapper {
    height: 4rem; }
  .intro {
    padding-top: 6.4rem; }
  .intro__video {
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  .intro__content {
    min-height: 20rem;
    height: auto;
    padding: 4rem 0;
    position: relative; }
  .category__wrapper {
    flex-wrap: wrap; }
  .category__block {
    width: 100%; }
    .category__block .img {
      margin-bottom: 2rem; }
  .category__title {
    font-size: 2.6rem; }
  .category__text {
    font-size: 1rem; }
  .wipes__title {
    font-size: 2.6rem; }
  .wipes__text {
    font-size: 1rem; }
  .block__title {
    line-height: 1;
    font-size: 2.6rem;
    margin-bottom: 1rem; }
  .contacts__info-wrapper {
    margin: 0 -1rem; }
  .contacts__info {
    padding: 0 1rem; }
  .category__block {
    overflow: hidden; }
    .category__block .img {
      height: auto; }
  .category__img {
    top: -4rem; }
  .products .product:nth-child(2n) .product__heading-img {
    top: -3.4rem; }
  .product__text .text {
    margin-right: 0; }
  .news__block {
    width: 33.33333%; }
  .logo {
    display: block;
    line-height: 1; }
    .logo img {
      height: 3rem; } }

@media (max-width: 768px) {
  .about__wrapper {
    flex-direction: column; }
  .about__block {
    width: 100%;
    margin-bottom: 2rem; }
  .benefits__block {
    width: 100%; }
  .wipes__block {
    width: 100%; }
    .wipes__block:first-child {
      width: 100%; }
    .wipes__block:last-child {
      display: none; }
  .wipes__title {
    line-height: 1;
    text-align: center; }
  .wipes__text {
    text-align: center;
    margin: 0 auto; }
  .news__block {
    width: 50%; }
  .footer__wrapper {
    flex-direction: column; }
  .footer__block {
    width: 100%;
    padding: 0;
    text-align: center; }
    .footer__block .nav {
      justify-content: center; }
  .product__wrapper {
    flex-direction: column;
    margin-bottom: 4rem; }
  .product__block {
    width: 100%; }
  .page__content {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .product__img {
    margin: 0 auto 1rem;
    display: block; }
  .page__title-wrapper {
    flex-direction: column; }
    .page__title-wrapper .page__text {
      max-width: 100%; }
  .form__inline {
    flex-direction: column; }
    .form__inline .form__group {
      width: 100%; }
  .contacts__info-wrapper {
    flex-direction: column; }
  .contacts__info {
    width: 100%;
    margin-bottom: 1rem; }
    .contacts__info:last-child {
      margin-bottom: 0; } }

@media (max-width: 640px) {
  .page__text .page__img {
    float: none;
    margin-right: 0;
    width: 100%;
    display: block; }
  .footer__block .nav {
    flex-direction: column; }
  .footer__block .nav__link {
    margin-right: 0;
    margin-bottom: 1rem; }
  .header__line {
    display: none; } }

@media (max-width: 440px) {
  .news__block {
    width: 100%; }
  .page__content {
    padding-top: 4rem; }
  .intro {
    padding-top: 4rem; } }
